@import url("swiper-bundle.min.css");
.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
	
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
	
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
	
}



.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
	
}

.zoomWrapper {
	position: relative;
	border: 1px solid #C6C6C6;
	z-index: 110;
	
}

.zoomWrapperTitle {
	display: block;
	background: #C6C6C6;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;

}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
	
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.3s;
}

h1, h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

embed, video, iframe {
  max-width: 100%;
}

input[type=submit], textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio], textarea[type=radio] {
  cursor: pointer;
}

input, textarea, select {
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
  background: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

textarea {
  resize: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.fix {
  *zoom: 1;
}

.fix:after, .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
} /* WebKit browsers */
:-o-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
} /* Internet Explorer 10+ */
::selection {
  color: #fff;
  background: #274D38;
}

.self-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.self-ellipsis-5 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.common-vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.common-hc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.common-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.nlazy {
  min-width: 20%;
}

/**/
.email {
  /*! word-break: break-all; */
}

.scale-big img {
  transition: all 350ms;
}

.scale-big:hover img {
  transform: scale(1.1);
}

.scale-small img {
  transition: all 350ms;
  transform: scale(1.1);
}

.scale-small:hover img {
  transform: scale(1);
}

[class*=-item] .item-pic, [class*=-item] .item-pics {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img, [class*=-item] .item-pics img {
  display: block !important;
  width: 100%;
}

[class*=-item] .item-title {
  overflow: hidden;
  color: #333;
}

[class*=-item] .item-title a {
  display: block;
  color: #333;
}

[class*=-item] .item-title a:hover {
  color: #274D38 !important;
}

[class*=-item] .item-subt {
  overflow: hidden;
  color: #333;
}

[class*=-item] .item-subt a {
  display: block;
  color: #333;
}

[class*=-item] .item-subt a:hover {
  color: #274D38 !important;
}

[class*=-item] .item-desc {
  overflow: hidden;
  color: #666;
}

[class*=-item] .item-desc a {
  display: block;
  color: #666;
}

[class*=-item] .item-desc a:hover {
  color: #274D38 !important;
}

.wp {
  width: 1600px;
  margin: auto;
}
@media screen and (max-width: 1619px) {
  .wp {
    width: 1400px;
  }
}
@media screen and (max-width: 1419px) {
  .wp {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .wp {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp1 {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1219px) {
  .wp1 {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp1 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp2 {
  width: 1400px;
  margin: auto;
}
@media screen and (max-width: 1419px) {
  .wp2 {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .wp2 {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp2 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.no_margin {
  margin-left: auto !important;
}

.no_marginr {
  margin-right: auto !important;
}

.no_marginl {
  margin-left: auto !important;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* .an-btn1 start */
.an-btn1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #274D38;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn1 .iconfont {
  transition: all 0.5s;
}
.an-btn1:hover {
  border-color: #274D38 !important;
  background-color: #274D38 \9 ;
  color: #F1F8E6 !important;
}
.an-btn1:hover .iconfont {
  color: #F1F8E6 !important;
}
.an-btn1:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #fff;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn2 .iconfont {
  transition: all 0.5s;
}
.an-btn2:hover {
  border-color: #fff !important;
  background-color: #fff \9 ;
  color: #274D38 !important;
}
.an-btn2:hover .iconfont {
  color: #274D38 !important;
}
.an-btn2:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
/* .an-btn2_1 start */
.an-btn2_1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn2_1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #fff;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn2_1 .iconfont {
  transition: all 0.5s;
}
.an-btn2_1:hover {
  border-color: #274D38 !important;
  background-color: #fff \9 ;
  color: #274D38 !important;
}
.an-btn2_1:hover .iconfont {
  color: #274D38 !important;
}
.an-btn2_1:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2_1 end */
@media screen and (min-width: 992px) {
  .an-bd1 .item-backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    transition: all 900ms ease;
    transition: transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: right center;
  }
  .an-bd1 .item-backdrop:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: #000;
  }
}
@media screen and (min-width: 992px) {
  .an-bd1:hover .item-backdrop {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}

/*-------------table start-------------------------------------------------------------------*/
.table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow: scroll;
  }
  .table div {
    width: 900px;
    max-width: 900px;
  }
}

/*-------------table end---------------------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}
.page a {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  color: #666;
  min-width: 35px;
  padding: 0 2px;
  height: 35px;
  line-height: 35px;
  margin: 0 6px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page a .iconfont {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  vertical-align: middle;
}
.page a.big {
    padding: 0 7px;
}
.page a.big .iconfont {
    margin-right: 12px;
}
.page a.prev {
  padding: 0 7px;
}
.page a.prev .iconfont {
  margin-right: 12px;
}
.page a.next {
  padding: 0 7px;
}
.page a.next .iconfont {
  margin-left: 12px;
}
.page a:hover, .page a.page-active {
  border-color: #274D38;
  background-color: #274D38;
  color: #fff;
}
@media only screen and (max-width: 1219px) {
  .page a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page a .iconfont {
    font-size: 10px;
    font-size: 1rem;
    top: -1px;
    position: relative;
  }
    .page a.big .iconfont {
        margin-right: 5px;
    }
  .page a.prev .iconfont {
    margin-right: 5px;
  }
  .page a.next .iconfont {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page a {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
  font-size: 0;
  letter-spacing: 0;
}
.pro-share .share-title {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media only screen and (max-width: 1219px) {
  .pro-share .share-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pro-share .share-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
.pro-share .share-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 24px;
}
.pro-share .share-pic img {
  max-height: 100%;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item {
  position: relative;
  padding-left: 66px;
  padding-top: 6px;
  min-height: 35px;
}
@media screen and (max-width: 1419px) {
  .m-oths .oths-item {
    padding-left: 55px;
  }
}
@media screen and (max-width: 1219px) {
  .m-oths .oths-item {
    padding-left: 45px;
    min-height: 30px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .oths-item {
    padding-left: 33px;
    min-height: 24px;
    padding-top: 3px;
  }
}
.m-oths .oths-item-1 {
  margin-bottom: 12px;
}
.m-oths .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #ededed;
  border-radius: 5px;
}
.m-oths .item-icon:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-oths .item-a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.m-oths .item-a, .m-oths .item-a * {
  color: #666;
}
.m-oths .item-a a:hover {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.m-oths .none, .m-oths .none *, .m-oths .none a:hover {
  color: #888;
}
.m-oths .none .item-icon {
  background-color: #ededed;
  color: #fff !important;
}
.m-oths .none a {
  cursor: pointer;
}

/*-------------bread start-----------------------------------------------------------------*/
.page-banner {
  position: relative;
  overflow: hidden;
}
.page-banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}
.page-banner .box-img {
  display: block;
  width: 100%;
}
.page-banner .item-table {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 124px 0 30px;
}
@media screen and (max-width: 1219px) {
  .page-banner .item-table {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-banner .item-table {
    padding: 10px 0 0;
  }
}
.page-banner .item-body {
  position: relative;
  display: inline-block;
  font-size: 0;
  min-width: 35.0625%;
}
.page-banner .item-title {
  text-transform: capitalize;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
.page-banner .item-title, .page-banner .item-title a {
  color: #fff;
}
.page-banner .item-title a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .page-banner .item-title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .page-banner .item-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-banner .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.page-banner .item-line {
  position: relative;
  width: 100%;
  height: 13px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
  .page-banner .item-line {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .page-banner .item-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .item-line {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .item-line {
    margin-bottom: 0;
  }
}
.page-banner .item-line:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  right: 14px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .page-banner .item-line:before {
    right: 9px;
  }
}
.page-banner .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-banner .item-line:after {
    width: 10px;
    height: 10px;
  }
}
.page-banner .item-subt {
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.page-banner .item-subt, .page-banner .item-subt a {
  color: #fff;
}
.page-banner .item-subt a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .page-banner .item-subt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .page-banner .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-banner .item-subt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-banner .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.bread {
  padding: 33px 0 32px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.bread, .bread a {
  color: #666;
}
.bread a:hover, .bread a.active {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .bread {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1219px) {
  .bread {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .bread {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
} /* WebKit browsers */
.search-box :-o-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder {
  color: #666;
  opacity: 1;
} /* Internet Explorer 10+ */
.search {
  position: relative;
  margin-top: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 1219px) {
  .search {
    margin-top: 12px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search {
    display: none;
  }
}
.search .search-icon {
  cursor: pointer;
  display: block;
}
.search .search-icon .iconfont {
  display: block;
  color: #666;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1219px) {
  .search .search-icon .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.search .search-box {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 999;
  width: 260px;
  height: 50px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  padding: 10px 10px;
  cursor: pointer;
}
.search .search-box .iconfont {
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #274D38;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  z-index: -1;
}
.search .search-box .item-input {
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  left: 0;
  padding: 0 45px 0 10px;
}
.search .search-box .item-submit {
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}

/*-------------header start----------------------------------------------------------------*/
.fixed.header {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 991px) {
  .fixed.header {
    position: relative;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.35s;
  padding-top: 22px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .header {
    padding-top: 0;
  }
}
.header > .wp {
  width: 100%;
  padding: 0 18px 0 40px;
}
@media screen and (max-width: 1219px) {
  .header > .wp {
    padding: 0 15px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .header > .wp {
    width: 720px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .header > .wp {
    width: 100%;
    padding: 15px 15px 10px;
  }
}
.header .logo {
  float: left;
  display: block;
  width: 162px;
  margin-top: 5px;
}
.header .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .header .logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .header .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    margin-top: 0;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 120px;
  }
}
.header .lang-box {
  float: right;
  position: relative;
  margin-top: 17px;
  margin-left: 28px;
}
@media screen and (max-width: 1419px) {
  .header .lang-box {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .header .lang-box {
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header .lang-box {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    right: 40px;
    top: 10px;
  }
}
.header .lang-box .item-title {
  color: #666;
  cursor: pointer;
  font-size: 0;
  letter-spacing: 0;
  line-height: 24px;
}
.header .lang-box .item-title > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
.header .lang-box .item-title .iconfont {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px;
}
.header .lang-box .item-title img {
  width: 21px;
  margin-right: 10px;
}
@media screen and (max-width: 1419px) {
  .header .lang-box .item-title img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .header .lang-box .item-title > * {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header .lang-box .item-title img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header .lang-box .item-title > * {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header .lang-box .item-title img {
    margin-right: 5px;
    width: 16px;
  }
}
.header .lang-box .box-list {
  position: absolute;
  top: 100%;
  padding: 9px 5px;
  background-color: #f5f5f5;
  z-index: 999;
  width: 100px;
  right: -5px;
  display: none;
}
.header .lang-box .box-list a {
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lang-box .box-list a img {
  vertical-align: middle;
  width: 21px;
}
.header .lang-box .box-list a:hover {
  color: #274D38;
}
@media screen and (max-width: 767px) {
  .header .lang-box .box-list a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .header .lang-box .box-list a img {
    width: 15px;
  }
}
.header .navlist-box {
  width: 1276px;
  float: right;
}
@media screen and (max-width: 1719px) {
  .header .navlist-box {
    width: 1176px;
  }
}
@media screen and (max-width: 1619px) {
  .header .navlist-box {
    width: auto;
    float: none;
  }
}
.header .navlist {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1419px) {
  .header .navlist {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .header .navlist {
    display: none;
  }
}
.header .navlist > li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 15px;
}
@media screen and (max-width: 1419px) {
  .header .navlist > li {
    padding-bottom: 20px;
  }
}
.header .navlist > li > a {
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #333;
  padding: 17px 22px 18px;
}
@media screen and (max-width: 1619px) {
  .header .navlist > li > a {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 1419px) {
  .header .navlist > li > a {
    padding: 10px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist > li > a {
    line-height: 1.3;
  }
}
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
  background-color: #274D38;
  color: #fff;
}
.header .navlist li:hover .nav-backdrop {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .nav-backdrop {
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #F8F3ED;
}
@media screen and (max-width: 991px) {
  .header .nav-backdrop {
    display: none;
  }
}
.header .nav-aboutlist {
  font-size: 0;
  letter-spacing: 0;
  padding: 41px 0 50px;
}
@media screen and (max-width: 1219px) {
  .header .nav-aboutlist {
    padding: 30px 0;
  }
}
.header .nav-aboutlist .list-item {
  display: inline-block;
  vertical-align: top;
  width: 16.375%;
  margin-left: 8.25%;
  margin-bottom: 17px;
}
.header .nav-aboutlist .list-item:nth-child(4n+1) {
  margin-left: 0;
}
.header .nav-aboutlist .list-item.active .item-title, .header .nav-aboutlist .list-item.active .item-title a {
  color: #274D38;
}
.header .nav-aboutlist .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 27px;
}
@media screen and (max-width: 1419px) {
  .header .nav-aboutlist .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.header .nav-tech {
  font-size: 0;
  letter-spacing: 0;
  padding: 41px 0 51px;
}
.header .nav-tech .nav-techlist {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1219px) {
  .header .nav-tech .nav-techlist {
    width: 30% !important;
  }
}
.header .nav-tech .nav-tl1 {
  width: 24.5625%;
  padding-right: 30px;
}
.header .nav-tech .nav-tl2 {
  width: 30.375%;
  padding-right: 30px;
}
.header .nav-tech .nav-tl3 {
  width: 26.6875%;
}
.header .nav-tech .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 22px;
}
.header .nav-tech .item-title, .header .nav-tech .item-title * {
  color: #000;
}
.header .nav-tech .item-title.active a, .header .nav-tech .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .header .nav-tech .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header .nav-tech .box-list {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 2.375;
}
.header .nav-tech .box-list > li > a {
  display: inline-block;
  color: #000;
}
.header .nav-tech .box-list > li.active > a, .header .nav-tech .box-list > li:hover > a {
  text-decoration: underline;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .header .nav-tech .box-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 2;
  background-color: #EEE8DA;
}
.footer, .footer * {
  color: #666;
}
.footer a:hover {
  color: #274D38;
}
.footer .f-top {
  border-bottom: solid 1px #BABABA;
  padding: 49px 0 34px;
}
@media screen and (max-width: 1219px) {
  .footer .f-top {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-top {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-top {
    padding: 20px 0 15px;
  }
}
.footer .f-top .f-logo {
  float: left;
  display: block;
  width: 220px;
}
.footer .f-top .f-logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .footer .f-top .f-logo {
    width: 200px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-top .f-logo {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-top .f-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-top .f-logo {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-top .f-logo {
    width: 120px;
    float: none;
    margin: 0 auto;
  }
}
.footer .f-top .f-follow {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 19px;
}
.footer .f-top .f-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: solid 1px #333;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.5s;
}
.footer .f-top .f-follow > a:last-child {
  margin-right: 0;
}
.footer .f-top .f-follow > a:hover {
  transform: rotate(360deg);
  color: #274D38;
  border-color: #274D38;
}
@media screen and (max-width: 991px) {
  .footer .f-top .f-follow {
    margin-top: 15px;
  }
  .footer .f-top .f-follow > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-top .f-follow {
    float: none;
    margin: 15px auto 0;
    text-align: center;
  }
  .footer .f-top .f-follow > a {
    margin-right: 5px;
  }
}
.footer .f-middle {
  font-size: 0;
  letter-spacing: 0;
  padding: 48px 0 79px;
  border-bottom: solid 1px #BABABA;
}
.footer .f-middle .footer-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 36px;
}
.footer .f-middle .footer-title, .footer .f-middle .footer-title a {
  color: #333;
}
.footer .f-middle .footer-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .footer .f-middle .footer-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .footer-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .footer-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.footer .f-middle .flist {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.footer .f-middle .flist .box-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
}
.footer .f-middle .flist1 {
  width: 350px;
}
.footer .f-middle .flist2 {
  width: 302px;
}
.footer .f-middle .flist3 {
  width: 328px;
}
.footer .f-middle .flist4 {
  width: 350px;
}
.footer .f-middle .flist5 {
  width: 270px;
  padding-right: 0 !important;
}
@media screen and (max-width: 1619px) {
  .footer .f-middle .flist1 {
    width: 293px;
  }
  .footer .f-middle .flist2 {
    width: 249px;
  }
  .footer .f-middle .flist3 {
    width: 253px;
  }
  .footer .f-middle .flist4 {
    width: 359px;
  }
}
@media screen and (max-width: 1419px) {
  .footer .f-middle {
    padding: 40px 0 60px;
  }
  .footer .f-middle .flist1 {
    width: 218px;
  }
  .footer .f-middle .flist2 {
    width: 224px;
  }
  .footer .f-middle .flist3 {
    width: 178px;
  }
  .footer .f-middle .flist4 {
    width: 334px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle {
    padding: 30px 0 40px;
  }
  .footer .f-middle .flist1 {
    width: 128px;
  }
  .footer .f-middle .flist2 {
    width: 184px;
  }
  .footer .f-middle .flist3 {
    width: 138px;
  }
  .footer .f-middle .flist4 {
    width: 284px;
  }
  .footer .f-middle .flist5 {
    width: 226px;
  }
  .footer .f-middle .flist {
    padding-right: 20px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-middle {
    padding: 30px 0 10px;
  }
  .footer .f-middle .flist {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .footer .f-middle .flist2, .footer .f-middle .flist4 {
    padding-right: 0;
  }
  .footer .f-middle .flist5 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .flist .box-list {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .f-middle .flist .box-list li {
    margin-bottom: 5px;
  }
}
.footer .f-bot {
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .f-bot, .footer .f-bot * {
  color: #666;
}
.footer .f-bot a:hover {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .footer .f-bot {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-bot {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer .f-bot .links a {
  display: inline-block;
  margin-right: 30px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item .item-line {
  position: relative;
  margin-bottom: 24px;
  font-size: 0;
}
@media screen and (max-width: 1219px) {
  .index-item .item-line {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-line {
    margin-bottom: 10px;
  }
}
.index-item .item-line:before {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0;
  right: 12px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .index-item .item-line:before {
    right: 9px;
  }
}
.index-item .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-item .item-line:after {
    width: 8px;
    height: 8px;
  }
}
.index-item .item-line .item-title {
  display: inline-block;
  background-color: #fff;
  padding-right: 36px;
}
@media screen and (max-width: 1419px) {
  .index-item .item-line .item-title {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-line .item-title {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-line .item-title {
    padding-right: 10px;
  }
}
.index-item .item-title {
  text-transform: capitalize;
  position: relative;
  z-index: 3;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
}
.index-item .item-title span {
  color: #274D38;
}
.index-item .item-title a {
  display: inline-block;
}
.index-item .item-title a:hover {
  color: #274D38;
}
.index-item .item-title a:hover span {
  color: #333;
}
@media screen and (max-width: 1619px) {
  .index-item .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.index-zero {
  padding: 76px 0 91px;
}
@media screen and (max-width: 1219px) {
  .index-zero {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-zero {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-zero {
    padding: 30px 0;
  }
}
.index-zero .index-item {
  margin-bottom: 93px;
}
@media screen and (max-width: 1619px) {
  .index-zero .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .index-zero .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-zero .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-zero .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-zero .index-item {
    margin-bottom: 20px;
  }
}

.zero-owl {
  position: relative;
  overflow: hidden;
}
.zero-owl .owl-carousel {
  width: 103.25%;
  margin-left: -1.625%;
}
@media screen and (max-width: 991px) {
  .zero-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.zero-owl .list-item {
  margin: 0 6.2953995157%;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .zero-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .zero-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.zero-owl .item-pic {
  margin-bottom: 21px;
}
@media screen and (max-width: 1219px) {
  .zero-owl .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .item-pic {
    margin-bottom: 10px;
  }
}
.zero-owl .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1219px) {
  .zero-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.zero-owl .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .zero-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.zero-owl .owl-buttons {
  display: none !important;
}
.zero-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none;
}
.zero-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #274D38;
  background-color: #C8D6B3;
  transition: all 0.35s;
}
.zero-owl .owl-btns .owl-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .zero-owl .owl-btns .owl-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .zero-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .zero-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .owl-btns .owl-btn {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .zero-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.zero-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .zero-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .zero-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
.index-probox {
  background-color: #FAF7F0;
  padding: 79px 0 71px;
}
@media screen and (max-width: 1219px) {
  .index-probox {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-probox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-probox {
    padding: 30px 0;
  }
}
.index-probox .wp {
  position: relative;
}
.index-probox .index-item {
  margin-bottom: 79px;
}
@media screen and (max-width: 1619px) {
  .index-probox .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .index-probox .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .index-item {
    margin-bottom: 20px;
  }
}
.index-probox .tab-options {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 155px;
}
@media screen and (max-width: 1619px) {
  .index-probox .tab-options {
    top: 10px;
  }
}
@media screen and (max-width: 1419px) {
  .index-probox .tab-options {
    top: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .tab-options {
    right: 120px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .tab-options {
    right: 100px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .tab-options {
    right: 0;
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.index-probox .tab-options li {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  margin-right: 49px;
  cursor: pointer;
  transition: all 0.35s;
}
.index-probox .tab-options li:hover, .index-probox .tab-options li.tab-active {
  color: #274D38;
  text-decoration: underline;
}
.index-probox .tab-options li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1419px) {
  .index-probox .tab-options li {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .tab-options li {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .tab-options li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .tab-options li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 20px;
  }
}

.indexpro-owl .owl-carousel {
  overflow: hidden;
  width: 108.9375%;
  margin-left: -4.46875%;
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-carousel {
    width: 105%;
    margin-left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.indexpro-owl .list-item {
  margin: 0 12.3063683305%;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .list-item {
    margin: 0 7.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .indexpro-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.indexpro-owl .item-pic {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-pic {
    margin-bottom: 10px;
  }
}
.indexpro-owl .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.indexpro-owl .item-desc {
  text-transform: capitalize;
  margin-bottom: 21px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .item-desc {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.indexpro-owl .item-btn {
  display: inline-block;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #274D38;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.indexpro-owl .owl-buttons {
  display: none !important;
}
.indexpro-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 3;
}
@media screen and (max-width: 1619px) {
  .indexpro-owl .owl-btns {
    top: 10px;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-btns {
    top: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns {
    right: 15px;
  }
}
.indexpro-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #274D38;
  border: solid 1px #C8D6B3;
  transition: all 0.35s;
}
.indexpro-owl .owl-btns .owl-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.indexpro-owl .owl-btns .item-prev {
  margin-right: 17px;
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
.index-scroll {
  background-color: #274D38;
}

.indexpro-slide {
  overflow: hidden;
  position: relative;
}
.indexpro-slide .picList li {
  width: auto !important;
  float: left;
  padding: 0 57px;
  margin-right: 16px;
  position: relative;
}
.indexpro-slide .picList li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media screen and (max-width: 1619px) {
  .indexpro-slide .picList li {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-slide .picList li {
    padding: 0 40px;
  }
  .indexpro-slide .picList li:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-slide .picList li {
    padding: 0 30px;
  }
  .indexpro-slide .picList li:before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-slide .picList li {
    padding: 0 20px;
  }
  .indexpro-slide .picList li:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-slide .picList li {
    padding: 0 10px;
  }
  .indexpro-slide .picList li:before {
    width: 8px;
    height: 8px;
  }
}
.indexpro-slide .picList .item-title {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.3;
}
.indexpro-slide .picList .item-title, .indexpro-slide .picList .item-title a {
  color: #fff;
}
.indexpro-slide .picList .item-title a:hover {
  color: #C8D6B3 !important;
}
@media screen and (max-width: 1619px) {
  .indexpro-slide .picList .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-slide .picList .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-slide .picList .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-slide .picList .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-slide .picList .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index-about {
  background-color: #F1F8E6;
  padding: 125px 0 160px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1619px) {
  .index-about {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about {
    padding: 90px 0 110px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    padding: 50px 0 70px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding: 30px 15px;
  }
}
.index-about .left-item {
  flex: 0 0 auto;
  flex-basis: 50%;
  width: 50%;
  position: relative;
}
.index-about .left-item .item-pics {
  position: absolute;
  width: 30.3125%;
  right: -3.125%;
  bottom: -4.4499381953%;
}
@media screen and (max-width: 991px) {
  .index-about .left-item {
    float: left;
    margin: 0 25px 25px 0;
  }
}
@media screen and (max-width: 640px) {
  .index-about .left-item {
    float: none;
    width: 97%;
    margin: 0 0 40px;
  }
}
.index-about .right-item {
  overflow: hidden;
  flex: 1 1 auto;
  padding-right: calc(50% - 800px);
  padding-left: 3.75%;
  padding-bottom: 65px;
  font-size: 0;
}
@media screen and (max-width: 1619px) {
  .index-about .right-item {
    padding-right: calc(50% - 700px);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .right-item {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item {
    padding-right: calc(50% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item {
    padding-right: 0;
    overflow: visible;
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .right-item {
    padding: 0;
  }
}
.index-about .right-item .item-subt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.index-about .right-item .item-subt, .index-about .right-item .item-subt a {
  color: #274D38;
}
.index-about .right-item .item-subt a:hover {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-subt {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-about .right-item .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 36px;
}
@media screen and (max-width: 1619px) {
  .index-about .right-item .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-about .right-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 52px;
}
@media screen and (max-width: 1619px) {
  .index-about .right-item .item-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item .item-desc {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
.index-about .right-item .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  border: solid 1px #274D38;
  background-color: #FAF7F0;
  color: #000;
  border-radius: 10px;
  line-height: 26px;
  padding: 15px 20px 15px 24px;
}
.index-about .right-item .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
  margin-left: 15px;
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-btn {
    padding: 12px 20px;
  }
  .index-about .right-item .item-btn .iconfont {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-btn {
    padding: 8px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-about .right-item .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-btn {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index-about .right-item .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-edu {
  padding: 113px 0 85px;
}
@media screen and (max-width: 1419px) {
  .index-edu {
    padding: 90px 0 85px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-edu {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-edu {
    padding: 30px 0;
  }
}
.index-edu .index-item {
  padding-right: 80px;
  margin-bottom: 104px;
}
@media screen and (max-width: 1619px) {
  .index-edu .index-item {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .index-item {
    margin-bottom: 30px;
  }
}
.index-edu .wp {
  position: relative;
}
.index-edu .edu-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 3;
}
@media screen and (max-width: 1619px) {
  .index-edu .edu-btns {
    top: 10px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .edu-btns {
    top: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .edu-btns {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .edu-btns {
    right: 15px;
  }
}
.index-edu .edu-btns .edu-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #274D38;
  border: solid 1px #C8D6B3;
  transition: all 0.35s;
}
.index-edu .edu-btns .edu-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .index-edu .edu-btns .edu-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .edu-btns .edu-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.index-edu .edu-btns .item-prev {
  margin-right: 17px;
}
@media screen and (max-width: 1219px) {
  .index-edu .edu-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .edu-btns .item-prev {
    margin-right: 5px;
  }
}
.index-edu .box-right {
  float: right;
  width: 529px;
  margin-left: 145px;
  border: solid 1px #C8D6B3;
  padding: 18px 21px;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-right {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-right {
    width: 480px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-right {
    width: 400px;
    margin-left: 30px;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-right {
    width: 300px;
    padding: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .index-edu .box-right {
    float: none;
    margin: 0 auto 30px;
    max-width: 300px;
    width: 100%;
  }
}
.index-edu .box-right .box-bg {
  position: relative;
  overflow: hidden;
}
.index-edu .box-right .img-bg {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.index-edu .box-right .img-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-edu .box-body {
  overflow: hidden;
  padding-top: 7px;
}
.index-edu .box-body .box-top {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 29px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-top {
    padding-bottom: 15px;
  }
}
.index-edu .box-body .box-top .item-name {
  float: left;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  width: 178px;
  padding-right: 15px;
}
.index-edu .box-body .box-top .item-name a {
  display: block;
}
.index-edu .box-body .box-top .item-name a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 38px;
    font-size: 3.8rem;
    width: 150px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 34px;
    font-size: 3.4rem;
    width: 130px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 20px;
    font-size: 2rem;
    width: auto;
  }
}
.index-edu .box-body .box-top .item-txt {
  overflow: hidden;
  line-height: 1.3;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #274D38;
}
.index-edu .box-body .box-top .item-txt a {
  display: block;
}
.index-edu .box-body .box-top .item-txt a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-edu .box-body .box-list .list-item {
  padding-left: 178px;
  border-bottom: solid 1px #d5d5d5;
  position: relative;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 130px;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 50px;
  }
}
.index-edu .box-body .box-list .list-item.active .item-num {
  font-size: 108px;
  font-size: 10.8rem;
  color: #274D38;
  top: 14px;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 88px;
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.index-edu .box-body .box-list .item-num {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #DDDDDD;
  transition: all 0.35s;
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 24px;
    font-size: 2.4rem;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 20px;
    font-size: 2rem;
    top: 13px;
  }
}
.index-edu .box-body .box-list .item-title {
  line-height: 1.5;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  cursor: pointer;
  position: relative;
  padding: 16px 0 14px;
  color: #333;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 12px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-edu .box-body .box-list .item-desc {
  display: none;
  padding-top: 12px;
  padding-bottom: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.index-edu .box-body .box-list .item-desc, .index-edu .box-body .box-list .item-desc * {
  color: #333;
}
.index-edu .box-body .box-list .item-desc p {
  padding-left: 26px;
  background: url(../images/web39.png) no-repeat left 8px;
}
.index-edu .box-body .box-list .item-desc a {
  display: block;
}
.index-edu .box-body .box-list .item-desc a:hover, .index-edu .box-body .box-list .item-desc a:hover * {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .item-desc {
    padding-bottom: 30px;
    padding-top: 5px;
    line-height: 1.8;
  }
  .index-edu .box-body .box-list .item-desc p {
    background-position: left 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .item-desc {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .index-edu .box-body .box-list .item-desc p {
    padding-left: 20px;
    background-position: left 3px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.index-news {
  background-color: #FAF7F0;
  padding: 86px 0 35px;
}
@media screen and (max-width: 1219px) {
  .index-news {
    padding: 70px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-news {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    padding: 30px 0 20px;
  }
}
.index-news .index-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1419px) {
  .index-news .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .index-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .index-item {
    margin-bottom: 20px;
  }
}
.index-news .index-item .item-line .item-title {
  background-color: #FAF7F0;
}
.index-news .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.index-news .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 44.75%;
  margin-left: 10.5%;
  margin-bottom: 50px;
  transform: all 0.35s;
}
.index-news .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
.index-news .box-list .list-item:hover .item-bot {
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .list-item {
    width: 47%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .list-item {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .list-item {
    margin-bottom: 20px;
  }
}
.index-news .box-list .item-pic {
  margin-bottom: 27px;
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.index-news .box-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 29px;
  margin-bottom: 17px;
}
.index-news .box-list .item-title a:hover {
  color: #333 !important;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .index-news .box-list .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-title {
    padding-bottom: 2px;
  }
}
.index-news .box-list .item-desc {
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.index-news .box-list .item-desc a {
  height: 60px;
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .item-desc {
    line-height: 26px;
  }
  .index-news .box-list .item-desc a {
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .index-news .box-list .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .index-news .box-list .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-desc {
    line-height: 16px;
  }
  .index-news .box-list .item-desc a {
    height: 32px;
  }
}
.index-news .box-list .item-bot {
  margin-top: 17px;
  padding-top: 36px;
  border-top: solid 1px #E8E8E8;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: capitalize;
}
.index-news .box-list .item-bot * {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .item-bot {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-bot {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .item-bot {
    margin-top: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-bot {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-bot {
    padding-top: 5px;
  }
}
.index-news .box-list .item-date {
  float: right;
}
.index-news .box-list .item-btn {
  float: left;
}

.index-contact {
  background-color: #fff;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 81px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .index-contact {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact {
    padding: 30px 0 20px;
  }
}
.index-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.5;
  margin-bottom: 21px;
}
.index-contact .item-title a {
  display: inline-block;
}
.index-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .index-contact .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.index-contact .item-desc {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.index-contact .item-desc, .index-contact .item-desc a {
  color: #666;
}
.index-contact .item-desc a {
  display: inline-block;
}
.index-contact .item-desc a:hover {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .index-contact .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.index-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.index-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .index-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-contact .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: -31px;
  margin-bottom: -9px;
}
@media screen and (max-width: 1619px) {
  .index-contact .item-bg {
    font-size: 130px;
    font-size: 13rem;
    margin-top: -15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1419px) {
  .index-contact .item-bg {
    font-size: 100px;
    font-size: 10rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .index-contact .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .index-contact .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-about start-------------------------------------------------------------*/
.about-box1 {
  background-color: #F1F8E6;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 1220px) {
  .about-box1 > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.about-box1 .item-pic {
  overflow: hidden;
  width: 50%;
}
.about-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-pic {
    float: left;
    margin-right: 1.875%;
  }
}
@media screen and (max-width: 480px) {
  .about-box1 .item-pic {
    float: none;
    width: 100%;
  }
}
.about-box1 .item-body {
  width: 50%;
  overflow: hidden;
  padding-right: calc(50% - 800px);
  padding-left: 3.75%;
  padding-top: 35px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1619px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 700px);
    padding-top: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 480px);
    padding-left: calc(50% - 480px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: auto;
    overflow: inherit;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 360px);
    padding-left: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-body {
    padding: 20px 15px;
  }
}
.about-box1 .item-body .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 52px;
}
@media screen and (max-width: 1619px) {
  .about-box1 .item-body .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .item-body .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-body .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .item-body .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box1 .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-box1 .item-body .item-desc, .about-box1 .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-body .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.about-box2 {
  padding: 130px 0 101px;
}
@media screen and (max-width: 1619px) {
  .about-box2 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 {
    padding: 30px 0;
  }
}
.about-box2 .item-box1 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 48px;
  max-width: 1400px;
}
@media screen and (max-width: 1619px) {
  .about-box2 .item-box1 .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box1 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box1 .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box2 .item-box1 .item-desc {
  margin-bottom: 79px;
  max-width: 1085px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-box2 .item-box1 .item-desc, .about-box2 .item-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box1 .item-desc {
    margin-bottom: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box1 .item-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box1 .item-desc {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.about-box2 .item-box2 {
  margin-bottom: 91px;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box2 {
    margin-bottom: 20px;
  }
}
.about-box2 .item-box2 .left-item {
  float: left;
  width: 39.375%;
  margin-right: 2.0625%;
}
.about-box2 .item-box2 .right-item {
  overflow: hidden;
}
.about-box2 .item-box3 .left-item {
  float: left;
  width: 35%;
  margin-right: 6.4375%;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .left-item {
    width: 39.375%;
    margin-right: 2.0625%;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box3 .left-item {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }
}
.about-box2 .item-box3 .left-item .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.27778;
  margin-bottom: 32px;
}
@media screen and (max-width: 1619px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box2 .item-box3 .left-item .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444;
}
.about-box2 .item-box3 .left-item .item-desc, .about-box2 .item-box3 .left-item .item-desc * {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .left-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .left-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about-box2 .item-box3 .right-item {
  overflow: hidden;
  padding-top: 4px;
}
.about-box2 .item-box3 .right-item .item-li {
  border-bottom: solid 1px #aaa;
  padding-bottom: 39px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .right-item .item-li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .right-item .item-li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.about-box2 .item-box3 .right-item .item-li:last-child {
  margin-bottom: 0;
}
.about-box2 .item-box3 .right-item .item-li .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 19px;
}
@media screen and (max-width: 1619px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.about-box2 .item-box3 .right-item .item-li .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .right-item .item-li .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .right-item .item-li .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-contact {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 107px 0 104px;
}
@media screen and (max-width: 1419px) {
  .page-contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding: 30px 0;
  }
}
.page-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.66667;
  margin-bottom: 43px;
}
.page-contact .item-title a {
  display: block;
}
.page-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .page-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .page-contact .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-contact .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.page-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .page-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact.tech4-contact {
  padding: 105px 0 84px;
}
@media screen and (max-width: 1419px) {
  .page-contact.tech4-contact {
    padding: 90px 0 84px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.tech4-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-contact.tech4-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact.tech4-contact {
    padding: 30px 0;
  }
}
.page-contact.tech4-contact .item-title {
  margin-bottom: 33px;
}
@media screen and (max-width: 1419px) {
  .page-contact.tech4-contact .item-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.tech4-contact .item-title {
    margin-bottom: 20px;
  }
}
.page-contact.pro2-contact {
  padding: 118px 0 84px;
}
.page-contact.pro2-contact .wp {
  max-width: 1330px;
}
@media screen and (max-width: 1419px) {
  .page-contact.pro2-contact {
    padding: 90px 0 84px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.pro2-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-contact.pro2-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact.pro2-contact {
    padding: 30px 0;
  }
}
.page-contact.pro2-contact .item-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1419px) {
  .page-contact.pro2-contact .item-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.pro2-contact .item-title {
    margin-bottom: 20px;
  }
}

.about-contact {
  margin: 98px 0;
}
@media screen and (max-width: 1219px) {
  .about-contact {
    margin: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-contact {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-contact {
    margin: 30px 0;
  }
}
.about-contact .item-pic {
  float: right;
  width: 59.53125%;
  margin-left: 5.2083333333%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-contact .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .about-contact .item-pic {
    margin-left: 2.6041666667%;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .item-pic {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.about-contact .item-body {
  padding-top: 8.3854166667%;
}
@media screen and (max-width: 1619px) {
  .about-contact .item-body {
    padding-top: 5.2083333333%;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .item-body {
    padding-top: 30px;
  }
}
.about-contact .box-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 34px;
}
.about-contact .box-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .about-contact .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .about-contact .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-contact .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-contact .box-desc {
  margin-bottom: 108px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-contact .box-desc, .about-contact .box-desc * {
  color: #666;
}
.about-contact .box-desc a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .about-contact .box-desc {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1419px) {
  .about-contact .box-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .about-contact .box-desc {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.about-contact .box-list .list-item {
  position: relative;
  padding-left: 71px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 52px;
}
.about-contact .box-list .list-item, .about-contact .box-list .list-item * {
  color: #000;
}
.about-contact .box-list .list-item strong, .about-contact .box-list .list-item b {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-weight: normal;
}
.about-contact .box-list .list-item a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .about-contact .box-list .list-item {
    padding-left: 60px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-contact .box-list .list-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .box-list .list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-list .list-item {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 36px;
  }
}
.about-contact .box-list .iconfont {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1219px) {
  .about-contact .box-list .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-list .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-contact start-----------------------------------------------------------*/
.contact-info {
  margin-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .contact-info {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
}
.contact-info .item-pic {
  float: right;
  width: 59.53125%;
  margin-left: 5.2083333333%;
  position: relative;
  z-index: 2;
}
.contact-info .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .contact-info .item-pic {
    margin-left: 2.6041666667%;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .item-pic {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.contact-info .item-body {
  padding-top: 9.6875%;
}
@media screen and (max-width: 1619px) {
  .contact-info .item-body {
    padding-top: 5.2083333333%;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .item-body {
    padding-top: 30px;
  }
}
.contact-info .box-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 34px;
}
@media screen and (max-width: 1619px) {
  .contact-info .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .contact-info .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contact-info .box-desc {
  margin-bottom: 53px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-info .box-desc, .contact-info .box-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .contact-info .box-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contact-info .box-list .list-item {
  position: relative;
  padding-left: 71px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 52px;
}
.contact-info .box-list .list-item, .contact-info .box-list .list-item * {
  color: #000;
}
.contact-info .box-list .list-item strong, .contact-info .box-list .list-item b {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-weight: normal;
}
.contact-info .box-list .list-item a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .contact-info .box-list .list-item {
    padding-left: 60px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .list-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .list-item {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 36px;
  }
}
.contact-info .box-list .iconfont {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.contact-info .box-follow {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -9px;
}
@media screen and (max-width: 1419px) {
  .contact-info .box-follow {
    margin-top: 0;
  }
}
.contact-info .box-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #BABABA;
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 23px;
  margin-bottom: 10px;
}
.contact-info .box-follow > a:last-child {
  margin-right: 0;
}
.contact-info .box-follow > a:hover {
  background-color: #274D38;
  border-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-follow > a {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-follow > a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact-form {
  padding-bottom: 105px;
}
@media screen and (max-width: 1419px) {
  .contact-form {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 30px;
  }
}
.contact-form .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 33px;
}
@media screen and (max-width: 1619px) {
  .contact-form .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .contact-form .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contact-form .box-desc {
  text-align: center;
  margin-bottom: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-form .box-desc, .contact-form .box-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-desc {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contact-form .box-form .star {
  position: relative;
}
.contact-form .box-form .star:before {
  position: absolute;
  content: "*";
  color: #F51313;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  left: 22px;
  top: 16px;
}
.contact-form .box-form .star.item-textarea:before {
  top: 12px;
}
.contact-form .box-form .item-input {
  float: left;
  width: 47.9285714286%;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 12px;
}
.contact-form .box-form .item-input:nth-child(even) {
  float: right;
}
.contact-form .box-form .item-textarea {
  float: left;
  width: 100%;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 30px;
}
.contact-form .box-form input, .contact-form .box-form select, .contact-form .box-form textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 33px;
}
.contact-form .box-form input, .contact-form .box-form select {
  height: 48px;
  line-height: 46px;
}
.contact-form .box-form textarea {
  line-height: 24px;
  height: 88px;
  padding-top: 8px;
}
.contact-form .box-form .item-code {
  float: left !important;
  padding-right: 130px;
  position: relative;
  font-size: 0;
  border: solid 1px #cfcfcf;
}
.contact-form .box-form .item-img {
  position: absolute;
  bottom: 1px;
  right: 1px;
  font-size: 0;
  line-height: 46px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.contact-form .box-form .item-img img {
  vertical-align: middle;
  max-height: 46px;
}
.contact-form .box-form .item-btn {
  float: right !important;
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.contact-form .box-form .item-btn input {
  text-transform: uppercase;
  background-color: #274D38;
  color: #fff;
  text-align: center;
  transition: all 0.35s;
  padding-left: 0;
}
.contact-form .box-form .item-btn input:hover {
  background-color: #C8D6B3;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-form input, .contact-form .box-form select, .contact-form .box-form textarea {
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form .box-form .star:before {
    font-size: 14px;
    font-size: 1.4rem;
    left: 5px;
    top: 12px;
  }
  .contact-form .box-form .item-textarea {
    margin-bottom: 20px;
  }
  .contact-form .box-form input {
    height: 40px;
    line-height: 40px;
  }
  .contact-form .box-form .item-img {
    line-height: 38px;
  }
  .contact-form .box-form .item-img img {
    max-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-form .item-input, .contact-form .box-form .item-textarea {
    margin-bottom: 10px;
  }
  .contact-form .box-form input, .contact-form .box-form select, .contact-form .box-form textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-form .box-form input {
    height: 36px;
    line-height: 36px;
  }
  .contact-form .box-form .item-img {
    line-height: 34px;
  }
  .contact-form .box-form .item-img img {
    max-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box-form .item-input {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact-form .box-form .item-code {
    margin-bottom: 10px;
  }
}
.contact-form.edu-form {
  background-color: #FAF7F0;
  padding: 95px 0 107px;
}
@media screen and (max-width: 1419px) {
  .contact-form.edu-form {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form.edu-form {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form.edu-form {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form.edu-form {
    padding: 30px 0 30px;
  }
}
.contact-form.edu-form .box-title {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6667;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media screen and (max-width: 1619px) {
  .contact-form.edu-form .box-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .contact-form.edu-form .box-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form.edu-form .box-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form.edu-form .box-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form.edu-form .box-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .contact-form.edu-form .box-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-form.edu-form .box-desc {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 58px;
}
@media screen and (max-width: 1619px) {
  .contact-form.edu-form .box-desc {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1419px) {
  .contact-form.edu-form .box-desc {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form.edu-form .box-desc {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form.edu-form .box-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form.edu-form .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

/*-------------1-2-contact end-------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.page-top .item-line {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .page-top .item-line {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-top .item-line {
    margin-bottom: 10px;
  }
}
.page-top .item-line:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 12px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .page-top .item-line:before {
    right: 9px;
  }
}
.page-top .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-top .item-line:after {
    width: 8px;
    height: 8px;
  }
}
.page-top .item-title {
  position: relative;
  z-index: 3;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  display: inline-block;
  background-color: #fff;
  padding-right: 45px;
}
@media screen and (max-width: 1619px) {
  .page-top .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .page-top .item-title {
    font-size: 30px;
    font-size: 3rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-top .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-top .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 10px;
  }
}
.page-top .item-desc {
  margin-bottom: 67px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-top .item-desc, .page-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .page-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.pro1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .pro1-list {
    padding-bottom: 10px;
  }
}
.pro1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 27.375%;
  margin-left: 8.9375%;
  margin-bottom: 89px;
  font-size: 0;
}
@media screen and (max-width: 1419px) {
  .pro1-list .list-item {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .list-item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .list-item {
    width: 49%;
  }
  .pro1-list .list-item:nth-child(3n+1) {
    margin-left: 2% !important;
  }
  .pro1-list .list-item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.pro1-list .item-pic {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .pro1-list .item-pic {
    margin-bottom: 10px;
  }
}
.pro1-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1419px) {
  .pro1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.pro1-list .item-desc {
  text-transform: capitalize;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-desc {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.pro1-list .item-btn {
  display: inline-block;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #274D38;
  line-height: 1;
  text-transform: capitalize;
}
.pro1-list .item-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro1_wrap {
  padding: 45px 0 116px;
}
@media screen and (max-width: 1419px) {
  .pro1_wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1_wrap {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro1_wrap {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro1_wrap {
    padding: 10px 0 30px;
  }
}

.pro2_wrap {
  padding-top: 45px;
}
@media screen and (max-width: 1219px) {
  .pro2_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap {
    padding-top: 10px;
  }
}
.pro2_wrap .page-top {
  padding-bottom: 57px;
}
@media screen and (max-width: 1619px) {
  .pro2_wrap .page-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2_wrap .page-top {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2_wrap .page-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap .page-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap .page-top {
    padding-bottom: 10px;
  }
}

.pro2-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 1419px) {
  .pro2-top {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top {
    margin-bottom: 30px;
  }
}
.pro2-top .m-propic {
  position: relative;
  width: 50.0625%;
  flex-basis: 50.0625%;
  flex: 0 0 auto;
  margin-right: 95px;
}
.pro2-top .m-propic:hover .pic-big .pic-btn {
  opacity: 1;
}
@media screen and (max-width: 1619px) {
  .pro2-top .m-propic {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-top .m-propic {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .m-propic {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.pro2-top .m-propic .pic-big {
  position: relative;
  float: left;
  width: 80.7740324594%;
}
.pro2-top .m-propic .pic-big .pic-btn {
  transition: all 0.35s;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #666;
  z-index: 99;
}
.pro2-top .m-propic .pic-big .pic-btn:hover {
  color: #274D38;
}
.pro2-top .m-propic .pic-big .pic-btn.prev {
  left: 8px;
}
.pro2-top .m-propic .pic-big .pic-btn.next {
  right: 8px;
}
@media screen and (max-width: 991px) {
  .pro2-top .m-propic .pic-big .pic-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .m-propic .pic-big .pic-btn.prev {
    left: 0;
  }
  .pro2-top .m-propic .pic-big .pic-btn.next {
    right: 0;
  }
}
.pro2-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 0 solid #dadada;
  border-radius: 0;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 126.1205564142%;
  height: 0;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo iframe, .pro2-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.pro2-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #dadada;
  position: relative;
  padding-bottom: 126.1205564142%;
}
.pro2-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pro2-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}
.pro2-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.pro2-top .m-propic .pic-small {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  width: 14.8564294632%;
}
.pro2-top .m-propic .pic-small .pic-btn {
  display: none;
}
.pro2-top .m-propic .pic-list {
  overflow: hidden;
}
.pro2-top .m-propic .pic-list ul {
  height: 2000px;
}
.pro2-top .m-propic .pic-list .list-item {
  margin-bottom: 14.2857142857%;
  overflow: visible;
  padding-left: 0;
}
.pro2-top .m-propic .pic-list .item-pics, .pro2-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.pro2-top .m-propic .pic-list .item-pics img, .pro2-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}
.pro2-top .m-propic .pic-list .item-pics:hover, .pro2-top .m-propic .pic-list .item-pics.zoomThumbActive, .pro2-top .m-propic .pic-list .item-pics.active, .pro2-top .m-propic .pic-list .item-video:hover, .pro2-top .m-propic .pic-list .item-video.zoomThumbActive, .pro2-top .m-propic .pic-list .item-video.active {
  border-color: #274D38;
}
.pro2-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .pro2-top .zoomPad {
    cursor: default !important;
  }
  .pro2-top .zoomPup {
    display: none !important;
  }
  .pro2-top .zoomWindow {
    display: none !important;
  }
  .pro2-top .zoomPreload {
    display: none !important;
  }
}

.pro2-info {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pro2-info {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info {
    margin-top: 20px;
  }
}
.pro2-info > .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 37px;
}
@media screen and (max-width: 1619px) {
  .pro2-info > .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-info > .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info > .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info > .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pro2-info .item-desc {
  margin-bottom: 61px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-info .item-desc, .pro2-info .item-desc * {
  color: #666;
}
@media screen and (max-width: 1619px) {
  .pro2-info .item-desc {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-info .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.pro2-info .pro-share {
  margin-bottom: 29px;
}
@media screen and (max-width: 1219px) {
  .pro2-info .pro-share {
    margin-bottom: 20px;
  }
}
.pro2-info .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-info .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #333;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 20px 16px;
  min-width: 348px;
  text-align: center;
}
.pro2-info .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
  margin-left: 10px;
}
@media screen and (max-width: 1619px) {
  .pro2-info .item-btn {
    min-width: 300px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-info .item-btn {
    min-width: 250px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-btn {
    min-width: 200px;
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro2-info .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info .item-btn {
    min-width: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-btn {
    line-height: 20px;
    padding: 8px 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pro2-info .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
  }
}

.pro2-tab {
  margin-bottom: 87px;
}
@media screen and (max-width: 1219px) {
  .pro2-tab {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab {
    margin-bottom: 30px;
  }
}
.pro2-tab .tab-options {
  border-bottom: solid 1px #B7B7B7;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .pro2-tab .tab-options {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-tab .tab-options {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab .tab-options {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab .tab-options {
    justify-content: space-between;
  }
}
.pro2-tab .tab-options > li {
  margin-right: 100px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #939393;
  cursor: pointer;
}
.pro2-tab .tab-options > li:last-child {
  margin-right: 0;
}
.pro2-tab .tab-options > li:hover, .pro2-tab .tab-options > li.tab-active {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .pro2-tab .tab-options > li {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-tab .tab-options > li {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab .tab-options > li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab .tab-options > li {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-tab .tab-options > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pro2-spec {
  padding-top: 68px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-spec, .pro2-spec * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .pro2-spec {
    padding-top: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec {
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pro2-video {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 83px;
}
@media screen and (max-width: 1419px) {
  .pro2-video {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-video {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-video {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-video {
    display: block;
  }
}
.pro2-video .item-box {
  flex: 0 0 auto;
  width: 37.9375%;
  flex-basis: 37.9375%;
  margin-right: 5.1875%;
  margin-left: 6.4375%;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .pro2-video .item-box {
    margin-right: 3.125%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video .item-box {
    margin-right: 1.875%;
    margin-left: 3.125%;
  }
}
@media screen and (max-width: 991px) {
  .pro2-video .item-box {
    margin-right: 0;
    width: 50%;
    flex-basis: 50%;
    margin-left: 1.875%;
  }
}
@media screen and (max-width: 640px) {
  .pro2-video .item-box {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .pro2-video .item-box {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.pro2-video .item-box img {
  display: block;
  margin: 0 auto;
}
.pro2-video .item-body {
  overflow: hidden;
  flex: 1 1 auto;
}
@media screen and (max-width: 640px) {
  .pro2-video .item-body {
    overflow: visible;
  }
}
.pro2-video .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 1419px) {
  .pro2-video .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-video .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-video .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro2-video .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 444px;
}
.pro2-video .item-desc, .pro2-video .item-desc * {
  color: #666;
}
.pro2-video .item-desc strong, .pro2-video .item-desc b {
  color: #333;
}
.pro2-video .item-desc em {
  font-style: normal;
  position: relative;
  padding-left: 38px;
}
.pro2-video .item-desc em:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1419px) {
  .pro2-video .item-desc {
    min-height: 360px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video .item-desc {
    min-height: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro2-video .item-desc em {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-video .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pro2-faq {
  padding-top: 93px;
}
@media screen and (max-width: 1419px) {
  .pro2-faq {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-faq {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-faq {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq {
    padding-top: 20px;
  }
}
.pro2-faq .box-pic {
  float: right;
  width: 50.0625%;
  margin-left: 4.75%;
  overflow: hidden;
}
.pro2-faq .box-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-pic {
    margin-left: 3.125%;
  }
}
@media screen and (max-width: 991px) {
  .pro2-faq .box-pic {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-pic {
    margin-bottom: 20px;
  }
}
.pro2-faq .box-body {
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 1619px) {
  .pro2-faq .box-body {
    padding-top: 0;
  }
}
.pro2-faq .box-list .list-item {
  padding-bottom: 7px;
  border-bottom: solid 2px #e4e4e4;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.pro2-faq .box-list .list-item.active .item-title {
  color: #274D38;
}
.pro2-faq .box-list .list-item.active .item-title:after {
  content: "\eaf5";
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .list-item {
    padding-bottom: 5px;
  }
}
.pro2-faq .box-list .item-title {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding: 23px 30px 16px 0;
  color: #666;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .item-title {
    padding: 15px 20px 10px 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-faq .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px 5px 0;
  }
}
.pro2-faq .box-list .item-title:after {
  position: absolute;
  content: "\eaf3";
  font-family: "iconfont" !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0;
  transition: all 0.35s;
  top: 27px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .item-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-list .item-title:after {
    font-size: 12px;
    font-size: 1.2rem;
    top: 14px;
  }
}
.pro2-faq .box-list .item-desc {
  display: none;
  padding-top: 8px;
  padding-right: 90px;
  padding-bottom: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-faq .box-list .item-desc, .pro2-faq .box-list .item-desc * {
  color: #666;
}
@media screen and (max-width: 1619px) {
  .pro2-faq .box-list .item-desc {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .item-desc {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-faq .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}

.pro2-box1 {
  background-color: #FAF7F0;
  font-size: 0;
  letter-spacing: 0;
}
.pro2-box1 .item-pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  overflow: hidden;
}
.pro2-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-pic {
    float: left;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
}
.pro2-box1 .item-body {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  padding-left: 72px;
  padding-top: 85px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1619px) {
  .pro2-box1 .item-body {
    width: 700px;
    padding-left: 50px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-box1 .item-body {
    width: 600px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-box1 .item-body {
    width: 480px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-body {
    width: auto;
    padding: 0;
    display: inherit;
    padding: 15px calc(50% - 360px) 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box1 .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-box1 .item-body {
    padding: 30px 15px;
  }
}
.pro2-box1 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 37px;
}
@media screen and (max-width: 1619px) {
  .pro2-box1 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-box1 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.pro2-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-box1 .item-desc, .pro2-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .pro2-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-desc {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------2-3-Classic collection start------------------------------------------------*/
.classic_wrap {
  padding-top: 45px;
}
@media screen and (max-width: 1219px) {
  .classic_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic_wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .classic_wrap {
    padding-top: 10px;
  }
}
.classic_wrap .page-top {
  padding-bottom: 57px;
}
@media screen and (max-width: 1619px) {
  .classic_wrap .page-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .classic_wrap .page-top {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .classic_wrap .page-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic_wrap .page-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .classic_wrap .page-top {
    padding-bottom: 10px;
  }
}

.classic-top {
  margin-bottom: 93px;
}
@media screen and (max-width: 1419px) {
  .classic-top {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-top {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .classic-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .classic-top {
    margin-bottom: 30px;
  }
}
.classic-top .m-propic {
  position: relative;
  float: left;
  width: 50.0625%;
  margin-right: 86px;
}
.classic-top .m-propic:hover .pic-big .pic-btn {
  opacity: 1;
}
@media screen and (max-width: 1619px) {
  .classic-top .m-propic {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-top .m-propic {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic-top .m-propic {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.classic-top .m-propic .pic-big {
  position: relative;
  float: left;
  width: 80.7740324594%;
}
.classic-top .m-propic .pic-big .pic-btn {
  transition: all 0.35s;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #666;
  z-index: 99;
}
.classic-top .m-propic .pic-big .pic-btn:hover {
  color: #274D38;
}
.classic-top .m-propic .pic-big .pic-btn.prev {
  left: 8px;
}
.classic-top .m-propic .pic-big .pic-btn.next {
  right: 8px;
}
@media screen and (max-width: 991px) {
  .classic-top .m-propic .pic-big .pic-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .classic-top .m-propic .pic-big .pic-btn.prev {
    left: 0;
  }
  .classic-top .m-propic .pic-big .pic-btn.next {
    right: 0;
  }
}
.classic-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 0 solid #dadada;
  border-radius: 0;
}
.classic-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 126.1205564142%;
  height: 0;
}
.classic-top .m-propic .pic-big .provideo-box .provideo iframe, .classic-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.classic-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.classic-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #dadada;
  position: relative;
  padding-bottom: 126.1205564142%;
}
.classic-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.classic-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}
.classic-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.classic-top .m-propic .pic-small {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  width: 14.8564294632%;
}
.classic-top .m-propic .pic-small .pic-btn {
  display: none;
}
.classic-top .m-propic .pic-list {
  overflow: hidden;
}
.classic-top .m-propic .pic-list ul {
  height: 2000px;
}
.classic-top .m-propic .pic-list .list-item {
  margin-bottom: 14.2857142857%;
  overflow: visible;
  padding-left: 0;
}
.classic-top .m-propic .pic-list .item-pics, .classic-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.classic-top .m-propic .pic-list .item-pics img, .classic-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}
.classic-top .m-propic .pic-list .item-pics:hover, .classic-top .m-propic .pic-list .item-pics.zoomThumbActive, .classic-top .m-propic .pic-list .item-pics.active, .classic-top .m-propic .pic-list .item-video:hover, .classic-top .m-propic .pic-list .item-video.zoomThumbActive, .classic-top .m-propic .pic-list .item-video.active {
  border-color: #274D38;
}
.classic-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .classic-top .zoomPad {
    cursor: default !important;
  }
  .classic-top .zoomPup {
    display: none !important;
  }
  .classic-top .zoomWindow {
    display: none !important;
  }
  .classic-top .zoomPreload {
    display: none !important;
  }
}

.classic-info {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .classic-info {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-info {
    margin-top: 20px;
  }
}
.classic-info .box-top > .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-top > .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-top > .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top > .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .classic-info .box-top > .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-top > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.classic-info .box-top .item-desc {
  margin-bottom: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.classic-info .box-top .item-desc, .classic-info .box-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .classic-info .box-top .item-desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.classic-info .box-top .pro-share {
  margin-bottom: 29px;
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top .pro-share {
    margin-bottom: 20px;
  }
}
.classic-info .box-top .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.classic-info .box-top .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #333;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 20px 16px;
  min-width: 348px;
  text-align: center;
}
.classic-info .box-top .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
  margin-left: 10px;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-top .item-btn {
    min-width: 300px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-top .item-btn {
    min-width: 250px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top .item-btn {
    min-width: 200px;
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .classic-info .box-top .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .classic-info .box-top .item-btn {
    min-width: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-top .item-btn {
    line-height: 20px;
    padding: 8px 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .classic-info .box-top .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
  }
}
.classic-info .box-list {
  padding-top: 2px;
  margin-bottom: 47px;
  border-bottom: solid 1px #9B9B9B;
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.classic-info .box-list .list-item {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.classic-info .box-list .list-item:last-child {
  margin-bottom: -1px;
}
.classic-info .box-list .list-item.active .item-title {
  color: #274D38;
}
.classic-info .box-list .list-item.active .item-title:after {
  content: "\eaf5";
  color: #274D38;
}
.classic-info .box-list .item-title {
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  color: #333;
  border-bottom: solid 1px #9B9B9B;
  padding: 46px 30px 17px 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-list .item-title {
    padding: 30px 30px 15px 0;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list .item-title {
    padding: 15px 20px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-list .item-title {
    padding: 10px 20px 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 10px 0;
  }
}
.classic-info .box-list .item-title:after {
  position: absolute;
  content: "\eaf3";
  font-family: "iconfont" !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0;
  transition: all 0.35s;
  top: 49px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-list .item-title:after {
    top: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list .item-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-list .item-title:after {
    font-size: 12px;
    font-size: 1.2rem;
    top: 15px;
  }
}
.classic-info .box-list .item-desc {
  display: none;
  padding-top: 39px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.classic-info .box-list .item-desc, .classic-info .box-list .item-desc * {
  color: #666;
}
.classic-info .box-list .item-desc em {
  display: block;
  font-style: normal;
  position: relative;
  padding-left: 34px;
}
.classic-info .box-list .item-desc em:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 5px;
  top: 5px;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}
.classic-info .box-list .item-desc strong, .classic-info .box-list .item-desc b {
  font-weight: normal;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-list .item-desc {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list .item-desc {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .classic-info .box-list .item-desc em {
    padding-left: 25px;
  }
  .classic-info .box-list .item-desc em:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}
.classic-info .box-bot {
  border-bottom: solid 1px #9B9B9B;
  padding-bottom: 14px;
  padding-left: 14px;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.classic-info .box-bot, .classic-info .box-bot * {
  color: #000;
}
.classic-info .box-bot span {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .classic-info .box-bot {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-bot {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .classic-info .box-bot span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-bot {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .classic-info .box-bot span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.classic-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1619px) {
  .classic-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .classic-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .classic-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .classic-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.classic-video {
  background-color: #FAF7F0;
  padding: 82px 0 89px;
}
@media screen and (max-width: 1219px) {
  .classic-video {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .classic-video {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-video {
    padding: 30px 0;
  }
}
.classic-video .classic-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1419px) {
  .classic-video .classic-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-video .classic-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-video .classic-title {
    margin-bottom: 20px;
  }
}
.classic-video .item-box {
  position: relative;
}
.classic-video .item-box img {
  display: block;
  margin: 0 auto;
}

/* an-btn6 start */
.an-btn6 {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #274D38;
}
.an-btn6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #C8D6B3;
}
@media screen and (max-width: 1219px) {
  .an-btn6 {
    width: 60px;
    height: 60px;
  }
  .an-btn6:before {
    border-width: 10px 0 10px 12px;
  }
}
@media screen and (max-width: 991px) {
  .an-btn6 {
    width: 50px;
    height: 50px;
  }
  .an-btn6:before {
    border-width: 8px 0 8px 11px;
  }
}
@media screen and (max-width: 767px) {
  .an-btn6 {
    width: 40px;
    height: 40px;
  }
  .an-btn6:before {
    border-width: 6px 0 6px 10px;
  }
}
.an-btn6 .an-btn6_animation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  opacity: 0;
  animation: circles 3.2s linear 0s infinite;
  animation-play-state: running;
}
.an-btn6 .an-btn6_animation.circle_1 {
  animation-delay: 0.8s;
}
.an-btn6 .an-btn6_animation.circle_2 {
  animation-delay: 2s;
}
.an-btn6 .an-btn6_animation.circle_3 {
  animation-delay: 2.4s;
}

@keyframes circles {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  /* 25% {
  	transform: scale(1.4);
  	opacity: .8
  } */
  50% {
    transform: scale(1.5);
    opacity: 0.4;
  }
  /* 75% {
  	transform: scale(2.2);
  	opacity: .2
  } */
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* an-btn6 end */
.video-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
  /* .item-videobox start */
  /* .item-videobox end */
}
.video-backdrop .item-close {
  z-index: 99999;
  position: absolute;
  right: 2.6041666667%;
  top: 2.6041666667%;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .video-backdrop .item-close {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.video-backdrop .box-video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}
.video-backdrop .item-videobox {
  overflow: hidden;
  max-width: 750px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
}
.video-backdrop .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 75.0666666667%;
  height: 0;
}
.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-backdrop .item-videobox .item-video iframe body {
  margin: 0px !important;
}

.classic-color {
  padding: 111px 0 69px;
}
@media screen and (max-width: 1419px) {
  .classic-color {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-color {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .classic-color {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-color {
    padding: 30px 0 20px;
  }
}
.classic-color .classic-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 1619px) {
  .classic-color .classic-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-color .classic-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-color .classic-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .classic-color .classic-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-color .classic-title {
    margin-bottom: 20px;
  }
}
.classic-color .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.classic-color .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 22.6875%;
  margin-left: 3.0833125%;
  margin-bottom: 53px;
}
.classic-color .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1419px) {
  .classic-color .box-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-color .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic-color .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .classic-color .box-list .list-item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .classic-color .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .classic-color .box-list .list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.classic-display {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 101px;
}
@media screen and (max-width: 1419px) {
  .classic-display {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-display {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .classic-display {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .classic-display {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .classic-display {
    display: block;
  }
}
.classic-display .item-pic {
  flex: 0 0 auto;
  width: 56.8125%;
  flex-basis: 56.8125%;
  margin-left: 6.5625%;
  border-radius: 0;
  overflow: hidden;
}
.classic-display .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .classic-display .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .classic-display .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .classic-display .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.classic-display .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .classic-display .item-body {
    overflow: hidden;
  }
}
.classic-display .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 58px;
}
@media screen and (max-width: 1619px) {
  .classic-display .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-display .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-display .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .classic-display .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .classic-display .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.classic-display .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.classic-display .item-desc, .classic-display .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .classic-display .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-display .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.classic-md {
  background-color: #FAF7F0;
  padding: 92px 0 79px;
}
@media screen and (max-width: 1219px) {
  .classic-md {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .classic-md {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-md {
    padding: 30px 0;
  }
}
.classic-md .classic-title {
  margin-bottom: 74px;
}
@media screen and (max-width: 1619px) {
  .classic-md .classic-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-md .classic-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-md .classic-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .classic-md .classic-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-md .classic-title {
    margin-bottom: 20px;
  }
}
.classic-md .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.classic-md .box-list .list-item {
  flex: 0 0 auto;
  width: 48%;
  flex-basis: 48%;
  margin-left: 4%;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.classic-md .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 991px) {
  .classic-md .box-list .list-item {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .list-item {
    display: block;
    margin-bottom: 25px;
  }
}
.classic-md .box-list .item-pic {
  flex: 0 0 auto;
  width: 47.265625%;
}
@media screen and (max-width: 991px) {
  .classic-md .box-list .item-pic {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .item-pic {
    float: left;
    margin-right: 10px;
    width: 44.2708333333%;
  }
}
.classic-md .box-list .item-body {
  flex: 1 1 auto;
  padding: 30px 35px;
}
@media screen and (max-width: 1619px) {
  .classic-md .box-list .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-md .box-list .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .item-body {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .item-body {
    padding: 10px;
  }
}
.classic-md .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1619px) {
  .classic-md .box-list .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-md .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .classic-md .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-md .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.classic-md .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-md .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .item-desc {
    overflow: visible;
  }
}

/*-------------2-3-Classic collection end--------------------------------------------------*/
/*-------------3-1-Technology & Innovation start-------------------------------------------*/
.tech1-box1 {
  margin-bottom: 113px;
}
@media screen and (max-width: 1419px) {
  .tech1-box1 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box1 {
    margin-bottom: 30px;
  }
}
.tech1-box1 .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 31px;
}
@media screen and (max-width: 1619px) {
  .tech1-box1 .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box1 .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box1 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box1 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box1 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech1-box1 .box-desc {
  margin-bottom: 65px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech1-box1 .box-desc, .tech1-box1 .box-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech1-box1 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box1 .box-desc {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box1 .box-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.tech1-box1 .img-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech1-box1 .img-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.2291666667%;
  margin-left: 0.15625%;
  margin-bottom: 5px;
}
.tech1-box1 .img-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech1-box1 .img-list .list-item {
    width: 49.6875%;
    margin-left: 0.625%;
  }
  .tech1-box1 .img-list .list-item:nth-child(3n+1) {
    margin-left: 0.625%;
  }
  .tech1-box1 .img-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}

.tech1-box2 {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 114px;
}
@media screen and (max-width: 1419px) {
  .tech1-box2 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech1-box2 {
    display: block;
  }
}
.tech1-box2 .item-pic {
  flex: 0 0 auto;
  width: 49.8125%;
  flex-basis: 49.8125%;
  margin-left: 7.5%;
  border-radius: 0;
  overflow: hidden;
}
.tech1-box2 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .tech1-box2 .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box2 .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .tech1-box2 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech1-box2 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech1-box2 .item-body {
    overflow: hidden;
  }
}
.tech1-box2 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 23px;
}
@media screen and (max-width: 1619px) {
  .tech1-box2 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box2 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box2 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box2 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box2 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech1-box2 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech1-box2 .item-desc, .tech1-box2 .item-desc * {
  color: #666;
}
.tech1-box2 .item-desc strong, .tech1-box2 .item-desc b {
  color: #333;
  font-weight: normal;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
}
.tech1-box2 .item-desc .item-icon {
  position: relative;
  padding-left: 38px;
}
.tech1-box2 .item-desc .item-icon:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}

.tech1-box2 .item-desc p {
    position: relative;
    padding-left: 38px;
}
.tech1-box2 .item-desc p:before {
    position: absolute;
    content: "\e649";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    top: 0;
    color: #274D38;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
  .tech1-box2 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech1-box2 .item-desc .item-icon {
    padding-left: 25px;
  }
    .tech1-box2 .item-desc p {
        padding-left: 25px;
    }
}
@media screen and (max-width: 767px) {
  .tech1-box2 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech1-box3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: calc(50% - 800px);
  margin-bottom: 104px;
}
@media screen and (max-width: 1619px) {
  .tech1-box3 {
    padding-right: calc(50% - 700px);
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box3 {
    padding-right: calc(50% - 600px);
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box3 {
    padding-right: calc(50% - 480px);
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box3 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 {
    margin-bottom: 30px;
  }
}
.tech1-box3 .item-pic {
  flex: 0 0 auto;
  width: 68.9772727273%;
  margin-right: 3.125%;
  overflow: hidden;
}
.tech1-box3 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech1-box3 .item-pic {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tech1-box3 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech1-box3 .item-body {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 .item-body {
    width: 100%;
    padding: 0 15px;
  }
}
.tech1-box3 .item-body .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 47px;
}
@media screen and (max-width: 1619px) {
  .tech1-box3 .item-body .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box3 .item-body .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box3 .item-body .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box3 .item-body .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech1-box3 .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech1-box3 .item-body .item-desc, .tech1-box3 .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech1-box3 .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 .item-body .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech1-box4 {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .tech1-box4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 {
    margin-bottom: 10px;
  }
}
.tech1-box4 .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 63px;
}
@media screen and (max-width: 1619px) {
  .tech1-box4 .box-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box4 .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box4 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.tech1-box4 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech1-box4 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-left: 2.75%;
  margin-bottom: 30px;
}
.tech1-box4 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech1-box4 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .tech1-box4 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .tech1-box4 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech1-box4 .box-list .item-pic {
  margin-bottom: 26px;
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box4 .box-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.tech1-box4 .box-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.tech1-box4 .box-list .item-title, .tech1-box4 .box-list .item-title a {
  color: #000;
}
@media screen and (max-width: 1619px) {
  .tech1-box4 .box-list .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box4 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .tech1-box4 .box-list .item-title {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 350px) {
  .tech1-box4 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech1-box4 .box-list .item-btn {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  text-transform: capitalize;
  color: #274D38;
}
.tech1-box4 .box-list .item-btn:hover {
  color: #000;
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-1-Technology & Innovation end---------------------------------------------*/
/*-------------3-2-Technology & Innovation start-------------------------------------------*/
.edu-list .edu-line {
  margin-bottom: -110px;
}
@media screen and (max-width: 991px) {
  .edu-list .edu-line {
    margin-bottom: 0;
  }
}
.edu-list .list-item {
  padding-top: 110px;
  margin-bottom: 129px;
}
@media screen and (max-width: 1619px) {
  .edu-list .list-item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .list-item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .list-item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .list-item {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .list-item {
    margin-bottom: 30px;
  }
}
.edu-list .list-item.item1 .item-pic {
  float: left;
  margin-right: 3.9375%;
  padding-right: 1.375%;
  background-position: top right;
}
.edu-list .list-item.item2 .item-pic {
  float: right;
  margin-left: 3.9375%;
  padding-left: 1.375%;
  background-position: top left;
}
.edu-list .item-pic {
  width: 36.6875%;
  background-image: url(../images/edu-bg.png);
  background-repeat: no-repeat;
  background-size: 96.2521294719%;
}
@media screen and (max-width: 640px) {
  .edu-list .item-pic {
    float: none !important;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px !important;
  }
}
.edu-list .item-body {
  overflow: hidden;
  padding-top: 11px;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-body {
    padding-top: 0;
  }
}
.edu-list .item-box1 {
  margin-bottom: 57px;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-box1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .item-box1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-box1 {
    margin-bottom: 15px;
  }
}
.edu-list .item-name {
  float: left;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.edu-list .item-name:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  right: 0;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-name {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .item-name {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-name {
    font-size: 24px;
    font-size: 2.4rem;
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-name {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.edu-list .item-job {
  overflow: hidden;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-job {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-job {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-job {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-job {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.edu-list .item-box2 {
  margin-bottom: 28px;
  font-size: 0;
}
@media screen and (max-width: 1219px) {
  .edu-list .item-box2 {
    margin-bottom: 20px;
  }
}
.edu-list .item-subt {
  float: left;
  margin-right: 51px;
  padding: 11px 20px;
  color: #000;
  background-color: #C8D6B3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-subt {
    margin-right: 30px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-subt {
    padding: 5px 15px;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.edu-list .item-info {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  min-height: 182px;
}
.edu-list .item-info, .edu-list .item-info * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-info {
    min-height: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.edu-list .item-box3 {
  background-color: #f7f7f7;
  padding: 39px 32px 44px;
}
.edu-list .item-box3 .item-left {
  float: left;
  width: 47.4040632054%;
}
.edu-list .item-box3 .item-right {
  overflow: hidden;
}
.edu-list .item-box3 .item-right .item-desc {
  padding-left: 14px;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-box3 {
    padding: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-box3 {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-box3 .item-left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .edu-list .item-box3 .item-right .item-desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-box3 {
    padding: 15px;
  }
}
.edu-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #274D38;
  position: relative;
  padding-left: 13px;
  margin-bottom: 41px;
}
.edu-list .item-title:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 23px;
  background-color: #274D38;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .edu-list .item-title:before {
    height: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .edu-list .item-title:before {
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
  }
  .edu-list .item-title:before {
    height: 15px;
    top: 1px;
  }
}
.edu-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 192px;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-desc {
    min-height: auto;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-2-Technology & Innovation end---------------------------------------------*/
/*-------------3-3-Technology & Innovation start-------------------------------------------*/
.tech3-list {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.tech3-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transform: all 0.35s;
  margin-bottom: 57px;
}
.tech3-list .list-item:hover {
  background-color: #F5F3EE;
}
@media screen and (max-width: 1419px) {
  .tech3-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .list-item {
    margin-bottom: 30px;
  }
  .tech3-list .list-item:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .list-item {
    margin-bottom: 20px;
  }
}
.tech3-list .item-pic {
  flex: 0 0 auto;
  width: 32.0529801325%;
  flex-basis: 32.0529801325%;
}
@media screen and (max-width: 991px) {
  .tech3-list .item-pic {
    width: 31.25%;
    flex-basis: 31.25%;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-pic {
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-pic {
    min-width: auto;
    width: 130px;
    flex-basis: 130px;
  }
}
.tech3-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 2.9139072848% 0 3.9735099338%;
}
@media screen and (max-width: 991px) {
  .tech3-list .item-body {
    padding: 0 0 0 2.5%;
  }
}
.tech3-list .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.tech3-list .item-subt, .tech3-list .item-subt a {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .item-subt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-subt {
    line-height: 1.2;
  }
}
.tech3-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #B7B7B7;
  padding-bottom: 33px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1419px) {
  .tech3-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-title {
    margin-bottom: 5px;
    line-height: 1.3;
  }
}
.tech3-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.tech3-list .item-desc a {
  height: 72px;
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .item-desc {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .tech3-list .item-desc a {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-desc {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .tech3-list .item-desc a {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-desc {
    margin-bottom: 0;
    line-height: 16px;
  }
  .tech3-list .item-desc a {
    height: 32px;
  }
}
.tech3-list .item-btn {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  text-transform: capitalize;
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-btn {
    line-height: 1;
  }
}

/*-------------3-3-Technology & Innovation end---------------------------------------------*/
/*-------------3-3-1-Technology & Innovation start-----------------------------------------*/
.tech3-detail1-box1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 {
    margin-bottom: 30px;
  }
}
.tech3-detail1-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-right: 2.75%;
  border-radius: 10px;
  overflow: hidden;
}
.tech3-detail1-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 .item-pic {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail1-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail1-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail1-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail1-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  border-bottom: solid 2px #dbdbdb;
  padding-bottom: 39px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.tech3-detail1-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail1-box1 .item-desc, .tech3-detail1-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-title {
  margin-bottom: 41px;
}
@media screen and (max-width: 1219px) {
  .tech3-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-title {
    margin-bottom: 15px;
  }
}
.tech3-title .item-line {
  position: relative;
}
.tech3-title .item-line:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 12px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .tech3-title .item-line:before {
    right: 9px;
  }
}
.tech3-title .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tech3-title .item-line:after {
    width: 8px;
    height: 8px;
  }
}
.tech3-title .item-title {
  position: relative;
  z-index: 3;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
  background-color: #fff;
  padding-right: 29px;
}
@media screen and (max-width: 1419px) {
  .tech3-title .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-title .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-title .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-title .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
  }
}

.tech3-detail1-box2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box2 {
    margin-bottom: 10px;
  }
}
.tech3-detail1-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech3-detail1-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.tech3-detail1-box2 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech3-detail1-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .tech3-detail1-box2 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tech3-detail1-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail1-box2 .box-list .item-pic {
  border-radius: 10px;
}

.tech3-detail1-contact {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 105px 0 21px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact {
    padding: 90px 0 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-contact {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact {
    padding: 30px 0 20px;
  }
}
.tech3-detail1-contact .wp1 {
  max-width: 950px;
}
.tech3-detail1-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.5;
  margin-bottom: 14px;
}
.tech3-detail1-contact .item-title a {
  display: inline-block;
}
.tech3-detail1-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .tech3-detail1-contact .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-contact .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.tech3-detail1-contact .item-desc {
  margin-bottom: 17px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.tech3-detail1-contact .item-desc, .tech3-detail1-contact .item-desc a {
  color: #666;
}
.tech3-detail1-contact .item-desc a {
  display: inline-block;
}
.tech3-detail1-contact .item-desc a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact .item-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail1-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.tech3-detail1-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech3-detail1-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tech3-detail1-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail1-contact .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: -9px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail1-contact .item-bg {
    font-size: 130px;
    font-size: 13rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact .item-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-contact .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail1-contact .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail1-contact .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------3-3-1-Technology & Innovation end-------------------------------------------*/
/*-------------3-3-2-Technology & Innovation start-----------------------------------------*/
.tech3-detail2-box1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 {
    margin-bottom: 30px;
  }
}
.tech3-detail2-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-left: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.tech3-detail2-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 .item-pic {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail2-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail2-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail2-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail2-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech3-detail2-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail2-box1 .item-desc, .tech3-detail2-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail2-box2 {
  margin-bottom: 63px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box2 {
    margin-bottom: 10px;
  }
}
.tech3-detail2-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -5px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list {
    margin-top: 0;
  }
}
.tech3-detail2-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.tech3-detail2-box2 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech3-detail2-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .tech3-detail2-box2 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tech3-detail2-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail2-box2 .box-list .item-pic {
  border-radius: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.tech3-detail2-box2 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tech3-detail2-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail2-box3 {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 92px 0 9px;
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box3 {
    padding: 90px 0 9px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 {
    padding: 70px 0 9px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box3 {
    padding: 50px 0 9px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 {
    padding: 30px 0 9px;
    margin-bottom: 30px;
  }
}
.tech3-detail2-box3 .wp2 {
  max-width: 1320px;
}
.tech3-detail2-box3 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.66667;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.tech3-detail2-box3 .item-title a {
  display: inline-block;
}
.tech3-detail2-box3 .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .tech3-detail2-box3 .item-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box3 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box3 .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail2-box3 .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.tech3-detail2-box3 .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech3-detail2-box3 .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tech3-detail2-box3 .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail2-box3 .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: 19px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 130px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------3-3-2-Technology & Innovation end-------------------------------------------*/
/*-------------3-3-3-Technology & Innovation start-----------------------------------------*/
.tech3-detail3-box1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box1 {
    display: block;
  }
}
.tech3-detail3-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-left: 10.3125%;
  border-radius: 10px;
  overflow: hidden;
}
.tech3-detail3-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box1 .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail3-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail3-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 19px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box1 .item-subt {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail3-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail3-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail3-box1 .item-desc, .tech3-detail3-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail3-box2 {
  margin-bottom: 92px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1420px) {
  .tech3-detail3-box2 .tech3-title {
    margin-bottom: 56px;
  }
}
.tech3-detail3-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech3-detail3-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.5625%;
  margin-left: 2.65625%;
  margin-bottom: 44px;
}
.tech3-detail3-box2 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .tech3-detail3-box2 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .tech3-detail3-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail3-box2 .box-list .item-pic {
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.tech3-detail3-box2 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tech3-detail3-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail3-box2 .box-list .item-desc, .tech3-detail3-box2 .box-list .item-desc a {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail3-box3 {
  padding-bottom: 66px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 {
    padding-bottom: 10px;
  }
}
.tech3-detail3-box3 .box-title {
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 55px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box3 .box-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box3 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.tech3-detail3-box3 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.tech3-detail3-box3 .box-list .list-item {
  flex: 0 0 auto;
  width: 22.75%;
  flex-basis: 22.75%;
  margin-left: 3%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 35px 37px;
  margin-bottom: 30px;
}
.tech3-detail3-box3 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box3 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .tech3-detail3-box3 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tech3-detail3-box3 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail3-box3 .box-list .item-pic {
  margin: 0 auto 13px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #C8D6B3;
  padding: 13px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-list .item-pic {
    width: 60px;
    height: 60px;
    padding: 11px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 .box-list .item-pic {
    width: 50px;
    height: 50px;
    padding: 9px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-list .item-pic {
    width: 40px;
    height: 40px;
    padding: 6px;
    margin-bottom: 8px;
  }
}
.tech3-detail3-box3 .box-list .item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-transform: capitalize;
}
.tech3-detail3-box3 .box-list .item-title, .tech3-detail3-box3 .box-list .item-title a {
  color: #000;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box3 .box-list .item-title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail3-box4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box4 {
    display: block;
  }
}
.tech3-detail3-box4 .item-pic {
  flex: 0 0 auto;
  width: 49.8125%;
  flex-basis: 49.8125%;
  margin-right: 5.875%;
  border-radius: 0;
  overflow: hidden;
}
.tech3-detail3-box4 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 .item-pic {
    margin-right: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box4 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail3-box4 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box4 .item-body {
    overflow: hidden;
  }
}
.tech3-detail3-box4 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box4 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box4 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box4 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box4 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech3-detail3-box4 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.tech3-detail3-box4 .item-desc, .tech3-detail3-box4 .item-desc * {
  color: #666;
}
.tech3-detail3-box4 .item-desc p {
  position: relative;
  padding-left: 38px;
}
.tech3-detail3-box4 .item-desc p:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 5px;
  top: 1px;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .tech3-detail3-box4 .item-desc p {
    padding-left: 25px;
  }
  .tech3-detail3-box4 .item-desc p:before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box4 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-3-3-Technology & Innovation end-------------------------------------------*/
/*-------------3-3-4-Technology & Innovation start-----------------------------------------*/
.tech3-detail4-box1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 71px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail4-box1 {
    display: block;
  }
}
.tech3-detail4-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-left: 18.125%;
  border-radius: 0;
  overflow: hidden;
}
.tech3-detail4-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .tech3-detail4-box1 .item-pic {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box1 .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-pic {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail4-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail4-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail4-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail4-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail4-box1 .item-tip {
  display: inline-block;
  padding: 11px 20px;
  color: #000;
  background-color: #C8D6B3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-tip {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 .item-tip {
    margin-bottom: 15px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-tip {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.tech3-detail4-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail4-box1 .item-desc, .tech3-detail4-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail4-box2 {
  padding-bottom: 102px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 {
    padding-bottom: 20px;
  }
}
.tech3-detail4-box2 .box-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.tech3-detail4-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech3-detail4-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 48.125%;
  margin-left: 3.75%;
  margin-bottom: 30px;
}
.tech3-detail4-box2 .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail4-box2 .box-list .list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.tech3-detail4-box2 .box-list .item-pic {
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-pic {
    margin-bottom: 15px;
  }
}
.tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail4-box2 .box-list .item-subt {
  margin-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-list .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-subt {
    margin-bottom: 0;
  }
}
.tech3-detail4-box2 .box-list .item-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-list .item-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 .box-list .item-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .item-title {
    line-height: 1.3;
  }
}
.tech3-detail4-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail4-box3 {
  background-color: #FAF7F0;
  padding: 77px 0 95px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 {
    margin-bottom: 70px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.tech3-detail4-box3 .box-title {
  float: left;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: #333;
  width: 31.25%;
  margin-right: 30px;
  padding-top: 21px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.tech3-detail4-box3 .box-body {
  overflow: hidden;
}
.tech3-detail4-box3 .box-list .list-item {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.tech3-detail4-box3 .box-list .list-item.active .item-title strong {
  color: #274D38;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.tech3-detail4-box3 .box-list .list-item.active .item-title:after {
  content: "\eaf5";
  color: #274D38;
}
.tech3-detail4-box3 .box-list .item-title {
  border-bottom: solid 2px #c9c6c1;
  cursor: pointer;
  position: relative;
  padding: 15px 30px 15px 0;
}
.tech3-detail4-box3 .box-list .item-title strong {
  font-weight: normal;
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  float: left;
  width: 56px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 20px;
    font-size: 2rem;
    width: 50px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 18px;
    font-size: 1.8rem;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    line-height: 28px;
  }
}
.tech3-detail4-box3 .box-list .item-title .item-txt {
  overflow: hidden;
  padding-top: 5px;
  line-height: 1.5;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 6px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-title .item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title .item-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title {
    padding: 15px 20px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title {
    padding: 10px 20px 10px 0;
  }
}
.tech3-detail4-box3 .box-list .item-title:after {
  position: absolute;
  content: "\eaf3";
  font-family: "iconfont" !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0;
  transition: all 0.35s;
  top: 25px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 27px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-title:after {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title:after {
    font-size: 12px;
    font-size: 1.2rem;
    top: 18px;
  }
}
.tech3-detail4-box3 .box-list .item-desc {
  display: none;
  padding-top: 44px;
  padding-bottom: 7px;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-desc {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-desc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-desc {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.tech3-detail4-box3 .box-list .item-desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail4-box3 .box-list .item-desc p, .tech3-detail4-box3 .box-list .item-desc p * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-desc p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail4-box3 .box-list .item-desc .item-pic {
  display: inline-block;
  vertical-align: top;
  width: 32.6168224299%;
  margin-left: 1.0747663551%;
  margin-bottom: 10px;
}
.tech3-detail4-box3 .box-list .item-desc .item-pic:nth-child(3n+1) {
  margin-left: 0;
}

.tech3-detail4-box4 {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 109px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box4 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box4 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box4 {
    margin-bottom: 30px;
  }
}
.tech3-detail4-box4 .item-pic {
  flex: 0 0 auto;
  width: 66.625%;
  flex-basis: 66.625%;
  margin-left: 1.875%;
  border-radius: 0;
  overflow: hidden;
}
.tech3-detail4-box4 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tech3-detail4-box4 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 .item-body {
    overflow: hidden;
  }
}
.tech3-detail4-box4 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box4 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box4 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box4 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail4-box4 .item-desc {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.tech3-detail4-box4 .item-desc, .tech3-detail4-box4 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box4 .item-desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box4 .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box4 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tech3-detail4-contact {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 105px 0 110px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact {
    padding: 30px 0;
  }
}
.tech3-detail4-contact .item-subt {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tech3-detail4-contact .item-subt, .tech3-detail4-contact .item-subt a {
  color: #274D38;
}
.tech3-detail4-contact .item-subt a {
  display: inline-block;
}
.tech3-detail4-contact .item-subt a:hover {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact .item-subt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.tech3-detail4-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 47px;
}
.tech3-detail4-contact .item-title a {
  display: inline-block;
}
.tech3-detail4-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .tech3-detail4-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.tech3-detail4-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.tech3-detail4-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech3-detail4-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tech3-detail4-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail4-contact .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: -9px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail4-contact .item-bg {
    font-size: 130px;
    font-size: 13rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact .item-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail4-contact .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail4-contact .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------3-3-4-Technology & Innovation end-------------------------------------------*/
/*-------------3-4-Technology & Innovation start-------------------------------------------*/
.tech4-box1 .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 66px;
}
@media screen and (max-width: 1619px) {
  .tech4-box1 .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box1 .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.tech4-box1 .box-list .list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 101px;
}
@media screen and (max-width: 1419px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item {
    display: block;
  }
}
.tech4-box1 .box-list .list-item.item1 {
  flex-direction: row-reverse;
}
.tech4-box1 .box-list .list-item.item1 .item-pic {
  margin-left: 4.625%;
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .list-item.item1 .item-pic {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item.item1 .item-pic {
    float: right;
  }
}
.tech4-box1 .box-list .list-item.item2 {
  flex-direction: row;
}
.tech4-box1 .box-list .list-item.item2 .item-pic {
  margin-right: 4.625%;
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .list-item.item2 .item-pic {
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item.item2 .item-pic {
    float: left;
  }
}
.tech4-box1 .box-list .item-pic {
  flex: 0 0 auto;
  width: 47.6875%;
  flex-basis: 47.6875%;
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .item-pic {
    width: 46.875%;
    flex-basis: 46.875%;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box1 .box-list .item-pic {
    float: none !important;
    width: 100%;
    flex-basis: 100%;
    margin: 0 auto 20px !important;
  }
}
.tech4-box1 .box-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .item-body {
    overflow: visible;
  }
}
.tech4-box1 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 29px;
  overflow: visible;
}
@media screen and (max-width: 1419px) {
  .tech4-box1 .box-list .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech4-box1 .box-list .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech4-box1 .box-list .item-desc, .tech4-box1 .box-list .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech4-box2 {
  padding-bottom: 124px;
}
@media screen and (max-width: 1419px) {
  .tech4-box2 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 {
    padding-bottom: 30px;
  }
}
.tech4-box2 .box-top {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-top {
    margin-bottom: 20px;
  }
}
.tech4-box2 .box-top .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-top .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-top .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-top .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-top .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech4-box2 .box-top .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech4-box2 .box-top .item-desc, .tech4-box2 .box-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech4-box2 .box-body .box-left {
  float: left;
  width: 36.3125%;
  margin-right: 4.6875%;
}
.tech4-box2 .box-body .box-left .item-pic {
  border-radius: 5px;
  overflow: hidden;
}
.tech4-box2 .box-body .box-left .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-body .box-left {
    width: 37.875%;
    margin-right: 3.125%;
  }
}
.tech4-box2 .box-body .box-right {
  overflow: hidden;
  padding-top: 69px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box2 .box-body .box-right {
    display: inline;
  }
}
.tech4-box2 .box-body .box-right .item-info.item-top {
  border-bottom: solid 1px #AEAEAE;
  margin-bottom: 46px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.tech4-box2 .box-body .box-right .item-info.item-middle {
  margin-bottom: 66px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}
.tech4-box2 .box-body .box-right .item-info .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech4-box2 .box-body .box-right .item-info .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech4-box2 .box-body .box-right .item-info .item-desc, .tech4-box2 .box-body .box-right .item-info .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .item-info .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .item-info .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech4-box2 .box-body .box-right .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech4-box2 .box-body .box-right .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 30.7203389831%;
  margin-left: 3.9194915254%;
  position: relative;
  overflow: hidden;
}
.tech4-box2 .box-body .box-right .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
.tech4-box2 .box-body .box-right .box-list .list-item:hover .item-backdrop {
  bottom: 0;
}
.tech4-box2 .box-body .box-right .box-list .item-backdrop {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.35s;
}
@media screen and (max-width: 640px) {
  .tech4-box2 .box-body .box-right .box-list .item-backdrop {
    position: relative;
    bottom: 0;
  }
}
.tech4-box2 .box-body .box-right .box-list .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 7px;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 5px;
  }
}

.tech-map {
  position: relative;
  padding-top: 63px;
  margin-bottom: 86px;
}
@media screen and (max-width: 1219px) {
  .tech-map {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech-map {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.tech-map:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 52.8604118993%;
  background-color: #FAF7F0;
}
.tech-map .box-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1419px) {
  .tech-map .box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech-map .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .tech-map .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech-map .box-desc {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 69px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech-map .box-desc, .tech-map .box-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech-map .box-desc {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .tech-map .box-desc {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .tech-map .box-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech-map .box-body {
  position: relative;
  z-index: 2;
}
.tech-map .box-body .item-body {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 0.1);
  padding: 36px 37px 35px 38px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 36.25%;
}
.tech-map .box-body .item-body .item-title {
  color: #333;
}
.tech-map .box-body .item-body .item-desc {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech-map .box-body .item-body {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech-map .box-body .item-body {
    padding: 15px;
    width: 50%;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-body .item-body {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-body .item-body {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.tech-box3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: calc(50% - 800px);
  margin-bottom: 68px;
}
@media screen and (max-width: 1619px) {
  .tech-box3 {
    padding-right: calc(50% - 700px);
  }
}
@media screen and (max-width: 1419px) {
  .tech-box3 {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .tech-box3 {
    padding-right: calc(50% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .tech-box3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech-box3 {
    margin-bottom: 30px;
    padding: 0 15px;
    display: block;
  }
}
.tech-box3 .item-pic {
  flex: 0 0 auto;
  width: 51.5340909091%;
  margin-right: 3.0113636364%;
  overflow: hidden;
}
.tech-box3 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tech-box3 .item-pic {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tech-box3 .item-body {
  flex: 1 1 auto;
}
.tech-box3 .item-body .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media screen and (max-width: 1419px) {
  .tech-box3 .item-body .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech-box3 .item-body .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech-box3 .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech-box3 .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech-box3 .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech-box3 .item-body .item-desc, .tech-box3 .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech-box3 .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech-box3 .item-body .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-4-Technology & Innovation end---------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 72px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1219px) {
  .news1-list {
    padding-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .news1-list {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.news1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 44.75%;
  margin-left: 10.5%;
  margin-bottom: 133px;
  transform: all 0.35s;
}
.news1-list .list-item:nth-child(odd) {
  margin-left: 0;
  margin-top: -72px;
}
.news1-list .list-item:hover .item-bot {
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .news1-list .list-item {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1419px) {
  .news1-list .list-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .list-item {
    width: 47%;
    margin-left: 6%;
    margin-bottom: 50px;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .list-item {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .list-item {
    margin-bottom: 30px;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .list-item {
    margin-bottom: 20px;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-top: -20px;
  }
}
.news1-list .item-pic {
  margin-bottom: 27px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-pic {
    margin-bottom: 10px;
  }
}
.news1-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 29px;
  margin-bottom: 17px;
}
.news1-list .item-title a:hover {
  color: #333 !important;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .news1-list .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .news1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-title {
    padding-bottom: 2px;
  }
}
.news1-list .item-desc {
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.news1-list .item-desc a {
  height: 60px;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-desc {
    line-height: 26px;
  }
  .news1-list .item-desc a {
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .news1-list .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .news1-list .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-desc {
    line-height: 16px;
  }
  .news1-list .item-desc a {
    height: 32px;
  }
}
.news1-list .item-bot {
  margin-top: 17px;
  padding-top: 36px;
  border-top: solid 1px #E8E8E8;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: capitalize;
}
.news1-list .item-bot * {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-bot {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-bot {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-bot {
    margin-top: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-bot {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-bot {
    padding-top: 5px;
  }
}
.news1-list .item-date {
  float: right;
}
.news1-list .item-btn {
  float: left;
}

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 41px;
}
@media screen and (max-width: 1619px) {
  .news2-main > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .news2-main > .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.news2-main > .item-date {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 59px;
}
.news2-main > .item-date > * {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1619px) {
  .news2-main > .item-date {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .news2-main > .item-date {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-date {
    margin-bottom: 15px;
  }
}
.news2-main > .item-date .item-p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #666;
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-date .item-p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-date .item-p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news2-main > .item-desc {
  padding-bottom: 64px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.4);
  margin-bottom: 71px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.news2-main > .item-desc, .news2-main > .item-desc * {
  color: #666;
}
.news2-main > .item-desc img, .news2-main > .item-desc iframe {
  max-width: 100%;
}
@media screen and (max-width: 1419px) {
  .news2-main > .item-desc {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-desc {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.classic-may .maylike-box {
  padding: 103px 0 91px;
}
@media screen and (max-width: 1419px) {
  .classic-may .maylike-box {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .classic-may .maylike-box {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .classic-may .maylike-box {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-may .maylike-box {
    padding: 30px 0;
  }
}

.news2-may .maylike-box {
  padding-bottom: 114px;
}
@media screen and (max-width: 1419px) {
  .news2-may .maylike-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-may .maylike-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .news2-may .maylike-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news2-may .maylike-box {
    padding-bottom: 30px;
  }
}

.maylike-box {
  padding-bottom: 98px;
}
@media screen and (max-width: 1419px) {
  .maylike-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-box {
    padding-bottom: 30px;
  }
}
.maylike-box .box-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 64px;
  padding-left: 10px;
}
.maylike-box .box-title a {
  display: inline-block;
}
.maylike-box .box-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .maylike-box .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .maylike-box .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-box .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-box .box-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-box .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.maylike-owl {
  position: relative;
  overflow: hidden;
}
.maylike-owl .owl-carousel {
  width: 108.9375%;
  margin-left: -4.46875%;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .owl-carousel {
    width: 105%;
    margin-left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.maylike-owl .list-item {
  margin: 0 12.3063683305%;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .list-item {
    margin: 0 7.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .maylike-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.maylike-owl .item-pic {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-pic {
    margin-bottom: 10px;
  }
}
.maylike-owl .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.maylike-owl .item-desc {
  margin-bottom: 21px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .maylike-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-owl .item-desc {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.maylike-owl .item-btn {
  display: inline-block;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #274D38;
  line-height: 1;
  text-transform: capitalize;
}
.maylike-owl .item-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .maylike-owl .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.maylike-owl .owl-buttons {
  display: none !important;
}
.maylike-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none;
}
.maylike-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #274D38;
  background-color: #C8D6B3;
  transition: all 0.35s;
}
.maylike-owl .owl-btns .owl-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .owl-btns .owl-btn {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.maylike-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .maylike-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
/*-------------4-2-news end----------------------------------------------------------------*/
.map img, .map iframe {
  max-width: 100%;
  display: block;
}

.tech1_wrap {
  padding: 70px 0 0;
}
@media screen and (max-width: 1419px) {
  .tech1_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech1_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .tech1_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tech1_wrap {
    padding: 10px 0 0;
  }
}

.edu_wrap {
  padding: 83px 0 0;
}
@media screen and (max-width: 1619px) {
  .edu_wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1419px) {
  .edu_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .edu_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .edu_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .edu_wrap {
    padding: 10px 0 0;
  }
}

.tech3_wrap {
  padding: 83px 0 98px;
}
@media screen and (max-width: 1619px) {
  .tech3_wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech3_wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3_wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3_wrap {
    padding: 10px 0;
  }
}

.tech3-detail_wrap {
  padding: 83px 0 0;
}
@media screen and (max-width: 1619px) {
  .tech3-detail_wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail_wrap {
    padding: 10px 0 0;
  }
}

.tech4_wrap {
  padding: 72px 0 0;
}
@media screen and (max-width: 1619px) {
  .tech4_wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech4_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech4_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .tech4_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tech4_wrap {
    padding: 10px 0 0;
  }
}

.news1_wrap {
  padding: 79px 0 95px;
}
@media screen and (max-width: 1619px) {
  .news1_wrap {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 1419px) {
  .news1_wrap {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 1219px) {
  .news1_wrap {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .news1_wrap {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .news1_wrap {
    padding: 10px 0 20px;
  }
}

.news2_wrap {
  padding: 79px 0 125px;
}
@media screen and (max-width: 1619px) {
  .news2_wrap {
    padding: 70px 0 110px;
  }
}
@media screen and (max-width: 1419px) {
  .news2_wrap {
    padding: 50px 0 90px;
  }
}
@media screen and (max-width: 1219px) {
  .news2_wrap {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .news2_wrap {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .news2_wrap {
    padding: 10px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .n-nav,
  .n-nav-icon {
    display: none;
  }
}
@keyframes resize {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.n-nav .n-nav-icon {
  position: fixed;
  right: 5px;
  top: 8px;
  width: 35px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 999999999;
}
.n-nav .n-nav-icon .iconfont {
  font-size: 20px;
  font-size: 2rem;
  color: #274D38;
}
.n-nav .n-nav-icon span {
  display: none;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #274D38;
}
.n-nav .n-nav-icon.active {
  top: 5px;
  background: #020202 url(../fonts/nav-close.png) no-repeat center;
  background-size: 30px;
}
.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont {
  display: none;
}
.n-nav .n-nav-body {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow-y: scroll;
  background-color: #020202;
  padding-top: 40px;
}
.n-nav .box-search {
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
  border: solid 1px #274D38;
  margin: 5px 10px;
}
.n-nav .box-search .item-input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  padding: 0 60px 0 0;
}
.n-nav .box-search .iconfont {
  font-weight: bold;
  background-color: #274D38;
  width: 44px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 0;
}
.n-nav .box-search .iconfont:hover {
  background-color: #020202;
}
.n-nav .box-search .item-submit {
  position: absolute;
  width: 44px;
  height: 32px;
  right: 10px;
  top: 5px;
  z-index: 1;
}
.n-nav .box-list {
  margin-top: 30px;
}
.n-nav .box-list > li {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: resize;
  transition: all 0.5s;
  padding: 0 10px;
}
.n-nav .box-list > li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 10px 25px 10px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.n-nav .box-list li {
  position: relative;
}
.n-nav .box-list li .has-next {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../fonts/n1.png) no-repeat center;
  background-size: contain;
  transition: all 0.5s;
  cursor: pointer;
}
.n-nav .box-list li.active > .has-next {
  background: url(../fonts/n2.png) no-repeat center;
  background-size: contain;
}
.n-nav .box-list .yiji-list {
  display: none;
}
.n-nav .box-list .yiji-list li {
  padding-left: 12px;
}
.n-nav .box-list .yiji-list li .has-next {
  right: 0;
}
.n-nav .box-list .yiji-list li > a {
  padding: 10px 25px 10px 20px;
  line-height: 22px;
  position: relative;
}
.n-nav .box-list .yiji-list li > a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 19px;
  left: 10px;
}
.n-nav .box-list .erji-list {
  display: none;
}
.n-nav .box-list .sanji-list {
  display: none;
}
.banner {
  line-height: 0;
  font-size: 0;
  position: relative;
}
.banner .slick-arrow {
  position: absolute;
  bottom: 8%;
  left: calc(50% - 800px);
  z-index: 2;
  cursor: pointer;
  opacity: 0.3;
}
.banner .slick-arrow .iconfont {
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
}
.banner .slick-arrow:hover {
  opacity: 1;
}
@media screen and (max-width: 1619px) {
  .banner .slick-arrow {
    left: calc(50% - 700px);
  }
}
@media screen and (max-width: 1419px) {
  .banner .slick-arrow {
    left: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .banner .slick-arrow {
    left: calc(50% - 480px);
  }
  .banner .slick-arrow .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .slick-arrow {
    left: calc(50% - 360px);
  }
  .banner .slick-arrow .iconfont {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick-arrow {
    left: 15px;
  }
  .banner .slick-arrow .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
.banner .slick-next {
  margin-left: 78px;
}
@media screen and (max-width: 1219px) {
  .banner .slick-next {
    margin-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slick-next {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick-next {
    margin-left: 40px;
  }
}
.banner .slick-dots {
  display: none !important;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 2.0156774916%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .banner .slick-dots {
    display: block !important;
  }
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.banner .slick-dots li a {
  margin: 0 6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #C8D6B3;
  border-radius: 50%;
}
@media screen and (max-width: 1219px) {
  .banner .slick-dots li a {
    margin: 0 5px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slick-dots li a {
    margin: 0 4px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick-dots li a {
    margin: 0 3px;
    width: 8px;
    height: 8px;
  }
}
.banner .slick-dots li.slick-active a {
  background-color: #274D38;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .banner .pic {
    display: none;
  }
}
.banner .pic1 {
  display: none;
}
@media screen and (max-width: 640px) {
  .banner .pic1 {
    display: block;
  }
}
.banner .item-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22.9411764706%;
}
@media screen and (max-width: 640px) {
  .banner .item-box {
    /*display: none;*/
  }
}
@media screen and (max-width: 300px) {
  .banner .item-box {
    height: 75%;
  }
}
.banner .item-body {
  position: relative;
  display: inline-block;
  font-size: 0;
  min-width: 35.0625%;
}
.banner .item-title {
  text-transform: capitalize;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
.banner .item-title, .banner .item-title a {
  color: #fff;
}
.banner .item-title a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .banner .item-title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .banner .item-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.banner .item-line {
  position: relative;
  width: 100%;
  height: 13px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
  .banner .item-line {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-line {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-line {
    margin-bottom: 0;
  }
}
.banner .item-line:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  right: 14px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .banner .item-line:before {
    right: 9px;
  }
}
.banner .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner .item-line:after {
    width: 10px;
    height: 10px;
  }
}
.banner .item-subt {
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 53px;
}
.banner .item-subt, .banner .item-subt a {
  color: #fff;
}
.banner .item-subt a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .banner .item-subt {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1419px) {
  .banner .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-subt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .banner .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.banner .item-btn {
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 0;
  line-height: 26px;
  padding: 15px 20px 15px 24px;
}
.banner .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-left: 15px;
  top: -1px;
}
@media screen and (max-width: 1419px) {
  .banner .item-btn {
    padding: 12px 20px;
  }
  .banner .item-btn .iconfont {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-btn {
    padding: 8px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .banner .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-btn {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .banner .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .banner .item-btn {
    padding: 5px 10px;
  }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1619px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}


@media screen and (min-width:1420px) {}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
		 font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
		 font-display: swap;
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins-Light.eot');
	src: url('../fonts/Poppins-Light.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins-Light.woff') format('woff'),
		url('../fonts/Poppins-Light.ttf') format('truetype'),
		url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 5048588 */
  src: url('../fonts/iconfont.woff2?t=1761380238406') format('woff2'),
       url('../fonts/iconfont.woff?t=1761380238406') format('woff'),
       url('../fonts/iconfont.ttf?t=1761380238406') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-left:before {
  content: "\ecdd";
}

.icon-right:before {
  content: "\ecde";
}

.icon-sanjiaoxing:before {
  content: "\e6e6";
}

.icon-sanjiaoxing_shang:before {
  content: "\e6e7";
}

.icon-dengluye-duigou:before {
  content: "\e649";
}

.icon-duigou:before {
  content: "\e71e";
}

.icon-youjian:before {
  content: "\e635";
}

.icon-youjian1:before {
  content: "\e62f";
}

.icon-jiahao:before {
  content: "\eaf3";
}

.icon-jianhao1:before {
  content: "\eaf5";
}

.icon-icons-hqew-:before {
  content: "\e64e";
}

.icon-email11:before {
  content: "\e601";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-address1:before {
  content: "\e7bc";
}

.icon-contact1:before {
  content: "\e7be";
}

.icon-whatsapp1:before {
  content: "\e7bf";
}

.icon-wechat1:before {
  content: "\e7c4";
}

.icon-fax:before {
  content: "\e7c6";
}

.icon-mobile1:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7ca";
}

.icon-website1:before {
  content: "\e7cc";
}

.icon-qq1:before {
  content: "\e7d1";
}

.icon-phone11:before {
  content: "\e7d2";
}

.icon-skype1:before {
  content: "\e7d3";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-contact:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7cb";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-website:before {
  content: "\e7ce";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-dianhua1:before {
  content: "\e66e";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-jurassic_email:before {
  content: "\e698";
}

.icon-dianhua2:before {
  content: "\e623";
}

.icon-top-filling:before {
  content: "\e68b";
}

.icon-dianhua:before {
  content: "\e638";
}

.icon-dianhua3:before {
  content: "\ea17";
}

.icon-sousuo:before {
  content: "\e61d";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e757";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-instagram1:before {
  content: "\e87f";
}

.icon-tiktok:before {
  content: "\ecdc";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-caidan:before {
  content: "\e642";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-search:before {
  content: "\e602";
}

.icon-list:before {
  content: "\e671";
}

.icon-earth-full:before {
  content: "\e9ee";
}

.icon-close:before {
  content: "\e839";
}

.icon-arrow-down:before {
  content: "\ea68";
}

.icon-arrow-left:before {
  content: "\ea69";
}

.icon-arrow-right:before {
  content: "\ea6a";
}

.icon-arrow-up:before {
  content: "\ea6b";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}


.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
	
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
	
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
	
}



.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
	
}

.zoomWrapper {
	position: relative;
	border: 1px solid #C6C6C6;
	z-index: 110;
	
}

.zoomWrapperTitle {
	display: block;
	background: #C6C6C6;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;

}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
	
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.3s;
}

h1, h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

embed, video, iframe {
  max-width: 100%;
}

input[type=submit], textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio], textarea[type=radio] {
  cursor: pointer;
}

input, textarea, select {
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
  background: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

textarea {
  resize: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.fix {
  *zoom: 1;
}

.fix:after, .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
} /* WebKit browsers */
:-o-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
} /* Internet Explorer 10+ */
::selection {
  color: #fff;
  background: #274D38;
}

.self-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.self-ellipsis-5 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.common-vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.common-hc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.common-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.nlazy {
  min-width: 20%;
}

/**/
.email {
  /*! word-break: break-all; */
}

.scale-big img {
  transition: all 350ms;
}

.scale-big:hover img {
  transform: scale(1.1);
}

.scale-small img {
  transition: all 350ms;
  transform: scale(1.1);
}

.scale-small:hover img {
  transform: scale(1);
}

[class*=-item] .item-pic, [class*=-item] .item-pics {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img, [class*=-item] .item-pics img {
  display: block !important;
  width: 100%;
}

[class*=-item] .item-title {
  overflow: hidden;
  color: #333;
}

[class*=-item] .item-title a {
  display: block;
  color: #333;
}

[class*=-item] .item-title a:hover {
  color: #274D38 !important;
}

[class*=-item] .item-subt {
  overflow: hidden;
  color: #333;
}

[class*=-item] .item-subt a {
  display: block;
  color: #333;
}

[class*=-item] .item-subt a:hover {
  color: #274D38 !important;
}

[class*=-item] .item-desc {
  overflow: hidden;
  color: #666;
}

[class*=-item] .item-desc a {
  display: block;
  color: #666;
}

[class*=-item] .item-desc a:hover {
  color: #274D38 !important;
}

.wp {
  width: 1600px;
  margin: auto;
}
@media screen and (max-width: 1619px) {
  .wp {
    width: 1400px;
  }
}
@media screen and (max-width: 1419px) {
  .wp {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .wp {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp1 {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1219px) {
  .wp1 {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp1 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp2 {
  width: 1400px;
  margin: auto;
}
@media screen and (max-width: 1419px) {
  .wp2 {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .wp2 {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp2 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.no_margin {
  margin-left: auto !important;
}

.no_marginr {
  margin-right: auto !important;
}

.no_marginl {
  margin-left: auto !important;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* .an-btn1 start */
.an-btn1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #274D38;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn1 .iconfont {
  transition: all 0.5s;
}
.an-btn1:hover {
  border-color: #274D38 !important;
  background-color: #274D38 \9 ;
  color: #F1F8E6 !important;
}
.an-btn1:hover .iconfont {
  color: #F1F8E6 !important;
}
.an-btn1:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #fff;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn2 .iconfont {
  transition: all 0.5s;
}
.an-btn2:hover {
  border-color: #fff !important;
  background-color: #fff \9 ;
  color: #274D38 !important;
}
.an-btn2:hover .iconfont {
  color: #274D38 !important;
}
.an-btn2:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
/* .an-btn2_1 start */
.an-btn2_1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn2_1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #fff;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn2_1 .iconfont {
  transition: all 0.5s;
}
.an-btn2_1:hover {
  border-color: #274D38 !important;
  background-color: #fff \9 ;
  color: #274D38 !important;
}
.an-btn2_1:hover .iconfont {
  color: #274D38 !important;
}
.an-btn2_1:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2_1 end */
@media screen and (min-width: 992px) {
  .an-bd1 .item-backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    transition: all 900ms ease;
    transition: transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: right center;
  }
  .an-bd1 .item-backdrop:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: #000;
  }
}
@media screen and (min-width: 992px) {
  .an-bd1:hover .item-backdrop {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}

/*-------------table start-------------------------------------------------------------------*/
.table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow: scroll;
  }
  .table div {
    width: 900px;
    max-width: 900px;
  }
}

/*-------------table end---------------------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}
.page a {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  color: #666;
  min-width: 35px;
  padding: 0 2px;
  height: 35px;
  line-height: 35px;
  margin: 0 6px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page a .iconfont {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  vertical-align: middle;
}
.page a.big {
    padding: 0 7px;
}
.page a.big .iconfont {
    margin-left: 12px;
}
.page a.prev {
  padding: 0 7px;
}
.page a.prev .iconfont {
  margin-right: 12px;
}
.page a.next {
  padding: 0 7px;
}
.page a.next .iconfont {
  margin-left: 12px;
}
.page a:hover, .page a.page-active {
  border-color: #274D38;
  background-color: #274D38;
  color: #fff;
}
@media only screen and (max-width: 1219px) {
  .page a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page a .iconfont {
    font-size: 10px;
    font-size: 1rem;
    top: -1px;
    position: relative;
  }
  .page a.prev .iconfont {
    margin-right: 5px;
  }
  .page a.next .iconfont {
    margin-left: 5px;
  }
    .page a.big .iconfont {
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 767px) {
  .page a {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
  font-size: 0;
  letter-spacing: 0;
}
.pro-share .share-title {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media only screen and (max-width: 1219px) {
  .pro-share .share-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pro-share .share-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
.pro-share .share-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 24px;
}
.pro-share .share-pic img {
  max-height: 100%;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item {
  position: relative;
  padding-left: 66px;
  padding-top: 6px;
  min-height: 35px;
}
@media screen and (max-width: 1419px) {
  .m-oths .oths-item {
    padding-left: 55px;
  }
}
@media screen and (max-width: 1219px) {
  .m-oths .oths-item {
    padding-left: 45px;
    min-height: 30px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .oths-item {
    padding-left: 33px;
    min-height: 24px;
    padding-top: 3px;
  }
}
.m-oths .oths-item-1 {
  margin-bottom: 12px;
}
.m-oths .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #ededed;
  border-radius: 5px;
}
.m-oths .item-icon:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-oths .item-a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.m-oths .item-a, .m-oths .item-a * {
  color: #666;
}
.m-oths .item-a a:hover {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.m-oths .none, .m-oths .none *, .m-oths .none a:hover {
  color: #888;
}
.m-oths .none .item-icon {
  background-color: #ededed;
  color: #fff !important;
}
.m-oths .none a {
  cursor: pointer;
}

/*-------------bread start-----------------------------------------------------------------*/
.page-banner {
  position: relative;
  overflow: hidden;
}
.page-banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}
.page-banner .box-img {
  display: block;
  width: 100%;
}
.page-banner .item-table {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 124px 0 30px;
}
@media screen and (max-width: 1219px) {
  .page-banner .item-table {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-banner .item-table {
    padding: 10px 0 0;
  }
}
.page-banner .item-body {
  position: relative;
  display: inline-block;
  font-size: 0;
  min-width: 35.0625%;
}
.page-banner .item-title {
  text-transform: capitalize;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
.page-banner .item-title, .page-banner .item-title a {
  color: #fff;
}
.page-banner .item-title a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .page-banner .item-title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .page-banner .item-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-banner .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.page-banner .item-line {
  position: relative;
  width: 100%;
  height: 13px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
  .page-banner .item-line {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .page-banner .item-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .item-line {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .item-line {
    margin-bottom: 0;
  }
}
.page-banner .item-line:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  right: 14px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .page-banner .item-line:before {
    right: 9px;
  }
}
.page-banner .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-banner .item-line:after {
    width: 10px;
    height: 10px;
  }
}
.page-banner .item-subt {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.page-banner .item-subt, .page-banner .item-subt a {
  color: #fff;
}
.page-banner .item-subt a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .page-banner .item-subt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .page-banner .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-banner .item-subt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-banner .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.bread {
  padding: 33px 0 32px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.bread, .bread a {
  color: #666;
}
.bread a:hover, .bread a.active {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .bread {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1219px) {
  .bread {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .bread {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
} /* WebKit browsers */
.search-box :-o-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder {
  color: #666;
  opacity: 1;
} /* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder {
  color: #666;
  opacity: 1;
} /* Internet Explorer 10+ */
.search {
  position: relative;
  margin-top: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 1219px) {
  .search {
    margin-top: 12px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search {
    display: none;
  }
}
.search .search-icon {
  cursor: pointer;
  display: block;
}
.search .search-icon .iconfont {
  display: block;
  color: #666;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1219px) {
  .search .search-icon .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.search .search-box {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 999;
  width: 260px;
  height: 50px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  padding: 10px 10px;
  cursor: pointer;
}
.search .search-box .iconfont {
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #274D38;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  z-index: -1;
}
.search .search-box .item-input {
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  left: 0;
  padding: 0 45px 0 10px;
}
.search .search-box .item-submit {
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}

/*-------------header start----------------------------------------------------------------*/
.fixed.header {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 991px) {
  .fixed.header {
    position: relative;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.35s;
  padding-top: 22px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .header {
    padding-top: 0;
  }
}
.header > .wp {
  width: 100%;
  padding: 0 18px 0 40px;
}
@media screen and (max-width: 1219px) {
  .header > .wp {
    padding: 0 15px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .header > .wp {
    width: 720px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .header > .wp {
    width: 100%;
    padding: 15px 15px 10px;
  }
}
.header .logo {
  float: left;
  display: block;
  width: 162px;
  margin-top: 5px;
}
.header .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .header .logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .header .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    margin-top: 0;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 120px;
  }
}
.header .lang-box {
  float: right;
  position: relative;
  margin-top: 17px;
  margin-left: 28px;
}
@media screen and (max-width: 1419px) {
  .header .lang-box {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .header .lang-box {
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header .lang-box {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    right: 40px;
    top: 10px;
  }
}
.header .lang-box .item-title {
  color: #666;
  cursor: pointer;
  font-size: 0;
  letter-spacing: 0;
  line-height: 24px;
}
.header .lang-box .item-title > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
.header .lang-box .item-title .iconfont {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px;
}
.header .lang-box .item-title img {
  width: 21px;
  margin-right: 10px;
}
@media screen and (max-width: 1419px) {
  .header .lang-box .item-title img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .header .lang-box .item-title > * {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header .lang-box .item-title img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header .lang-box .item-title > * {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header .lang-box .item-title img {
    margin-right: 5px;
    width: 16px;
  }
}
.header .lang-box .box-list {
  position: absolute;
  top: 100%;
  padding: 9px 5px;
  background-color: #f5f5f5;
  z-index: 999;
  width: 100px;
  right: -5px;
  display: none;
}
.header .lang-box .box-list a {
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lang-box .box-list a img {
  vertical-align: middle;
  width: 21px;
}
.header .lang-box .box-list a:hover {
  color: #274D38;
}
@media screen and (max-width: 767px) {
  .header .lang-box .box-list a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .header .lang-box .box-list a img {
    width: 15px;
  }
}
.header .navlist-box {
  width: 1276px;
  float: right;
}
@media screen and (max-width: 1719px) {
  .header .navlist-box {
    width: 1176px;
  }
}
@media screen and (max-width: 1619px) {
  .header .navlist-box {
    width: auto;
    float: none;
  }
}
.header .navlist {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1419px) {
  .header .navlist {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .header .navlist {
    display: none;
  }
}
.header .navlist > li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 15px;
}
@media screen and (max-width: 1419px) {
  .header .navlist > li {
    padding-bottom: 20px;
  }
}
.header .navlist > li > a {
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #333;
  padding: 17px 22px 18px;
}
@media screen and (max-width: 1619px) {
  .header .navlist > li > a {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 1419px) {
  .header .navlist > li > a {
    padding: 10px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist > li > a {
    line-height: 1.3;
  }
}
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
  background-color: #274D38;
  color: #fff;
}
.header .navlist li:hover .nav-backdrop {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .nav-backdrop {
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #F8F3ED;
}
@media screen and (max-width: 991px) {
  .header .nav-backdrop {
    display: none;
  }
}
.header .nav-aboutlist {
  font-size: 0;
  letter-spacing: 0;
  padding: 41px 0 50px;
}
@media screen and (max-width: 1219px) {
  .header .nav-aboutlist {
    padding: 30px 0;
  }
}
.header .nav-aboutlist .list-item {
  display: inline-block;
  vertical-align: top;
  width: 16.375%;
  margin-left: 8.25%;
  margin-bottom: 17px;
}
.header .nav-aboutlist .list-item:nth-child(4n+1) {
  margin-left: 0;
}
.header .nav-aboutlist .list-item.active .item-title, .header .nav-aboutlist .list-item.active .item-title a {
  color: #274D38;
}
.header .nav-aboutlist .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 27px;
}
@media screen and (max-width: 1419px) {
  .header .nav-aboutlist .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.header .nav-tech {
  font-size: 0;
  letter-spacing: 0;
  padding: 41px 0 51px;
}
.header .nav-tech .nav-techlist {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1219px) {
  .header .nav-tech .nav-techlist {
    width: 30% !important;
  }
}
.header .nav-tech .nav-tl1 {
  width: 24.5625%;
  padding-right: 30px;
}
.header .nav-tech .nav-tl2 {
  width: 30.375%;
  padding-right: 30px;
}
.header .nav-tech .nav-tl3 {
  width: 26.6875%;
}
.header .nav-tech .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 22px;
}
.header .nav-tech .item-title, .header .nav-tech .item-title * {
  color: #000;
}
.header .nav-tech .item-title.active a, .header .nav-tech .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .header .nav-tech .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header .nav-tech .box-list {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 2.375;
}
.header .nav-tech .box-list > li > a {
  display: inline-block;
  color: #000;
}
.header .nav-tech .box-list > li.active > a, .header .nav-tech .box-list > li:hover > a {
  text-decoration: underline;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .header .nav-tech .box-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 2;
  background-color: #EEE8DA;
}
.footer, .footer * {
  color: #666;
}
.footer a:hover {
  color: #274D38;
}
.footer .f-top {
  border-bottom: solid 1px #BABABA;
  padding: 49px 0 34px;
}
@media screen and (max-width: 1219px) {
  .footer .f-top {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-top {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-top {
    padding: 20px 0 15px;
  }
}
.footer .f-top .f-logo {
  float: left;
  display: block;
  width: 220px;
}
.footer .f-top .f-logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .footer .f-top .f-logo {
    width: 200px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-top .f-logo {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-top .f-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-top .f-logo {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-top .f-logo {
    width: 120px;
    float: none;
    margin: 0 auto;
  }
}
.footer .f-top .f-follow {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 19px;
}
.footer .f-top .f-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: solid 1px #333;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.5s;
}
.footer .f-top .f-follow > a:last-child {
  margin-right: 0;
}
.footer .f-top .f-follow > a:hover {
  transform: rotate(360deg);
  color: #274D38;
  border-color: #274D38;
}
@media screen and (max-width: 991px) {
  .footer .f-top .f-follow {
    margin-top: 15px;
  }
  .footer .f-top .f-follow > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-top .f-follow {
    float: none;
    margin: 15px auto 0;
    text-align: center;
  }
  .footer .f-top .f-follow > a {
    margin-right: 5px;
  }
}
.footer .f-middle {
  font-size: 0;
  letter-spacing: 0;
  padding: 48px 0 79px;
  border-bottom: solid 1px #BABABA;
}
.footer .f-middle .footer-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 36px;
}
.footer .f-middle .footer-title, .footer .f-middle .footer-title a {
  color: #333;
}
.footer .f-middle .footer-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .footer .f-middle .footer-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .footer-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .footer-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.footer .f-middle .flist {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.footer .f-middle .flist .box-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
}
.footer .f-middle .flist1 {
  width: 350px;
}
.footer .f-middle .flist2 {
  width: 302px;
}
.footer .f-middle .flist3 {
  width: 328px;
}
.footer .f-middle .flist4 {
  width: 350px;
}
.footer .f-middle .flist5 {
  width: 270px;
  padding-right: 0 !important;
}
@media screen and (max-width: 1619px) {
  .footer .f-middle .flist1 {
    width: 293px;
  }
  .footer .f-middle .flist2 {
    width: 249px;
  }
  .footer .f-middle .flist3 {
    width: 253px;
  }
  .footer .f-middle .flist4 {
    width: 359px;
  }
}
@media screen and (max-width: 1419px) {
  .footer .f-middle {
    padding: 40px 0 60px;
  }
  .footer .f-middle .flist1 {
    width: 218px;
  }
  .footer .f-middle .flist2 {
    width: 224px;
  }
  .footer .f-middle .flist3 {
    width: 178px;
  }
  .footer .f-middle .flist4 {
    width: 334px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle {
    padding: 30px 0 40px;
  }
  .footer .f-middle .flist1 {
    width: 128px;
  }
  .footer .f-middle .flist2 {
    width: 184px;
  }
  .footer .f-middle .flist3 {
    width: 138px;
  }
  .footer .f-middle .flist4 {
    width: 284px;
  }
  .footer .f-middle .flist5 {
    width: 226px;
  }
  .footer .f-middle .flist {
    padding-right: 20px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-middle {
    padding: 30px 0 10px;
  }
  .footer .f-middle .flist {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .footer .f-middle .flist2, .footer .f-middle .flist4 {
    padding-right: 0;
  }
  .footer .f-middle .flist5 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .flist .box-list {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .f-middle .flist .box-list li {
    margin-bottom: 5px;
  }
}
.footer .f-bot {
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .f-bot, .footer .f-bot * {
  color: #666;
}
.footer .f-bot a:hover {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .footer .f-bot {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-bot {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer .f-bot .links a {
  display: inline-block;
  margin-right: 30px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item .item-line {
  position: relative;
  margin-bottom: 24px;
  font-size: 0;
}
@media screen and (max-width: 1219px) {
  .index-item .item-line {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-line {
    margin-bottom: 10px;
  }
}
.index-item .item-line:before {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0;
  right: 12px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .index-item .item-line:before {
    right: 9px;
  }
}
.index-item .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-item .item-line:after {
    width: 8px;
    height: 8px;
  }
}
.index-item .item-line .item-title {
  display: inline-block;
  background-color: #fff;
  padding-right: 36px;
}
@media screen and (max-width: 1419px) {
  .index-item .item-line .item-title {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-line .item-title {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-line .item-title {
    padding-right: 10px;
  }
}
.index-item .item-title {
  text-transform: capitalize;
  position: relative;
  z-index: 3;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
}
.index-item .item-title span {
  color: #274D38;
}
.index-item .item-title a {
  display: inline-block;
}
.index-item .item-title a:hover {
  color: #274D38;
}
.index-item .item-title a:hover span {
  color: #333;
}
@media screen and (max-width: 1619px) {
  .index-item .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.index-zero {
  padding: 76px 0 91px;
}
@media screen and (max-width: 1219px) {
  .index-zero {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-zero {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-zero {
    padding: 30px 0;
  }
}
.index-zero .index-item {
  margin-bottom: 93px;
}
@media screen and (max-width: 1619px) {
  .index-zero .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .index-zero .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-zero .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-zero .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-zero .index-item {
    margin-bottom: 20px;
  }
}

.zero-owl {
  position: relative;
  overflow: hidden;
}
.zero-owl .owl-carousel {
  width: 103.25%;
  margin-left: -1.625%;
}
@media screen and (max-width: 991px) {
  .zero-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.zero-owl .list-item {
  margin: 0 6.2953995157%;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .zero-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .zero-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.zero-owl .item-pic {
  margin-bottom: 21px;
}
@media screen and (max-width: 1219px) {
  .zero-owl .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .item-pic {
    margin-bottom: 10px;
  }
}
.zero-owl .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1219px) {
  .zero-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.zero-owl .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .zero-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.zero-owl .owl-buttons {
  display: none !important;
}
.zero-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none;
}
.zero-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #274D38;
  background-color: #C8D6B3;
  transition: all 0.35s;
}
.zero-owl .owl-btns .owl-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .zero-owl .owl-btns .owl-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .zero-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .zero-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .owl-btns .owl-btn {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .zero-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.zero-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .zero-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .zero-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .zero-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
.index-probox {
  background-color: #FAF7F0;
  padding: 79px 0 71px;
}
@media screen and (max-width: 1219px) {
  .index-probox {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-probox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-probox {
    padding: 30px 0;
  }
}
.index-probox .wp {
  position: relative;
}
.index-probox .index-item {
  margin-bottom: 79px;
}
@media screen and (max-width: 1619px) {
  .index-probox .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .index-probox .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .index-item {
    margin-bottom: 20px;
  }
}
.index-probox .tab-options {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 155px;
}
@media screen and (max-width: 1619px) {
  .index-probox .tab-options {
    top: 10px;
  }
}
@media screen and (max-width: 1419px) {
  .index-probox .tab-options {
    top: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .tab-options {
    right: 120px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .tab-options {
    right: 100px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .tab-options {
    right: 0;
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.index-probox .tab-options li {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  margin-right: 49px;
  cursor: pointer;
  transition: all 0.35s;
}
.index-probox .tab-options li:hover, .index-probox .tab-options li.tab-active {
  color: #274D38;
  text-decoration: underline;
}
.index-probox .tab-options li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1419px) {
  .index-probox .tab-options li {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .tab-options li {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .tab-options li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .tab-options li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 20px;
  }
}

.indexpro-owl .owl-carousel {
  overflow: hidden;
  width: 108.9375%;
  margin-left: -4.46875%;
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-carousel {
    width: 105%;
    margin-left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.indexpro-owl .list-item {
  margin: 0 12.3063683305%;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .list-item {
    margin: 0 7.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .indexpro-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.indexpro-owl .item-pic {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-pic {
    margin-bottom: 10px;
  }
}
.indexpro-owl .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.indexpro-owl .item-desc {
  text-transform: capitalize;
  margin-bottom: 21px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .item-desc {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.indexpro-owl .item-btn {
  display: inline-block;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #274D38;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.indexpro-owl .owl-buttons {
  display: none !important;
}
.indexpro-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 3;
}
@media screen and (max-width: 1619px) {
  .indexpro-owl .owl-btns {
    top: 10px;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-btns {
    top: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns {
    right: 15px;
  }
}
.indexpro-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #274D38;
  border: solid 1px #C8D6B3;
  transition: all 0.35s;
}
.indexpro-owl .owl-btns .owl-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.indexpro-owl .owl-btns .item-prev {
  margin-right: 17px;
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
.index-scroll {
  background-color: #274D38;
}

.indexpro-slide {
  overflow: hidden;
  position: relative;
}
.indexpro-slide .picList li {
  width: auto !important;
  float: left;
  padding: 0 57px;
  margin-right: 16px;
  position: relative;
}
.indexpro-slide .picList li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media screen and (max-width: 1619px) {
  .indexpro-slide .picList li {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-slide .picList li {
    padding: 0 40px;
  }
  .indexpro-slide .picList li:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-slide .picList li {
    padding: 0 30px;
  }
  .indexpro-slide .picList li:before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-slide .picList li {
    padding: 0 20px;
  }
  .indexpro-slide .picList li:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-slide .picList li {
    padding: 0 10px;
  }
  .indexpro-slide .picList li:before {
    width: 8px;
    height: 8px;
  }
}
.indexpro-slide .picList .item-title {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.3;
}
.indexpro-slide .picList .item-title, .indexpro-slide .picList .item-title a {
  color: #fff;
}
.indexpro-slide .picList .item-title a:hover {
  color: #C8D6B3 !important;
}
@media screen and (max-width: 1619px) {
  .indexpro-slide .picList .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-slide .picList .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-slide .picList .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-slide .picList .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-slide .picList .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index-about {
  background-color: #F1F8E6;
  padding: 125px 0 160px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1619px) {
  .index-about {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about {
    padding: 90px 0 110px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    padding: 50px 0 70px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding: 30px 15px;
  }
}
.index-about .left-item {
  flex: 0 0 auto;
  flex-basis: 50%;
  width: 50%;
  position: relative;
}
.index-about .left-item .item-pics {
  position: absolute;
  width: 30.3125%;
  right: -3.125%;
  bottom: -4.4499381953%;
}
@media screen and (max-width: 991px) {
  .index-about .left-item {
    float: left;
    margin: 0 25px 25px 0;
  }
}
@media screen and (max-width: 640px) {
  .index-about .left-item {
    float: none;
    width: 97%;
    margin: 0 0 40px;
  }
}
.index-about .right-item {
  overflow: hidden;
  flex: 1 1 auto;
  padding-right: calc(50% - 800px);
  padding-left: 3.75%;
  padding-bottom: 65px;
  font-size: 0;
}
@media screen and (max-width: 1619px) {
  .index-about .right-item {
    padding-right: calc(50% - 700px);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .right-item {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item {
    padding-right: calc(50% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item {
    padding-right: 0;
    overflow: visible;
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .right-item {
    padding: 0;
  }
}
.index-about .right-item .item-subt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.index-about .right-item .item-subt, .index-about .right-item .item-subt a {
  color: #274D38;
}
.index-about .right-item .item-subt a:hover {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-subt {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-about .right-item .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 36px;
}
@media screen and (max-width: 1619px) {
  .index-about .right-item .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-about .right-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 52px;
}
@media screen and (max-width: 1619px) {
  .index-about .right-item .item-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right-item .item-desc {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
.index-about .right-item .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  border: solid 1px #274D38;
  background-color: #FAF7F0;
  color: #000;
  border-radius: 10px;
  line-height: 26px;
  padding: 15px 20px 15px 24px;
}
.index-about .right-item .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
  margin-left: 15px;
}
@media screen and (max-width: 1419px) {
  .index-about .right-item .item-btn {
    padding: 12px 20px;
  }
  .index-about .right-item .item-btn .iconfont {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .right-item .item-btn {
    padding: 8px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-about .right-item .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right-item .item-btn {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index-about .right-item .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-edu {
  padding: 113px 0 85px;
}
@media screen and (max-width: 1419px) {
  .index-edu {
    padding: 90px 0 85px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-edu {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-edu {
    padding: 30px 0;
  }
}
.index-edu .index-item {
  padding-right: 80px;
  margin-bottom: 104px;
}
@media screen and (max-width: 1619px) {
  .index-edu .index-item {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .index-item {
    margin-bottom: 30px;
  }
}
.index-edu .wp {
  position: relative;
}
.index-edu .edu-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 3;
}
@media screen and (max-width: 1619px) {
  .index-edu .edu-btns {
    top: 10px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .edu-btns {
    top: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .edu-btns {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .edu-btns {
    right: 15px;
  }
}
.index-edu .edu-btns .edu-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #274D38;
  border: solid 1px #C8D6B3;
  transition: all 0.35s;
}
.index-edu .edu-btns .edu-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .index-edu .edu-btns .edu-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .edu-btns .edu-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.index-edu .edu-btns .item-prev {
  margin-right: 17px;
}
@media screen and (max-width: 1219px) {
  .index-edu .edu-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .edu-btns .item-prev {
    margin-right: 5px;
  }
}
.index-edu .box-right {
  float: right;
  width: 529px;
  margin-left: 145px;
  border: solid 1px #C8D6B3;
  padding: 18px 21px;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-right {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-right {
    width: 480px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-right {
    width: 400px;
    margin-left: 30px;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-right {
    width: 300px;
    padding: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .index-edu .box-right {
    float: none;
    margin: 0 auto 30px;
    max-width: 300px;
    width: 100%;
  }
}
.index-edu .box-right .box-bg {
  position: relative;
  overflow: hidden;
}
.index-edu .box-right .img-bg {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.index-edu .box-right .img-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-edu .box-body {
  overflow: hidden;
  padding-top: 7px;
}
.index-edu .box-body .box-top {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 29px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-top {
    padding-bottom: 15px;
  }
}
.index-edu .box-body .box-top .item-name {
  float: left;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  width: 178px;
  padding-right: 15px;
}
.index-edu .box-body .box-top .item-name a {
  display: block;
}
.index-edu .box-body .box-top .item-name a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 38px;
    font-size: 3.8rem;
    width: 150px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 34px;
    font-size: 3.4rem;
    width: 130px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-top .item-name {
    font-size: 20px;
    font-size: 2rem;
    width: auto;
  }
}
.index-edu .box-body .box-top .item-txt {
  overflow: hidden;
  line-height: 1.3;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #274D38;
}
.index-edu .box-body .box-top .item-txt a {
  display: block;
}
.index-edu .box-body .box-top .item-txt a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-top .item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-edu .box-body .box-list .list-item {
  padding-left: 178px;
  border-bottom: solid 1px #d5d5d5;
  position: relative;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 130px;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .list-item {
    padding-left: 50px;
  }
}
.index-edu .box-body .box-list .list-item.active .item-num {
  font-size: 108px;
  font-size: 10.8rem;
  color: #274D38;
  top: 14px;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 88px;
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .list-item.active .item-num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.index-edu .box-body .box-list .item-num {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #DDDDDD;
  transition: all 0.35s;
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 1619px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 24px;
    font-size: 2.4rem;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .item-num {
    font-size: 20px;
    font-size: 2rem;
    top: 13px;
  }
}
.index-edu .box-body .box-list .item-title {
  line-height: 1.5;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  cursor: pointer;
  position: relative;
  padding: 16px 0 14px;
  color: #333;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 12px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-edu .box-body .box-list .item-desc {
  display: none;
  padding-top: 12px;
  padding-bottom: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.index-edu .box-body .box-list .item-desc, .index-edu .box-body .box-list .item-desc * {
  color: #333;
}
.index-edu .box-body .box-list .item-desc p {
  padding-left: 26px;
  background: url(../images/web39.png) no-repeat left 8px;
}
.index-edu .box-body .box-list .item-desc a {
  display: block;
}
.index-edu .box-body .box-list .item-desc a:hover, .index-edu .box-body .box-list .item-desc a:hover * {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .index-edu .box-body .box-list .item-desc {
    padding-bottom: 30px;
    padding-top: 5px;
    line-height: 1.8;
  }
  .index-edu .box-body .box-list .item-desc p {
    background-position: left 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-edu .box-body .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-edu .box-body .box-list .item-desc {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .index-edu .box-body .box-list .item-desc p {
    padding-left: 20px;
    background-position: left 3px;
  }
}
@media screen and (max-width: 767px) {
  .index-edu .box-body .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.index-news {
  background-color: #FAF7F0;
  padding: 86px 0 35px;
}
@media screen and (max-width: 1219px) {
  .index-news {
    padding: 70px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-news {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    padding: 30px 0 20px;
  }
}
.index-news .index-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1419px) {
  .index-news .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .index-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .index-item {
    margin-bottom: 20px;
  }
}
.index-news .index-item .item-line .item-title {
  background-color: #FAF7F0;
}
.index-news .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.index-news .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 44.75%;
  margin-left: 10.5%;
  margin-bottom: 50px;
  transform: all 0.35s;
}
.index-news .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
.index-news .box-list .list-item:hover .item-bot {
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .list-item {
    width: 47%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .list-item {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .list-item {
    margin-bottom: 20px;
  }
}
.index-news .box-list .item-pic {
  margin-bottom: 27px;
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.index-news .box-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 29px;
  margin-bottom: 17px;
}
.index-news .box-list .item-title a:hover {
  color: #333 !important;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .index-news .box-list .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-title {
    padding-bottom: 2px;
  }
}
.index-news .box-list .item-desc {
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.index-news .box-list .item-desc a {
  height: 60px;
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .item-desc {
    line-height: 26px;
  }
  .index-news .box-list .item-desc a {
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .index-news .box-list .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .index-news .box-list .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-desc {
    line-height: 16px;
  }
  .index-news .box-list .item-desc a {
    height: 32px;
  }
}
.index-news .box-list .item-bot {
  margin-top: 17px;
  padding-top: 36px;
  border-top: solid 1px #E8E8E8;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: capitalize;
}
.index-news .box-list .item-bot * {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .item-bot {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-bot {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .item-bot {
    margin-top: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-bot {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-bot {
    padding-top: 5px;
  }
}
.index-news .box-list .item-date {
  float: right;
}
.index-news .box-list .item-btn {
  float: left;
}

.index-contact {
  background-color: #fff;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 81px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .index-contact {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact {
    padding: 30px 0 20px;
  }
}
.index-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.5;
  margin-bottom: 21px;
}
.index-contact .item-title a {
  display: inline-block;
}
.index-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .index-contact .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .index-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.index-contact .item-desc {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.index-contact .item-desc, .index-contact .item-desc a {
  color: #666;
}
.index-contact .item-desc a {
  display: inline-block;
}
.index-contact .item-desc a:hover {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .index-contact .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.index-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.index-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .index-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-contact .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: -31px;
  margin-bottom: -9px;
}
@media screen and (max-width: 1619px) {
  .index-contact .item-bg {
    font-size: 130px;
    font-size: 13rem;
    margin-top: -15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1419px) {
  .index-contact .item-bg {
    font-size: 100px;
    font-size: 10rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .index-contact .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .index-contact .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-about start-------------------------------------------------------------*/
.about-box1 {
  background-color: #F1F8E6;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 1220px) {
  .about-box1 > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.about-box1 .item-pic {
  overflow: hidden;
  width: 50%;
}
.about-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-pic {
    float: left;
    margin-right: 1.875%;
  }
}
@media screen and (max-width: 480px) {
  .about-box1 .item-pic {
    float: none;
    width: 100%;
  }
}
.about-box1 .item-body {
  width: 50%;
  overflow: hidden;
  padding-right: calc(50% - 800px);
  padding-left: 3.75%;
  padding-top: 35px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1619px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 700px);
    padding-top: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 480px);
    padding-left: calc(50% - 480px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: auto;
    overflow: inherit;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .item-body {
    padding-right: calc(50% - 360px);
    padding-left: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-body {
    padding: 20px 15px;
  }
}
.about-box1 .item-body .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 52px;
}
@media screen and (max-width: 1619px) {
  .about-box1 .item-body .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .item-body .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-body .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .item-body .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box1 .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-box1 .item-body .item-desc, .about-box1 .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-body .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.about-box2 {
  padding: 130px 0 101px;
}
@media screen and (max-width: 1619px) {
  .about-box2 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 {
    padding: 30px 0;
  }
}
.about-box2 .item-box1 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 48px;
  max-width: 1400px;
}
@media screen and (max-width: 1619px) {
  .about-box2 .item-box1 .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box1 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box1 .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box2 .item-box1 .item-desc {
  margin-bottom: 79px;
  max-width: 1085px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-box2 .item-box1 .item-desc, .about-box2 .item-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box1 .item-desc {
    margin-bottom: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box1 .item-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box1 .item-desc {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.about-box2 .item-box2 {
  margin-bottom: 91px;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box2 {
    margin-bottom: 20px;
  }
}
.about-box2 .item-box2 .left-item {
  float: left;
  width: 39.375%;
  margin-right: 2.0625%;
}
.about-box2 .item-box2 .right-item {
  overflow: hidden;
}
.about-box2 .item-box3 .left-item {
  float: left;
  width: 35%;
  margin-right: 6.4375%;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .left-item {
    width: 39.375%;
    margin-right: 2.0625%;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box3 .left-item {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }
}
.about-box2 .item-box3 .left-item .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.27778;
  margin-bottom: 32px;
}
@media screen and (max-width: 1619px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .left-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box2 .item-box3 .left-item .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444;
}
.about-box2 .item-box3 .left-item .item-desc, .about-box2 .item-box3 .left-item .item-desc * {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .left-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .left-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about-box2 .item-box3 .right-item {
  overflow: hidden;
  padding-top: 4px;
}
.about-box2 .item-box3 .right-item .item-li {
  border-bottom: solid 1px #aaa;
  padding-bottom: 39px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .right-item .item-li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .right-item .item-li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.about-box2 .item-box3 .right-item .item-li:last-child {
  margin-bottom: 0;
}
.about-box2 .item-box3 .right-item .item-li .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 19px;
}
@media screen and (max-width: 1619px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .right-item .item-li .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.about-box2 .item-box3 .right-item .item-li .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .about-box2 .item-box3 .right-item .item-li .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .item-box3 .right-item .item-li .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-contact {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 107px 0 104px;
}
@media screen and (max-width: 1419px) {
  .page-contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding: 30px 0;
  }
}
.page-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.66667;
  margin-bottom: 43px;
}
.page-contact .item-title a {
  display: block;
}
.page-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .page-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .page-contact .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-contact .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.page-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .page-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact.tech4-contact {
  padding: 105px 0 84px;
}
@media screen and (max-width: 1419px) {
  .page-contact.tech4-contact {
    padding: 90px 0 84px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.tech4-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-contact.tech4-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact.tech4-contact {
    padding: 30px 0;
  }
}
.page-contact.tech4-contact .item-title {
  margin-bottom: 33px;
}
@media screen and (max-width: 1419px) {
  .page-contact.tech4-contact .item-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.tech4-contact .item-title {
    margin-bottom: 20px;
  }
}
.page-contact.pro2-contact {
  padding: 118px 0 84px;
}
.page-contact.pro2-contact .wp {
  max-width: 1330px;
}
@media screen and (max-width: 1419px) {
  .page-contact.pro2-contact {
    padding: 90px 0 84px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.pro2-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-contact.pro2-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact.pro2-contact {
    padding: 30px 0;
  }
}
.page-contact.pro2-contact .item-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1419px) {
  .page-contact.pro2-contact .item-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-contact.pro2-contact .item-title {
    margin-bottom: 20px;
  }
}

.about-contact {
  margin: 98px 0;
}
@media screen and (max-width: 1219px) {
  .about-contact {
    margin: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-contact {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-contact {
    margin: 30px 0;
  }
}
.about-contact .item-pic {
  float: right;
  width: 59.53125%;
  margin-left: 5.2083333333%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-contact .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .about-contact .item-pic {
    margin-left: 2.6041666667%;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .item-pic {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.about-contact .item-body {
  padding-top: 8.3854166667%;
}
@media screen and (max-width: 1619px) {
  .about-contact .item-body {
    padding-top: 5.2083333333%;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .item-body {
    padding-top: 30px;
  }
}
.about-contact .box-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 34px;
}
.about-contact .box-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .about-contact .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .about-contact .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-contact .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-contact .box-desc {
  margin-bottom: 108px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-contact .box-desc, .about-contact .box-desc * {
  color: #666;
}
.about-contact .box-desc a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .about-contact .box-desc {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1419px) {
  .about-contact .box-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .about-contact .box-desc {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.about-contact .box-list .list-item {
  position: relative;
  padding-left: 71px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 52px;
}
.about-contact .box-list .list-item, .about-contact .box-list .list-item * {
  color: #000;
}
.about-contact .box-list .list-item strong, .about-contact .box-list .list-item b {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-weight: normal;
}
.about-contact .box-list .list-item a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .about-contact .box-list .list-item {
    padding-left: 60px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-contact .box-list .list-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-contact .box-list .list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-list .list-item {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 36px;
  }
}
.about-contact .box-list .iconfont {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1219px) {
  .about-contact .box-list .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-contact .box-list .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-contact start-----------------------------------------------------------*/
.contact-info {
  margin-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .contact-info {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
}
.contact-info .item-pic {
  float: right;
  width: 59.53125%;
  margin-left: 5.2083333333%;
  position: relative;
  z-index: 2;
}
.contact-info .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .contact-info .item-pic {
    margin-left: 2.6041666667%;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .item-pic {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.contact-info .item-body {
  padding-top: 9.6875%;
}
@media screen and (max-width: 1619px) {
  .contact-info .item-body {
    padding-top: 5.2083333333%;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .item-body {
    padding-top: 30px;
  }
}
.contact-info .box-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 34px;
}
@media screen and (max-width: 1619px) {
  .contact-info .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .contact-info .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contact-info .box-desc {
  margin-bottom: 53px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-info .box-desc, .contact-info .box-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .contact-info .box-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contact-info .box-list .list-item {
  position: relative;
  padding-left: 71px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 52px;
}
.contact-info .box-list .list-item, .contact-info .box-list .list-item * {
  color: #000;
}
.contact-info .box-list .list-item strong, .contact-info .box-list .list-item b {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-weight: normal;
}
.contact-info .box-list .list-item a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .contact-info .box-list .list-item {
    padding-left: 60px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .list-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .list-item {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 36px;
  }
}
.contact-info .box-list .iconfont {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.contact-info .box-follow {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -9px;
}
@media screen and (max-width: 1419px) {
  .contact-info .box-follow {
    margin-top: 0;
  }
}
.contact-info .box-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #BABABA;
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 23px;
  margin-bottom: 10px;
}
.contact-info .box-follow > a:last-child {
  margin-right: 0;
}
.contact-info .box-follow > a:hover {
  background-color: #274D38;
  border-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-follow > a {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-follow > a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact-form {
  padding-bottom: 105px;
}
@media screen and (max-width: 1419px) {
  .contact-form {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 30px;
  }
}
.contact-form .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 33px;
}
@media screen and (max-width: 1619px) {
  .contact-form .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .contact-form .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contact-form .box-desc {
  text-align: center;
  margin-bottom: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-form .box-desc, .contact-form .box-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-desc {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contact-form .box-form .star {
  position: relative;
}
.contact-form .box-form .star:before {
  position: absolute;
  content: "*";
  color: #F51313;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  left: 22px;
  top: 16px;
}
.contact-form .box-form .star.item-textarea:before {
  top: 12px;
}
.contact-form .box-form .item-input {
  float: left;
  width: 47.9285714286%;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 12px;
}
.contact-form .box-form .item-input:nth-child(even) {
  float: right;
}
.contact-form .box-form .item-textarea {
  float: left;
  width: 100%;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 30px;
}
.contact-form .box-form input, .contact-form .box-form select, .contact-form .box-form textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 33px;
}
.contact-form .box-form input, .contact-form .box-form select {
  height: 48px;
  line-height: 46px;
}
.contact-form .box-form textarea {
  line-height: 24px;
  height: 88px;
  padding-top: 8px;
}
.contact-form .box-form .item-code {
  float: left !important;
  padding-right: 130px;
  position: relative;
  font-size: 0;
  border: solid 1px #cfcfcf;
}
.contact-form .box-form .item-img {
  position: absolute;
  bottom: 1px;
  right: 1px;
  font-size: 0;
  line-height: 46px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.contact-form .box-form .item-img img {
  vertical-align: middle;
  max-height: 46px;
}
.contact-form .box-form .item-btn {
  float: right !important;
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.contact-form .box-form .item-btn input {
  text-transform: uppercase;
  background-color: #274D38;
  color: #fff;
  text-align: center;
  transition: all 0.35s;
  padding-left: 0;
}
.contact-form .box-form .item-btn input:hover {
  background-color: #C8D6B3;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-form input, .contact-form .box-form select, .contact-form .box-form textarea {
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form .box-form .star:before {
    font-size: 14px;
    font-size: 1.4rem;
    left: 5px;
    top: 12px;
  }
  .contact-form .box-form .item-textarea {
    margin-bottom: 20px;
  }
  .contact-form .box-form input {
    height: 40px;
    line-height: 40px;
  }
  .contact-form .box-form .item-img {
    line-height: 38px;
  }
  .contact-form .box-form .item-img img {
    max-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-form .item-input, .contact-form .box-form .item-textarea {
    margin-bottom: 10px;
  }
  .contact-form .box-form input, .contact-form .box-form select, .contact-form .box-form textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-form .box-form input {
    height: 36px;
    line-height: 36px;
  }
  .contact-form .box-form .item-img {
    line-height: 34px;
  }
  .contact-form .box-form .item-img img {
    max-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box-form .item-input {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact-form .box-form .item-code {
    margin-bottom: 10px;
  }
}
.contact-form.edu-form {
  background-color: #FAF7F0;
  padding: 95px 0 107px;
}
@media screen and (max-width: 1419px) {
  .contact-form.edu-form {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form.edu-form {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form.edu-form {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form.edu-form {
    padding: 30px 0 30px;
  }
}
.contact-form.edu-form .box-title {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6667;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media screen and (max-width: 1619px) {
  .contact-form.edu-form .box-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .contact-form.edu-form .box-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form.edu-form .box-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form.edu-form .box-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form.edu-form .box-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .contact-form.edu-form .box-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-form.edu-form .box-desc {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 58px;
}
@media screen and (max-width: 1619px) {
  .contact-form.edu-form .box-desc {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1419px) {
  .contact-form.edu-form .box-desc {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form.edu-form .box-desc {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form.edu-form .box-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form.edu-form .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

/*-------------1-2-contact end-------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.page-top .item-line {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .page-top .item-line {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-top .item-line {
    margin-bottom: 10px;
  }
}
.page-top .item-line:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 12px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .page-top .item-line:before {
    right: 9px;
  }
}
.page-top .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-top .item-line:after {
    width: 8px;
    height: 8px;
  }
}
.page-top .item-title {
  position: relative;
  z-index: 3;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  display: inline-block;
  background-color: #fff;
  padding-right: 45px;
}
@media screen and (max-width: 1619px) {
  .page-top .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .page-top .item-title {
    font-size: 30px;
    font-size: 3rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-top .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-top .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 10px;
  }
}
.page-top .item-desc {
  margin-bottom: 67px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-top .item-desc, .page-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .page-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.pro1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .pro1-list {
    padding-bottom: 10px;
  }
}
.pro1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 27.375%;
  margin-left: 8.9375%;
  margin-bottom: 89px;
  font-size: 0;
}
@media screen and (max-width: 1419px) {
  .pro1-list .list-item {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .list-item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .list-item {
    width: 49%;
  }
  .pro1-list .list-item:nth-child(3n+1) {
    margin-left: 2% !important;
  }
  .pro1-list .list-item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.pro1-list .item-pic {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .pro1-list .item-pic {
    margin-bottom: 10px;
  }
}
.pro1-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1419px) {
  .pro1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.pro1-list .item-desc {
  text-transform: capitalize;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-desc {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.pro1-list .item-btn {
  display: inline-block;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #274D38;
  line-height: 1;
  text-transform: capitalize;
}
.pro1-list .item-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro1_wrap {
  padding: 45px 0 116px;
}
@media screen and (max-width: 1419px) {
  .pro1_wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1_wrap {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro1_wrap {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro1_wrap {
    padding: 10px 0 30px;
  }
}

.pro2_wrap {
  padding-top: 45px;
}
@media screen and (max-width: 1219px) {
  .pro2_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap {
    padding-top: 10px;
  }
}
.pro2_wrap .page-top {
  padding-bottom: 57px;
}
@media screen and (max-width: 1619px) {
  .pro2_wrap .page-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2_wrap .page-top {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2_wrap .page-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap .page-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap .page-top {
    padding-bottom: 10px;
  }
}

.pro2-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 1419px) {
  .pro2-top {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top {
    margin-bottom: 30px;
  }
}
.pro2-top .m-propic {
  position: relative;
  width: 50.0625%;
  flex-basis: 50.0625%;
  flex: 0 0 auto;
  margin-right: 95px;
}
.pro2-top .m-propic:hover .pic-big .pic-btn {
  opacity: 1;
}
@media screen and (max-width: 1619px) {
  .pro2-top .m-propic {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-top .m-propic {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .m-propic {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.pro2-top .m-propic .pic-big {
  position: relative;
  float: left;
  width: 80.7740324594%;
}
.pro2-top .m-propic .pic-big .pic-btn {
  transition: all 0.35s;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #666;
  z-index: 99;
}
.pro2-top .m-propic .pic-big .pic-btn:hover {
  color: #274D38;
}
.pro2-top .m-propic .pic-big .pic-btn.prev {
  left: 8px;
}
.pro2-top .m-propic .pic-big .pic-btn.next {
  right: 8px;
}
@media screen and (max-width: 991px) {
  .pro2-top .m-propic .pic-big .pic-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .m-propic .pic-big .pic-btn.prev {
    left: 0;
  }
  .pro2-top .m-propic .pic-big .pic-btn.next {
    right: 0;
  }
}
.pro2-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 0 solid #dadada;
  border-radius: 0;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 126.1205564142%;
  height: 0;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo iframe, .pro2-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.pro2-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #dadada;
  position: relative;
  padding-bottom: 126.1205564142%;
}
.pro2-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pro2-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}
.pro2-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.pro2-top .m-propic .pic-small {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  width: 14.8564294632%;
}
.pro2-top .m-propic .pic-small .pic-btn {
  display: none;
}
.pro2-top .m-propic .pic-list {
  overflow: hidden;
}
.pro2-top .m-propic .pic-list ul {
  height: 2000px;
}
.pro2-top .m-propic .pic-list .list-item {
  margin-bottom: 14.2857142857%;
  overflow: visible;
  padding-left: 0;
}
.pro2-top .m-propic .pic-list .item-pics, .pro2-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.pro2-top .m-propic .pic-list .item-pics img, .pro2-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}
.pro2-top .m-propic .pic-list .item-pics:hover, .pro2-top .m-propic .pic-list .item-pics.zoomThumbActive, .pro2-top .m-propic .pic-list .item-pics.active, .pro2-top .m-propic .pic-list .item-video:hover, .pro2-top .m-propic .pic-list .item-video.zoomThumbActive, .pro2-top .m-propic .pic-list .item-video.active {
  border-color: #274D38;
}
.pro2-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .pro2-top .zoomPad {
    cursor: default !important;
  }
  .pro2-top .zoomPup {
    display: none !important;
  }
  .pro2-top .zoomWindow {
    display: none !important;
  }
  .pro2-top .zoomPreload {
    display: none !important;
  }
}

.pro2-info {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pro2-info {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info {
    margin-top: 20px;
  }
}
.pro2-info > .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 37px;
}
@media screen and (max-width: 1619px) {
  .pro2-info > .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-info > .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info > .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info > .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pro2-info .item-desc {
  margin-bottom: 61px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-info .item-desc, .pro2-info .item-desc * {
  color: #666;
}
@media screen and (max-width: 1619px) {
  .pro2-info .item-desc {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-info .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.pro2-info .pro-share {
  margin-bottom: 29px;
}
@media screen and (max-width: 1219px) {
  .pro2-info .pro-share {
    margin-bottom: 20px;
  }
}
.pro2-info .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-info .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #333;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 20px 16px;
  min-width: 348px;
  text-align: center;
}
.pro2-info .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
  margin-left: 10px;
}
@media screen and (max-width: 1619px) {
  .pro2-info .item-btn {
    min-width: 300px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-info .item-btn {
    min-width: 250px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-btn {
    min-width: 200px;
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro2-info .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info .item-btn {
    min-width: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-btn {
    line-height: 20px;
    padding: 8px 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pro2-info .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
  }
}

.pro2-tab {
  margin-bottom: 87px;
}
@media screen and (max-width: 1219px) {
  .pro2-tab {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab {
    margin-bottom: 30px;
  }
}
.pro2-tab .tab-options {
  border-bottom: solid 1px #B7B7B7;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .pro2-tab .tab-options {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-tab .tab-options {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab .tab-options {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab .tab-options {
    justify-content: space-between;
  }
}
.pro2-tab .tab-options > li {
  margin-right: 100px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #939393;
  cursor: pointer;
}
.pro2-tab .tab-options > li:last-child {
  margin-right: 0;
}
.pro2-tab .tab-options > li:hover, .pro2-tab .tab-options > li.tab-active {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .pro2-tab .tab-options > li {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-tab .tab-options > li {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab .tab-options > li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab .tab-options > li {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-tab .tab-options > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pro2-spec {
  padding-top: 68px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-spec, .pro2-spec * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .pro2-spec {
    padding-top: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec {
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pro2-video {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 83px;
}
@media screen and (max-width: 1419px) {
  .pro2-video {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-video {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-video {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-video {
    display: block;
  }
}
.pro2-video .item-box {
  flex: 0 0 auto;
  width: 37.9375%;
  flex-basis: 37.9375%;
  margin-right: 5.1875%;
  margin-left: 6.4375%;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .pro2-video .item-box {
    margin-right: 3.125%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video .item-box {
    margin-right: 1.875%;
    margin-left: 3.125%;
  }
}
@media screen and (max-width: 991px) {
  .pro2-video .item-box {
    margin-right: 0;
    width: 50%;
    flex-basis: 50%;
    margin-left: 1.875%;
  }
}
@media screen and (max-width: 640px) {
  .pro2-video .item-box {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .pro2-video .item-box {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.pro2-video .item-box img {
  display: block;
  margin: 0 auto;
}
.pro2-video .item-body {
  overflow: hidden;
  flex: 1 1 auto;
}
@media screen and (max-width: 640px) {
  .pro2-video .item-body {
    overflow: visible;
  }
}
.pro2-video .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 1419px) {
  .pro2-video .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-video .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-video .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro2-video .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 444px;
}
.pro2-video .item-desc, .pro2-video .item-desc * {
  color: #666;
}
.pro2-video .item-desc strong, .pro2-video .item-desc b {
  color: #333;
}
.pro2-video .item-desc em {
  font-style: normal;
  position: relative;
  padding-left: 38px;
}
.pro2-video .item-desc em:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1419px) {
  .pro2-video .item-desc {
    min-height: 360px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-video .item-desc {
    min-height: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro2-video .item-desc em {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-video .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pro2-faq {
  padding-top: 93px;
}
@media screen and (max-width: 1419px) {
  .pro2-faq {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-faq {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-faq {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq {
    padding-top: 20px;
  }
}
.pro2-faq .box-pic {
  float: right;
  width: 50.0625%;
  margin-left: 4.75%;
  overflow: hidden;
}
.pro2-faq .box-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-pic {
    margin-left: 3.125%;
  }
}
@media screen and (max-width: 991px) {
  .pro2-faq .box-pic {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-pic {
    margin-bottom: 20px;
  }
}
.pro2-faq .box-body {
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 1619px) {
  .pro2-faq .box-body {
    padding-top: 0;
  }
}
.pro2-faq .box-list .list-item {
  padding-bottom: 7px;
  border-bottom: solid 2px #e4e4e4;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.pro2-faq .box-list .list-item.active .item-title {
  color: #274D38;
}
.pro2-faq .box-list .list-item.active .item-title:after {
  content: "\eaf5";
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .list-item {
    padding-bottom: 5px;
  }
}
.pro2-faq .box-list .item-title {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding: 23px 30px 16px 0;
  color: #666;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .item-title {
    padding: 15px 20px 10px 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-faq .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px 5px 0;
  }
}
.pro2-faq .box-list .item-title:after {
  position: absolute;
  content: "\eaf3";
  font-family: "iconfont" !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0;
  transition: all 0.35s;
  top: 27px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .item-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-list .item-title:after {
    font-size: 12px;
    font-size: 1.2rem;
    top: 14px;
  }
}
.pro2-faq .box-list .item-desc {
  display: none;
  padding-top: 8px;
  padding-right: 90px;
  padding-bottom: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-faq .box-list .item-desc, .pro2-faq .box-list .item-desc * {
  color: #666;
}
@media screen and (max-width: 1619px) {
  .pro2-faq .box-list .item-desc {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-faq .box-list .item-desc {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-faq .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-faq .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}

.pro2-box1 {
  background-color: #FAF7F0;
  font-size: 0;
  letter-spacing: 0;
}
.pro2-box1 .item-pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  overflow: hidden;
}
.pro2-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-pic {
    float: left;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
}
.pro2-box1 .item-body {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  padding-left: 72px;
  padding-top: 85px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1619px) {
  .pro2-box1 .item-body {
    width: 700px;
    padding-left: 50px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-box1 .item-body {
    width: 600px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-box1 .item-body {
    width: 480px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-body {
    width: auto;
    padding: 0;
    display: inherit;
    padding: 15px calc(50% - 360px) 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box1 .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-box1 .item-body {
    padding: 30px 15px;
  }
}
.pro2-box1 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 37px;
}
@media screen and (max-width: 1619px) {
  .pro2-box1 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-box1 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.pro2-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pro2-box1 .item-desc, .pro2-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .pro2-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box1 .item-desc {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------2-3-Classic collection start------------------------------------------------*/
.classic_wrap {
  padding-top: 45px;
}
@media screen and (max-width: 1219px) {
  .classic_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic_wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .classic_wrap {
    padding-top: 10px;
  }
}
.classic_wrap .page-top {
  padding-bottom: 57px;
}
@media screen and (max-width: 1619px) {
  .classic_wrap .page-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .classic_wrap .page-top {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .classic_wrap .page-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic_wrap .page-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .classic_wrap .page-top {
    padding-bottom: 10px;
  }
}

.classic-top {
  margin-bottom: 93px;
}
@media screen and (max-width: 1419px) {
  .classic-top {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-top {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .classic-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .classic-top {
    margin-bottom: 30px;
  }
}
.classic-top .m-propic {
  position: relative;
  float: left;
  width: 50.0625%;
  margin-right: 86px;
}
.classic-top .m-propic:hover .pic-big .pic-btn {
  opacity: 1;
}
@media screen and (max-width: 1619px) {
  .classic-top .m-propic {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-top .m-propic {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic-top .m-propic {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.classic-top .m-propic .pic-big {
  position: relative;
  float: left;
  width: 80.7740324594%;
}
.classic-top .m-propic .pic-big .pic-btn {
  transition: all 0.35s;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #666;
  z-index: 99;
}
.classic-top .m-propic .pic-big .pic-btn:hover {
  color: #274D38;
}
.classic-top .m-propic .pic-big .pic-btn.prev {
  left: 8px;
}
.classic-top .m-propic .pic-big .pic-btn.next {
  right: 8px;
}
@media screen and (max-width: 991px) {
  .classic-top .m-propic .pic-big .pic-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .classic-top .m-propic .pic-big .pic-btn.prev {
    left: 0;
  }
  .classic-top .m-propic .pic-big .pic-btn.next {
    right: 0;
  }
}
.classic-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 0 solid #dadada;
  border-radius: 0;
}
.classic-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 126.1205564142%;
  height: 0;
}
.classic-top .m-propic .pic-big .provideo-box .provideo iframe, .classic-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.classic-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.classic-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #dadada;
  position: relative;
  padding-bottom: 126.1205564142%;
}
.classic-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.classic-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}
.classic-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.classic-top .m-propic .pic-small {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  width: 14.8564294632%;
}
.classic-top .m-propic .pic-small .pic-btn {
  display: none;
}
.classic-top .m-propic .pic-list {
  overflow: hidden;
}
.classic-top .m-propic .pic-list ul {
  height: 2000px;
}
.classic-top .m-propic .pic-list .list-item {
  margin-bottom: 14.2857142857%;
  overflow: visible;
  padding-left: 0;
}
.classic-top .m-propic .pic-list .item-pics, .classic-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.classic-top .m-propic .pic-list .item-pics img, .classic-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}
.classic-top .m-propic .pic-list .item-pics:hover, .classic-top .m-propic .pic-list .item-pics.zoomThumbActive, .classic-top .m-propic .pic-list .item-pics.active, .classic-top .m-propic .pic-list .item-video:hover, .classic-top .m-propic .pic-list .item-video.zoomThumbActive, .classic-top .m-propic .pic-list .item-video.active {
  border-color: #274D38;
}
.classic-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .classic-top .zoomPad {
    cursor: default !important;
  }
  .classic-top .zoomPup {
    display: none !important;
  }
  .classic-top .zoomWindow {
    display: none !important;
  }
  .classic-top .zoomPreload {
    display: none !important;
  }
}

.classic-info {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .classic-info {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-info {
    margin-top: 20px;
  }
}
.classic-info .box-top > .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-top > .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-top > .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top > .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .classic-info .box-top > .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-top > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.classic-info .box-top .item-desc {
  margin-bottom: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.classic-info .box-top .item-desc, .classic-info .box-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .classic-info .box-top .item-desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.classic-info .box-top .pro-share {
  margin-bottom: 29px;
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top .pro-share {
    margin-bottom: 20px;
  }
}
.classic-info .box-top .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.classic-info .box-top .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #333;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 20px 16px;
  min-width: 348px;
  text-align: center;
}
.classic-info .box-top .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
  margin-left: 10px;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-top .item-btn {
    min-width: 300px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-top .item-btn {
    min-width: 250px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-top .item-btn {
    min-width: 200px;
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .classic-info .box-top .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .classic-info .box-top .item-btn {
    min-width: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-top .item-btn {
    line-height: 20px;
    padding: 8px 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .classic-info .box-top .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
  }
}
.classic-info .box-list {
  padding-top: 2px;
  margin-bottom: 47px;
  border-bottom: solid 1px #9B9B9B;
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.classic-info .box-list .list-item {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.classic-info .box-list .list-item:last-child {
  margin-bottom: -1px;
}
.classic-info .box-list .list-item.active .item-title {
  color: #274D38;
}
.classic-info .box-list .list-item.active .item-title:after {
  content: "\eaf5";
  color: #274D38;
}
.classic-info .box-list .item-title {
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  color: #333;
  border-bottom: solid 1px #9B9B9B;
  padding: 46px 30px 17px 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-list .item-title {
    padding: 30px 30px 15px 0;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list .item-title {
    padding: 15px 20px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-list .item-title {
    padding: 10px 20px 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 10px 0;
  }
}
.classic-info .box-list .item-title:after {
  position: absolute;
  content: "\eaf3";
  font-family: "iconfont" !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0;
  transition: all 0.35s;
  top: 49px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-list .item-title:after {
    top: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list .item-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-list .item-title:after {
    font-size: 12px;
    font-size: 1.2rem;
    top: 15px;
  }
}
.classic-info .box-list .item-desc {
  display: none;
  padding-top: 39px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.classic-info .box-list .item-desc, .classic-info .box-list .item-desc * {
  color: #666;
}
.classic-info .box-list .item-desc em {
  display: block;
  font-style: normal;
  position: relative;
  padding-left: 34px;
}
.classic-info .box-list .item-desc em:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 5px;
  top: 5px;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}
.classic-info .box-list .item-desc strong, .classic-info .box-list .item-desc b {
  font-weight: normal;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .classic-info .box-list .item-desc {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-info .box-list .item-desc {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .classic-info .box-list .item-desc em {
    padding-left: 25px;
  }
  .classic-info .box-list .item-desc em:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}
.classic-info .box-bot {
  border-bottom: solid 1px #9B9B9B;
  padding-bottom: 14px;
  padding-left: 14px;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.classic-info .box-bot, .classic-info .box-bot * {
  color: #000;
}
.classic-info .box-bot span {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .classic-info .box-bot {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 1219px) {
  .classic-info .box-bot {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .classic-info .box-bot span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-info .box-bot {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .classic-info .box-bot span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.classic-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1619px) {
  .classic-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .classic-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .classic-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .classic-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.classic-video {
  background-color: #FAF7F0;
  padding: 82px 0 89px;
}
@media screen and (max-width: 1219px) {
  .classic-video {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .classic-video {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-video {
    padding: 30px 0;
  }
}
.classic-video .classic-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1419px) {
  .classic-video .classic-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-video .classic-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-video .classic-title {
    margin-bottom: 20px;
  }
}
.classic-video .item-box {
  position: relative;
}
.classic-video .item-box img {
  display: block;
  margin: 0 auto;
}

/* an-btn6 start */
.an-btn6 {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #274D38;
}
.an-btn6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #C8D6B3;
}
@media screen and (max-width: 1219px) {
  .an-btn6 {
    width: 60px;
    height: 60px;
  }
  .an-btn6:before {
    border-width: 10px 0 10px 12px;
  }
}
@media screen and (max-width: 991px) {
  .an-btn6 {
    width: 50px;
    height: 50px;
  }
  .an-btn6:before {
    border-width: 8px 0 8px 11px;
  }
}
@media screen and (max-width: 767px) {
  .an-btn6 {
    width: 40px;
    height: 40px;
  }
  .an-btn6:before {
    border-width: 6px 0 6px 10px;
  }
}
.an-btn6 .an-btn6_animation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  opacity: 0;
  animation: circles 3.2s linear 0s infinite;
  animation-play-state: running;
}
.an-btn6 .an-btn6_animation.circle_1 {
  animation-delay: 0.8s;
}
.an-btn6 .an-btn6_animation.circle_2 {
  animation-delay: 2s;
}
.an-btn6 .an-btn6_animation.circle_3 {
  animation-delay: 2.4s;
}

@keyframes circles {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  /* 25% {
  	transform: scale(1.4);
  	opacity: .8
  } */
  50% {
    transform: scale(1.5);
    opacity: 0.4;
  }
  /* 75% {
  	transform: scale(2.2);
  	opacity: .2
  } */
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* an-btn6 end */
.video-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
  /* .item-videobox start */
  /* .item-videobox end */
}
.video-backdrop .item-close {
  z-index: 99999;
  position: absolute;
  right: 2.6041666667%;
  top: 2.6041666667%;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .video-backdrop .item-close {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.video-backdrop .box-video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}
.video-backdrop .item-videobox {
  overflow: hidden;
  max-width: 750px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
}
.video-backdrop .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 75.0666666667%;
  height: 0;
}
.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-backdrop .item-videobox .item-video iframe body {
  margin: 0px !important;
}

.classic-color {
  padding: 111px 0 69px;
}
@media screen and (max-width: 1419px) {
  .classic-color {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-color {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .classic-color {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-color {
    padding: 30px 0 20px;
  }
}
.classic-color .classic-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 1619px) {
  .classic-color .classic-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-color .classic-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-color .classic-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .classic-color .classic-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-color .classic-title {
    margin-bottom: 20px;
  }
}
.classic-color .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.classic-color .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 22.6875%;
  margin-left: 3.0833125%;
  margin-bottom: 53px;
}
.classic-color .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1419px) {
  .classic-color .box-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-color .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .classic-color .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .classic-color .box-list .list-item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .classic-color .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .classic-color .box-list .list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.classic-display {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 101px;
}
@media screen and (max-width: 1419px) {
  .classic-display {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-display {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .classic-display {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .classic-display {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .classic-display {
    display: block;
  }
}
.classic-display .item-pic {
  flex: 0 0 auto;
  width: 56.8125%;
  flex-basis: 56.8125%;
  margin-left: 6.5625%;
  border-radius: 0;
  overflow: hidden;
}
.classic-display .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .classic-display .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .classic-display .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .classic-display .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.classic-display .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .classic-display .item-body {
    overflow: hidden;
  }
}
.classic-display .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 58px;
}
@media screen and (max-width: 1619px) {
  .classic-display .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-display .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-display .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .classic-display .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .classic-display .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.classic-display .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.classic-display .item-desc, .classic-display .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .classic-display .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-display .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.classic-md {
  background-color: #FAF7F0;
  padding: 92px 0 79px;
}
@media screen and (max-width: 1219px) {
  .classic-md {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .classic-md {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-md {
    padding: 30px 0;
  }
}
.classic-md .classic-title {
  margin-bottom: 74px;
}
@media screen and (max-width: 1619px) {
  .classic-md .classic-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-md .classic-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-md .classic-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .classic-md .classic-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .classic-md .classic-title {
    margin-bottom: 20px;
  }
}
.classic-md .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.classic-md .box-list .list-item {
  flex: 0 0 auto;
  width: 48%;
  flex-basis: 48%;
  margin-left: 4%;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.classic-md .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 991px) {
  .classic-md .box-list .list-item {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .list-item {
    display: block;
    margin-bottom: 25px;
  }
}
.classic-md .box-list .item-pic {
  flex: 0 0 auto;
  width: 47.265625%;
}
@media screen and (max-width: 991px) {
  .classic-md .box-list .item-pic {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .item-pic {
    float: left;
    margin-right: 10px;
    width: 44.2708333333%;
  }
}
.classic-md .box-list .item-body {
  flex: 1 1 auto;
  padding: 30px 35px;
}
@media screen and (max-width: 1619px) {
  .classic-md .box-list .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-md .box-list .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .item-body {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .item-body {
    padding: 10px;
  }
}
.classic-md .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1619px) {
  .classic-md .box-list .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .classic-md .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .classic-md .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-md .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.classic-md .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .classic-md .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .classic-md .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .classic-md .box-list .item-desc {
    overflow: visible;
  }
}

/*-------------2-3-Classic collection end--------------------------------------------------*/
/*-------------3-1-Technology & Innovation start-------------------------------------------*/
.tech1-box1 {
  margin-bottom: 113px;
}
@media screen and (max-width: 1419px) {
  .tech1-box1 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box1 {
    margin-bottom: 30px;
  }
}
.tech1-box1 .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 31px;
}
@media screen and (max-width: 1619px) {
  .tech1-box1 .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box1 .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box1 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box1 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box1 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech1-box1 .box-desc {
  margin-bottom: 65px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech1-box1 .box-desc, .tech1-box1 .box-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech1-box1 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box1 .box-desc {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box1 .box-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.tech1-box1 .img-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech1-box1 .img-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.2291666667%;
  margin-left: 0.15625%;
  margin-bottom: 5px;
}
.tech1-box1 .img-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech1-box1 .img-list .list-item {
    width: 49.6875%;
    margin-left: 0.625%;
  }
  .tech1-box1 .img-list .list-item:nth-child(3n+1) {
    margin-left: 0.625%;
  }
  .tech1-box1 .img-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}

.tech1-box2 {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 114px;
}
@media screen and (max-width: 1419px) {
  .tech1-box2 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech1-box2 {
    display: block;
  }
}
.tech1-box2 .item-pic {
  flex: 0 0 auto;
  width: 49.8125%;
  flex-basis: 49.8125%;
  margin-left: 7.5%;
  border-radius: 0;
  overflow: hidden;
}
.tech1-box2 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .tech1-box2 .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box2 .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .tech1-box2 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech1-box2 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech1-box2 .item-body {
    overflow: hidden;
  }
}
.tech1-box2 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 23px;
}
@media screen and (max-width: 1619px) {
  .tech1-box2 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box2 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box2 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box2 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box2 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech1-box2 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech1-box2 .item-desc, .tech1-box2 .item-desc * {
  color: #666;
}
.tech1-box2 .item-desc strong, .tech1-box2 .item-desc b {
  color: #333;
  font-weight: normal;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
}
.tech1-box2 .item-desc .item-icon {
  position: relative;
  padding-left: 38px;
}
.tech1-box2 .item-desc .item-icon:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}

.tech1-box2 .item-desc p {
    position: relative;
    padding-left: 38px;
}
.tech1-box2 .item-desc p:before {
    position: absolute;
    content: "\e649";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    top: 0;
    color: #274D38;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
  .tech1-box2 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech1-box2 .item-desc .item-icon {
    padding-left: 25px;
  }
    .tech1-box2 .item-desc p {
        padding-left: 25px;
    }
}
@media screen and (max-width: 767px) {
  .tech1-box2 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech1-box3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: calc(50% - 800px);
  margin-bottom: 104px;
}
@media screen and (max-width: 1619px) {
  .tech1-box3 {
    padding-right: calc(50% - 700px);
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box3 {
    padding-right: calc(50% - 600px);
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box3 {
    padding-right: calc(50% - 480px);
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box3 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 {
    margin-bottom: 30px;
  }
}
.tech1-box3 .item-pic {
  flex: 0 0 auto;
  width: 68.9772727273%;
  margin-right: 3.125%;
  overflow: hidden;
}
.tech1-box3 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech1-box3 .item-pic {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tech1-box3 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech1-box3 .item-body {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 .item-body {
    width: 100%;
    padding: 0 15px;
  }
}
.tech1-box3 .item-body .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 47px;
}
@media screen and (max-width: 1619px) {
  .tech1-box3 .item-body .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box3 .item-body .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box3 .item-body .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box3 .item-body .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech1-box3 .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech1-box3 .item-body .item-desc, .tech1-box3 .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech1-box3 .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box3 .item-body .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech1-box4 {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .tech1-box4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 {
    margin-bottom: 10px;
  }
}
.tech1-box4 .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 63px;
}
@media screen and (max-width: 1619px) {
  .tech1-box4 .box-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box4 .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box4 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.tech1-box4 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech1-box4 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-left: 2.75%;
  margin-bottom: 30px;
}
.tech1-box4 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech1-box4 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .tech1-box4 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .tech1-box4 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech1-box4 .box-list .item-pic {
  margin-bottom: 26px;
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech1-box4 .box-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.tech1-box4 .box-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.tech1-box4 .box-list .item-title, .tech1-box4 .box-list .item-title a {
  color: #000;
}
@media screen and (max-width: 1619px) {
  .tech1-box4 .box-list .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .tech1-box4 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .tech1-box4 .box-list .item-title {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 350px) {
  .tech1-box4 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech1-box4 .box-list .item-btn {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  text-transform: capitalize;
  color: #274D38;
}
.tech1-box4 .box-list .item-btn:hover {
  color: #000;
}
@media screen and (max-width: 1219px) {
  .tech1-box4 .box-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech1-box4 .box-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-1-Technology & Innovation end---------------------------------------------*/
/*-------------3-2-Technology & Innovation start-------------------------------------------*/
.edu-list .edu-line {
  margin-bottom: -110px;
}
@media screen and (max-width: 991px) {
  .edu-list .edu-line {
    margin-bottom: 0;
  }
}
.edu-list .list-item {
  padding-top: 110px;
  margin-bottom: 129px;
}
@media screen and (max-width: 1619px) {
  .edu-list .list-item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .list-item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .list-item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .list-item {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .list-item {
    margin-bottom: 30px;
  }
}
.edu-list .list-item.item1 .item-pic {
  float: left;
  margin-right: 3.9375%;
  padding-right: 1.375%;
  background-position: top right;
}
.edu-list .list-item.item2 .item-pic {
  float: right;
  margin-left: 3.9375%;
  padding-left: 1.375%;
  background-position: top left;
}
.edu-list .item-pic {
  width: 36.6875%;
  background-image: url(../images/edu-bg.png);
  background-repeat: no-repeat;
  background-size: 96.2521294719%;
}
@media screen and (max-width: 640px) {
  .edu-list .item-pic {
    float: none !important;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px !important;
  }
}
.edu-list .item-body {
  overflow: hidden;
  padding-top: 11px;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-body {
    padding-top: 0;
  }
}
.edu-list .item-box1 {
  margin-bottom: 57px;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-box1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .item-box1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-box1 {
    margin-bottom: 15px;
  }
}
.edu-list .item-name {
  float: left;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.edu-list .item-name:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  right: 0;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-name {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .item-name {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-name {
    font-size: 24px;
    font-size: 2.4rem;
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-name {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.edu-list .item-job {
  overflow: hidden;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-job {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-job {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-job {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-job {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.edu-list .item-box2 {
  margin-bottom: 28px;
  font-size: 0;
}
@media screen and (max-width: 1219px) {
  .edu-list .item-box2 {
    margin-bottom: 20px;
  }
}
.edu-list .item-subt {
  float: left;
  margin-right: 51px;
  padding: 11px 20px;
  color: #000;
  background-color: #C8D6B3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-subt {
    margin-right: 30px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-subt {
    padding: 5px 15px;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.edu-list .item-info {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  min-height: 182px;
}
.edu-list .item-info, .edu-list .item-info * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-info {
    min-height: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.edu-list .item-box3 {
  background-color: #f7f7f7;
  padding: 39px 32px 44px;
}
.edu-list .item-box3 .item-left {
  float: left;
  width: 47.4040632054%;
}
.edu-list .item-box3 .item-right {
  overflow: hidden;
}
.edu-list .item-box3 .item-right .item-desc {
  padding-left: 14px;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-box3 {
    padding: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-box3 {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-box3 .item-left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .edu-list .item-box3 .item-right .item-desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-box3 {
    padding: 15px;
  }
}
.edu-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #274D38;
  position: relative;
  padding-left: 13px;
  margin-bottom: 41px;
}
.edu-list .item-title:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 23px;
  background-color: #274D38;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 1619px) {
  .edu-list .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .edu-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .edu-list .item-title:before {
    height: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .edu-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .edu-list .item-title:before {
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
  }
  .edu-list .item-title:before {
    height: 15px;
    top: 1px;
  }
}
.edu-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 192px;
}
@media screen and (max-width: 1419px) {
  .edu-list .item-desc {
    min-height: auto;
  }
}
@media screen and (max-width: 1219px) {
  .edu-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .edu-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-2-Technology & Innovation end---------------------------------------------*/
/*-------------3-3-Technology & Innovation start-------------------------------------------*/
.tech3-list {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.tech3-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transform: all 0.35s;
  margin-bottom: 57px;
}
.tech3-list .list-item:hover {
  background-color: #F5F3EE;
}
@media screen and (max-width: 1419px) {
  .tech3-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .list-item {
    margin-bottom: 30px;
  }
  .tech3-list .list-item:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .list-item {
    margin-bottom: 20px;
  }
}
.tech3-list .item-pic {
  flex: 0 0 auto;
  width: 32.0529801325%;
  flex-basis: 32.0529801325%;
}
@media screen and (max-width: 991px) {
  .tech3-list .item-pic {
    width: 31.25%;
    flex-basis: 31.25%;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-pic {
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-pic {
    min-width: auto;
    width: 130px;
    flex-basis: 130px;
  }
}
.tech3-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 2.9139072848% 0 3.9735099338%;
}
@media screen and (max-width: 991px) {
  .tech3-list .item-body {
    padding: 0 0 0 2.5%;
  }
}
.tech3-list .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.tech3-list .item-subt, .tech3-list .item-subt a {
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .item-subt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-subt {
    line-height: 1.2;
  }
}
.tech3-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #B7B7B7;
  padding-bottom: 33px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1419px) {
  .tech3-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-title {
    margin-bottom: 5px;
    line-height: 1.3;
  }
}
.tech3-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.tech3-list .item-desc a {
  height: 72px;
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-list .item-desc {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .tech3-list .item-desc a {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-desc {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .tech3-list .item-desc a {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-desc {
    margin-bottom: 0;
    line-height: 16px;
  }
  .tech3-list .item-desc a {
    height: 32px;
  }
}
.tech3-list .item-btn {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  text-transform: capitalize;
}
@media screen and (max-width: 1219px) {
  .tech3-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-list .item-btn {
    line-height: 1;
  }
}

/*-------------3-3-Technology & Innovation end---------------------------------------------*/
/*-------------3-3-1-Technology & Innovation start-----------------------------------------*/
.tech3-detail1-box1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 {
    margin-bottom: 30px;
  }
}
.tech3-detail1-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-right: 2.75%;
  border-radius: 10px;
  overflow: hidden;
}
.tech3-detail1-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 .item-pic {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail1-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail1-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail1-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail1-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  border-bottom: solid 2px #dbdbdb;
  padding-bottom: 39px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.tech3-detail1-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail1-box1 .item-desc, .tech3-detail1-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-title {
  margin-bottom: 41px;
}
@media screen and (max-width: 1219px) {
  .tech3-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-title {
    margin-bottom: 15px;
  }
}
.tech3-title .item-line {
  position: relative;
}
.tech3-title .item-line:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 12px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .tech3-title .item-line:before {
    right: 9px;
  }
}
.tech3-title .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tech3-title .item-line:after {
    width: 8px;
    height: 8px;
  }
}
.tech3-title .item-title {
  position: relative;
  z-index: 3;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
  background-color: #fff;
  padding-right: 29px;
}
@media screen and (max-width: 1419px) {
  .tech3-title .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-title .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-title .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-title .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
  }
}

.tech3-detail1-box2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-box2 {
    margin-bottom: 10px;
  }
}
.tech3-detail1-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech3-detail1-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.tech3-detail1-box2 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech3-detail1-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .tech3-detail1-box2 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tech3-detail1-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail1-box2 .box-list .item-pic {
  border-radius: 10px;
}

.tech3-detail1-contact {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 105px 0 21px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact {
    padding: 90px 0 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-contact {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact {
    padding: 30px 0 20px;
  }
}
.tech3-detail1-contact .wp1 {
  max-width: 950px;
}
.tech3-detail1-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.5;
  margin-bottom: 14px;
}
.tech3-detail1-contact .item-title a {
  display: inline-block;
}
.tech3-detail1-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .tech3-detail1-contact .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-contact .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.tech3-detail1-contact .item-desc {
  margin-bottom: 17px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.tech3-detail1-contact .item-desc, .tech3-detail1-contact .item-desc a {
  color: #666;
}
.tech3-detail1-contact .item-desc a {
  display: inline-block;
}
.tech3-detail1-contact .item-desc a:hover {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact .item-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail1-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.tech3-detail1-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech3-detail1-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tech3-detail1-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail1-contact .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: -9px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail1-contact .item-bg {
    font-size: 130px;
    font-size: 13rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail1-contact .item-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail1-contact .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail1-contact .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail1-contact .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail1-contact .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail1-contact .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------3-3-1-Technology & Innovation end-------------------------------------------*/
/*-------------3-3-2-Technology & Innovation start-----------------------------------------*/
.tech3-detail2-box1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 {
    margin-bottom: 30px;
  }
}
.tech3-detail2-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-left: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.tech3-detail2-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 .item-pic {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail2-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail2-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail2-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail2-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech3-detail2-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail2-box1 .item-desc, .tech3-detail2-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail2-box2 {
  margin-bottom: 63px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box2 {
    margin-bottom: 10px;
  }
}
.tech3-detail2-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -5px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list {
    margin-top: 0;
  }
}
.tech3-detail2-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.tech3-detail2-box2 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .tech3-detail2-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .tech3-detail2-box2 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tech3-detail2-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail2-box2 .box-list .item-pic {
  border-radius: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.tech3-detail2-box2 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tech3-detail2-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail2-box3 {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 92px 0 9px;
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box3 {
    padding: 90px 0 9px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 {
    padding: 70px 0 9px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box3 {
    padding: 50px 0 9px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 {
    padding: 30px 0 9px;
    margin-bottom: 30px;
  }
}
.tech3-detail2-box3 .wp2 {
  max-width: 1320px;
}
.tech3-detail2-box3 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.66667;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.tech3-detail2-box3 .item-title a {
  display: inline-block;
}
.tech3-detail2-box3 .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .tech3-detail2-box3 .item-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box3 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box3 .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail2-box3 .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.tech3-detail2-box3 .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech3-detail2-box3 .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tech3-detail2-box3 .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail2-box3 .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: 19px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 130px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail2-box3 .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------3-3-2-Technology & Innovation end-------------------------------------------*/
/*-------------3-3-3-Technology & Innovation start-----------------------------------------*/
.tech3-detail3-box1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box1 {
    display: block;
  }
}
.tech3-detail3-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-left: 10.3125%;
  border-radius: 10px;
  overflow: hidden;
}
.tech3-detail3-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box1 .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-pic {
    margin-left: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail3-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail3-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 19px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box1 .item-subt {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail3-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail3-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail3-box1 .item-desc, .tech3-detail3-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail3-box2 {
  margin-bottom: 92px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1420px) {
  .tech3-detail3-box2 .tech3-title {
    margin-bottom: 56px;
  }
}
.tech3-detail3-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech3-detail3-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.5625%;
  margin-left: 2.65625%;
  margin-bottom: 44px;
}
.tech3-detail3-box2 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .tech3-detail3-box2 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .tech3-detail3-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail3-box2 .box-list .item-pic {
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.tech3-detail3-box2 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tech3-detail3-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail3-box2 .box-list .item-desc, .tech3-detail3-box2 .box-list .item-desc a {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail3-box3 {
  padding-bottom: 66px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 {
    padding-bottom: 10px;
  }
}
.tech3-detail3-box3 .box-title {
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 55px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box3 .box-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box3 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.tech3-detail3-box3 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.tech3-detail3-box3 .box-list .list-item {
  flex: 0 0 auto;
  width: 22.75%;
  flex-basis: 22.75%;
  margin-left: 3%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 35px 37px;
  margin-bottom: 30px;
}
.tech3-detail3-box3 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-list .list-item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box3 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .tech3-detail3-box3 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tech3-detail3-box3 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.tech3-detail3-box3 .box-list .item-pic {
  margin: 0 auto 13px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #C8D6B3;
  padding: 13px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-list .item-pic {
    width: 60px;
    height: 60px;
    padding: 11px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box3 .box-list .item-pic {
    width: 50px;
    height: 50px;
    padding: 9px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-list .item-pic {
    width: 40px;
    height: 40px;
    padding: 6px;
    margin-bottom: 8px;
  }
}
.tech3-detail3-box3 .box-list .item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-transform: capitalize;
}
.tech3-detail3-box3 .box-list .item-title, .tech3-detail3-box3 .box-list .item-title a {
  color: #000;
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box3 .box-list .item-title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box3 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box3 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail3-box4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box4 {
    display: block;
  }
}
.tech3-detail3-box4 .item-pic {
  flex: 0 0 auto;
  width: 49.8125%;
  flex-basis: 49.8125%;
  margin-right: 5.875%;
  border-radius: 0;
  overflow: hidden;
}
.tech3-detail3-box4 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 .item-pic {
    margin-right: 2.75%;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail3-box4 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail3-box4 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box4 .item-body {
    overflow: hidden;
  }
}
.tech3-detail3-box4 .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail3-box4 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail3-box4 .item-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail3-box4 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box4 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tech3-detail3-box4 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.tech3-detail3-box4 .item-desc, .tech3-detail3-box4 .item-desc * {
  color: #666;
}
.tech3-detail3-box4 .item-desc p {
  position: relative;
  padding-left: 38px;
}
.tech3-detail3-box4 .item-desc p:before {
  position: absolute;
  content: "\e649";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 5px;
  top: 1px;
  color: #274D38;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
  .tech3-detail3-box4 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .tech3-detail3-box4 .item-desc p {
    padding-left: 25px;
  }
  .tech3-detail3-box4 .item-desc p:before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail3-box4 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-3-3-Technology & Innovation end-------------------------------------------*/
/*-------------3-3-4-Technology & Innovation start-----------------------------------------*/
.tech3-detail4-box1 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 71px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail4-box1 {
    display: block;
  }
}
.tech3-detail4-box1 .item-pic {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  margin-left: 18.125%;
  border-radius: 0;
  overflow: hidden;
}
.tech3-detail4-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .tech3-detail4-box1 .item-pic {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box1 .item-pic {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-pic {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail4-box1 .item-pic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.tech3-detail4-box1 .item-body {
  flex: 1 1 auto;
}
.tech3-detail4-box1 .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #274D38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail4-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail4-box1 .item-tip {
  display: inline-block;
  padding: 11px 20px;
  color: #000;
  background-color: #C8D6B3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-tip {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box1 .item-tip {
    margin-bottom: 15px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-tip {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.tech3-detail4-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail4-box1 .item-desc, .tech3-detail4-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail4-box2 {
  padding-bottom: 102px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 {
    padding-bottom: 20px;
  }
}
.tech3-detail4-box2 .box-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.tech3-detail4-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech3-detail4-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 48.125%;
  margin-left: 3.75%;
  margin-bottom: 30px;
}
.tech3-detail4-box2 .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail4-box2 .box-list .list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.tech3-detail4-box2 .box-list .item-pic {
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-pic {
    margin-bottom: 15px;
  }
}
.tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .item-subt, .tech3-detail4-box2 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail4-box2 .box-list .item-subt {
  margin-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-list .item-subt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-subt {
    margin-bottom: 0;
  }
}
.tech3-detail4-box2 .box-list .item-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box2 .box-list .item-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box2 .box-list .item-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .item-title {
    line-height: 1.3;
  }
}
.tech3-detail4-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech3-detail4-box3 {
  background-color: #FAF7F0;
  padding: 77px 0 95px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 {
    margin-bottom: 70px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.tech3-detail4-box3 .box-title {
  float: left;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: #333;
  width: 31.25%;
  margin-right: 30px;
  padding-top: 21px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.tech3-detail4-box3 .box-body {
  overflow: hidden;
}
.tech3-detail4-box3 .box-list .list-item {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.tech3-detail4-box3 .box-list .list-item.active .item-title strong {
  color: #274D38;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .list-item.active .item-title strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.tech3-detail4-box3 .box-list .list-item.active .item-title:after {
  content: "\eaf5";
  color: #274D38;
}
.tech3-detail4-box3 .box-list .item-title {
  border-bottom: solid 2px #c9c6c1;
  cursor: pointer;
  position: relative;
  padding: 15px 30px 15px 0;
}
.tech3-detail4-box3 .box-list .item-title strong {
  font-weight: normal;
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  float: left;
  width: 56px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 20px;
    font-size: 2rem;
    width: 50px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 18px;
    font-size: 1.8rem;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title strong {
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    line-height: 28px;
  }
}
.tech3-detail4-box3 .box-list .item-title .item-txt {
  overflow: hidden;
  padding-top: 5px;
  line-height: 1.5;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 6px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-title .item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title .item-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title {
    padding: 15px 20px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title {
    padding: 10px 20px 10px 0;
  }
}
.tech3-detail4-box3 .box-list .item-title:after {
  position: absolute;
  content: "\eaf3";
  font-family: "iconfont" !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0;
  transition: all 0.35s;
  top: 25px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-title:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 27px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-title:after {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-title:after {
    font-size: 12px;
    font-size: 1.2rem;
    top: 18px;
  }
}
.tech3-detail4-box3 .box-list .item-desc {
  display: none;
  padding-top: 44px;
  padding-bottom: 7px;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box3 .box-list .item-desc {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-desc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-desc {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.tech3-detail4-box3 .box-list .item-desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech3-detail4-box3 .box-list .item-desc p, .tech3-detail4-box3 .box-list .item-desc p * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box3 .box-list .item-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box3 .box-list .item-desc p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech3-detail4-box3 .box-list .item-desc .item-pic {
  display: inline-block;
  vertical-align: top;
  width: 32.6168224299%;
  margin-left: 1.0747663551%;
  margin-bottom: 10px;
}
.tech3-detail4-box3 .box-list .item-desc .item-pic:nth-child(3n+1) {
  margin-left: 0;
}

.tech3-detail4-box4 {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 109px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box4 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box4 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box4 {
    margin-bottom: 30px;
  }
}
.tech3-detail4-box4 .item-pic {
  flex: 0 0 auto;
  width: 66.625%;
  flex-basis: 66.625%;
  margin-left: 1.875%;
  border-radius: 0;
  overflow: hidden;
}
.tech3-detail4-box4 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tech3-detail4-box4 .item-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 .item-body {
    overflow: hidden;
  }
}
.tech3-detail4-box4 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box4 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box4 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-box4 .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box4 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech3-detail4-box4 .item-desc {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.tech3-detail4-box4 .item-desc, .tech3-detail4-box4 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-box4 .item-desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-box4 .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-box4 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tech3-detail4-contact {
  background-color: #FAF7F0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 105px 0 110px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact {
    padding: 30px 0;
  }
}
.tech3-detail4-contact .item-subt {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tech3-detail4-contact .item-subt, .tech3-detail4-contact .item-subt a {
  color: #274D38;
}
.tech3-detail4-contact .item-subt a {
  display: inline-block;
}
.tech3-detail4-contact .item-subt a:hover {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact .item-subt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.tech3-detail4-contact .item-title {
  text-transform: capitalize;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 47px;
}
.tech3-detail4-contact .item-title a {
  display: inline-block;
}
.tech3-detail4-contact .item-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .tech3-detail4-contact .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.tech3-detail4-contact .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #000;
  background-color: #C8D6B3;
  border-radius: 10px;
  line-height: 26px;
  padding: 17px 21px 16px 26px;
}
.tech3-detail4-contact .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #274D38;
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-btn {
    padding: 12px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tech3-detail4-contact .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-btn {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tech3-detail4-contact .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech3-detail4-contact .item-bg {
  -webkit-text-stroke: 1px #666;
  text-stroke: 1px #666;
  color: transparent;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 156.953px;
  font-size: 15.6953rem;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-top: -9px;
}
@media screen and (max-width: 1619px) {
  .tech3-detail4-contact .item-bg {
    font-size: 130px;
    font-size: 13rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail4-contact .item-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail4-contact .item-bg {
    font-size: 80px;
    font-size: 8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail4-contact .item-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail4-contact .item-bg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .tech3-detail4-contact .item-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tech3-detail4-contact .item-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*-------------3-3-4-Technology & Innovation end-------------------------------------------*/
/*-------------3-4-Technology & Innovation start-------------------------------------------*/
.tech4-box1 .box-title {
  text-align: center;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 66px;
}
@media screen and (max-width: 1619px) {
  .tech4-box1 .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box1 .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.tech4-box1 .box-list .list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 101px;
}
@media screen and (max-width: 1419px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item {
    display: block;
  }
}
.tech4-box1 .box-list .list-item.item1 {
  flex-direction: row-reverse;
}
.tech4-box1 .box-list .list-item.item1 .item-pic {
  margin-left: 4.625%;
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .list-item.item1 .item-pic {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item.item1 .item-pic {
    float: right;
  }
}
.tech4-box1 .box-list .list-item.item2 {
  flex-direction: row;
}
.tech4-box1 .box-list .list-item.item2 .item-pic {
  margin-right: 4.625%;
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .list-item.item2 .item-pic {
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .list-item.item2 .item-pic {
    float: left;
  }
}
.tech4-box1 .box-list .item-pic {
  flex: 0 0 auto;
  width: 47.6875%;
  flex-basis: 47.6875%;
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .item-pic {
    width: 46.875%;
    flex-basis: 46.875%;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box1 .box-list .item-pic {
    float: none !important;
    width: 100%;
    flex-basis: 100%;
    margin: 0 auto 20px !important;
  }
}
.tech4-box1 .box-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .item-body {
    overflow: visible;
  }
}
.tech4-box1 .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 29px;
  overflow: visible;
}
@media screen and (max-width: 1419px) {
  .tech4-box1 .box-list .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box1 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tech4-box1 .box-list .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech4-box1 .box-list .item-desc, .tech4-box1 .box-list .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech4-box1 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box1 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tech4-box2 {
  padding-bottom: 124px;
}
@media screen and (max-width: 1419px) {
  .tech4-box2 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 {
    padding-bottom: 30px;
  }
}
.tech4-box2 .box-top {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-top {
    margin-bottom: 20px;
  }
}
.tech4-box2 .box-top .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-top .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-top .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-top .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-top .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech4-box2 .box-top .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech4-box2 .box-top .item-desc, .tech4-box2 .box-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech4-box2 .box-body .box-left {
  float: left;
  width: 36.3125%;
  margin-right: 4.6875%;
}
.tech4-box2 .box-body .box-left .item-pic {
  border-radius: 5px;
  overflow: hidden;
}
.tech4-box2 .box-body .box-left .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-body .box-left {
    width: 37.875%;
    margin-right: 3.125%;
  }
}
.tech4-box2 .box-body .box-right {
  overflow: hidden;
  padding-top: 69px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box2 .box-body .box-right {
    display: inline;
  }
}
.tech4-box2 .box-body .box-right .item-info.item-top {
  border-bottom: solid 1px #AEAEAE;
  margin-bottom: 46px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box2 .box-body .box-right .item-info.item-top {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.tech4-box2 .box-body .box-right .item-info.item-middle {
  margin-bottom: 66px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .tech4-box2 .box-body .box-right .item-info.item-middle {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}
.tech4-box2 .box-body .box-right .item-info .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1619px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .item-info .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tech4-box2 .box-body .box-right .item-info .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech4-box2 .box-body .box-right .item-info .item-desc, .tech4-box2 .box-body .box-right .item-info .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .item-info .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .item-info .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech4-box2 .box-body .box-right .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.tech4-box2 .box-body .box-right .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 30.7203389831%;
  margin-left: 3.9194915254%;
  position: relative;
  overflow: hidden;
}
.tech4-box2 .box-body .box-right .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
.tech4-box2 .box-body .box-right .box-list .list-item:hover .item-backdrop {
  bottom: 0;
}
.tech4-box2 .box-body .box-right .box-list .item-backdrop {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.35s;
}
@media screen and (max-width: 640px) {
  .tech4-box2 .box-body .box-right .box-list .item-backdrop {
    position: relative;
    bottom: 0;
  }
}
.tech4-box2 .box-body .box-right .box-list .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 7px;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .tech4-box2 .box-body .box-right .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tech4-box2 .box-body .box-right .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 5px;
  }
}

.tech-map {
  position: relative;
  padding-top: 63px;
  margin-bottom: 86px;
}
@media screen and (max-width: 1219px) {
  .tech-map {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech-map {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.tech-map:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 52.8604118993%;
  background-color: #FAF7F0;
}
.tech-map .box-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1419px) {
  .tech-map .box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .tech-map .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .tech-map .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech-map .box-desc {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 69px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech-map .box-desc, .tech-map .box-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .tech-map .box-desc {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .tech-map .box-desc {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .tech-map .box-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tech-map .box-body {
  position: relative;
  z-index: 2;
}
.tech-map .box-body .item-body {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 0.1);
  padding: 36px 37px 35px 38px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 36.25%;
}
.tech-map .box-body .item-body .item-title {
  color: #333;
}
.tech-map .box-body .item-body .item-desc {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech-map .box-body .item-body {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tech-map .box-body .item-body {
    padding: 15px;
    width: 50%;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-body .item-body {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tech-map .box-body .item-body {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.tech-box3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: calc(50% - 800px);
  margin-bottom: 68px;
}
@media screen and (max-width: 1619px) {
  .tech-box3 {
    padding-right: calc(50% - 700px);
  }
}
@media screen and (max-width: 1419px) {
  .tech-box3 {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .tech-box3 {
    padding-right: calc(50% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .tech-box3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tech-box3 {
    margin-bottom: 30px;
    padding: 0 15px;
    display: block;
  }
}
.tech-box3 .item-pic {
  flex: 0 0 auto;
  width: 51.5340909091%;
  margin-right: 3.0113636364%;
  overflow: hidden;
}
.tech-box3 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tech-box3 .item-pic {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tech-box3 .item-body {
  flex: 1 1 auto;
}
.tech-box3 .item-body .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media screen and (max-width: 1419px) {
  .tech-box3 .item-body .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .tech-box3 .item-body .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech-box3 .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tech-box3 .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.tech-box3 .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tech-box3 .item-body .item-desc, .tech-box3 .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .tech-box3 .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tech-box3 .item-body .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------3-4-Technology & Innovation end---------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 72px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1219px) {
  .news1-list {
    padding-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .news1-list {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.news1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 44.75%;
  margin-left: 10.5%;
  margin-bottom: 133px;
  transform: all 0.35s;
}
.news1-list .list-item:nth-child(odd) {
  margin-left: 0;
  margin-top: -72px;
}
.news1-list .list-item:hover .item-bot {
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .news1-list .list-item {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1419px) {
  .news1-list .list-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .list-item {
    width: 47%;
    margin-left: 6%;
    margin-bottom: 50px;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .list-item {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .list-item {
    margin-bottom: 30px;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .list-item {
    margin-bottom: 20px;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-top: -20px;
  }
}
.news1-list .item-pic {
  margin-bottom: 27px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-pic {
    margin-bottom: 10px;
  }
}
.news1-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 29px;
  margin-bottom: 17px;
}
.news1-list .item-title a:hover {
  color: #333 !important;
  font-family: "Poppins-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1619px) {
  .news1-list .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .news1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-title {
    padding-bottom: 2px;
  }
}
.news1-list .item-desc {
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.news1-list .item-desc a {
  height: 60px;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-desc {
    line-height: 26px;
  }
  .news1-list .item-desc a {
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .news1-list .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .news1-list .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-desc {
    line-height: 16px;
  }
  .news1-list .item-desc a {
    height: 32px;
  }
}
.news1-list .item-bot {
  margin-top: 17px;
  padding-top: 36px;
  border-top: solid 1px #E8E8E8;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  text-transform: capitalize;
}
.news1-list .item-bot * {
  color: #274D38;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-bot {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-bot {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-bot {
    margin-top: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-bot {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-bot {
    padding-top: 5px;
  }
}
.news1-list .item-date {
  float: right;
}
.news1-list .item-btn {
  float: left;
}

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 41px;
}
@media screen and (max-width: 1619px) {
  .news2-main > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .news2-main > .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.news2-main > .item-date {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 59px;
}
.news2-main > .item-date > * {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1619px) {
  .news2-main > .item-date {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .news2-main > .item-date {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-date {
    margin-bottom: 15px;
  }
}
.news2-main > .item-date .item-p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #666;
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-date .item-p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-date .item-p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news2-main > .item-desc {
  padding-bottom: 64px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.4);
  margin-bottom: 71px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.news2-main > .item-desc, .news2-main > .item-desc * {
  color: #666;
}
.news2-main > .item-desc img, .news2-main > .item-desc iframe {
  max-width: 100%;
}
@media screen and (max-width: 1419px) {
  .news2-main > .item-desc {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-desc {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.classic-may .maylike-box {
  padding: 103px 0 91px;
}
@media screen and (max-width: 1419px) {
  .classic-may .maylike-box {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .classic-may .maylike-box {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .classic-may .maylike-box {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .classic-may .maylike-box {
    padding: 30px 0;
  }
}

.news2-may .maylike-box {
  padding-bottom: 114px;
}
@media screen and (max-width: 1419px) {
  .news2-may .maylike-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-may .maylike-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .news2-may .maylike-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news2-may .maylike-box {
    padding-bottom: 30px;
  }
}

.maylike-box {
  padding-bottom: 98px;
}
@media screen and (max-width: 1419px) {
  .maylike-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-box {
    padding-bottom: 30px;
  }
}
.maylike-box .box-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 64px;
  padding-left: 10px;
}
.maylike-box .box-title a {
  display: inline-block;
}
.maylike-box .box-title a:hover {
  color: #274D38;
}
@media screen and (max-width: 1619px) {
  .maylike-box .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .maylike-box .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-box .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-box .box-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-box .box-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.maylike-owl {
  position: relative;
  overflow: hidden;
}
.maylike-owl .owl-carousel {
  width: 108.9375%;
  margin-left: -4.46875%;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .owl-carousel {
    width: 105%;
    margin-left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.maylike-owl .list-item {
  margin: 0 12.3063683305%;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .list-item {
    margin: 0 7.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .maylike-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.maylike-owl .item-pic {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-pic {
    margin-bottom: 10px;
  }
}
.maylike-owl .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.maylike-owl .item-desc {
  margin-bottom: 21px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .maylike-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-owl .item-desc {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.maylike-owl .item-btn {
  display: inline-block;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #274D38;
  line-height: 1;
  text-transform: capitalize;
}
.maylike-owl .item-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .maylike-owl .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.maylike-owl .owl-buttons {
  display: none !important;
}
.maylike-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none;
}
.maylike-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #274D38;
  background-color: #C8D6B3;
  transition: all 0.35s;
}
.maylike-owl .owl-btns .owl-btn:hover {
  background-color: #274D38;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .owl-btns .owl-btn {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .maylike-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.maylike-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .maylike-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .maylike-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .maylike-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
/*-------------4-2-news end----------------------------------------------------------------*/
.map img, .map iframe {
  max-width: 100%;
  display: block;
}

.tech1_wrap {
  padding: 70px 0 0;
}
@media screen and (max-width: 1419px) {
  .tech1_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech1_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .tech1_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tech1_wrap {
    padding: 10px 0 0;
  }
}

.edu_wrap {
  padding: 83px 0 0;
}
@media screen and (max-width: 1619px) {
  .edu_wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1419px) {
  .edu_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .edu_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .edu_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .edu_wrap {
    padding: 10px 0 0;
  }
}

.tech3_wrap {
  padding: 83px 0 98px;
}
@media screen and (max-width: 1619px) {
  .tech3_wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech3_wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3_wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3_wrap {
    padding: 10px 0;
  }
}

.tech3-detail_wrap {
  padding: 83px 0 0;
}
@media screen and (max-width: 1619px) {
  .tech3-detail_wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech3-detail_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech3-detail_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .tech3-detail_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tech3-detail_wrap {
    padding: 10px 0 0;
  }
}

.tech4_wrap {
  padding: 72px 0 0;
}
@media screen and (max-width: 1619px) {
  .tech4_wrap {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1419px) {
  .tech4_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .tech4_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .tech4_wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tech4_wrap {
    padding: 10px 0 0;
  }
}

.news1_wrap {
  padding: 79px 0 95px;
}
@media screen and (max-width: 1619px) {
  .news1_wrap {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 1419px) {
  .news1_wrap {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 1219px) {
  .news1_wrap {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .news1_wrap {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .news1_wrap {
    padding: 10px 0 20px;
  }
}

.news2_wrap {
  padding: 79px 0 125px;
}
@media screen and (max-width: 1619px) {
  .news2_wrap {
    padding: 70px 0 110px;
  }
}
@media screen and (max-width: 1419px) {
  .news2_wrap {
    padding: 50px 0 90px;
  }
}
@media screen and (max-width: 1219px) {
  .news2_wrap {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .news2_wrap {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .news2_wrap {
    padding: 10px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .n-nav,
  .n-nav-icon {
    display: none;
  }
}
@keyframes resize {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.n-nav .n-nav-icon {
  position: fixed;
  right: 5px;
  top: 8px;
  width: 35px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 999999999;
}
.n-nav .n-nav-icon .iconfont {
  font-size: 20px;
  font-size: 2rem;
  color: #274D38;
}
.n-nav .n-nav-icon span {
  display: none;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #274D38;
}
.n-nav .n-nav-icon.active {
  top: 5px;
  background: #020202 url(../fonts/nav-close.png) no-repeat center;
  background-size: 30px;
}
.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont {
  display: none;
}
.n-nav .n-nav-body {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow-y: scroll;
  background-color: #020202;
  padding-top: 40px;
}
.n-nav .box-search {
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
  border: solid 1px #274D38;
  margin: 5px 10px;
}
.n-nav .box-search .item-input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  padding: 0 60px 0 0;
}
.n-nav .box-search .iconfont {
  font-weight: bold;
  background-color: #274D38;
  width: 44px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 0;
}
.n-nav .box-search .iconfont:hover {
  background-color: #020202;
}
.n-nav .box-search .item-submit {
  position: absolute;
  width: 44px;
  height: 32px;
  right: 10px;
  top: 5px;
  z-index: 1;
}
.n-nav .box-list {
  margin-top: 30px;
}
.n-nav .box-list > li {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: resize;
  transition: all 0.5s;
  padding: 0 10px;
}
.n-nav .box-list > li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 10px 25px 10px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.n-nav .box-list li {
  position: relative;
}
.n-nav .box-list li .has-next {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../fonts/n1.png) no-repeat center;
  background-size: contain;
  transition: all 0.5s;
  cursor: pointer;
}
.n-nav .box-list li.active > .has-next {
  background: url(../fonts/n2.png) no-repeat center;
  background-size: contain;
}
.n-nav .box-list .yiji-list {
  display: none;
}
.n-nav .box-list .yiji-list li {
  padding-left: 12px;
}
.n-nav .box-list .yiji-list li .has-next {
  right: 0;
}
.n-nav .box-list .yiji-list li > a {
  padding: 10px 25px 10px 20px;
  line-height: 22px;
  position: relative;
}
.n-nav .box-list .yiji-list li > a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 19px;
  left: 10px;
}
.n-nav .box-list .erji-list {
  display: none;
}
.n-nav .box-list .sanji-list {
  display: none;
}
.banner {
  line-height: 0;
  font-size: 0;
  position: relative;
}
.banner .slick-arrow {
  position: absolute;
  bottom: 8%;
  left: calc(50% - 800px);
  z-index: 2;
  cursor: pointer;
  opacity: 0.3;
}
.banner .slick-arrow .iconfont {
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
}
.banner .slick-arrow:hover {
  opacity: 1;
}
@media screen and (max-width: 1619px) {
  .banner .slick-arrow {
    left: calc(50% - 700px);
  }
}
@media screen and (max-width: 1419px) {
  .banner .slick-arrow {
    left: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .banner .slick-arrow {
    left: calc(50% - 480px);
  }
  .banner .slick-arrow .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .slick-arrow {
    left: calc(50% - 360px);
  }
  .banner .slick-arrow .iconfont {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick-arrow {
    left: 15px;
  }
  .banner .slick-arrow .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
.banner .slick-next {
  margin-left: 78px;
}
@media screen and (max-width: 1219px) {
  .banner .slick-next {
    margin-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slick-next {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick-next {
    margin-left: 40px;
  }
}
.banner .slick-dots {
  display: none !important;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 2.0156774916%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .banner .slick-dots {
    display: block !important;
  }
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.banner .slick-dots li a {
  margin: 0 6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #C8D6B3;
  border-radius: 50%;
}
@media screen and (max-width: 1219px) {
  .banner .slick-dots li a {
    margin: 0 5px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slick-dots li a {
    margin: 0 4px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick-dots li a {
    margin: 0 3px;
    width: 8px;
    height: 8px;
  }
}
.banner .slick-dots li.slick-active a {
  background-color: #274D38;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .banner .pic {
    display: none;
  }
}
.banner .pic1 {
  display: none;
}
@media screen and (max-width: 640px) {
  .banner .pic1 {
    display: block;
  }
}
.banner .item-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22.9411764706%;
}
@media screen and (max-width: 640px) {
  .banner .item-box {
    /*display: none;*/
  }
}
@media screen and (max-width: 300px) {
  .banner .item-box {
    height: 75%;
  }
}
.banner .item-body {
  position: relative;
  display: inline-block;
  font-size: 0;
  min-width: 35.0625%;
}
.banner .item-title {
  text-transform: capitalize;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
.banner .item-title, .banner .item-title a {
  color: #fff;
}
.banner .item-title a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .banner .item-title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1419px) {
  .banner .item-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.banner .item-line {
  position: relative;
  width: 100%;
  height: 13px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
  .banner .item-line {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-line {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-line {
    margin-bottom: 0;
  }
}
.banner .item-line:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  right: 14px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .banner .item-line:before {
    right: 9px;
  }
}
.banner .item-line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner .item-line:after {
    width: 10px;
    height: 10px;
  }
}
.banner .item-subt {
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 53px;
}
.banner .item-subt, .banner .item-subt a {
  color: #fff;
}
.banner .item-subt a:hover {
  color: #F1F8E6;
}
@media screen and (max-width: 1619px) {
  .banner .item-subt {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1419px) {
  .banner .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-subt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .banner .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.banner .item-btn {
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 0;
  line-height: 26px;
  padding: 15px 20px 15px 24px;
}
.banner .item-btn .iconfont {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-left: 15px;
  top: -1px;
}
@media screen and (max-width: 1419px) {
  .banner .item-btn {
    padding: 12px 20px;
  }
  .banner .item-btn .iconfont {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-btn {
    padding: 8px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .banner .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner .item-btn {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .banner .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .banner .item-btn {
    padding: 5px 10px;
      display:none
  }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1619px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}


@media screen and (min-width:1420px) {}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
		 font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
		 font-display: swap;
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins-Light.eot');
	src: url('../fonts/Poppins-Light.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins-Light.woff') format('woff'),
		url('../fonts/Poppins-Light.ttf') format('truetype'),
		url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 5048588 */
  src: url('../fonts/iconfont.woff2?t=1761380238406') format('woff2'),
       url('../fonts/iconfont.woff?t=1761380238406') format('woff'),
       url('../fonts/iconfont.ttf?t=1761380238406') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-left:before {
  content: "\ecdd";
}

.icon-right:before {
  content: "\ecde";
}

.icon-sanjiaoxing:before {
  content: "\e6e6";
}

.icon-sanjiaoxing_shang:before {
  content: "\e6e7";
}

.icon-dengluye-duigou:before {
  content: "\e649";
}

.icon-duigou:before {
  content: "\e71e";
}

.icon-youjian:before {
  content: "\e635";
}

.icon-youjian1:before {
  content: "\e62f";
}

.icon-jiahao:before {
  content: "\eaf3";
}

.icon-jianhao1:before {
  content: "\eaf5";
}

.icon-icons-hqew-:before {
  content: "\e64e";
}

.icon-email11:before {
  content: "\e601";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-address1:before {
  content: "\e7bc";
}

.icon-contact1:before {
  content: "\e7be";
}

.icon-whatsapp1:before {
  content: "\e7bf";
}

.icon-wechat1:before {
  content: "\e7c4";
}

.icon-fax:before {
  content: "\e7c6";
}

.icon-mobile1:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7ca";
}

.icon-website1:before {
  content: "\e7cc";
}

.icon-qq1:before {
  content: "\e7d1";
}

.icon-phone11:before {
  content: "\e7d2";
}

.icon-skype1:before {
  content: "\e7d3";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-contact:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7cb";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-website:before {
  content: "\e7ce";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-dianhua1:before {
  content: "\e66e";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-jurassic_email:before {
  content: "\e698";
}

.icon-dianhua2:before {
  content: "\e623";
}

.icon-top-filling:before {
  content: "\e68b";
}

.icon-dianhua:before {
  content: "\e638";
}

.icon-dianhua3:before {
  content: "\ea17";
}

.icon-sousuo:before {
  content: "\e61d";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e757";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-instagram1:before {
  content: "\e87f";
}

.icon-tiktok:before {
  content: "\ecdc";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-caidan:before {
  content: "\e642";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-search:before {
  content: "\e602";
}

.icon-list:before {
  content: "\e671";
}

.icon-earth-full:before {
  content: "\e9ee";
}

.icon-close:before {
  content: "\e839";
}

.icon-arrow-down:before {
  content: "\ea68";
}

.icon-arrow-left:before {
  content: "\ea69";
}

.icon-arrow-right:before {
  content: "\ea6a";
}

.icon-arrow-up:before {
  content: "\ea6b";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* .grabbing { 
    cursor:url(grabbing.png) 8 8, move;
} */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: block;
  line-height: 0;
  background-color: transparent;
  border-radius: 0;
  margin-top: 50px;
}
@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 20px;
  }
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  transition: all 0.3s;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C8D6B3;
}
@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 3px;
    width: 6px;
    height: 6px;
  }
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  display: none;
}

.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover {
  background-color: #274D38;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #274D38;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* .grabbing { 
    cursor:url(grabbing.png) 8 8, move;
} */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: block;
  line-height: 0;
  background-color: transparent;
  border-radius: 0;
  margin-top: 50px;
}
@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 20px;
  }
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  transition: all 0.3s;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C8D6B3;
}
@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 3px;
    width: 6px;
    height: 6px;
  }
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  display: none;
}

.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover {
  background-color: #274D38;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #274D38;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* xinjia */
.tech3-detail2-box1 .item-pic{
    position: relative;
}
.swiperpublic-pagination{
    width: 100%;
    position: absolute;
    bottom: 23px !important;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0px 31px;
    justify-content: flex-start;
}
.swiperpublic-pagination .swiper-pagination-bullet{
    opacity: 1;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
}
.swiperpublic-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.tech3-detail2-box1{
    margin-bottom: 77px;
}
.tech3-detail3-box2{
    margin-bottom: 77px;
}
.tho1{
    padding-bottom: 0px;
    margin-bottom: 87px;
}
.tho1 .item-bg{
    margin-top: 11px;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-slide .item-pic{
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.swiper_button_public{
    display: flex;
    align-items: center;
    gap: 17px;
}
.swiper_button_public .swiper_controls{
    width: 38px;
    aspect-ratio: 1/1;
    border: 1px solid #C8D6B3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.swiper_button_public .swiper_controls:hover{
    background: #C8D6B3;
}
.swiper_button_public .swiper_controls:hover .mask_box{
    background: #fff;
}
.swiper_button_public .mask_box{
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background: #274D38;
    transition: .3s;
    width: 13px;
    aspect-ratio: 13/9;
}
.swiper_button_public .swiper_prev .mask_box{
    mask-image: url('../images/swiper_la.png');
    -webkit-mask-image: url('../images/swiper_la.png');
}
.swiper_button_public .swiper_next .mask_box{
    mask-image: url('../images/swiper_lb.png');
    -webkit-mask-image: url('../images/swiper_lb.png');
}
.swiper-button-lock{
    display: none !important;
}
.tho_public_top{
    display: flex;
    align-items: center;
    gap: 20px;
}
.tho_public_top .item-line{
    flex: 1;
}
.tho_public_top .item-line::after{
    display: none;
}
.tho_public_top.item-line:before{
    right: 1px;
}
.tech3-detail3-box4 .item-btn{
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    color: #000;
    background-color: #C8D6B3;
    border-radius: 10px;
    line-height: 26px;
    padding: 17px 21px 16px 26px;
    margin-top: 62px;
}
@media  screen and (max-width: 1419px){
    .tech3-detail3-box4 .item-btn{
        padding: 12px 20px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 20px;
    }
}
@media  screen and (max-width: 991px){
    .tech3-detail2-box1,
    .tech3-detail3-box2,
    .tho1{
        margin-bottom: 50px;
    }
    .swiper_button_public{
        gap: 10px;
    }
    .swiper_button_public .swiper_controls{
        width: 30px;
    }
    .tho_public_top{
        gap: 10px;
    }
}
@media  screen and (max-width: 767px){
    .tech3-detail2-box1,
    .tech3-detail3-box2,
    .tho1{
        margin-bottom: 30px;
    }
    .tech3-detail3-box4 .item-btn{
        line-height: 20px;
        padding: 10px 20px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 20px;
    }
}

.m-prodown{
  margin-top: 55px;
}
.m-prodown .box-title{
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prodown .box-wp{
  margin-top: 37px;
}
.m-prodown .box-item{
  padding: 10px 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f7f7f7;
}
.m-prodown .box-item:nth-child(2n){
  background-color: #fff;
}
.m-prodown .item-title{
  flex: 1 1 auto;
  margin-right: 10px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}
.m-prodown .item-link{
  flex: 0 0 auto;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prodown .item-link a{
  color: #666;
}
.m-prodown .item-link a:hover{
  color: #274D38;
}
.m-prodown .item-link em{
  margin-right: 15px;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-style: normal;
}
.m-prodown .item-link svg{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.m-prodown .item-link svg path{
  fill: #666;
}
.m-prodown .item-link:hover svg path{
  fill: #274D38;
}
@media screen and (max-width: 991px){
  .m-prodown{
    margin-top: 30px;
  }
  .m-prodown .box-wp{
    margin-top: 20px;
  }
  .m-prodown .box-item{
    padding: 10px 15px;
  }
  .m-prodown .item-title, .m-prodown .item-link{
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prodown .item-link em{
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px){
  .m-prodown .box-item{
    display: block;
  }
  .m-prodown .item-title{
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px){
  .pro2-tab .tab-options{
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .pro2-tab .tab-options >li{
    margin-right: 10px;
    padding-bottom: 5px;
  }
}