.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: #f1840f;
}

.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: #f1840f !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: #f1840f !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: #f1840f !important;
}

.wp {
  width: 1400px;
  margin: auto;
}
@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: 1000px;
  margin: auto;
}
@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: #f1840f;
  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: #f1840f !important;
  background-color: #f1840f \9 ;
  color: #fff !important;
}
.an-btn1:hover .iconfont {
  color: #fff !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-btn1_1 start */
.an-btn1_1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}
.an-btn1_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: #000;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn1_1 .iconfont {
  transition: all 0.5s;
}
.an-btn1_1:hover {
  border-color: #000 !important;
  background-color: #000 \9 ;
  color: #fff !important;
}
.an-btn1_1:hover .iconfont {
  color: #fff !important;
}
.an-btn1_1:hover:before {
  height: 600%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1_1 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: #f1840f !important;
  background-color: #fff \9 ;
  color: #f1840f !important;
}
.an-btn2:hover .iconfont {
  color: #f1840f !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: #f1840f !important;
  background-color: #fff \9 ;
  color: #f1840f !important;
}
.an-btn2_1:hover .iconfont {
  color: #f1840f !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;
  border: solid 1px #a7a7a7;
  background-color: transparent;
  color: #666;
  min-width: 36px;
  padding: 0 2px;
  height: 30px;
  line-height: 28px;
  margin: 0 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
.page a.prev {
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 79px;
}
.page a.prev:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
.page a.next {
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 61px;
}
.page a.next:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
.page a:hover, .page a.page-active {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media only screen and (max-width: 1219px) {
  .page a {
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    margin: 0 3px 10px !important;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page a.prev, .page a.next {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: auto;
    padding: 0 10px;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding-right: 22px;
  background: url(../images/af-bg.png) no-repeat right center;
}
.page .add-form .add-btn {
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 28px;
  padding: 0 21px;
  border: solid 1px #f1840f;
  background-color: #f1840f;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
}
.page .add-form .add-btn:hover {
  background-color: #fff;
  color: #f1840f;
}
@media only screen and (max-width: 1219px) {
  .page .add-form .add-btn {
    padding: 0 10px;
    line-height: 26px;
  }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 60px;
}
.contact-pc li {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 1px;
  border-radius: 5px;
  background: rgba(51, 51, 51, 0.5);
  transition: all 0.35s;
}
.contact-pc li:hover {
  background-color: #f1840f;
}
.contact-pc li:hover .iconfont {
  color: #fff !important;
}
.contact-pc li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.contact-pc li img {
  vertical-align: middle;
}
.contact-pc li .iconfont {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  transition: all 0.35s;
}
.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}
@media screen and (max-width: 1219px) {
  .contact-pc {
    width: 48px;
  }
  .contact-pc li {
    height: 48px;
  }
  .contact-pc li a {
    line-height: 48px;
  }
  .contact-pc li .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }
}

.contact-phone {
  position: fixed;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}
.contact-phone li {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  background: rgba(51, 51, 51, 0.5);
}
.contact-phone li:hover {
  background-color: #f1840f;
}
.contact-phone li:hover .iconfont {
  color: #fff !important;
}
.contact-phone li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.contact-phone li img {
  vertical-align: middle;
}
.contact-phone li .iconfont {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.contact-phone li .ewm {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -50px;
  display: none;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .contact-pc {
    display: none;
  }
  .contact-phone {
    display: block;
  }
  body {
    padding-bottom: 40px;
  }
}
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
  font-size: 0;
  letter-spacing: 0;
}
.pro-share .share-title {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
@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: 53px;
  padding-top: 10px;
  min-height: 44px;
}
@media screen and (max-width: 1419px) {
  .m-oths .oths-item {
    padding-left: 50px;
    min-height: 40px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 1219px) {
  .m-oths .oths-item {
    padding-left: 45px;
    min-height: 34px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .oths-item {
    padding-left: 33px;
    min-height: 26px;
    padding-top: 3px;
  }
}
.m-oths .oths-item-1 {
  margin-bottom: 9px;
}
.m-oths .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f1840f;
  border: solid 1px #f1840f;
}
@media screen and (max-width: 1419px) {
  .m-oths .item-icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1219px) {
  .m-oths .item-icon {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-icon {
    width: 26px;
    height: 26px;
    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: #555;
}
.m-oths .item-a a:hover {
  color: #f1840f;
}
@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 {
  border-color: #d7d7d7;
  color: #a6a6a6;
}
.m-oths .none a {
  cursor: pointer;
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
  background-position: center;
  background-size: cover;
  height: 600px;
  padding: 148px 0 30px;
}
@media screen and (max-width: 1419px) {
  .bread {
    height: 500px;
  }
}
@media screen and (max-width: 1219px) {
  .bread {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .bread {
    padding: 30px 0;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    height: auto;
  }
}
.bread .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 16px;
}
.bread .item-title, .bread .item-title a {
  color: #fff;
      text-transform: uppercase;
}
.bread .item-title a:hover, .bread .item-title .bread-active {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .bread .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .bread .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .bread .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bread .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .bread .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.bread .item-subt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.bread .item-subt, .bread .item-subt a {
  color: #fff;
}
.bread .item-subt a:hover, .bread .item-subt .bread-active {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .bread .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .bread .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .bread .item-subt {
    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: 38px;
  margin-left: 98px;
}
@media screen and (max-width: 1619px) {
  .search {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1419px) {
  .search {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .search {
    margin-left: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .search {
    display: none;
  }
}
.search .search-icon {
  cursor: pointer;
  display: block;
}
.search .search-icon .iconfont {
  display: block;
  color: #333;
  line-height: 22px;
  font-size: 17px;
  font-size: 1.7rem;
}
.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: #f1840f;
  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;
  background-color: #fff;
  border-bottom: solid 1px #f5f5f5;
}
@media screen and (max-width: 767px) {
  .fixed.header {
    position: relative;
  }
}

.header {
  position: fixed;
  top: 42px;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .header {
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    top: 0;
    position: relative;
    padding: 15px 0 10px;
    background-color: #fff;
  }
}
.header > .wp {
  background-color: #fff;
  width: 1600px;
  border-radius: 50px;
  padding: 0 48px 0 62px;
}
@media screen and (max-width: 1619px) {
  .header > .wp {
    width: 1400px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1419px) {
  .header > .wp {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .header > .wp {
    width: 960px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .header > .wp {
    border-radius: 0;
    width: 720px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header > .wp {
    width: 100%;
    padding: 0 15px;
  }
}
.header .logo {
  float: left;
  display: block;
  width: 170px;
  margin-top: 24px;
  margin-right: 120px;
}
.header .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .header .logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .header .logo {
    margin-right: 20px;
    margin-top: 20px;
    width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    margin-top: 0;
    margin-right: 0;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 100px;
  }
}
.header .lang-box {
  float: right;
  position: relative;
  margin-top: 38px;
  margin-left: 42px;
}
@media screen and (max-width: 1419px) {
  .header .lang-box {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .header .lang-box {
    margin-left: 20px;
    margin-top: 30px;
  }
}
@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: #333;
  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: 18px;
  font-size: 1.8rem;
  margin-right: 8px;
}
.header .lang-box .item-title .icon-sanjiaoxing {
  font-size: 19px;
  font-size: 1.9rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .header .lang-box .item-title > * {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header .lang-box .item-title .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .header .lang-box .item-title > * {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header .lang-box .item-title .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 5px;
  }
}
.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 {
  text-align: center;
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lang-box .box-list a:hover {
  color: #f1840f;
}
@media screen and (max-width: 767px) {
  .header .lang-box .box-list a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.header .navlist {
  padding-top: 38px;
  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: 1219px) {
  .header .navlist {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header .navlist {
    display: none;
  }
}
.header .navlist > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header .navlist > li > a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding-bottom: 38px;
  color: #333;
}
@media screen and (max-width: 1219px) {
  .header .navlist > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
  color: #f1840f;
}
.header .navlist li:hover .yiji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .yiji {
  z-index: 99;
  position: absolute;
  top: 100%;
  width: 220px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #fff;
}
@media screen and (max-width: 1219px) {
  .header .yiji {
    width: 200px;
  }
}
.header .yiji li {
  position: relative;
  text-align: left;
}
.header .yiji li > a {
  display: block;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border-top: solid 1px rgba(223, 223, 223, 0.5);
}
.header .yiji li:hover > a {
  color: #f1840f;
}
.header .yiji li:hover .erji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1219px) {
  .header .yiji li > a {
    padding: 6px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header .yiji {
    display: none;
  }
}
.header .erji li:hover .sanji, .header .sanji li:hover .siji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .erji, .header .sanji {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #fff;
  margin-left: 1px;
}
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 2;
  background-color: #181818;
}
.footer, .footer * {
  color: #fff;
}
.footer a:hover {
  color: #f1840f;
}
.footer .f-top {
  border-bottom: solid 1px rgba(160, 160, 160, 0.2);
  padding: 40px 0 44px;
}
@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;
  }
}
.footer .f-top .f-logo {
  float: left;
  display: block;
  width: 193px;
}
.footer .f-top .f-logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .f-top .f-logo {
    width: 150px;
  }
}
@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: 16px;
}
.footer .f-top .f-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 5px;
  border: solid 2px #ffffff;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 15px;
  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: #f1840f;
  border-color: #f1840f;
}
@media screen and (max-width: 991px) {
  .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: 41px 0 13px;
  border-bottom: solid 1px rgba(194, 194, 194, 0.2);
}
.footer .f-middle .footer-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  padding-bottom: 18px;
  margin-bottom: 37px;
  position: relative;
}
.footer .f-middle .footer-title:before {
  position: absolute;
  content: "";
  width: 41px;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.footer .f-middle .footer-title, .footer .f-middle .footer-title a {
  color: #fff;
}
.footer .f-middle .footer-title a:hover {
  color: #f1840f;
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .footer-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .footer-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.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: 378px;
}
.footer .f-middle .flist2 {
  width: 352px;
}
.footer .f-middle .flist3 {
  width: 328px;
}
.footer .f-middle .flist4 {
  width: 342px;
  padding-right: 0 !important;
}
.footer .f-middle .flist4 .box-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
}
.footer .f-middle .flist4 .box-list li .iconfont {
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1419px) {
  .footer .f-middle .flist1 {
    width: 308px;
  }
  .footer .f-middle .flist2 {
    width: 292px;
  }
  .footer .f-middle .flist3 {
    width: 258px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .flist1 {
    width: 220px;
  }
  .footer .f-middle .flist2 {
    width: 220px;
  }
  .footer .f-middle .flist3 {
    width: 250px;
  }
  .footer .f-middle .flist4 {
    width: 270px;
  }
  .footer .f-middle .flist {
    padding-right: 20px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .f-middle .flist .box-list li {
    margin-bottom: 5px;
  }
}
@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 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .flist4 .box-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .footer .f-middle .flist4 .box-list li .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .f-middle .flist .box-list {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .f-middle .flist .box-list li {
    margin-bottom: 5px;
  }
}
.footer .f-bot {
  padding-top: 23px;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}
.footer .f-bot, .footer .f-bot * {
  color: #c2c2c2;
}
.footer .f-bot a:hover {
  color: #f1840f;
}
@media screen and (max-width: 1219px) {
  .footer .f-bot {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-bot {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.footer .f-bot .links a {
  display: inline-block;
  margin-right: 30px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.page-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.2;
  margin-bottom: 51px;
}
.page-title a {
  display: inline-block;
}
.page-title a:hover {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .page-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .page-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .page-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-title1 {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.page-title1 a:hover {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .page-title1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-title1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title1 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .page-title1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.index-cate {
  padding: 119px 0 143px;
}
@media screen and (max-width: 1419px) {
  .index-cate {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-cate {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-cate {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-cate {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1420px) {
  .index-cate .page-title {
    margin-bottom: 59px;
  }
}
.index-cate.page-cate {
  padding: 0 0 127px;
}
@media screen and (max-width: 1419px) {
  .index-cate.page-cate {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cate.page-cate {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-cate.page-cate {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-cate.page-cate {
    padding-bottom: 30px;
  }
}
.index-cate.page-cate .page-title1 {
  margin-bottom: 59px;
}
@media screen and (max-width: 1419px) {
  .index-cate.page-cate .page-title1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cate.page-cate .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-cate.page-cate .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-cate.page-cate .page-title1 {
    margin-bottom: 20px;
  }
}
.index-cate.page-cate .cate-scroll {
  margin-top: -7px;
}
@media screen and (max-width: 1219px) {
  .index-cate.page-cate .cate-scroll {
    margin-top: 0;
  }
}

.cate-scroll {
  float: right;
  position: relative;
  width: calc(50% + 700px);
}
@media screen and (max-width: 1419px) {
  .cate-scroll {
    width: calc(50% + 600px);
  }
}
@media screen and (max-width: 1219px) {
  .cate-scroll {
    width: calc(50% + 480px);
  }
}
@media screen and (max-width: 991px) {
  .cate-scroll {
    width: calc(50% + 360px);
  }
}
@media screen and (max-width: 767px) {
  .cate-scroll {
    width: calc(100% - 15px);
  }
}
.cate-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: calc(100% - 1400px);
  top: -106px;
}
@media screen and (max-width: 1419px) {
  .cate-scroll .scroll-btns {
    right: calc(100% - 1200px);
    top: -94px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-scroll .scroll-btns {
    right: calc(100% - 960px);
    top: -78px;
  }
}
@media screen and (max-width: 991px) {
  .cate-scroll .scroll-btns {
    right: calc(100% - 720px);
    top: -62px;
  }
}
@media screen and (max-width: 767px) {
  .cate-scroll .scroll-btns {
    right: 15px;
    top: -46px;
  }
}
.cate-scroll .scroll-btns .scroll-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d0d0d;
  border: solid 2px #f0f0f0;
  transition: all 0.35s;
}
.cate-scroll .scroll-btns .scroll-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .cate-scroll .scroll-btns .scroll-btn {
    width: 44px;
    height: 44px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-scroll .scroll-btns .scroll-btn {
    width: 38px;
    height: 38px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .cate-scroll .scroll-btns .scroll-btn {
    width: 32px;
    height: 32px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cate-scroll .scroll-btns .scroll-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.cate-scroll .scroll-btns .scroll-btn.prev {
  margin-right: 20px;
}
@media screen and (max-width: 1419px) {
  .cate-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cate-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.cate-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.cate-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.cate-scroll .scroll-list li {
  float: left;
  width: 0.2728915663%;
  margin-right: 0.0108433735%;
}
@media screen and (max-width: 767px) {
  .cate-scroll .scroll-list li {
    width: 0.38%;
    margin-right: 0.02%;
  }
}
.cate-scroll .scroll-list .item-pic {
  margin-bottom: 43px;
  border-radius: 20px;
}
@media screen and (max-width: 1419px) {
  .cate-scroll .scroll-list .item-pic {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-scroll .scroll-list .item-pic {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cate-scroll .scroll-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cate-scroll .scroll-list .item-pic {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.cate-scroll .scroll-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1219px) {
  .cate-scroll .scroll-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cate-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index-about {
  position: relative;
}
.index-about:before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f8efe8;
}
@media screen and (max-width: 991px) {
  .index-about:before {
    width: 100%;
  }
}
.index-about .box-item .item-pic {
  float: right;
  width: 50%;
  margin-left: 2.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1419px) {
  .index-about .box-item .item-pic {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-item .item-pic {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .index-about .box-item .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.index-about .box-item .item-body {
  font-size: 0;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1619px) {
  .index-about .box-item .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .box-item .item-body {
    padding-top: 30px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-item .item-body {
    padding-top: 25px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-item .item-body {
    padding-bottom: 30px;
  }
}
.index-about .box-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 53px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1619px) {
  .index-about .box-item .item-title {
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .box-item .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-about .box-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  max-height: 210px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1619px) {
  .index-about .box-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .box-item .item-desc {
    line-height: 26px;
    max-height: 182px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    max-height: 168px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-item .item-desc {
    line-height: 22px;
    max-height: none;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.index-about .box-item .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  border: solid 1px #f1840f;
  background-color: #f1840f;
  color: #fff;
  border-radius: 26px;
  padding: 0 28px;
}
@media screen and (max-width: 1419px) {
  .index-about .box-item .item-btn {
    line-height: 46px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-item .item-btn {
    padding: 0 25px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-item .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    padding: 0 20px;
  }
}

.index-num {
  margin-bottom: 31px;
  transform: translateY(-50%);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .index-num {
    transform: none;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-num {
    margin-top: 30px;
  }
}
.index-num:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background-color: #f1840f;
}
.index-num .box-list {
  background-color: #f1840f;
  border-radius: 20px;
  display: flex;
  flex-wrap: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .index-num .box-list {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .index-num .box-list {
    padding: 10px 5px;
  }
}
.index-num .box-list .list-item {
  flex: 0 0 auto;
  width: 20.2857142857%;
  flex-basis: 20.2857142857%;
  padding: 38px 33px 36px 43px;
  position: relative;
}
.index-num .box-list .list-item:before {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  top: 30.5418719212%;
}
.index-num .box-list .list-item:first-child {
  width: 17.5%;
  flex-basis: 17.5%;
}
.index-num .box-list .list-item:last-child {
  flex: 1 1 auto;
}
.index-num .box-list .list-item:last-child:before {
  display: none;
}
@media screen and (max-width: 1419px) {
  .index-num .box-list .list-item {
    flex: 1 !important;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-num .box-list .list-item {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-num .box-list .list-item {
    flex: 0 0 auto !important;
    width: 33.333% !important;
    flex-basis: 33.333% !important;
    padding: 10px 5px;
  }
  .index-num .box-list .list-item:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .index-num .box-list .list-item {
    width: 50% !important;
    flex-basis: 50% !important;
  }
}
.index-num .box-list .item-num {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  margin-bottom: 31px;
}
.index-num .box-list .item-num, .index-num .box-list .item-num a {
  color: #fff;
}
.index-num .box-list .item-num a {
  display: block;
}
.index-num .box-list .item-num a:hover {
  color: #000 !important;
}
.index-num .box-list .item-num strong {
  font-weight: normal;
}
@media screen and (max-width: 1419px) {
  .index-num .box-list .item-num {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-num .box-list .item-num {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-num .box-list .item-num {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-num .box-list .item-num {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.index-num .box-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
}
.index-num .box-list .item-title, .index-num .box-list .item-title a {
  color: #fff;
}
.index-num .box-list .item-title a:hover {
  color: #000 !important;
}
@media screen and (max-width: 1219px) {
  .index-num .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-num .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .index-num .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.index-choose {
  padding-bottom: 133px;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .index-choose {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose {
    padding-bottom: 30px;
  }
}
.index-choose:before {
  position: absolute;
  content: "";
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f8efe8;
  border-radius: 100px;
}
@media screen and (max-width: 1419px) {
  .index-choose:before {
    top: 60px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose:before {
    top: 46px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose:before {
    top: 34px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose:before {
    top: 20px;
    border-radius: 20px;
  }
}
.index-choose .box-title {
  text-align: center;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 91px;
  font-size: 9.1rem;
  line-height: 1;
  margin-bottom: 94px;
}
.index-choose .box-title a {
  display: inline-block;
}
.index-choose .box-title a:hover {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-title {
    font-size: 74px;
    font-size: 7.4rem;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-title {
    font-size: 58px;
    font-size: 5.8rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.index-choose .box-list {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 4.3571428571% 73px 3.7142857143%;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list {
    padding: 0 3.5714285714% 70px 3.5714285714%;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list {
    padding: 0 2.1428571429% 50px 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list {
    border-radius: 10px;
    padding: 0 15px 30px;
  }
}
.index-choose .box-list .list-item {
  border-bottom: solid 1px #efefef;
}
.index-choose .box-list .top-item {
  transition: all 0.35s;
  cursor: pointer;
  padding: 34px 0 32px;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-list .top-item {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .top-item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .top-item {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .top-item {
    padding: 10px 0;
  }
}
.index-choose .box-list .top-item .item-num {
  float: right;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #f1840f;
  padding-top: 3px;
  margin-left: 15px;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-list .top-item .item-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .top-item .item-num {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .top-item .item-num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .top-item .item-num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-choose .box-list .top-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-list .top-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .top-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .top-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .top-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-choose .box-list .bottom-item {
  padding: 24px 0 33px;
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .bottom-item {
    padding: 20px 0;
  }
}
.index-choose .box-list .bottom-item .item-pic {
  float: right;
  width: 176px;
  margin-right: 3.6428571429%;
  margin-left: 3.5714285714%;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .bottom-item .item-pic {
    width: 150px;
    margin-right: 2.1428571429%;
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .bottom-item .item-pic {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .bottom-item .item-pic {
    margin-right: 0;
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .box-list .bottom-item .item-pic {
    width: 80px;
  }
}
.index-choose .box-list .bottom-item .item-body {
  overflow: hidden;
  max-width: 660px;
  padding-top: 30px;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .bottom-item .item-body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .bottom-item .item-body {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .bottom-item .item-body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .box-list .bottom-item .item-body {
    padding-top: 0;
    overflow: visible;
    max-width: 100%;
  }
  .index-choose .box-list .bottom-item .item-body .item-desc {
    overflow: visible;
  }
}
.index-choose .box-list .bottom-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.index-choose .box-list .bottom-item .item-title, .index-choose .box-list .bottom-item .item-title a {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-list .bottom-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .bottom-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .bottom-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .bottom-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-choose .box-list .bottom-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-list .bottom-item .item-desc {
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .bottom-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .bottom-item .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .bottom-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.index-choose .video-item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index-choose .video-item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .video-item {
    border-radius: 10px;
  }
}
.index-choose .video-item .item-pic {
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .index-choose .video-item .item-pic {
    border-radius: 0;
  }
}
.index-choose .video-item .item-body {
  position: absolute;
  z-index: 3;
  left: 2.2857142857%;
  bottom: 3.1835205993%;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 0;
  padding: 25px 18px 33px 21px;
  width: 343px;
}
@media screen and (max-width: 1419px) {
  .index-choose .video-item .item-body {
    padding: 25px 18px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .video-item .item-body {
    padding: 20px 15px 25px;
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .video-item .item-body {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    border-radius: 0;
  }
}
.index-choose .video-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  .index-choose .video-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .video-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-choose .video-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
  .index-choose .video-item .item-desc {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .video-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .video-item .item-desc {
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .video-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.index-choose .video-item .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  border: solid 1px #f1840f;
  background-color: #f1840f;
  color: #fff;
  border-radius: 26px;
  padding: 0 22.5px;
}
@media screen and (max-width: 1419px) {
  .index-choose .video-item .item-btn {
    line-height: 46px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .video-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .video-item .item-btn {
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .video-item .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    padding: 0 20px;
  }
}

/* an-btn6 start */
.an-btn6 {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 77px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f1840f;
}
.an-btn6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-width: 11px 0 11px 19px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1419px) {
  .an-btn6 {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .an-btn6 {
    width: 60px;
    height: 60px;
  }
  .an-btn6:before {
    border-width: 10px 0 10px 17px;
  }
}
@media screen and (max-width: 991px) {
  .an-btn6 {
    width: 50px;
    height: 50px;
  }
  .an-btn6:before {
    border-width: 8px 0 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .an-btn6 {
    width: 40px;
    height: 40px;
  }
  .an-btn6:before {
    border-width: 8px 0 8px 12px;
  }
}
@media screen and (max-width: 480px) {
  .an-btn6 {
    width: 30px;
    height: 30px;
  }
  .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: 0.5px;
  border-style: solid;
  border-color: #f1840f;
  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: 1.6s;
}
.an-btn6 .an-btn6_animation.circle_3 {
  animation-delay: 2.4s;
}

@keyframes circles {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.28);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.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 {
  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 .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;
}

.index-appbox {
  padding: 105px 0 84px;
}
@media screen and (max-width: 1419px) {
  .index-appbox {
    padding: 100px 0 84px;
  }
}
@media screen and (max-width: 1219px) {
  .index-appbox {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-appbox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-appbox {
    padding: 30px 0;
  }
}
.index-appbox .page-title {
  padding-right: 60px;
}
@media screen and (min-width: 1420px) {
  .index-appbox .page-title {
    margin-bottom: 82px;
  }
}
.index-appbox.page-appbox {
  padding-top: 0;
  padding-bottom: 101px;
}
@media screen and (max-width: 1419px) {
  .index-appbox.page-appbox {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-appbox.page-appbox {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-appbox.page-appbox {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-appbox.page-appbox {
    padding-bottom: 30px;
  }
}
.index-appbox.page-appbox .app-scroll {
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .index-appbox.page-appbox .app-scroll {
    margin-top: 0;
  }
}

.app-scroll {
  float: right;
  position: relative;
  width: calc(50% + 700px);
}
@media screen and (max-width: 1419px) {
  .app-scroll {
    width: calc(50% + 600px);
  }
}
@media screen and (max-width: 1219px) {
  .app-scroll {
    width: calc(50% + 480px);
  }
}
@media screen and (max-width: 991px) {
  .app-scroll {
    width: calc(50% + 360px);
  }
}
@media screen and (max-width: 767px) {
  .app-scroll {
    width: calc(100% - 15px);
  }
}
.app-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: calc(100% - 1400px);
  top: -134px;
}
@media screen and (max-width: 1419px) {
  .app-scroll .scroll-btns {
    right: calc(100% - 1200px);
    top: -94px;
  }
}
@media screen and (max-width: 1219px) {
  .app-scroll .scroll-btns {
    right: calc(100% - 960px);
    top: -78px;
  }
}
@media screen and (max-width: 991px) {
  .app-scroll .scroll-btns {
    right: calc(100% - 720px);
    top: -62px;
  }
}
@media screen and (max-width: 767px) {
  .app-scroll .scroll-btns {
    right: 15px;
    top: -46px;
  }
}
.app-scroll .scroll-btns .scroll-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d0d0d;
  border: solid 2px #f0f0f0;
  transition: all 0.35s;
}
.app-scroll .scroll-btns .scroll-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .app-scroll .scroll-btns .scroll-btn {
    width: 44px;
    height: 44px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .app-scroll .scroll-btns .scroll-btn {
    width: 38px;
    height: 38px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .app-scroll .scroll-btns .scroll-btn {
    width: 32px;
    height: 32px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .app-scroll .scroll-btns .scroll-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.app-scroll .scroll-btns .scroll-btn.prev {
  margin-right: 20px;
}
@media screen and (max-width: 1419px) {
  .app-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .app-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .app-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.app-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.app-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.app-scroll .scroll-list li {
  float: left;
  width: 0.4180722892%;
  margin-right: 0.0096385542%;
}
@media screen and (max-width: 640px) {
  .app-scroll .scroll-list li {
    width: 0.65%;
    margin-right: 0.02%;
  }
}
.app-scroll .scroll-list .item-pic {
  margin-bottom: 47px;
  border-radius: 20px;
}
@media screen and (max-width: 1419px) {
  .app-scroll .scroll-list .item-pic {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .app-scroll .scroll-list .item-pic {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .app-scroll .scroll-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .app-scroll .scroll-list .item-pic {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.app-scroll .scroll-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1219px) {
  .app-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .app-scroll .scroll-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-cerbox {
  padding-bottom: 83px;
}
@media screen and (max-width: 1219px) {
  .index-cerbox {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-cerbox {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-cerbox {
    padding-bottom: 30px;
  }
}
.index-cerbox .left-item {
  float: left;
  width: 42.8571428571%;
  margin-right: 2.7857142857%;
  font-size: 0;
}
@media screen and (max-width: 1419px) {
  .index-cerbox .left-item {
    width: 43.5%;
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 991px) {
  .index-cerbox .left-item {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.index-cerbox .left-item .page-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 1419px) {
  .index-cerbox .left-item .page-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cerbox .left-item .page-title {
    margin-bottom: 10px;
  }
}
.index-cerbox .left-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1419px) {
  .index-cerbox .left-item .item-desc {
    margin-bottom: 30px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cerbox .left-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-cerbox .left-item .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-cerbox .left-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.index-cerbox .left-item .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  border: solid 1px #f1840f;
  background-color: #f1840f;
  color: #fff;
  border-radius: 26px;
  padding: 0 28px;
}
@media screen and (max-width: 1419px) {
  .index-cerbox .left-item .item-btn {
    line-height: 46px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cerbox .left-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .index-cerbox .left-item .item-btn {
    padding: 0 25px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .index-cerbox .left-item .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    padding: 0 20px;
  }
}
.index-cerbox .box-list {
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}
.index-cerbox .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 30.0919842313%;
  margin-left: 4.8620236531%;
}
.index-cerbox .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}

.index-news {
  background-color: #f8efe8;
  padding-top: 146px;
  border-radius: 100px;
}
@media screen and (max-width: 1419px) {
  .index-news {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-news {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 70px;
  }
}
.index-news .box-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 76px;
  margin-bottom: 103px;
}
.index-news .box-title a {
  display: inline-block;
}
.index-news .box-title a:hover {
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .index-news .box-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.index-news .box-title em {
  display: block;
  font-style: normal;
  font-family: "Poppins-Light", arial, helvetica, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  margin-top: 3px;
}
@media screen and (max-width: 1419px) {
  .index-news .box-title em {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-title em {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-title em {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-title em {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-title em {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.index-news .news1-list {
  padding-bottom: 0;
}

.index-contact {
  position: relative;
  margin-bottom: 141px;
}
@media screen and (max-width: 1419px) {
  .index-contact {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact {
    margin-bottom: 30px;
  }
}
.index-contact:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #f8efe8;
}
@media screen and (max-width: 480px) {
  .index-contact:before {
    height: 40%;
  }
}
.index-contact .box-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .index-contact .box-item {
    display: block;
  }
}
.index-contact .box-item .item-pic {
  flex: 0 0 auto;
  width: 52.2857142857%;
  flex-basis: 52.2857142857%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .index-contact .box-item .item-pic {
    width: 42.8571428571%;
    flex-basis: 42.8571428571%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-contact .box-item .item-pic {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.index-contact .box-item .item-body {
  flex: 1 1 auto;
  padding-bottom: 8px;
  font-size: 0;
}
@media screen and (max-width: 1419px) {
  .index-contact .box-item .item-body {
    padding-bottom: 0;
  }
}
.index-contact .box-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 2;
  margin-bottom: 34px;
}
@media screen and (max-width: 1419px) {
  .index-contact .box-item .item-title {
    line-height: 1.5;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact .box-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .box-item .item-title {
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .box-item .item-title {
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.index-contact .box-item .item-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  border: solid 1px #f1840f;
  background-color: #f1840f;
  color: #fff;
  border-radius: 26px;
  padding: 0 27px;
}
@media screen and (max-width: 1419px) {
  .index-contact .box-item .item-btn {
    line-height: 46px;
  }
}
@media screen and (max-width: 1219px) {
  .index-contact .box-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .box-item .item-btn {
    padding: 0 25px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .box-item .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    padding: 0 20px;
  }
}

/*-------------index end-------------------------------------------------------------------*/
.page_wrap {
  padding-top: 91px;
}
@media screen and (max-width: 1419px) {
  .page_wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .page_wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .page_wrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrap {
    padding-top: 30px;
  }
}

/*-------------1-1company start-------------------------------------------------------------*/
@media screen and (min-width: 1420px) {
  .company_wrap {
    padding-top: 100px;
  }
}

.company-box1 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  .company-box1 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .company-box1 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-box1 {
    padding-bottom: 30px;
  }
}
.company-box1 .item-pic {
  float: right;
  overflow: hidden;
  width: 46.6428571429%;
  margin-left: 3.5714285714%;
}
.company-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .company-box1 .item-pic {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .company-box1 .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.company-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.55;
  margin-top: 33px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .company-box1 .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box1 .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .company-box1 .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .company-box1 .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.company-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.company-box1 .item-desc, .company-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .company-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .company-box1 .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .company-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.company-box2.company-num {
  margin-bottom: 94px;
}
@media screen and (max-width: 1419px) {
  .company-box2.company-num {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box2.company-num {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .company-box2.company-num {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-box2.company-num {
    margin-bottom: 30px;
  }
}
.company-box2.company-num .box-list {
  background-color: #f1840f;
  border-radius: 20px;
  display: flex;
  flex-wrap: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .company-box2.company-num .box-list {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .company-box2.company-num .box-list {
    padding: 10px 5px;
  }
}
.company-box2.company-num .box-list .list-item {
  flex: 0 0 auto;
  width: 20.2857142857%;
  flex-basis: 20.2857142857%;
  padding: 38px 33px 36px 43px;
  position: relative;
}
.company-box2.company-num .box-list .list-item:before {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  top: 30.5418719212%;
}
.company-box2.company-num .box-list .list-item:first-child {
  width: 17.5%;
  flex-basis: 17.5%;
}
.company-box2.company-num .box-list .list-item:last-child {
  flex: 1 1 auto;
}
.company-box2.company-num .box-list .list-item:last-child:before {
  display: none;
}
@media screen and (max-width: 1419px) {
  .company-box2.company-num .box-list .list-item {
    flex: 1 !important;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box2.company-num .box-list .list-item {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 991px) {
  .company-box2.company-num .box-list .list-item {
    flex: 0 0 auto !important;
    width: 33.333% !important;
    flex-basis: 33.333% !important;
    padding: 10px 5px;
  }
  .company-box2.company-num .box-list .list-item:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .company-box2.company-num .box-list .list-item {
    width: 50% !important;
    flex-basis: 50% !important;
  }
}
.company-box2.company-num .box-list .item-num {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 31px;
}
.company-box2.company-num .box-list .item-num strong {
  font-weight: normal;
}
@media screen and (max-width: 1419px) {
  .company-box2.company-num .box-list .item-num {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box2.company-num .box-list .item-num {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .company-box2.company-num .box-list .item-num {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company-box2.company-num .box-list .item-num {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.company-box2.company-num .box-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .company-box2.company-num .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company-box2.company-num .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .company-box2.company-num .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.company-box3.company-fac {
  margin-bottom: 98px;
}
@media screen and (max-width: 1419px) {
  .company-box3.company-fac {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box3.company-fac {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .company-box3.company-fac {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-box3.company-fac {
    margin-bottom: 30px;
  }
}
.company-box3.company-fac .page-title1 {
  margin-bottom: 44px;
}
@media screen and (max-width: 1219px) {
  .company-box3.company-fac .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .company-box3.company-fac .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-box3.company-fac .page-title1 {
    margin-bottom: 20px;
  }
}

.fac-scroll {
  position: relative;
}
.fac-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: -86px;
}
@media screen and (max-width: 1219px) {
  .fac-scroll .scroll-btns {
    top: -74px;
  }
}
@media screen and (max-width: 991px) {
  .fac-scroll .scroll-btns {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .fac-scroll .scroll-btns {
    top: -46px;
  }
}
.fac-scroll .scroll-btns .scroll-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f1840f;
  border: solid 1px #f1840f;
  transition: all 0.35s;
}
.fac-scroll .scroll-btns .scroll-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .fac-scroll .scroll-btns .scroll-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .fac-scroll .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .fac-scroll .scroll-btns .scroll-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fac-scroll .scroll-btns .scroll-btn.prev {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fac-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.fac-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.fac-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.fac-scroll .scroll-list li {
  float: left;
  width: 0.3214285714%;
  margin-right: 0.0178571429%;
}
@media screen and (max-width: 480px) {
  .fac-scroll .scroll-list li {
    width: 0.49%;
    margin-right: 0.02%;
  }
}
.fac-scroll .scroll-list .item-title {
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
@media screen and (max-width: 1219px) {
  .fac-scroll .scroll-list .item-title {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fac-scroll .scroll-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.company-box4.company-rd {
  background-color: #f5f5f5;
  padding: 74px 0 80px;
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .company-box4.company-rd {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd {
    padding: 30px 0 20px;
  }
}
.company-box4.company-rd .page-title1 {
  margin-bottom: 49px;
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .company-box4.company-rd .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd .page-title1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd .item-box {
    margin-bottom: 20px;
  }
}
.company-box4.company-rd .item-box.item1 .item-pic {
  float: left;
  border-radius: 20px 20px 0px 20px;
  margin-right: 6.1428571429%;
}
@media screen and (max-width: 1419px) {
  .company-box4.company-rd .item-box.item1 .item-pic {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box.item1 .item-pic {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd .item-box.item1 .item-pic {
    border-radius: 10px 10px 0px 10px;
  }
}
.company-box4.company-rd .item-box.item1 .item-body {
  padding-top: 106px;
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box.item1 .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .company-box4.company-rd .item-box.item1 .item-body {
    padding-top: 0;
  }
}
.company-box4.company-rd .item-box.item2 .item-pic {
  float: right;
  border-radius: 20px 20px 20px 0px;
  margin-left: 5%;
}
@media screen and (max-width: 1419px) {
  .company-box4.company-rd .item-box.item2 .item-pic {
    margin-left: 3.5714285714%;
  }
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box.item2 .item-pic {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd .item-box.item2 .item-pic {
    border-radius: 10px 10px 10px 0px;
  }
}
.company-box4.company-rd .item-box.item2 .item-body {
  padding-top: 87px;
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box.item2 .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .company-box4.company-rd .item-box.item2 .item-body {
    padding-top: 0;
  }
}
.company-box4.company-rd .item-box .item-pic {
  width: 45.8571428571%;
  overflow: hidden;
}
.company-box4.company-rd .item-box .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .company-box4.company-rd .item-box .item-pic {
    width: 100%;
    float: none !important;
    margin: 0 auto 20px !important;
  }
}
.company-box4.company-rd .item-box .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1419px) {
  .company-box4.company-rd .item-box .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .company-box4.company-rd .item-box .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd .item-box .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.company-box4.company-rd .item-box .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
@media screen and (max-width: 1219px) {
  .company-box4.company-rd .item-box .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .company-box4.company-rd .item-box .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .company-box4.company-rd .item-box .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.company-box5.company-quality {
  padding: 96px 0 95px;
}
@media screen and (max-width: 1419px) {
  .company-box5.company-quality {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .company-box5.company-quality {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .company-box5.company-quality {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .company-box5.company-quality {
    padding: 30px 0;
  }
}
.company-box5.company-quality .page-title1 {
  margin-bottom: 56px;
}
@media screen and (max-width: 1419px) {
  .company-box5.company-quality .page-title1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box5.company-quality .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .company-box5.company-quality .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-box5.company-quality .page-title1 {
    margin-bottom: 20px;
  }
}
.company-box5.company-quality .page-title1 em {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.company-box5.company-quality .page-title1 strong {
  font-weight: normal;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 1219px) {
  .company-box5.company-quality .page-title1 strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company-box5.company-quality .page-title1 strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.quality-scroll {
  position: relative;
}
@media screen and (max-width: 640px) {
  .quality-scroll {
    background-color: #f8efe8;
    border-radius: 20px;
    padding-bottom: 25px;
  }
}
.quality-scroll .scroll-btns {
  display: none;
}
@media screen and (max-width: 640px) {
  .quality-scroll .scroll-btns {
    display: block;
    text-align: center;
    margin-top: 0;
  }
}
.quality-scroll .item-btns {
  position: absolute;
  right: 19.8795180723%;
  top: -17px;
}
@media screen and (max-width: 1219px) {
  .quality-scroll .item-btns {
    right: 50px;
    top: -16px;
  }
}
@media screen and (max-width: 991px) {
  .quality-scroll .item-btns {
    right: 40px;
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .quality-scroll .item-btns {
    right: 30px;
    top: -13px;
  }
}
@media screen and (max-width: 640px) {
  .quality-scroll .item-btns {
    display: none;
  }
}
.quality-scroll .scroll-btns, .quality-scroll .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.quality-scroll .scroll-btns .scroll-btn, .quality-scroll .scroll-btns .item-btn, .quality-scroll .item-btns .scroll-btn, .quality-scroll .item-btns .item-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f1840f;
  border: solid 1px #f1840f;
  transition: all 0.35s;
}
.quality-scroll .scroll-btns .scroll-btn:hover, .quality-scroll .scroll-btns .item-btn:hover, .quality-scroll .item-btns .scroll-btn:hover, .quality-scroll .item-btns .item-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .quality-scroll .scroll-btns .scroll-btn, .quality-scroll .scroll-btns .item-btn, .quality-scroll .item-btns .scroll-btn, .quality-scroll .item-btns .item-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .quality-scroll .scroll-btns .scroll-btn, .quality-scroll .scroll-btns .item-btn, .quality-scroll .item-btns .scroll-btn, .quality-scroll .item-btns .item-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .quality-scroll .scroll-btns .scroll-btn, .quality-scroll .scroll-btns .item-btn, .quality-scroll .item-btns .scroll-btn, .quality-scroll .item-btns .item-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.quality-scroll .scroll-btns .scroll-btn.prev, .quality-scroll .scroll-btns .item-btn.prev, .quality-scroll .item-btns .scroll-btn.prev, .quality-scroll .item-btns .item-btn.prev {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .quality-scroll .scroll-btns .scroll-btn.prev, .quality-scroll .scroll-btns .item-btn.prev, .quality-scroll .item-btns .scroll-btn.prev, .quality-scroll .item-btns .item-btn.prev {
    margin-right: 5px;
  }
}
.quality-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.quality-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.quality-scroll .scroll-list li {
  float: left;
  width: 1%;
  position: relative;
}
.quality-scroll .scroll-list .item-pic {
  width: 61.7857142857%;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .quality-scroll .scroll-list .item-pic {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.quality-scroll .scroll-list .item-body {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47.4285714286%;
  background-color: #f8efe8;
  border-radius: 100px 100px 100px 0;
  padding: 87px 75px 79px;
  margin-top: 20px;
}
@media screen and (max-width: 1419px) {
  .quality-scroll .scroll-list .item-body {
    padding: 70px 50px 70px;
    border-radius: 80px 80px 80px 0;
  }
}
@media screen and (max-width: 1219px) {
  .quality-scroll .scroll-list .item-body {
    padding: 50px 30px;
    border-radius: 60px 60px 60px 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .quality-scroll .scroll-list .item-body {
    padding: 40px 20px 30px;
    border-radius: 50px 50px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .quality-scroll .scroll-list .item-body {
    padding: 30px 15px 20px;
    border-radius: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .quality-scroll .scroll-list .item-body {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 20px 20px;
  }
}
.quality-scroll .scroll-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
  .quality-scroll .scroll-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-scroll .scroll-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .quality-scroll .scroll-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .quality-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.quality-scroll .scroll-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width: 1419px) {
  .quality-scroll .scroll-list .item-desc {
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-scroll .scroll-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .quality-scroll .scroll-list .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .quality-scroll .scroll-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.company-box6.company-team {
  margin-bottom: 124px;
}
@media screen and (max-width: 1419px) {
  .company-box6.company-team {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box6.company-team {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .company-box6.company-team {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-box6.company-team {
    margin-bottom: 30px;
  }
}
.company-box6.company-team .item-pic {
  float: right;
  overflow: hidden;
  width: 53%;
  margin-left: 10.7142857143%;
  border-radius: 40px;
}
.company-box6.company-team .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .company-box6.company-team .item-pic {
    margin-left: 5.7142857143%;
  }
}
@media screen and (max-width: 1219px) {
  .company-box6.company-team .item-pic {
    margin-left: 2.1428571429%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  .company-box6.company-team .item-pic {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company-box6.company-team .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .company-box6.company-team .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.company-box6.company-team .page-title1 {
  margin-bottom: 23px;
}
@media screen and (max-width: 1219px) {
  .company-box6.company-team .page-title1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .company-box6.company-team .page-title1 {
    margin-bottom: 10px;
  }
}
.company-box6.company-team .item-body {
  padding-top: 120px;
}
@media screen and (max-width: 1419px) {
  .company-box6.company-team .item-body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box6.company-team .item-body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .company-box6.company-team .item-body {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .company-box6.company-team .item-body {
    padding-top: 0;
  }
}
.company-box6.company-team .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 69px;
}
.company-box6.company-team .item-desc, .company-box6.company-team .item-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .company-box6.company-team .item-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box6.company-team .item-desc {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .company-box6.company-team .item-desc {
    margin-bottom: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .company-box6.company-team .item-desc {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.company-box6.company-team .item-btn {
  color: #f1840f;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.company-box6.company-team .item-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1219px) {
  .company-box6.company-team .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company-box6.company-team .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.company-box7.company-service {
  margin-bottom: 92px;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .company-box7.company-service {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .company-box7.company-service {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .company-box7.company-service {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-box7.company-service {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
}
.company-box7.company-service:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  bottom: 13.3448873484%;
  background-color: #f8efe8;
  border-radius: 100px 0px;
}
@media screen and (max-width: 1219px) {
  .company-box7.company-service:before {
    border-radius: 60px 0px;
    bottom: 8.6655112652%;
  }
}
@media screen and (max-width: 991px) {
  .company-box7.company-service:before {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .company-box7.company-service:before {
    border-radius: 50px 0px;
  }
}
@media screen and (max-width: 640px) {
  .company-box7.company-service:before {
    border-radius: 30px 0px;
  }
}
.company-box7.company-service .left-item {
  float: left;
  width: 37.3571428571%;
  margin: 0 5.9285714286% 0 6.7857142857%;
  padding-top: 96px;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .company-box7.company-service .left-item {
    width: 42.8571428571%;
    margin: 0 3.5714285714% 0 3.5714285714%;
  }
}
@media screen and (max-width: 1219px) {
  .company-box7.company-service .left-item {
    padding-top: 75px;
    margin: 0 2.1428571429% 0 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .company-box7.company-service .left-item {
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .company-box7.company-service .left-item {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.company-box7.company-service .left-item .page-title1 {
  margin-bottom: 8px;
}
.company-box7.company-service .left-item .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 49px;
}
@media screen and (max-width: 1219px) {
  .company-box7.company-service .left-item .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-box7.company-service .left-item .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.company-box7.company-service .left-item .item-pic {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .company-box7.company-service .left-item .item-pic {
    border-radius: 10px;
  }
}

.service-scroll {
  overflow: hidden;
  position: relative;
  padding-top: 46px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  .service-scroll {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-scroll {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-scroll {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .service-scroll {
    padding: 0;
  }
}
.service-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
  padding-right: 67px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1219px) {
  .service-scroll .scroll-btns {
    padding-right: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-scroll .scroll-btns {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-scroll .scroll-btns {
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .service-scroll .scroll-btns {
    padding-right: 0;
  }
}
.service-scroll .scroll-btns .scroll-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f1840f;
  border: solid 1px #f1840f;
  transition: all 0.35s;
}
.service-scroll .scroll-btns .scroll-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .service-scroll .scroll-btns .scroll-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .service-scroll .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-scroll .scroll-btns .scroll-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.service-scroll .scroll-btns .scroll-btn.prev {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .service-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.service-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.service-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.service-scroll .scroll-list li {
  float: left;
  width: 1%;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .service-scroll .scroll-list li {
    padding: 0;
  }
}
.service-scroll .scroll-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 22px;
}
.service-scroll .scroll-list .item-title strong {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  color: #f1840f;
}
@media screen and (max-width: 1219px) {
  .service-scroll .scroll-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .service-scroll .scroll-list .item-title strong {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .service-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .service-scroll .scroll-list .item-title strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.service-scroll .scroll-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-left: 12px;
}
.service-scroll .scroll-list .item-desc strong {
  margin-bottom: 2px;
  display: block;
  font-weight: normal;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  position: relative;
  color: #333;
}
.service-scroll .scroll-list .item-desc strong:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -12px;
  top: 12px;
  background-color: #f1840f;
}
.service-scroll .scroll-list .item-desc .line {
  min-height: 21px;
}
@media screen and (max-width: 1419px) {
  .service-scroll .scroll-list .item-desc {
    line-height: 26px;
  }
  .service-scroll .scroll-list .item-desc strong:before {
    top: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .service-scroll .scroll-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .service-scroll .scroll-list .item-desc strong:before {
    top: 9px;
  }
}
@media screen and (max-width: 991px) {
  .service-scroll .scroll-list .item-desc {
    line-height: 22px;
  }
  .service-scroll .scroll-list .item-desc strong:before {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .service-scroll .scroll-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .service-scroll .scroll-list .item-desc strong:before {
    top: 7px;
  }
}

.cer-box {
  padding-bottom: 107px;
}
@media screen and (max-width: 1419px) {
  .cer-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .cer-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cer-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cer-box {
    padding-bottom: 30px;
  }
}
.cer-box .page-title1 {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 1219px) {
  .cer-box .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cer-box .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cer-box .page-title1 {
    margin-bottom: 20px;
  }
}
.cer-box.page-cer {
  padding-bottom: 104px;
}
@media screen and (max-width: 1419px) {
  .cer-box.page-cer {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .cer-box.page-cer {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cer-box.page-cer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cer-box.page-cer {
    padding-bottom: 30px;
  }
}

.cer-owl .owl-carousel {
  width: 102.9464285714%;
  margin-left: -1.4732142857%;
}
@media screen and (max-width: 991px) {
  .cer-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.cer-owl .list-item {
  margin: 0 7.1552471813%;
}
@media screen and (max-width: 991px) {
  .cer-owl .list-item {
    margin: 0 3.9215686275%;
  }
}
@media screen and (max-width: 640px) {
  .cer-owl .list-item {
    margin: 0 2.9411764706%;
  }
}

/*-------------1-1company end---------------------------------------------------------------*/
/*-------------2-1-products start-----------------------------------------------------------*/
.pro1_wrap {
  padding-bottom: 85px;
}
@media screen and (max-width: 1219px) {
  .pro1_wrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro1_wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro1_wrap {
    padding-bottom: 30px;
  }
}
.pro1_wrap .page-title {
  margin-bottom: 46px;
}
@media screen and (max-width: 1219px) {
  .pro1_wrap .page-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1_wrap .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1_wrap .page-title {
    margin-bottom: 20px;
  }
}

.pro1-cate {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  .pro1-cate {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-cate {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-cate {
    margin-bottom: 20px;
  }
}
.pro1-cate > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 56px;
}
@media screen and (max-width: 1419px) {
  .pro1-cate > li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-cate > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-cate > li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-cate > li {
    margin-right: 10px;
  }
}
.pro1-cate > li:last-child {
  margin-right: 0;
}
.pro1-cate > li:hover > a, .pro1-cate > li.active > a {
  background-color: #f1840f;
  color: #fff;
}
.pro1-cate > li > a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 14px 21px;
  border-radius: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .pro1-cate > li > a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-cate > li > a {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-cate > li > a {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-cate > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

.pro1-list {
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .pro1-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list {
    padding-bottom: 10px;
  }
}
.pro1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5714285714%;
  margin-left: 1.9047571429%;
  border-radius: 20px 20px 0px 0px;
  background-color: #f8efe8;
  margin-bottom: 60px;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .pro1-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .list-item {
    width: 31.33%;
    margin: 0 1% 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .list-item {
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .list-item {
    width: 48%;
    margin: 0 1% 25px !important;
  }
}
.pro1-list .list-item:hover {
  background-color: #f1840f;
}
.pro1-list .list-item:hover .item-title, .pro1-list .list-item:hover .item-title a, .pro1-list .list-item:hover .item-desc, .pro1-list .list-item:hover .item-desc a, .pro1-list .list-item:hover .item-btn, .pro1-list .list-item:hover .item-btn a {
  color: #fff !important;
}
.pro1-list .list-item:hover .item-btnbox .input-box {
  border-color: #fff;
}
.pro1-list .list-item:hover .item-btnbox input:checked + p {
  color: #fff;
}
.pro1-list .item-pic {
  border-radius: 20px;
  border: solid 1px #ebebeb;
}
@media screen and (max-width: 767px) {
  .pro1-list .item-pic {
    border-radius: 10px;
  }
}
.pro1-list .item-body {
  text-align: center;
  padding: 26px 5px;
}
@media screen and (max-width: 1419px) {
  .pro1-list .item-body {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-body {
    padding: 15px 5px;
  }
}
.pro1-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .pro1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.pro1-list .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  height: 56px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro1-list .item-desc, .pro1-list .item-desc a {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .pro1-list .item-desc {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-desc {
    line-height: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    height: 36px;
    margin-bottom: 5px;
  }
}
.pro1-list .item-btnbox {
  font-size: 0;
  letter-spacing: 0;
}
.pro1-list .item-btnbox > * {
  display: inline-block;
  vertical-align: middle;
}
.pro1-list .item-btnbox .input-box {
  position: relative;
  width: 18px;
  height: 18px;
  border: solid 1px #f1840f;
  margin-right: 13px;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-btnbox .input-box {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btnbox .input-box {
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }
}
.pro1-list .item-btnbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 3;
}
.pro1-list .item-btnbox input + p {
  position: absolute;
  color: #f1840f;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-btnbox input + p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btnbox input + p {
    font-size: 10px;
    font-size: 1rem;
  }
}
.pro1-list .item-btnbox input:checked + p {
  opacity: 1;
  visibility: visible;
}
.pro1-list .item-btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .pro1-list .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.hotpro-box {
  padding-bottom: 101px;
}
@media screen and (max-width: 1419px) {
  .hotpro-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-box {
    padding-bottom: 30px;
  }
}
.hotpro-box .page-title {
  margin-bottom: 46px;
}
@media screen and (max-width: 1219px) {
  .hotpro-box .page-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-box .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-box .page-title {
    margin-bottom: 20px;
  }
}
.hotpro-box .tab-options {
  font-size: 0;
  letter-spacing: 0;
  padding-left: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1419px) {
  .hotpro-box .tab-options {
    padding-left: 0;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-box .tab-options {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-box .tab-options {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-box .tab-options {
    margin-bottom: 20px;
  }
}
.hotpro-box .tab-options > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 56px;
}
@media screen and (max-width: 1419px) {
  .hotpro-box .tab-options > li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-box .tab-options > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-box .tab-options > li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-box .tab-options > li {
    margin-right: 10px;
  }
}
.hotpro-box .tab-options > li:last-child {
  margin-right: 0;
}
.hotpro-box .tab-options > li:hover > a, .hotpro-box .tab-options > li.tab-active > a {
  background-color: #f1840f;
  color: #fff;
}
.hotpro-box .tab-options > li > a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 14px 21px;
  border-radius: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .hotpro-box .tab-options > li > a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-box .tab-options > li > a {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-box .tab-options > li > a {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-box .tab-options > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

.hotpro-scroll {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .hotpro-scroll {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-scroll {
    padding: 0;
  }
}
.hotpro-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.hotpro-scroll .scroll-btns .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f1840f;
  border: solid 1px #f1840f;
  transition: all 0.35s;
}
.hotpro-scroll .scroll-btns .scroll-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .hotpro-scroll .scroll-btns .scroll-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-scroll .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-btns .scroll-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.hotpro-scroll .scroll-btns .scroll-btn.prev {
  left: -89px;
}
@media screen and (max-width: 1600px) {
  .hotpro-scroll .scroll-btns .scroll-btn.prev {
    left: -48px;
  }
}
@media screen and (max-width: 1500px) {
  .hotpro-scroll .scroll-btns .scroll-btn.prev {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.hotpro-scroll .scroll-btns .scroll-btn.next {
  right: -89px;
}
@media screen and (max-width: 1600px) {
  .hotpro-scroll .scroll-btns .scroll-btn.next {
    right: -48px;
  }
}
@media screen and (max-width: 1500px) {
  .hotpro-scroll .scroll-btns .scroll-btn.next {
    right: 0;
  }
}
.hotpro-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.hotpro-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.hotpro-scroll .scroll-list li {
  float: left;
  width: 0.2357142857%;
  margin-right: 0.0190475714%;
  border-radius: 20px 20px 0px 0px;
  background-color: #f8efe8;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .hotpro-scroll .scroll-list li {
    width: 0.32%;
    margin-right: 0.02%;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-list li {
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .hotpro-scroll .scroll-list li {
    width: 0.49%;
    margin-right: 0.02%;
  }
}
.hotpro-scroll .scroll-list li:hover {
  background-color: #f1840f;
}
.hotpro-scroll .scroll-list li:hover .item-title, .hotpro-scroll .scroll-list li:hover .item-title a, .hotpro-scroll .scroll-list li:hover .item-desc, .hotpro-scroll .scroll-list li:hover .item-desc a, .hotpro-scroll .scroll-list li:hover .item-btn, .hotpro-scroll .scroll-list li:hover .item-btn a {
  color: #fff !important;
}
.hotpro-scroll .scroll-list li:hover .item-btnbox .input-box {
  border-color: #fff;
}
.hotpro-scroll .scroll-list li:hover .item-btnbox input:checked + p {
  color: #fff;
}
.hotpro-scroll .scroll-list .item-pic {
  border-radius: 20px;
  border: solid 1px #ebebeb;
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-list .item-pic {
    border-radius: 10px;
  }
}
.hotpro-scroll .scroll-list .item-body {
  text-align: center;
  padding: 26px 5px;
}
@media screen and (max-width: 1419px) {
  .hotpro-scroll .scroll-list .item-body {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-list .item-body {
    padding: 15px 5px;
  }
}
.hotpro-scroll .scroll-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .hotpro-scroll .scroll-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.hotpro-scroll .scroll-list .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  height: 56px;
  margin-bottom: 12px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotpro-scroll .scroll-list .item-desc, .hotpro-scroll .scroll-list .item-desc a {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .hotpro-scroll .scroll-list .item-desc {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-scroll .scroll-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-scroll .scroll-list .item-desc {
    line-height: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    height: 36px;
    margin-bottom: 5px;
  }
}
.hotpro-scroll .scroll-list .item-btnbox {
  font-size: 0;
  letter-spacing: 0;
}
.hotpro-scroll .scroll-list .item-btnbox > * {
  display: inline-block;
  vertical-align: middle;
}
.hotpro-scroll .scroll-list .item-btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  color: #f1840f;
}
@media screen and (max-width: 1419px) {
  .hotpro-scroll .scroll-list .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-scroll .scroll-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-scroll .scroll-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------2-1-products end-------------------------------------------------------------*/
/*-------------2-2-products start-----------------------------------------------------------*/
.pro2_wrap {
  padding-top: 100px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1419px) {
  .pro2_wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pro2-top {
  margin-bottom: 96px;
}
@media screen and (max-width: 1419px) {
  .pro2-top {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top {
    margin-bottom: 20px;
  }
}
.pro2-top .m-propic {
  position: relative;
  width: 50.6428571429%;
  float: left;
  margin-right: 76px;
}
@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.1128349788%;
}
.pro2-top .m-propic .pic-big .pic-btn {
  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: #333;
}
.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: 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: 1px solid #dadada;
  border-radius: 0;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  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: 1px solid #dadada;
  position: relative;
  padding-bottom: 99.6478873239%;
}
.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: 19.8871650212%;
}
.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: 1px;
  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: #f5f5f5;
  border: 1px solid #f5f5f5;
  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: #f1840f;
  background-color: #fff;
}
.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 {
  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-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 9px;
  margin-top: 28px;
}
@media screen and (max-width: 1419px) {
  .pro2-info > .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info > .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.pro2-info .item-desc {
  box-sizing: border-box;
  min-height: 349px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
}
.pro2-info .item-desc, .pro2-info .item-desc * {
  color: #666;
}
.pro2-info .item-desc strong, .pro2-info .item-desc b {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-weight: normal;
}
.pro2-info .item-desc em {
  font-style: normal;
  color: #333;
}
@media screen and (max-width: 1419px) {
  .pro2-info .item-desc {
    line-height: 30px;
    min-height: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-desc {
    min-height: 240px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info .item-desc {
    min-height: auto;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-desc {
    line-height: 20px;
    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;
  vertical-align: middle;
  margin-bottom: 10px;
  min-width: 160px;
  border-radius: 25px;
  line-height: 51px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  background-color: #e6e6e6;
  margin-right: 21px;
}
.pro2-info .item-btn:last-child {
  margin-right: 0;
}
.pro2-info .item-btn:hover {
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-btn {
    min-width: 150px;
    line-height: 42px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info .item-btn {
    margin-right: 15px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 120px;
    line-height: 32px;
  }
}

.pro2-details {
  padding-bottom: 81px;
}
@media screen and (max-width: 1219px) {
  .pro2-details {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-details {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-details {
    padding-bottom: 30px;
  }
}
.pro2-details .page-title1 {
  margin-bottom: 13px;
}
.pro2-details .item-body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
.pro2-details .item-body, .pro2-details .item-body * {
  color: #666;
}
.pro2-details .item-body em {
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  line-height: 20px;
  display: block;
}
.pro2-details .item-body table tr td {
  padding: 12px 10px 10px;
  border: solid 1px #d8d8d8;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .pro2-details .item-body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .pro2-details .item-body em {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pro2-details .item-body table tr td {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-details .item-body {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-details .item-body {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .pro2-details .item-body em {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro2-details .item-body table tr td {
    padding: 5px;
  }
}

.pro2-desc-box {
  background-color: #f8f8f8;
  padding-top: 85px;
  padding-bottom: 123px;
  margin-bottom: 81px;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box {
    padding: 70px 0 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box {
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box {
    padding: 30px 0 20px;
    margin-bottom: 30px;
  }
}
.pro2-desc-box .page-title1 {
  margin-bottom: 61px;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .page-title1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .page-title1 {
    margin-bottom: 20px;
  }
}
.pro2-desc-box .item-box1 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box1 {
    margin-bottom: 30px;
  }
}
.pro2-desc-box .item-box1 .item-pic {
  float: left;
  width: 40.3571428571%;
  margin-right: 12.8571428571%;
  overflow: hidden;
}
.pro2-desc-box .item-box1 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box1 .item-pic {
    margin-right: 10.7142857143%;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box1 .item-pic {
    margin-right: 7.1428571429%;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box1 .item-pic {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box1 .item-pic {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 640px) {
  .pro2-desc-box .item-box1 .item-pic {
    width: 45%;
  }
}
.pro2-desc-box .item-box1 .item-body {
  text-align: right;
  padding-top: 84px;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box1 .item-body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box1 .item-body {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box1 .item-body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-desc-box .item-box1 .item-body {
    padding-top: 0;
    text-align: left;
  }
}
.pro2-desc-box .item-box1 .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box1 .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box1 .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box1 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.pro2-desc-box .item-box1 .item-subt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  margin-bottom: 64px;
}
.pro2-desc-box .item-box1 .item-subt, .pro2-desc-box .item-box1 .item-subt * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box1 .item-subt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box1 .item-subt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box1 .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.pro2-desc-box .item-box1 .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
.pro2-desc-box .item-box1 .item-desc, .pro2-desc-box .item-box1 .item-desc * {
  color: #555;
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box1 .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.pro2-desc-box .item-box2 {
  margin-bottom: 57px;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box2 {
    margin-bottom: 20px;
  }
}
.pro2-desc-box .item-box2 .box-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
  margin-bottom: 48px;
  color: #363b4f;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box2 .box-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box2 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box2 .box-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box2 .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.pro2-desc-box .item-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-desc-box .item-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 134px;
  margin-right: 5.4285714286%;
  margin-bottom: 20px;
  text-align: center;
}
.pro2-desc-box .item-box2 .box-list .list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box2 .box-list .list-item {
    width: 15%;
    margin-right: 2%;
  }
  .pro2-desc-box .item-box2 .box-list .list-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .pro2-desc-box .item-box2 .box-list .list-item {
    width: 32%;
  }
  .pro2-desc-box .item-box2 .box-list .list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.pro2-desc-box .item-box2 .box-list .item-pic {
  max-width: 108px;
  margin: 0 auto 17px;
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box2 .box-list .item-pic {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box2 .box-list .item-pic {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box2 .box-list .item-pic {
    max-width: 66px;
  }
}
.pro2-desc-box .item-box2 .box-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  color: #363b4f;
}
@media screen and (max-width: 1419px) {
  .pro2-desc-box .item-box2 .box-list .item-title {
    line-height: 24px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-desc-box .item-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-desc-box .item-box2 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box2 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.pro2-desc-box .item-box3 {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-desc-box .item-box3 .item-pic {
  display: inline-block;
  vertical-align: top;
  width: 27.4285714286%;
  margin-left: 8.8571428571%;
  margin-bottom: 30px;
  overflow: hidden;
}
.pro2-desc-box .item-box3 .item-pic:nth-child(3n+1) {
  margin-left: 0;
}
.pro2-desc-box .item-box3 .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pro2-desc-box .item-box3 .item-pic {
    width: 31.33333%;
    margin-left: 3%;
    margin-bottom: 20px;
  }
}

.pro2-para {
  padding-bottom: 84px;
}
@media screen and (max-width: 1219px) {
  .pro2-para {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-para {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-para {
    padding-bottom: 30px;
  }
}
.pro2-para .page-title1 {
  margin-bottom: 72px;
}
@media screen and (max-width: 1419px) {
  .pro2-para .page-title1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-para .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-para .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-para .page-title1 {
    margin-bottom: 20px;
  }
}
.pro2-para .item-body {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
.pro2-para .item-body, .pro2-para .item-body * {
  color: #8f8f8f;
}
.pro2-para .item-body table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.pro2-para .item-body table tr td {
  padding: 13px 20px 14px;
}
.pro2-para .item-body table tr td:nth-child(odd) {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .pro2-para .item-body {
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-para .item-body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .pro2-para .item-body table tr td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-para .item-body {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-para .item-body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .pro2-para .item-body table tr td {
    padding: 5px 10px;
  }
}

.pro2-download .page-title1 {
  margin-bottom: 20px;
}
.pro2-download .download-list {
  padding-bottom: 0;
}
.pro2-download .download-list .list-item {
  background-color: #f7f7f7;
  margin-bottom: 13px;
  padding: 15px 50px 14px 18px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pro2-download .download-list .list-item {
    padding: 15px 50px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-download .download-list .list-item {
    padding: 10px 35px 10px 10px;
  }
}
.pro2-download .download-list .item-title, .pro2-download .download-list .item-title a {
  color: #333;
}
.pro2-download .download-list .item-title em {
  color: #666;
  font-style: normal;
}
.pro2-download .download-list .item-btn {
  color: #e0581c;
}
.pro2-download .download-list .item-btn:hover {
  color: #f1840f;
}

/*-------------2-2-products end-------------------------------------------------------------*/
/*-------------3-1customization start--------------------------------------------------------*/
.custom_wrap {
  padding-top: 96px;
}
@media screen and (max-width: 1419px) {
  .custom_wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .custom_wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .custom_wrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .custom_wrap {
    padding-top: 30px;
  }
}

.cus-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  overflow: visible;
  margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
  .cus-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .cus-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cus-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.cus-item .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.cus-item .item-desc, .cus-item .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .cus-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .cus-item .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cus-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.cus-box1 {
  padding-top: 148px;
  padding-bottom: 115px;
}
@media screen and (max-width: 1419px) {
  .cus-box1 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box1 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cus-box1 {
    padding-bottom: 50px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .cus-box1 {
    padding-bottom: 30px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 640px) {
  .cus-box1 {
    padding-top: 0;
  }
}
.cus-box1 .box-list {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}
.cus-box1 .box-list:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999;
}
@media screen and (max-width: 640px) {
  .cus-box1 .box-list:before {
    left: 3px;
    right: auto;
    height: auto;
    top: 5px;
    bottom: 22px;
    width: 1px;
  }
}
.cus-box1 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.cus-box1 .box-list .list-item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f1840f;
  left: 50%;
  transform: translateX(-50%);
}
.cus-box1 .box-list .list-item:nth-child(odd) {
  margin-right: 9.3571428571%;
  padding-top: 23px;
}
.cus-box1 .box-list .list-item:nth-child(odd):before {
  top: -3px;
}
.cus-box1 .box-list .list-item:nth-child(odd) .item-num {
  margin-bottom: 7px;
}
@media screen and (max-width: 1419px) {
  .cus-box1 .box-list .list-item:nth-child(odd) {
    width: 22%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 991px) {
  .cus-box1 .box-list .list-item:nth-child(odd) {
    width: 23.5%;
    margin-right: 2%;
    padding-top: 15px;
  }
  .cus-box1 .box-list .list-item:nth-child(odd) .item-num {
    margin-bottom: 5px;
  }
}
.cus-box1 .box-list .list-item:nth-child(even) {
  display: flex;
  flex-flow: column-reverse wrap;
  position: absolute;
  bottom: 100%;
  padding-bottom: 17px;
}
.cus-box1 .box-list .list-item:nth-child(even):before {
  bottom: -4px;
}
.cus-box1 .box-list .list-item:nth-child(even) .item-num {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .cus-box1 .box-list .list-item:nth-child(even) {
    padding-bottom: 15px;
  }
  .cus-box1 .box-list .list-item:nth-child(even) .item-num {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .cus-box1 .box-list .list-item:nth-child(even) {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .cus-box1 .box-list .list-item {
    width: 100% !important;
    text-align: left;
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 0 0 45px !important;
    margin-bottom: 15px;
  }
  .cus-box1 .box-list .list-item:before {
    left: 0 !important;
    bottom: auto !important;
    top: 5px !important;
    transform: none !important;
  }
}
.cus-box1 .box-list .item1 {
  width: 16.6428571429%;
}
.cus-box1 .box-list .item2 {
  width: 31.5714285714%;
  left: 6.6428571429%;
}
@media screen and (max-width: 1419px) {
  .cus-box1 .box-list .item2 {
    width: 34%;
    left: 7%;
  }
}
@media screen and (max-width: 991px) {
  .cus-box1 .box-list .item2 {
    width: 28%;
    left: 10.5%;
  }
}
.cus-box1 .box-list .item3 {
  width: 21.5714285714%;
}
.cus-box1 .box-list .item4 {
  width: 12.2142857143%;
  left: 45.0714285714%;
}
@media screen and (max-width: 1419px) {
  .cus-box1 .box-list .item4 {
    width: 16%;
    left: 42%;
  }
}
@media screen and (max-width: 991px) {
  .cus-box1 .box-list .item4 {
    width: 23%;
    left: 38.5%;
  }
}
.cus-box1 .box-list .item5 {
  width: 18.2142857143%;
}
.cus-box1 .box-list .item6 {
  width: 21.2857142857%;
  right: 10.2857142857%;
}
@media screen and (max-width: 1419px) {
  .cus-box1 .box-list .item6 {
    width: 28%;
    right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .cus-box1 .box-list .item6 {
    width: 29%;
  }
}
.cus-box1 .box-list .item7 {
  width: 15.5%;
  margin-right: 0 !important;
}
.cus-box1 .box-list .item-num {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #f1840f;
}
@media screen and (max-width: 1219px) {
  .cus-box1 .box-list .item-num {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cus-box1 .box-list .item-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cus-box1 .box-list .item-num {
    position: absolute;
    left: 20px;
    top: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-size: 2rem;
  }
}
.cus-box1 .box-list .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
}
@media screen and (max-width: 1219px) {
  .cus-box1 .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cus-box1 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .cus-box1 .box-list .item-title {
    min-height: 20px;
    padding-top: 2px;
  }
}

.cus-box2 {
  background-color: rgba(248, 239, 232, 0.3);
  margin-bottom: 80px;
  position: relative;
}
.cus-box2:before {
  position: absolute;
  content: "";
  height: 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1419px) {
  .cus-box2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .cus-box2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cus-box2 {
    margin-bottom: 15px;
  }
  .cus-box2:before {
    height: 15px;
  }
}
.cus-box2 .item-pic-box {
  float: left;
  width: 32.5714285714%;
  margin-right: 3.5%;
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .cus-box2 .item-pic-box {
    width: 32%;
    margin-right: 2.8571428571%;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box2 .item-pic-box {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 991px) {
  .cus-box2 .item-pic-box {
    width: 36.4285714286%;
  }
}
@media screen and (max-width: 767px) {
  .cus-box2 .item-pic-box {
    border-bottom-right-radius: 10px;
    margin-right: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .cus-box2 .item-pic-box {
    width: 41.4285714286%;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 400px) {
  .cus-box2 .item-pic-box {
    width: 100%;
    margin-right: 0;
    float: none;
    border-radius: 0;
    padding-bottom: 20px;
  }
}
.cus-box2 .item-pic {
  width: 91.6666666667%;
  border-radius: 20px;
}
@media screen and (max-width: 1419px) {
  .cus-box2 .item-pic {
    width: 93.3035714286%;
  }
}
@media screen and (max-width: 991px) {
  .cus-box2 .item-pic {
    width: 94.1176470588%;
  }
}
@media screen and (max-width: 767px) {
  .cus-box2 .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .cus-box2 .item-pic {
    width: 94.8275862069%;
  }
}
@media screen and (max-width: 400px) {
  .cus-box2 .item-pic {
    width: 100%;
  }
}
.cus-box2 .item-body {
  padding: 57px 2.8571428571% 75px;
}
@media screen and (max-width: 1419px) {
  .cus-box2 .item-body {
    padding: 40px 2.8571428571% 60px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box2 .item-body {
    padding: 30px 2.1428571429% 50px;
  }
}
@media screen and (max-width: 767px) {
  .cus-box2 .item-body {
    padding: 20px 15px 35px;
  }
}

.cus-box3 {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
}
.cus-box3:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 32.4285714286%;
  left: 0;
  background-color: rgba(248, 239, 232, 0.3);
}
@media screen and (max-width: 1419px) {
  .cus-box3 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box3 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cus-box3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cus-box3 {
    margin-bottom: 30px;
    display: block;
    background-color: rgba(248, 239, 232, 0.3);
  }
  .cus-box3:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .cus-box3 {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
}
.cus-box3 .item-pic {
  flex: 0 0 auto;
  width: 41.3571428571%;
  flex-basis: 41.3571428571%;
  margin-left: 2.8571428571%;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1419px) {
  .cus-box3 .item-pic {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .cus-box3 .item-pic {
    border-radius: 10px;
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .cus-box3 .item-pic {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.cus-box3 .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding-left: 33px;
  padding-top: 77px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1419px) {
  .cus-box3 .item-body {
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box3 .item-body {
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .cus-box3 .item-body {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cus-box3 .item-body {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cus-box4 {
  overflow: hidden;
  border-radius: 20px 50px 50px 20px;
  margin-bottom: 112px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cus-box4:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 42.2857142857%;
  background-color: rgba(248, 239, 232, 0.3);
}
@media screen and (max-width: 1419px) {
  .cus-box4 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .cus-box4 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cus-box4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cus-box4 {
    margin-bottom: 30px;
    display: block;
    border-radius: 10px;
    background-color: rgba(248, 239, 232, 0.3);
  }
  .cus-box4:before {
    display: none;
  }
}
.cus-box4 .item-pic {
  flex: 0 0 auto;
  width: 42.2857142857%;
  flex-basis: 42.2857142857%;
  border-radius: 20px 0 0 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cus-box4 .item-pic {
    width: 50%;
    float: left;
    margin-right: 2.1428571429%;
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  .cus-box4 .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.cus-box4 .item-body {
  position: relative;
  flex: 1 1 auot;
  padding: 30px 4.5% 38px;
}
@media screen and (max-width: 1419px) {
  .cus-box4 .item-body {
    padding: 30px 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .cus-box4 .item-body {
    padding: 20px 15px;
  }
}

/*-------------3-1customization end----------------------------------------------------------*/
/*-------------3-2customization start--------------------------------------------------------*/
.succes1_wrap {
  padding-top: 86px;
  padding-bottom: 84px;
}
@media screen and (max-width: 1219px) {
  .succes1_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .succes1_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .succes1_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.succes1_wrap .page-title1 {
  text-align: center;
  margin-bottom: 69px;
}
@media screen and (max-width: 1419px) {
  .succes1_wrap .page-title1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .succes1_wrap .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .succes1_wrap .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .succes1_wrap .page-title1 {
    margin-bottom: 20px;
  }
}

.succes1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 47px;
}
@media screen and (max-width: 1219px) {
  .succes1-list {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .succes1-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .succes1-list {
    padding-bottom: 10px;
  }
}
.succes1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 32.1428571429%;
  margin-left: 1.7857142857%;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .succes1-list .list-item:hover .item-body {
    visibility: visible;
    opacity: 1;
    bottom: -11px;
  }
}
@media screen and (max-width: 767px) {
  .succes1-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .succes1-list .list-item {
    width: 48%;
    margin: 0 1% 25px !important;
  }
}
.succes1-list .item-body {
  background-color: #f1840f;
  border-radius: 20px;
  width: 70.4444444444%;
  left: 3.7777777778%;
  bottom: 0;
  position: absolute;
  padding: 21px 27px 22px 25px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1419px) {
  .succes1-list .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .succes1-list .item-body {
    padding: 15px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 991px) {
  .succes1-list .item-body {
    opacity: 1;
    visibility: visible;
    position: absolute;
    bottom: -10px;
    padding: 10px;
    width: 84.4444444444%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .succes1-list .item-body {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}
.succes1-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  position: relative;
  padding-right: 20px;
}
.succes1-list .item-title, .succes1-list .item-title a {
  color: #fff;
}
.succes1-list .item-title a:hover {
  color: #000 !important;
}
.succes1-list .item-title .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  display: block;
}
.succes1-list .item-title .iconfont:hover {
  color: #000;
}
@media screen and (max-width: 1219px) {
  .succes1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .succes1-list .item-title {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .succes1-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .succes1-list .item-title .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.succes1-list .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}
.succes1-list .item-desc, .succes1-list .item-desc a {
  color: #fff;
}
.succes1-list .item-desc a:hover {
  color: #000 !important;
}
@media screen and (max-width: 1219px) {
  .succes1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .succes1-list .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .succes1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

/*-------------3-2customization end----------------------------------------------------------*/
/*-------------3-3customization start--------------------------------------------------------*/
.succes2_wrap {
  padding-top: 97px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1419px) {
  .succes2_wrap {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .succes2_wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .succes2_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .succes2_wrap {
    padding: 30px 0;
  }
}

/*-------------3-3customization end----------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1_wrap {
  padding-top: 93px;
  padding-bottom: 84px;
}
@media screen and (max-width: 1419px) {
  .news1_wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .news1_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .news1_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news1_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news1_wrap .page-title1 {
  margin-bottom: 49px;
}
@media screen and (max-width: 1219px) {
  .news1_wrap .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .news1_wrap .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news1_wrap .page-title1 {
    margin-bottom: 20px;
  }
}

.news1-list {
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .news1-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list {
    padding-bottom: 10px;
  }
}
.news1-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.2);
}
.news1-list .list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .news1-list .list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .list-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .list-item {
    padding-top: 25px;
    position: relative;
  }
}
.news1-list .item-date {
  flex: 0 0 auto;
  width: 171px;
  flex-basis: 171px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-date {
    font-size: 18px;
    font-size: 1.8rem;
    width: 150px;
    flex-basis: 150px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-date {
    font-size: 16px;
    font-size: 1.6rem;
    width: 130px;
    flex-basis: 130px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-date {
    width: 120px;
    flex-basis: 120px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    width: 70px;
    flex-basis: 70px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-date {
    width: 100%;
    flex-basis: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.news1-list .item-pic {
  flex: 0 0 auto;
  width: 318px;
  flex-basis: 318px;
  margin-right: 5.1428571429%;
  border-radius: 20px;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-pic {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-pic {
    width: 260px;
    flex-basis: 260px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-pic {
    width: 220px;
    flex-basis: 220px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-pic {
    width: 180px;
    flex-basis: 180px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .news1-list .item-pic {
    width: 170px;
    flex-basis: 170px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-pic {
    width: 140px;
    flex-basis: 140px;
  }
}
.news1-list .item-body {
  flex: 1 1 auto;
}
.news1-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 37px;
  max-height: 74px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    max-height: 64px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    max-height: 44px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 5px;
  }
}
.news1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  max-height: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-desc {
    line-height: 22px;
    max-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    max-height: 40px;
  }
}

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2_wrap {
  padding-top: 97px;
  padding-bottom: 92px;
}
@media screen and (max-width: 1419px) {
  .news2_wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .news2_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .news2_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news2_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news2-main > .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 33px;
}
@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;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.news2-main > .item-date {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
}
.news2-main > .item-date > * {
  display: inline-block;
  vertical-align: middle;
}
@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 {
  margin-bottom: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
.news2-main > .item-desc, .news2-main > .item-desc * {
  color: #555;
}
.news2-main > .item-desc img, .news2-main > .item-desc iframe {
  max-width: 100%;
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-desc {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main > .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.news2-main > .item-desc .img-list {
  font-size: 0;
  letter-spacing: 0;
}
.news2-main > .item-desc .img-list .item-pic {
  display: inline-block;
  vertical-align: top;
  width: 49.0714285714%;
  margin-left: 1.8571428571%;
  margin-bottom: 27px;
  overflow: hidden;
}
.news2-main > .item-desc .img-list .item-pic:nth-child(odd) {
  margin-left: 0;
}
.news2-main > .item-desc .img-list .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-desc .img-list .item-pic {
    margin-bottom: 20px;
  }
}

.related-news {
  margin-bottom: 119px;
}
@media screen and (max-width: 1419px) {
  .related-news {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .related-news {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .related-news {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .related-news {
    margin-bottom: 30px;
  }
}
.related-news .page-title1 {
  margin-bottom: 49px;
}
@media screen and (max-width: 1219px) {
  .related-news .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .related-news .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .related-news .page-title1 {
    margin-bottom: 20px;
  }
}

.news-scroll {
  position: relative;
}
.news-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: -87px;
}
@media screen and (max-width: 1219px) {
  .news-scroll .scroll-btns {
    top: -74px;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .scroll-btns {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .scroll-btns {
    top: -46px;
  }
}
.news-scroll .scroll-btns .scroll-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f1840f;
  border: solid 1px #f1840f;
  transition: all 0.35s;
}
.news-scroll .scroll-btns .scroll-btn:hover {
  border-color: #f1840f;
  background-color: #f1840f;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .news-scroll .scroll-btns .scroll-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .scroll-btns .scroll-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news-scroll .scroll-btns .scroll-btn.prev {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .news-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.news-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
  height: 843px;
}
@media screen and (max-width: 1219px) {
  .news-scroll .scroll-list-box {
    height: 721.5px;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .scroll-list-box {
    height: 612.74px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .scroll-list-box {
    height: 327.32px;
  }
}
@media screen and (max-width: 640px) {
  .news-scroll .scroll-list-box {
    height: 313.34px;
  }
}
@media screen and (max-width: 480px) {
  .news-scroll .scroll-list-box {
    height: 321.46px;
  }
}
.news-scroll .scroll-list {
  height: 20000px;
}
.news-scroll .list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.2);
}
.news-scroll .list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .news-scroll .list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .list-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .news-scroll .list-item {
    padding-top: 25px;
    position: relative;
  }
}
.news-scroll .item-date {
  flex: 0 0 auto;
  width: 171px;
  flex-basis: 171px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media screen and (max-width: 1419px) {
  .news-scroll .item-date {
    font-size: 18px;
    font-size: 1.8rem;
    width: 150px;
    flex-basis: 150px;
  }
}
@media screen and (max-width: 1219px) {
  .news-scroll .item-date {
    font-size: 16px;
    font-size: 1.6rem;
    width: 130px;
    flex-basis: 130px;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .item-date {
    width: 120px;
    flex-basis: 120px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    width: 70px;
    flex-basis: 70px;
  }
}
@media screen and (max-width: 480px) {
  .news-scroll .item-date {
    width: 100%;
    flex-basis: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.news-scroll .item-pic {
  flex: 0 0 auto;
  width: 318px;
  flex-basis: 318px;
  margin-right: 5.1428571429%;
  border-radius: 20px;
}
@media screen and (max-width: 1419px) {
  .news-scroll .item-pic {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 1219px) {
  .news-scroll .item-pic {
    width: 260px;
    flex-basis: 260px;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .item-pic {
    width: 220px;
    flex-basis: 220px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .item-pic {
    width: 180px;
    flex-basis: 180px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .news-scroll .item-pic {
    width: 170px;
    flex-basis: 170px;
  }
}
@media screen and (max-width: 480px) {
  .news-scroll .item-pic {
    width: 140px;
    flex-basis: 140px;
  }
}
.news-scroll .item-body {
  flex: 1 1 auto;
}
.news-scroll .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 37px;
  max-height: 74px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1419px) {
  .news-scroll .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    max-height: 64px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .news-scroll .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    max-height: 44px;
  }
}
@media screen and (max-width: 480px) {
  .news-scroll .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 5px;
  }
}
.news-scroll .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  max-height: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .news-scroll .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .news-scroll .item-desc {
    line-height: 22px;
    max-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .news-scroll .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    max-height: 40px;
  }
}

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------4-3-faq start----------------------------------------------------------------*/
.faq_wrap {
  padding-top: 79px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1219px) {
  .faq_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .faq_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .faq_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.faq_wrap .page-title {
  margin-bottom: 39px;
}
@media screen and (max-width: 991px) {
  .faq_wrap .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq_wrap .page-title {
    margin-bottom: 20px;
  }
}

.faq-list {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .faq-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding-bottom: 20px;
  }
}
.faq-list .list-item.active .item-title .iconfont {
  transform: rotate(-90deg);
}
.faq-list .item-title {
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
  background-color: #f7f7f7;
  border-radius: 10px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  padding: 21px 50px 20px 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-title {
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title {
    padding: 15px 30px 15px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.faq-list .item-title .iconfont {
  transition: all 0.35s;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
  right: 30px;
  top: 21px;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-title .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    right: 10px;
  }
}
.faq-list .item-desc {
  display: none;
  line-height: 24px;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 28px 26px;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------4-3-faq end------------------------------------------------------------------*/
/*-------------5-1-download start-----------------------------------------------------------*/
.download_wrap {
  padding-top: 94px;
  padding-bottom: 81px;
}
@media screen and (max-width: 1419px) {
  .download_wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .download_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .download_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .download_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.download-list {
  padding-bottom: 47px;
}
@media screen and (max-width: 991px) {
  .download-list {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .download-list {
    padding-bottom: 20px;
  }
}
.download-list .list-item {
  background-color: #f7f7f7;
  margin-bottom: 13px;
  padding: 17px 50px 16px 18px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .download-list .list-item {
    padding: 15px 50px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .list-item {
    padding: 10px 35px 10px 10px;
  }
}
.download-list .item-pic {
  float: left;
  width: 30px;
  margin-right: 29px;
}
@media screen and (max-width: 1219px) {
  .download-list .item-pic {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .download-list .item-pic {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-pic {
    margin-right: 8px;
    width: 28px;
  }
}
.download-list .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.download-list .item-title, .download-list .item-title a {
  color: #666;
}
@media screen and (max-width: 991px) {
  .download-list .item-title {
    line-height: 24px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 5px;
  }
}
.download-list .item-btn {
  position: absolute;
  right: 22px;
  top: 23px;
  color: #f1840f;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  display: block;
}
.download-list .item-btn:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  .download-list .item-btn {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-btn {
    font-size: 18px;
    font-size: 1.8rem;
    top: 15px;
    right: 10px;
  }
}

/*-------------5-1-download end-------------------------------------------------------------*/
/*-------------5-2resources-geschriften&video start-----------------------------------------*/
.res2_wrap {
  padding-top: 96px;
  padding-bottom: 86px;
}
@media screen and (max-width: 1419px) {
  .res2_wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .res2_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .res2_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .res2_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.res2_wrap .page-title1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  .res2_wrap .page-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .res2_wrap .page-title1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .res2_wrap .page-title1 {
    margin-bottom: 20px;
  }
}

.res2-list {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .res2-list {
    padding-bottom: 20px;
  }
}
.res2-list .list-item {
  background-color: rgba(245, 245, 245, 0.5);
  margin-bottom: 30px;
  transition: all 0.35s;
  padding: 43px 51px 43px 48px;
}
.res2-list .list-item:hover {
  background-color: #ffffff;
  box-shadow: 3px 4px 15px 0px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 1419px) {
  .res2-list .list-item {
    padding: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .res2-list .list-item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .res2-list .list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .res2-list .list-item {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.res2-list .item-icon {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #f1840f;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  margin-right: 29px;
}
.res2-list .item-icon:hover {
  background-color: #ffffff;
  box-shadow: 3px 4px 15px 0px rgba(51, 51, 51, 0.1);
  color: #f1840f;
}
@media screen and (max-width: 1219px) {
  .res2-list .item-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin-right: 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 991px) {
  .res2-list .item-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-right: 15px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .res2-list .item-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-right: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .res2-list .item-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.res2-list .item-body {
  overflow: hidden;
}
.res2-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  margin-bottom: 14px;
  margin-top: -1px;
}
@media screen and (max-width: 1419px) {
  .res2-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .res2-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .res2-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .res2-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.res2-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
@media screen and (max-width: 1219px) {
  .res2-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .res2-list .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .res2-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

.video-box {
  padding-bottom: 100px;
}
@media screen and (max-width: 1419px) {
  .video-box {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .video-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .video-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .video-box {
    padding-bottom: 30px;
  }
}
.video-box .page-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1219px) {
  .video-box .page-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .video-box .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video-box .page-title {
    margin-bottom: 20px;
  }
}

.video-owl .owl-theme .owl-controls {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .video-owl .owl-theme .owl-controls {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video-owl .owl-theme .owl-controls {
    margin-top: 20px;
  }
}
.video-owl .owl-theme .owl-controls .owl-page {
  width: 10px;
  height: 10px;
  background-color: #dddddd;
  border-radius: 50%;
  margin: 0 5.5px;
}
@media screen and (max-width: 767px) {
  .video-owl .owl-theme .owl-controls .owl-page {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
.video-owl .owl-theme .owl-controls .owl-page.active,
.video-owl .owl-theme .owl-controls.clickable .owl-page:hover {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .video-owl .owl-theme .owl-controls .owl-page.active,
  .video-owl .owl-theme .owl-controls.clickable .owl-page:hover {
    width: 8px;
  }
}
.video-owl .owl-carousel {
  width: 101.3571428571%;
  margin-left: -0.6785714286%;
}
@media screen and (max-width: 991px) {
  .video-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.video-owl .list-item {
  margin: 0 2.0084566596%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .video-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.video-owl .list-item .item-pic {
  position: relative;
  cursor: pointer;
}
.video-owl .list-item .item-pic:hover .iconfont {
  color: #f1840f;
}
.video-owl .list-item .iconfont {
  color: #fff;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .video-owl .list-item .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/*-------------5-2resources-geschriften&video end-------------------------------------------*/
/*-------------5-3resources-geschriften&video start-----------------------------------------*/
.res3_wrap {
  padding-top: 97px;
  padding-bottom: 93px;
}
@media screen and (max-width: 1419px) {
  .res3_wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .res3_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .res3_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .res3_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.res3-main > .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 33px;
}
@media screen and (max-width: 1419px) {
  .res3-main > .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .res3-main > .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .res3-main > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .res3-main > .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.res3-main > .item-date {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
}
.res3-main > .item-date > * {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1219px) {
  .res3-main > .item-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .res3-main > .item-date {
    margin-bottom: 15px;
  }
}
.res3-main > .item-date .item-p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #f1840f;
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .res3-main > .item-date .item-p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .res3-main > .item-date .item-p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.res3-main > .item-desc {
  margin-bottom: 33px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.res3-main > .item-desc, .res3-main > .item-desc * {
  color: #555;
}
.res3-main > .item-desc img, .res3-main > .item-desc iframe {
  max-width: 100%;
}
@media screen and (max-width: 1219px) {
  .res3-main > .item-desc {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .res3-main > .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .res3-main > .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.res3-main > .item-desc .img-list {
  font-size: 0;
  letter-spacing: 0;
}
.res3-main > .item-desc .img-list .item-pic {
  display: inline-block;
  vertical-align: top;
  width: 31.6428571429%;
  margin-left: 2.5357142857%;
  margin-bottom: 30px;
  overflow: hidden;
}
.res3-main > .item-desc .img-list .item-pic:nth-child(3n+1) {
  margin-left: 0;
}
.res3-main > .item-desc .img-list .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .res3-main > .item-desc .img-list .item-pic {
    margin-bottom: 20px;
  }
}

/*-------------5-3resources-geschriften&video end-------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact_wrap {
  padding-top: 79px;
  padding-bottom: 94px;
}
@media screen and (max-width: 1419px) {
  .contact_wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .contact_wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 30px 0;
  }
}
.contact_wrap .page-title {
  margin-bottom: 46px;
}
@media screen and (max-width: 1219px) {
  .contact_wrap .page-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact_wrap .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .page-title {
    margin-bottom: 20px;
  }
}

.contact-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
  .contact-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contact-box {
    margin-bottom: 20px;
  }
}
.contact-box .box-info {
  flex: 0 0 auto;
  width: 35.9285714286%;
  flex-basis: 35.9285714286%;
  margin-right: 4.5714285714%;
  background-color: #ffffff;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.05);
  border-top: solid 5px #f1840f;
  margin-bottom: 30px;
  padding: 45px 74px 30px;
}
@media screen and (max-width: 1419px) {
  .contact-box .box-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-box .box-info {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .box-info {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .box-info {
    padding: 25px 15px 30px;
  }
}
.contact-box .box-info .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 33px;
}
@media screen and (max-width: 1419px) {
  .contact-box .box-info .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .contact-box .box-info .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .box-info .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .box-info .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.contact-box .box-info .info-item {
  position: relative;
  padding-left: 61px;
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
.contact-box .box-info .info-item, .contact-box .box-info .info-item * {
  color: #333;
}
.contact-box .box-info .info-item a:hover {
  color: #f1840f;
}
.contact-box .box-info .info-item:last-child {
  margin-bottom: 0;
}
.contact-box .box-info .info-item .item-icon {
  position: absolute;
  left: 0;
  top: 7px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #f8efe8;
  color: #f1840f;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
.contact-box .box-info .info-item .item-subt {
  color: #555;
}
@media screen and (max-width: 1219px) {
  .contact-box .box-info .info-item {
    padding-left: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .box-info .info-item {
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .box-info .info-item {
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .contact-box .box-info .info-item .item-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    top: 5px;
  }
}
.contact-box .box-form {
  flex: 1 1 auto;
  background-color: #ffffff;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.05);
  border-top: solid 5px #f1840f;
  margin-bottom: 30px;
  padding: 33px 103px 25px 104px;
}
@media screen and (max-width: 1419px) {
  .contact-box .box-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-box .box-form {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .box-form {
    padding: 25px 15px 20px;
  }
}
.contact-box .box-form .item-title {
  padding-left: 14px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 1419px) {
  .contact-box .box-form .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .contact-box .box-form .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .box-form .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .box-form .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contact-box .box-form .item-desc {
  padding-left: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  color: #4d4d4d;
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .contact-box .box-form .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .box-form .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .box-form .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.contact-box .box-form .item-form { /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.contact-box .box-form .item-form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.contact-box .box-form .item-form :-o-placeholder {
  color: #999;
  opacity: 1;
}
.contact-box .box-form .item-form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.contact-box .box-form .item-form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.contact-box .box-form .item-form .star {
  position: relative;
}
.contact-box .box-form .item-form .star:before {
  position: absolute;
  content: "*";
  color: #ff3737;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  left: 0;
  line-height: 1;
  top: 17px;
}
.contact-box .box-form .item-form .item-input {
  float: left;
  width: 48.5623003195%;
  padding-left: 14px;
  margin-bottom: 13px;
}
.contact-box .box-form .item-form .item-input:nth-child(even) {
  float: right;
}
.contact-box .box-form .item-form .item-textarea {
  float: left;
  width: 100%;
  padding-left: 14px;
  margin-bottom: 18px;
}
.contact-box .box-form .item-form input, .contact-box .box-form .item-form textarea, .contact-box .box-form .item-form select {
  display: block;
  width: 100%;
  background-color: #edf1f4;
  border-radius: 5px;
  padding: 0 11px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
.contact-box .box-form .item-form input, .contact-box .box-form .item-form select {
  height: 44px;
  line-height: 44px;
}
.contact-box .box-form .item-form textarea {
  height: 126px;
  line-height: 24px;
  padding-top: 9px;
  padding-bottom: 10px;
}
.contact-box .box-form .item-form .item-code {
  float: left !important;
  width: 24.1214057508%;
  margin-right: 3.8338658147%;
  position: relative;
  overflow: hidden;
}
.contact-box .box-form .item-form .item-img {
  float: left;
  border: solid 1px #cfcfcf;
  line-height: 42px;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
}
.contact-box .box-form .item-form .item-img img {
  max-height: 42px;
  vertical-align: middle;
  cursor: pointer;
}
.contact-box .box-form .item-form .item-btn {
  float: right !important;
  width: 52.3546325879%;
}
.contact-box .box-form .item-form .item-btn input {
  background-color: #f1840f;
  color: #fff;
  transition: all 0.35s;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.contact-box .box-form .item-form .item-btn input:hover {
  background-color: #edf1f4;
  color: #f1840f;
}
@media screen and (max-width: 767px) {
  .contact-box .box-form .item-form input, .contact-box .box-form .item-form textarea, .contact-box .box-form .item-form select {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-box .box-form .item-form input {
    height: 38px;
    line-height: 38px;
  }
  .contact-box .box-form .item-form .item-img {
    line-height: 36px;
  }
  .contact-box .box-form .item-form .item-img img {
    max-height: 36px;
  }
  .contact-box .box-form .item-form .item-btn {
    width: 51.1182108626%;
  }
  .contact-box .box-form .item-form .item-btn input {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-box .box-form .item-form .star:before {
    top: 13px;
  }
}
@media screen and (max-width: 480px) {
  .contact-box .box-form .item-form .item-input, .contact-box .box-form .item-form .item-textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-box .box-form .item-form .item-code {
    margin-right: 0;
    width: calc(100% - 137px);
  }
  .contact-box .box-form .item-form .item-img {
    float: right;
  }
}

.map img, .map iframe {
  max-width: 100%;
  display: block;
}

/*-------------6-contact end---------------------------------------------------------------*/
@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: #f1840f;
}
.n-nav .n-nav-icon span {
  display: none;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #f1840f;
}
.n-nav .n-nav-icon.active {
  top: 5px;
  background: #000 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: #000;
  padding-top: 40px;
}
.n-nav .box-search {
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
  border: solid 1px #f1840f;
  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: #f1840f;
  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: #000;
}
.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 {
  position: relative;
  overflow: hidden;
}
.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 ;
}
.banner .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .carouse .slideItem {
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.banner .carouse .slideItem .banner-img {
  width: 100%;
  display: block;
}
.banner .dotList {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .banner .dotList {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList {
    bottom: 10px;
  }
}
.banner .dotList li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
}
.banner .dotList li.active {
  background-color: #f1840f;
}
@media screen and (max-width: 991px) {
  .banner .dotList li {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  .banner .dotList li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
@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: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) {}

@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: '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-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-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-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: "iconfont"; /* Project id 4951706 */
  src: url('../fonts/iconfont.woff2?t=1750400352238') format('woff2'),
       url('../fonts/iconfont.woff?t=1750400352238') format('woff'),
       url('../fonts/iconfont.ttf?t=1750400352238') 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-youjianxianxing:before {
  content: "\e647";
}

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

.icon-shipin:before {
  content: "\100d9";
}

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

.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-arrow-down-full:before {
  content: "\ea64";
}

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

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

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

.icon-wenzhangguanli:before {
  content: "\e67c";
}

.icon-sousuo2:before {
  content: "\e61c";
}

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

.icon-xijiantou-copy1:before {
  content: "\e62e";
}

.icon-xijiantou-copy1-copy:before {
  content: "\ecdd";
}

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

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

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

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

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

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

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

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

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

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

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

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

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

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

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

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

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

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

.icon-email2:before {
  content: "\e7bd";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-message1:before {
  content: "\e7db";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-qq11:before {
  content: "\e7d4";
}

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

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

.icon-fax1:before {
  content: "\e622";
}

.icon-email:before {
  content: "\e654";
}

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

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

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

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

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

.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-xiazai2:before {
  content: "\e60e";
}



/* 
 * 	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;
  margin-top: 60px;
}
@media screen and (max-width: 1419px) {
  .owl-theme .owl-controls {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls {
    margin-top: 20px;
  }
}

/* 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;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  transition: all 0.3s;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #bebebe;
}
@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 {
  width: 20px;
  background-color: #f1840f;
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page.active,
  .owl-theme .owl-controls.clickable .owl-page:hover {
    width: 16px;
  }
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #f1840f;
}

/* 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;
}