.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 #d4d4d4;
	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 #d4d4d4;
	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 #d4d4d4;
	z-index: 110;
	
}

.zoomWrapperTitle {
	display: block;
	background: #d4d4d4;
	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 */

@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #222;
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@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: #222;
  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: #0F4C81;
}

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

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

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

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

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

[class*=-item] .item-subt a:hover {
  color: #0F4C81 !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: #0F4C81 !important;
}

.wp {
  width: 1500px;
  margin: auto;
}
@media screen and (max-width: 1519px) {
  .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;
  }
}

.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;
  background-color: #C1292E;
}
.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: #0F4C81;
  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: #0F4C81 !important;
  background-color: #0F4C81 \9 ;
  color: #fff !important;
}
.an-btn1:hover .iconfont {
  color: #fff !important;
}
.an-btn1:hover:before {
  height: 700%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
  background-color: #0F4C81;
}
.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: #C1292E;
  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: #C1292E !important;
  background-color: #C1292E \9 ;
  color: #fff !important;
}
.an-btn2:hover .iconfont {
  color: #fff !important;
}
.an-btn2:hover:before {
  height: 700%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 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;
    height: 50%;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: linear-gradient(0deg, #0D366F 0%, rgba(25, 104, 213, 0) 100%);
  }
}
@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;
}
.table table tr:first-child {
  background-color: #0F4C81;
  font-size: 18px;
  font-size: 1.8rem;
}
.table table tr:first-child, .table table tr:first-child * {
  color: #fff !important;
}
.table table tr:first-child td {
  padding: 9px 18px 8px;
}
@media screen and (max-width: 1219px) {
  .table table tr:first-child {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table table tr:first-child td {
    padding: 9px 15px 8px;
  }
}
@media screen and (max-width: 767px) {
  .table table tr:first-child {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .table table tr:first-child td {
    padding: 8px 10px;
  }
}
.table table tr:nth-child(even) {
  background-color: #F2F3F5;
}
.table table tr th {
  border: 1px solid #DFDFDF;
}
.table table tr td {
  border: 1px solid #DFDFDF;
  padding: 13px 18px;
}
.table table tr td:first-child, .table table tr td:first-child * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .table table tr td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table table tr td {
    padding: 8px 10px;
  }
}
@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: middle;
  border-radius: 4px;
  background-color: transparent;
  color: #666;
  min-width: 35px;
  padding: 0 2px;
  height: 35px;
  line-height: 35px;
  margin: 0 6.5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page a .iconfont {
  font-size: 8px;
  font-size: 0.8rem;
}
.page a:hover, .page a.page-active {
  background-color: #0F4C81;
  color: #fff;
}
@media only screen and (max-width: 1519px) {
  .page a {
    margin: 0 5px 10px !important;
  }
}
@media only screen and (max-width: 1219px) {
  .page a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px 10px !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page a {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  padding-right: 25px;
  margin-bottom: 10px;
  background: url(../images/af-bg.png) no-repeat right center;
}
.page .add-form .add-btn {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0F4C81;
  cursor: pointer;
  transition: all 0.35s;
}
.page .add-form .add-btn:hover {
  color: #C1292E;
}
@media only screen and (max-width: 1219px) {
  .page .add-form .add-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page .add-form .add-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  z-index: 999;
  right: 7px;
  width: 60px;
}
.contact-pc li {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 9px;
  border-radius: 8px;
  background: #F9F7F5;
  transition: all 0.35s;
}
.contact-pc li:hover {
  background-color: #0F4C81;
}
.contact-pc li:hover .iconfont {
  color: #fff !important;
  opacity: 1;
}
.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: #000;
  font-size: 30px;
  font-size: 3rem;
  transition: all 0.35s;
  opacity: 0.5;
}
.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: 24px;
    font-size: 2.4rem;
  }
}

.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: #F9F7F5;
}
.contact-phone li:hover {
  background-color: #0F4C81;
}
.contact-phone li:hover .iconfont {
  color: #fff !important;
  opacity: 1;
}
.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 {
  opacity: 0.5;
  color: #000;
  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: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media only screen and (max-width: 1219px) {
  .pro-share .share-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pro-share .share-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
.pro-share .share-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 24px;
}
.pro-share .share-pic img {
  max-height: 100%;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item {
  width: 49%;
  position: relative;
  min-height: 48px;
}
.m-oths .oths-item-1 {
  padding-left: 68px;
}
.m-oths .oths-item-1 .item-icon {
  left: 0;
}
.m-oths .oths-item-2 {
  padding-right: 68px;
  text-align: right;
}
.m-oths .oths-item-2 .item-icon {
  right: 0;
}
@media screen and (max-width: 1219px) {
  .m-oths .oths-item {
    min-height: 42px;
  }
  .m-oths .oths-item-1 {
    padding-left: 55px;
  }
  .m-oths .oths-item-2 {
    padding-right: 55px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .oths-item {
    min-height: 34px;
    width: 100%;
  }
  .m-oths .oths-item-1 {
    padding-left: 38px;
    margin-bottom: 10px;
  }
  .m-oths .oths-item-2 {
    padding-right: 0;
    padding-left: 38px;
    text-align: left;
  }
  .m-oths .oths-item-2 .item-icon {
    left: 0;
    right: auto;
  }
}
.m-oths .item-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background-color: #999;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.m-oths .item-icon:hover {
  background-color: #0F4C81;
  color: #fff;
}
.m-oths .item-icon.none {
  cursor: auto;
  background-color: #ebebeb;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-oths .item-post {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-post {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-oths .item-post {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-post {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-oths .item-a {
  padding-top: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.m-oths .item-a, .m-oths .item-a * {
  color: #666;
}
.m-oths .item-a a:hover {
  color: #0F4C81;
}
.m-oths .item-a a.none {
  cursor: auto;
  color: #666;
}
@media screen and (max-width: 1219px) {
  .m-oths .item-a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths .item-a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.app2-oths .oths-item {
  position: relative;
  padding-left: 67px;
  padding-top: 13px;
  min-height: 48px;
}
@media screen and (max-width: 1219px) {
  .app2-oths .oths-item {
    padding-left: 55px;
    padding-top: 10px;
    min-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .app2-oths .oths-item {
    padding-left: 38px;
    padding-top: 5px;
    min-height: 30px;
  }
}
.app2-oths .oths-item-1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .app2-oths .oths-item-1 {
    margin-bottom: 10px;
  }
}
.app2-oths .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background-color: #999;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.app2-oths .item-icon:hover {
  background-color: #C1292E;
  color: #fff;
}
.app2-oths .item-icon.none {
  cursor: auto;
  background-color: #ebebeb;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .app2-oths .item-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .app2-oths .item-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.app2-oths .item-a {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
@media screen and (max-width: 1219px) {
  .app2-oths .item-a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .app2-oths .item-a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.app2-oths .item-a a {
  font-family: "Poppins-Regular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.app2-oths .item-a a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .app2-oths .item-a a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .app2-oths .item-a a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.app2-oths .none, .app2-oths .none *, .app2-oths .none a:hover {
  color: #666;
}
.app2-oths .none a {
  cursor: pointer;
}
.app2-oths .none .item-icon {
  cursor: auto;
  background-color: #ebebeb;
  color: #fff;
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
  background-position: center;
  background-size: cover;
  height: 550px;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1519px) {
  .bread {
    height: 400px;
  }
}
@media screen and (max-width: 1219px) {
  .bread {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .bread {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .bread {
    padding: 30px 0;
  }
}
.bread .item-title {
  text-transform: uppercase;
  margin-top: 2px;
}
.bread .item-title, .bread .item-title a {
  color: #fff;
}
.bread .item-title a:hover, .bread .item-title .bread-active {
  color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .bread .item-title {
    margin-top: 0;
  }
}
.bread .item-subt {
  margin-top: 22px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.bread .item-subt, .bread .item-subt a {
  color: #fff;
}
.bread .item-subt a:hover, .bread .item-subt .bread-active {
  color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .bread .item-subt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .bread .item-subt {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .bread .item-subt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .bread .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.bread1 {
  padding-top: 23px;
  padding-bottom: 53px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: capitalize;
}
.bread1, .bread1 a {
  color: #666;
}
.bread1 a:hover, .bread1 .bread-active {
  color: #0F4C81;
}
.bread1 span {
  margin: 0 10px 0 15px;
}
@media screen and (max-width: 1519px) {
  .bread1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .bread1 {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .bread1 span {
    margin: 0 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .bread1 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .bread1 span {
    margin: 0 5px;
  }
}

/*-------------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;
}
@media screen and (max-width: 991px) {
  .search {
    display: none;
  }
}
.search .search-icon {
  cursor: pointer;
  display: block;
}
.search .search-icon .iconfont {
  display: block;
  color: #0F4C81;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
}
@media screen and (max-width: 1519px) {
  .search .search-icon .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.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: #0F4C81;
  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 !important;
}
@media screen and (max-width: 991px) {
  .fixed.header {
    position: relative !important;
  }
}

.header.index-header {
  position: fixed;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 80%);
}
.header.index-header .lang-box:before {
  background-color: #fff;
}
.header.index-header .lang-box .item-title {
  color: #fff;
}
.header.index-header .navlist > li > a,
.header.index-header .search .search-icon .iconfont,
.header.index-header .logo a {
  color: #fff;
}

.header, .fixed.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-top: 25px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1219px) {
  .header, .fixed.header {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header, .fixed.header {
    padding-bottom: 5px;
  }
}
.header .wp, .fixed.header .wp {
  width: 1600px;
  padding: 0 2px;
}
@media screen and (max-width: 1619px) {
  .header .wp, .fixed.header .wp {
    width: 1500px;
  }
}
@media screen and (max-width: 1519px) {
  .header .wp, .fixed.header .wp {
    width: 1200px;
    padding: 0;
  }
}
@media screen and (max-width: 1219px) {
  .header .wp, .fixed.header .wp {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .header .wp, .fixed.header .wp {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .header .wp, .fixed.header .wp {
    width: 100%;
    padding: 0 15px;
  }
}
.header .lang-box, .fixed.header .lang-box {
  float: right;
  position: relative;
  padding-left: 21px;
  margin-left: 22px;
}
@media screen and (max-width: 1519px) {
  .header .lang-box, .fixed.header .lang-box {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header .lang-box, .fixed.header .lang-box {
    margin: 0;
    padding: 0;
    float: none;
    position: absolute;
    right: 40px;
    top: 8px;
  }
}
.header .lang-box:before, .fixed.header .lang-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0F4C81;
  opacity: 0.3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .header .lang-box:before, .fixed.header .lang-box:before {
    display: none;
  }
}
.header .lang-box .item-title, .fixed.header .lang-box .item-title {
  color: #0F4C81;
  cursor: pointer;
  font-size: 0;
  letter-spacing: 0;
}
.header .lang-box .item-title > *, .fixed.header .lang-box .item-title > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  text-transform: uppercase;
}
.header .lang-box .item-title .icon1, .fixed.header .lang-box .item-title .icon1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 7px;
}
.header .lang-box .item-title .icon2, .fixed.header .lang-box .item-title .icon2 {
  font-weight: bold;
  font-size: 8px;
  font-size: 0.8rem;
  margin-left: 9px;
}
@media screen and (max-width: 1519px) {
  .header .lang-box .item-title .icon1, .fixed.header .lang-box .item-title .icon1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header .lang-box .item-title > *, .fixed.header .lang-box .item-title > * {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .header .lang-box .item-title .icon1, .fixed.header .lang-box .item-title .icon1 {
    margin-right: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header .lang-box .item-title .icon2, .fixed.header .lang-box .item-title .icon2 {
    margin-left: 5px;
  }
}
.header .lang-box .box-list, .fixed.header .lang-box .box-list {
  position: absolute;
  top: 100%;
  padding: 9px 5px;
  background-color: #f7f7f8;
  z-index: 999;
  width: 100px;
  right: 0;
  display: none;
}
.header .lang-box .box-list a, .fixed.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, .fixed.header .lang-box .box-list a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 767px) {
  .header .lang-box .box-list a, .fixed.header .lang-box .box-list a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.header .logo, .fixed.header .logo {
  float: left;
  display: block;
  position: relative;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 35px;
}
.header .logo a, .fixed.header .logo a {
  color: #0F4C81;
  display: block;
}
.header .logo a:hover, .fixed.header .logo a:hover {
  color: #C1292E;
}
@media screen and (max-width: 767px) {
  .header .logo, .fixed.header .logo {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .header .logo, .fixed.header .logo {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header .navlist, .fixed.header .navlist {
  float: right;
  margin-right: 49px;
  font-size: 0;
  letter-spacing: 0;
  width: 1114px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1619px) {
  .header .navlist, .fixed.header .navlist {
    margin-right: 30px;
    width: 1037px;
  }
}
@media screen and (max-width: 1519px) {
  .header .navlist, .fixed.header .navlist {
    margin-right: 10px;
    width: 824px;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist, .fixed.header .navlist {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header .navlist, .fixed.header .navlist {
    display: none;
  }
}
.header .navlist > li, .fixed.header .navlist > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header .navlist > li:first-child, .fixed.header .navlist > li:first-child {
  margin-left: 0;
}
.header .navlist > li > a, .fixed.header .navlist > li > a {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  padding-bottom: 25px;
  color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .header .navlist > li > a, .fixed.header .navlist > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist > li > a, .fixed.header .navlist > li > a {
    padding-bottom: 5px;
  }
}
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a, .fixed.header .navlist > li.nav-active > a, .fixed.header .navlist > li:hover > a {
  color: #C1292E;
}
.header .navlist li:hover .yiji, .header .navlist li:hover .pro-select, .fixed.header .navlist li:hover .yiji, .fixed.header .navlist li:hover .pro-select {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .yiji, .fixed.header .yiji {
  z-index: 9999;
  position: absolute;
  top: 100%;
  width: 312px;
  left: -68px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 0;
}
@media screen and (max-width: 1519px) {
  .header .yiji, .fixed.header .yiji {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1219px) {
  .header .yiji, .fixed.header .yiji {
    width: 300px;
  }
}
.header .yiji li, .fixed.header .yiji li {
  position: relative;
  text-align: left;
}
.header .yiji li > a, .fixed.header .yiji li > a {
  display: block;
  line-height: 24px;
  padding: 8px 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
@media screen and (max-width: 1519px) {
  .header .yiji li > a, .fixed.header .yiji li > a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 5px 26px;
  }
}
@media screen and (max-width: 1219px) {
  .header .yiji li > a, .fixed.header .yiji li > a {
    padding: 5px 20px;
  }
}
.header .yiji li:hover > a, .fixed.header .yiji li:hover > a {
  color: #C1292E;
}
.header .yiji li:hover .erjibox, .fixed.header .yiji li:hover .erjibox {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .yiji, .fixed.header .yiji {
    display: none;
  }
}
.header .erjibox li:hover .sanjibox, .fixed.header .erjibox li:hover .sanjibox {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .erjibox, .header .sanjibox, .fixed.header .erjibox, .fixed.header .sanjibox {
  z-index: 9999;
  position: absolute;
  left: 100%;
  width: 239px;
  top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  border-left: solid 13px transparent;
}
.header .erji, .header .sanji, .fixed.header .erji, .fixed.header .sanji {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 0;
}
@media screen and (max-width: 1519px) {
  .header .erji, .header .sanji, .fixed.header .erji, .fixed.header .sanji {
    padding: 20px 0;
  }
}
.header .erji li, .header .sanji li, .fixed.header .erji li, .fixed.header .sanji li {
  position: relative;
  text-align: left;
}
.header .erji li > a, .header .sanji li > a, .fixed.header .erji li > a, .fixed.header .sanji li > a {
  display: block;
  line-height: 24px;
  padding: 8px 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 1519px) {
  .header .erji li > a, .header .sanji li > a, .fixed.header .erji li > a, .fixed.header .sanji li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 26px;
  }
}
@media screen and (max-width: 1219px) {
  .header .erji li > a, .header .sanji li > a, .fixed.header .erji li > a, .fixed.header .sanji li > a {
    padding: 5px 20px;
  }
}
.header .erji li:hover > a, .header .sanji li:hover > a, .fixed.header .erji li:hover > a, .fixed.header .sanji li:hover > a {
  color: #C1292E;
}
.header .erji li:hover .erji, .header .sanji li:hover .erji, .fixed.header .erji li:hover .erji, .fixed.header .sanji li:hover .erji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .erji, .header .sanji, .fixed.header .erji, .fixed.header .sanji {
    display: none;
  }
}

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer, .footer * {
  color: #fff;
}
.footer a:hover {
  color: #0F4C81;
}
.footer .f-follow {
  font-size: 0;
  letter-spacing: 0;
}
.footer .f-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #F3F8FA;
  color: #F3F8FA;
  font-size: 17px;
  font-size: 1.7rem;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.5s;
}
.footer .f-follow > a:last-child {
  margin-right: 0;
}
.footer .f-follow > a:hover {
  border-color: #0F4C81;
  background-color: #0F4C81;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .footer .f-follow > a {
    width: 34px;
    height: 34px;
    line-height: 32px;
    margin-right: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-follow > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer .f-middle {
  padding: 53px 0 56px;
  background: url(../images/f-bg.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.footer .f-middle:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/f-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.footer .f-middle .footer-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  letter-spacing: -0.25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 23px;
}
.footer .f-middle .footer-title, .footer .f-middle .footer-title a {
  color: #fff;
}
.footer .f-middle .footer-title a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .footer-title {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .footer-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.footer .f-middle .wp {
  font-size: 0;
  letter-spacing: 0;
}
.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 .flist .box-list, .footer .f-middle .flist .box-list * {
  color: rgba(255, 255, 255, 0.8);
}
.footer .f-middle .flist .box-list a:hover {
  color: #0F4C81;
}
.footer .f-middle .flist1 {
  width: 412px;
  padding-right: 0;
  margin-right: 197px;
  padding-top: 1px;
}
.footer .f-middle .flist1 .box-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  line-height: 1.2;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.footer .f-middle .flist1 .box-title:before {
  position: absolute;
  content: "";
  width: 78px;
  height: 2px;
  background-color: #0F4C81;
  left: 0;
  bottom: 0;
}
.footer .f-middle .flist1 .box-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 55px;
}
.footer .f-middle .flist1 .box-desc a {
  display: block;
}
.footer .f-middle .flist2 {
  width: 310px;
}
.footer .f-middle .flist3 {
  width: 257px;
}
.footer .f-middle .flist4 {
  width: 324px;
  padding-right: 0 !important;
}
.footer .f-middle .flist4 .box-list li {
  position: relative;
  padding-left: 37px;
}
.footer .f-middle .flist4 .box-list li .iconfont {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1519px) {
  .footer .f-middle .flist1 {
    width: 370px;
    margin-right: 30px;
  }
  .footer .f-middle .flist2 {
    width: 270px;
  }
  .footer .f-middle .flist3 {
    width: 230px;
  }
  .footer .f-middle .flist4 {
    width: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .flist1 {
    width: 330px;
    margin-right: 0;
  }
  .footer .f-middle .flist1 .box-title {
    letter-spacing: 0;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .footer .f-middle .flist1 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 35px;
  }
  .footer .f-middle .flist2 {
    width: 220px;
  }
  .footer .f-middle .flist3 {
    width: 180px;
  }
  .footer .f-middle .flist4 {
    width: 230px;
  }
  .footer .f-middle .flist4 .box-list li {
    padding-left: 25px;
  }
  .footer .f-middle .flist4 .box-list li .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .f-middle .flist {
    padding-right: 15px;
  }
  .footer .f-middle .flist .box-list {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-middle {
    padding: 30px 0 10px;
  }
  .footer .f-middle .flist {
    width: 50% !important;
    margin-bottom: 30px;
  }
  .footer .f-middle .flist1 .box-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer .f-middle .flist1 .box-desc {
    margin-bottom: 20px;
  }
  .footer .f-middle .flist2 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .flist1 .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .footer .f-middle .flist1 .box-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer .f-middle .flist4 .box-list li {
    padding-left: 25px;
  }
  .footer .f-middle .flist4 .box-list li .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .f-middle .flist .box-list {
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-middle {
    padding-bottom: 0;
  }
  .footer .f-middle .flist1 {
    width: 100% !important;
    padding-right: 0;
  }
  .footer .f-middle .flist3 {
    padding-right: 0;
  }
  .footer .f-middle .flist4 {
    width: 100% !important;
  }
}
.footer .f-bot {
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.footer .f-bot .wp {
  max-width: 1400px;
}
.footer .f-bot, .footer .f-bot * {
  color: #666;
  color: rgba(102, 102, 102, 0.8);
}
.footer .f-bot a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .footer .f-bot {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-bot {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.footer .f-bot .links a {
  display: inline-block;
  margin-right: 30px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-title {
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  /* @media screen and (max-width:480px) {
  	@include font-size(20);
  } */
}
.index-title, .index-title a {
  color: #333;
}
.index-title a {
  display: inline-block;
}
.index-title a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .index-title {
    letter-spacing: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.index-item {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-item {
    margin-bottom: 20px;
  }
}
.index-item .item-title {
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 15px;
}
.index-item .item-title, .index-item .item-title a {
  color: #333;
}
.index-item .item-title a {
  display: inline-block;
}
.index-item .item-title a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .index-item .item-title {
    letter-spacing: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.index-item .item-title:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  background-color: #C1292E;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1519px) {
  .index-item .item-title:before {
    width: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-title:before {
    width: 60px;
    height: 5px;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-title:before {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-title:before {
    width: 40px;
    height: 4px;
  }
}
.index-item .item-desc {
  margin-top: 31px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.index-item .item-desc a {
  display: inline-block;
}
@media screen and (max-width: 1219px) {
  .index-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.page-btn {
  display: inline-flex;
  padding: 13px 27px 13px 19px;
  align-items: center;
  background-color: #0F4C81;
  color: #fff;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 27px;
  gap: 15px;
}
.page-btn .iconfont {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1219px) {
  .page-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 10px 19px;
    gap: 10px;
  }
  .page-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    gap: 5px;
    padding: 8px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .page-btn .iconfont {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* index-box1 */
.index-probox {
  overflow: hidden;
  padding: 105px 0 105px;
}
@media screen and (max-width: 1519px) {
  .index-probox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-probox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-probox {
    padding: 30px 0;
  }
}
.index-probox .top-item {
  text-align: center;
  margin-bottom: 41px;
}
.index-probox .top-item .item-title, .index-probox .top-item .item-title a {
  color: #333;
}
.index-probox .top-item .item-desc {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .index-probox .top-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .top-item {
    margin-bottom: 20px;
  }
}
.index-probox .hot-options {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 1519px) {
  .index-probox .hot-options {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox .hot-options {
    width: 960px;
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .hot-options {
    margin-bottom: 30px;
    width: 720px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .hot-options {
    margin-bottom: 20px;
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-probox .hot-options {
    gap: 2%;
  }
}
.index-probox .hot-options li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  border: solid 1px #222;
  border-radius: 30px;
  padding: 9px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.35s;
  display: inline-flex;
  align-items: center;
}
.index-probox .hot-options li p {
  flex: 1;
}
.index-probox .hot-options li:hover, .index-probox .hot-options li.hot-active {
  background-color: #0F4C81;
  border-color: #0F4C81;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .index-probox .hot-options li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .hot-options li {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .hot-options li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .index-probox .hot-options li {
    flex-basis: 49%;
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .index-probox .hot-options li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px;
    flex-basis: 100%;
    width: 100%;
  }
}
.index-probox .hot-content {
  position: relative;
}
.index-probox .hot-content .hot-content-item {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.index-probox .hot-content .hot-content-item:first-child {
  position: relative;
}
.index-probox .hot-content .hot-content-item.hot-show {
  visibility: visible;
  opacity: 1;
}

.hot-swiper {
  width: 142.2916666667%;
  margin-left: -21.1458333333% !important;
}
.hot-swiper .swiper-slide {
  padding: 0 0.8418740849%;
}
@media screen and (max-width: 480px) {
  .hot-swiper .swiper-slide {
    padding: 0;
  }
}
.hot-swiper .item-body {
  padding: 0 10px;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .item-body {
    padding: 0;
  }
}
.hot-swiper .item-pic {
  padding-top: 15%;
  padding-right: 0;
  padding-bottom: 15%;
  padding-left: 30%;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .item-pic {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20%;
  }
}
@media screen and (max-width: 991px) {
  .hot-swiper .item-pic {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
  }
}
.hot-swiper .swiper-slide-prev .item-pic,
.hot-swiper .swiper-slide-next .item-pic {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .swiper-slide-prev .item-pic,
  .hot-swiper .swiper-slide-next .item-pic {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .hot-swiper .swiper-slide-prev .item-pic,
  .hot-swiper .swiper-slide-next .item-pic {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.hot-swiper .swiper-slide-next + .swiper-slide .item-pic {
  padding-left: 0;
  padding-right: 30%;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .swiper-slide-next + .swiper-slide .item-pic {
    padding-right: 20%;
  }
}
@media screen and (max-width: 991px) {
  .hot-swiper .swiper-slide-next + .swiper-slide .item-pic {
    padding-right: 10%;
  }
}
.hot-swiper .swiper-slide-active .item-pic {
  background: url(../images/hot-bg.png) no-repeat center;
  background-size: contain;
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .swiper-slide-active .item-pic {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .hot-swiper .swiper-slide-active .item-pic {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.hot-swiper .swiper-slide-active .item-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
}
.hot-swiper .swiper-slide-active .item-title, .hot-swiper .swiper-slide-active .item-title a {
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .swiper-slide-active .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .hot-swiper .swiper-slide-active .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.hot-swiper .swiper-slide-active .item-desc {
  visibility: visible;
}
.hot-swiper .item-pic {
  margin-bottom: 32px;
}
@media screen and (max-width: 1519px) {
  .hot-swiper .item-pic {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .hot-swiper .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hot-swiper .item-pic {
    margin-bottom: 10px;
  }
}
.hot-swiper .item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hot-swiper .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.hot-swiper .item-desc {
  text-align: center;
  visibility: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .item-desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .hot-swiper .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.hot-swiper .swiper-pagination {
  position: relative;
  margin-top: 23px;
  bottom: 0 !important;
  font-size: 0;
  letter-spacing: 0;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 26px;
  height: 3px;
  background-color: rgba(193, 41, 46, 0.5);
  border-radius: 3px;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0F4C81;
}
@media screen and (max-width: 767px) {
  .hot-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.hot-swiper .swiper-button-prev {
  left: auto;
  right: 59.5900439239%;
}
.hot-swiper .swiper-button-prev:after {
  content: "\e60a";
}
@media screen and (max-width: 767px) {
  .hot-swiper .swiper-button-prev {
    right: 67%;
  }
}
.hot-swiper .swiper-button-next {
  right: auto;
  left: 59.5900439239%;
}
.hot-swiper .swiper-button-next:after {
  content: "\e608";
}
@media screen and (max-width: 767px) {
  .hot-swiper .swiper-button-next {
    left: 67%;
  }
}
.hot-swiper .swiper-button-prev, .hot-swiper .swiper-button-next {
  margin-top: -110px;
  display: block;
  width: auto;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .swiper-button-prev, .hot-swiper .swiper-button-next {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .hot-swiper .swiper-button-prev, .hot-swiper .swiper-button-next {
    margin-top: -65px;
  }
}
.hot-swiper .swiper-button-prev:after, .hot-swiper .swiper-button-next:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #595757;
  border-radius: 50%;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  border: solid 1px #595757;
  line-height: 43px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .hot-swiper .swiper-button-prev:after, .hot-swiper .swiper-button-next:after {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hot-swiper .swiper-button-prev:after, .hot-swiper .swiper-button-next:after {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.hot-swiper .swiper-button-prev:hover:after, .hot-swiper .swiper-button-next:hover:after {
  background-color: #C1292E;
  border-color: #C1292E;
  color: #fff;
}

/* index-box2 */
.index-solutions .top-item {
  text-align: center;
  max-width: 1230px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .index-solutions .top-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .top-item {
    margin-bottom: 20px;
  }
}
.index-solutions .top-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 1219px) {
  .index-solutions .top-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions .top-item .item-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .top-item .item-desc {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.index-solutions .box-tab {
  position: relative;
}
.index-solutions .box-tab .tab-options {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1px;
}
@media screen and (max-width: 991px) {
  .index-solutions .box-tab .tab-options {
    position: relative;
  }
}
.index-solutions .box-tab .tab-options li {
  display: inline-flex;
  align-items: center;
  flex: 1;
  background: rgba(0, 0, 0, 0.28);
  margin-left: 1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 12px 10px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.index-solutions .box-tab .tab-options li p {
  width: 100%;
}
.index-solutions .box-tab .tab-options li:hover, .index-solutions .box-tab .tab-options li.tab-active {
  background-color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .index-solutions .box-tab .tab-options li {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions .box-tab .tab-options li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions .box-tab .tab-options li {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .box-tab .tab-options li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .index-solutions .box-tab .tab-options li {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 8px 10px;
    text-align: center;
  }
}
.index-solutions .box-tab .tab-content-item {
  position: relative;
}
.index-solutions .box-tab .tab-content-item .item-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 750px);
  width: 940px;
  padding-top: 8px;
}
@media screen and (max-width: 1519px) {
  .index-solutions .box-tab .tab-content-item .item-body {
    left: calc(50% - 600px);
    width: 750px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions .box-tab .tab-content-item .item-body {
    left: calc(50% - 480px);
    width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions .box-tab .tab-content-item .item-body {
    left: calc(50% - 360px);
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .box-tab .tab-content-item .item-body {
    left: 15px;
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .index-solutions .box-tab .tab-content-item .item-body {
    background-color: rgba(15, 76, 129, 0.5);
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    padding: 20px 15px;
  }
}
.index-solutions .box-tab .tab-content-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 17px;
}
.index-solutions .box-tab .tab-content-item .item-title, .index-solutions .box-tab .tab-content-item .item-title a {
  color: #fff;
}
.index-solutions .box-tab .tab-content-item .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1519px) {
  .index-solutions .box-tab .tab-content-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions .box-tab .tab-content-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions .box-tab .tab-content-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .box-tab .tab-content-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.index-solutions .box-tab .tab-content-item .item-desc {
  letter-spacing: 0.2px;
  margin-bottom: 33px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
.index-solutions .box-tab .tab-content-item .item-desc a {
  height: 90px;
}
.index-solutions .box-tab .tab-content-item .item-desc, .index-solutions .box-tab .tab-content-item .item-desc a {
  color: #fff;
}
.index-solutions .box-tab .tab-content-item .item-desc a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1519px) {
  .index-solutions .box-tab .tab-content-item .item-desc {
    line-height: 26px;
  }
  .index-solutions .box-tab .tab-content-item .item-desc a {
    height: 78px;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions .box-tab .tab-content-item .item-desc {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .index-solutions .box-tab .tab-content-item .item-desc a {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .box-tab .tab-content-item .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .index-solutions .box-tab .tab-content-item .item-desc a {
    height: 60px;
  }
}
.index-solutions .box-tab .tab-content-item .page-btn {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 13px 20px;
}
@media screen and (max-width: 1219px) {
  .index-solutions .box-tab .tab-content-item .page-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 19px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions .box-tab .tab-content-item .page-btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}

/* index-box3 */
.index-service {
  text-align: center;
  padding: 106px 0 77px;
  background: url(../images/cus-bg.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.index-service:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/cus-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1519px) {
  .index-service {
    padding: 90px 0 77px;
  }
}
@media screen and (max-width: 1219px) {
  .index-service {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-service {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-service {
    padding: 30px 0;
  }
}
.index-service .index-item .item-title {
  padding-bottom: 16px;
}
.index-service .index-item .item-title:before {
  opacity: 0.5;
}
@media screen and (max-width: 1219px) {
  .index-service .index-item .item-title {
    padding-bottom: 10px;
  }
}
.index-service .index-item .item-desc {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .index-service .index-item .item-desc {
    margin-top: 10px;
  }
}
.index-service .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.2%;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .index-service .box-list {
    gap: 2%;
  }
}
@media screen and (max-width: 400px) {
  .index-service .box-list {
    gap: 0;
  }
}
.index-service .box-list .list-item {
  width: 31.8666666667%;
  flex-basis: 31.8666666667%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  padding: 35px 45px 32px;
}
@media screen and (max-width: 1519px) {
  .index-service .box-list .list-item {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-service .box-list .list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-service .box-list .list-item {
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-service .box-list .list-item {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 640px) {
  .index-service .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 25px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 400px) {
  .index-service .box-list .list-item {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.index-service .box-list .item-num {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C1292E;
  opacity: 0.5;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 51px;
  font-size: 5.1rem;
  line-height: 1;
  color: transparent;
  letter-spacing: -1px;
  text-align: left;
  margin-left: -18px;
  margin-bottom: -2px;
}
@media screen and (max-width: 1519px) {
  .index-service .box-list .item-num {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 0;
    margin-left: -10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-service .box-list .item-num {
    font-size: 36px;
    font-size: 3.6rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-service .box-list .item-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .index-service .box-list .item-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.index-service .box-list .item-pic {
  width: 88px;
  border: dashed 2px #0F4C81;
  border-radius: 50%;
  padding: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.index-service .box-list .item-pic .item-box {
  border-radius: 50%;
  background-color: #0F4C81;
  padding: 13px;
}
.index-service .box-list .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .index-service .box-list .item-pic {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .index-service .box-list .item-pic {
    width: 70px;
    margin-bottom: 10px;
  }
  .index-service .box-list .item-pic .item-box {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-service .box-list .item-pic {
    width: 60px;
    padding: 4px;
  }
  .index-service .box-list .item-pic .item-box {
    padding: 8px;
  }
}
.index-service .box-list .item-title {
  text-align: center;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  letter-spacing: -0.25px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1519px) {
  .index-service .box-list .item-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-service .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .index-service .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-service .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-service .box-list .item-desc {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.index-service .box-list .item-desc, .index-service .box-list .item-desc a {
  color: #1e1e1e;
}
@media screen and (max-width: 1219px) {
  .index-service .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-service .box-list .item-desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-service .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* index-box4 */
.index-about {
  background: #f4f4f4 url(../images/about-bg.jpg) no-repeat top center;
}
@media screen and (max-width: 1519px) {
  .index-about {
    background-size: cover;
  }
}
.index-about .top-item {
  text-align: center;
  max-width: 1230px;
  margin: 0 auto;
  padding: 114px 0 80px;
}
@media screen and (max-width: 1519px) {
  .index-about .top-item {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .top-item {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .top-item {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item {
    padding: 30px 0;
  }
}
.index-about .top-item .item-subt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 6px;
}
.index-about .top-item .item-subt, .index-about .top-item .item-subt a {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .index-about .top-item .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-about .top-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 21px;
}
.index-about .top-item .item-title, .index-about .top-item .item-title a {
  color: #fff;
}
@media screen and (max-width: 1519px) {
  .index-about .top-item .item-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .top-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .top-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-about .top-item .item-desc {
  margin-bottom: 39px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.index-about .top-item .item-desc, .index-about .top-item .item-desc a {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .index-about .top-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.index-about .page-btn {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 13px 21px 13px 19px;
}
@media screen and (max-width: 1219px) {
  .index-about .page-btn {
    padding: 10px 19px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .page-btn {
    padding: 8px 15px;
  }
}
.index-about .bottom-box {
  position: relative;
}
.index-about .bottom-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f4f4;
}
.index-about .box-list {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 60px 37px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1519px) {
  .index-about .box-list {
    padding: 40px 40px 37px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list {
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .box-list {
    padding: 25px 10px 15px;
    justify-content: flex-start;
  }
}
.index-about .box-list .list-item {
  width: 13.3333333333%;
  flex-basis: 13.3333333333%;
  text-align: center;
}
@media screen and (max-width: 1519px) {
  .index-about .box-list .list-item {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .list-item {
    width: 18.6666666667%;
    flex-basis: 18.6666666667%;
  }
}
@media screen and (max-width: 640px) {
  .index-about .box-list .list-item {
    width: 31.33%;
    flex-basis: 31.33%;
    margin: 0 1% 15px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .box-list .list-item {
    width: 48%;
    flex-basis: 48%;
    margin: 0 1% 15px;
  }
}
.index-about .box-list .item-num {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  vertical-align: bottom;
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index-about .box-list .item-num strong {
  color: #0F4C81;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 1519px) {
  .index-about .box-list .item-num strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-num strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .item-num strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-num strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .index-about .box-list .item-num strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-about .box-list .item-num a:hover, .index-about .box-list .item-num a:hover * {
  color: #C1292E !important;
}
.index-about .box-list .item-title {
  margin-top: -1px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.index-about .box-list .item-title, .index-about .box-list .item-title * {
  color: #555;
}
.index-about .box-list .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-title {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* index-box5 */
.index-ad {
  background-color: #f4f4f4;
  padding: 84px 0 80px;
}
@media screen and (max-width: 1519px) {
  .index-ad {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-ad {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-ad {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-ad {
    padding: 30px 0 30px;
  }
}
.index-ad .index-item {
  margin-bottom: 48px;
}
@media screen and (max-width: 1219px) {
  .index-ad .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-ad .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-ad .index-item {
    margin-bottom: 20px;
  }
}
.index-ad .img-list {
  float: right;
  width: 637px;
  margin-left: 98px;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1519px) {
  .index-ad .img-list {
    width: 560px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-ad .img-list {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .index-ad .img-list {
    width: 48.6111111111%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-ad .img-list {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 400px;
  }
}
.index-ad .img-list .img-item {
  display: inline-block;
  vertical-align: top;
  width: 48.9795918367%;
  margin-left: 2.0408163265%;
}
.index-ad .img-list .img-item:first-child {
  margin-left: 0;
  margin-top: 15.2276295133%;
}
@media screen and (max-width: 991px) {
  .index-ad .img-list .img-item:first-child {
    margin-top: 9.4191522763%;
  }
}
.index-ad .img-list .item-pic {
  border-radius: 12px;
  margin-bottom: 5.1282051282%;
}
@media screen and (max-width: 767px) {
  .index-ad .img-list .item-pic {
    border-radius: 10px;
  }
}
.index-ad .box-list {
  padding-top: 44px;
}
@media screen and (max-width: 1519px) {
  .index-ad .box-list {
    padding-top: 0;
  }
}
.index-ad .box-list .clear {
  display: none;
}
.index-ad .box-list .list-item {
  position: relative;
  padding-left: 53px;
  margin-bottom: 39px;
}
.index-ad .box-list .list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1519px) {
  .index-ad .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-ad .box-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-ad .box-list .list-item {
    margin-bottom: 20px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-ad .box-list .list-item {
    padding-left: 40px;
    margin-bottom: 15px;
  }
}
.index-ad .box-list .item-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  border-radius: 50%;
  background-color: #0F4C81;
  padding: 3.5px;
}
@media screen and (max-width: 991px) {
  .index-ad .box-list .item-pic {
    width: 35px;
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  .index-ad .box-list .item-pic {
    width: 30px;
  }
}
.index-ad .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.2px;
  line-height: 1.66667;
  margin-bottom: 10px;
}
.index-ad .box-list .item-title, .index-ad .box-list .item-title a {
  color: #111;
}
@media screen and (max-width: 1519px) {
  .index-ad .box-list .item-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .index-ad .box-list .item-title {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-ad .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-ad .box-list .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .index-ad .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-ad .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* index-box6 */
.index-devel {
  background: url(../images/res-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 103px 0 72px;
}
@media screen and (max-width: 1519px) {
  .index-devel {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .index-devel {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-devel {
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-devel {
    padding: 30px 0 20px;
  }
}
.index-devel .index-item .item-title, .index-devel .index-item .item-title a {
  color: #fff;
}
.index-devel .index-item .item-title a:hover {
  color: #C1292E !important;
}
.index-devel .index-item .item-desc, .index-devel .index-item .item-desc a {
  color: #fff;
}
.index-devel .index-item .item-desc a:hover {
  color: #C1292E !important;
}
.index-devel .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.1111110667%;
}
@media screen and (max-width: 991px) {
  .index-devel .box-list {
    gap: 2%;
  }
}
@media screen and (max-width: 400px) {
  .index-devel .box-list {
    gap: 0;
  }
}
.index-devel .box-list .list-item {
  width: 22.6666666667%;
  flex-basis: 22.6666666667%;
  border-radius: 10px;
  border: 1px solid #0F4C81;
  background: rgba(15, 76, 129, 0.4);
  padding: 32px 38px 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1519px) {
  .index-devel .box-list .list-item {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-devel .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
@media screen and (max-width: 767px) {
  .index-devel .box-list .list-item {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 400px) {
  .index-devel .box-list .list-item {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.index-devel .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.index-devel .box-list .item-title, .index-devel .box-list .item-title a {
  color: #fff;
}
.index-devel .box-list .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1519px) {
  .index-devel .box-list .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .index-devel .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-devel .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-devel .box-list .item-desc {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.index-devel .box-list .item-desc, .index-devel .box-list .item-desc a {
  color: #fff;
}
.index-devel .box-list .item-desc a:hover {
  color: #C1292E !important;
}
.index-devel .box-list .item-desc:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1519px) {
  .index-devel .box-list .item-desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .index-devel .box-list .item-desc {
    padding-left: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-devel .box-list .item-desc:before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .index-devel .box-list .item-desc {
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index-devel .box-list .item-desc:before {
    top: 5px;
    width: 6px;
    height: 6px;
  }
}

/* index-box7 */
.index-team {
  padding: 100px 0;
}
@media screen and (max-width: 1519px) {
  .index-team {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-team {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-team {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-team {
    padding: 30px 0;
  }
}
.index-team .box-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .index-team .box-item {
    display: block;
  }
}
.index-team .box-item .item-pic {
  flex: 0 0 auto;
  width: 38.4%;
  flex-basis: 38.4%;
  margin-right: 6.6666666667%;
  border-radius: 20px;
}
@media screen and (max-width: 1519px) {
  .index-team .box-item .item-pic {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1219px) {
  .index-team .box-item .item-pic {
    width: 40%;
    flex-basis: 40%;
    margin-right: 3.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .index-team .box-item .item-pic {
    width: 42%;
    flex-basis: 42%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .index-team .box-item .item-pic {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
.index-team .box-item .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
.index-team .box-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 18px;
  margin-top: 6px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1519px) {
  .index-team .box-item .item-title {
    margin-top: 0;
    line-height: 1.3;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-team .box-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-team .box-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-team .box-item .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-team .box-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 37px;
}
@media screen and (max-width: 1519px) {
  .index-team .box-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-team .box-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-team .box-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.index-team .box-item .img-list {
  font-size: 0;
  letter-spacing: 0;
}
.index-team .box-item .img-list .item-icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 11.4077669903%;
  margin-right: 6.067961165%;
  min-width: 50px;
  margin-top: 11px;
}
.index-team .box-item .img-list .item-icon:last-child {
  margin-right: 0;
}
.index-team .box-item .img-list .item-icon img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-team .box-item .img-list .item-icon {
    margin-right: 3.640776699%;
  }
}

/* index-box8 */
.index-cpbox {
  background-color: rgba(244, 244, 244, 0.6);
  padding: 105px 0 80px;
}
@media screen and (max-width: 1519px) {
  .index-cpbox {
    padding: 90px 0 70px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cpbox {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-cpbox {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-cpbox {
    padding: 30px 0 20px;
  }
}
.index-cpbox .top-item {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1519px) {
  .index-cpbox .top-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cpbox .top-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-cpbox .top-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-cpbox .top-item {
    margin-bottom: 20px;
  }
}
.index-cpbox .top-item .item-desc {
  margin-top: 21px;
}
@media screen and (max-width: 1219px) {
  .index-cpbox .top-item .item-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-cpbox .top-item .item-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-cpbox .top-item .item-desc {
    margin-top: 5px;
  }
}

.cer-swiper-box {
  position: relative;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 1660px;
}
@media screen and (max-width: 1680px) {
  .cer-swiper-box {
    width: 1500px;
  }
}
@media screen and (max-width: 1519px) {
  .cer-swiper-box {
    width: 1200px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .cer-swiper-box {
    width: 960px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cer-swiper-box {
    width: 720px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper-box {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.cer-swiper-box .box-item {
  visibility: hidden;
  opacity: 0;
  width: 355px;
}
@media screen and (max-width: 1680px) {
  .cer-swiper-box .box-item {
    width: 331px;
  }
}
@media screen and (max-width: 1519px) {
  .cer-swiper-box .box-item {
    width: 260px;
  }
}
@media screen and (max-width: 1219px) {
  .cer-swiper-box .box-item {
    width: 208px;
  }
}
@media screen and (max-width: 991px) {
  .cer-swiper-box .box-item {
    width: 154px;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper-box .box-item {
    display: none;
  }
}
.cer-swiper-box .box-item .item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-top: 21px;
}
@media screen and (max-width: 1219px) {
  .cer-swiper-box .box-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper-box .box-item .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cer-swiper-box .cer-btns {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.cer-swiper-box .cer-prev {
  left: 0;
}
.cer-swiper-box .cer-prev:after {
  content: "\e60a";
}
.cer-swiper-box .cer-next {
  right: 0;
}
.cer-swiper-box .cer-next:after {
  content: "\e608";
}
.cer-swiper-box .cer-btn {
  margin-top: 58px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cer-swiper-box .cer-btn:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #595757;
  border-radius: 50%;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  border: solid 1px #595757;
  line-height: 43px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .cer-swiper-box .cer-btn:after {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper-box .cer-btn:after {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cer-swiper-box .cer-btn:hover:after {
  background-color: #C1292E;
  border-color: #C1292E;
  color: #fff;
}
@media screen and (max-width: 1519px) {
  .cer-swiper-box .cer-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cer-swiper-box .cer-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper-box .cer-btn {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 20px;
  }
  .cer-swiper-box .cer-btn.cer-prev {
    margin-right: 5px;
  }
}

.cer-swiper {
  position: absolute !important;
  top: 0;
  width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1680px) {
  .cer-swiper {
    width: 1400px;
  }
}
@media screen and (max-width: 1519px) {
  .cer-swiper {
    width: 1100px;
  }
}
@media screen and (max-width: 1219px) {
  .cer-swiper {
    width: 880px;
  }
}
@media screen and (max-width: 991px) {
  .cer-swiper {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper {
    width: 100%;
    position: relative !important;
    left: 0;
    transform: none;
  }
}
.cer-swiper .swiper-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .cer-swiper .swiper-slide {
    padding: 0 5px;
  }
}
.cer-swiper .swiper-slide .list-item {
  width: 71.6666666667%;
  margin-left: 1.6666666667%;
}
@media screen and (max-width: 767px) {
  .cer-swiper .swiper-slide .list-item {
    width: 100% !important;
    margin: 0 !important;
  }
}
.cer-swiper .swiper-slide.swiper-slide-next .list-item, .cer-swiper .swiper-slide.swiper-slide-prev .list-item {
  width: 95%;
}
.cer-swiper .swiper-slide.swiper-slide-prev .list-item {
  margin-left: -15%;
}
.cer-swiper .swiper-slide.swiper-slide-next .list-item {
  margin-left: 20%;
}
.cer-swiper .swiper-slide.swiper-slide-next + .swiper-slide .list-item {
  margin-left: 26.6666666667%;
}
.cer-swiper .swiper-slide.swiper-slide-active .list-item {
  width: 118.3333333333%;
  margin-left: -9.1666666667%;
}
.cer-swiper .item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-top: 21px;
}
@media screen and (max-width: 1219px) {
  .cer-swiper .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cer-swiper .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .cer-swiper .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.partner-slide {
  overflow: hidden;
  position: relative;
}
.partner-slide .picList {
  font-size: 0;
  letter-spacing: 0;
}
.partner-slide .picList li {
  float: left;
  width: 225px;
  margin-right: 37.5px;
  padding: 20px 0;
}
@media screen and (max-width: 1519px) {
  .partner-slide .picList li {
    width: 200px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .partner-slide .picList li {
    width: 180px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .partner-slide .picList li {
    width: 150px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .partner-slide .picList li {
    width: 110px;
    margin-right: 15px;
  }
}
.partner-slide .picList .item-pic {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.partner-slide .picList .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .partner-slide .picList .item-pic {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .partner-slide .picList .item-pic {
    border-radius: 5px;
  }
}

/* index-box9 */
.index-project {
  padding: 105px 0 100px;
}
@media screen and (max-width: 1519px) {
  .index-project {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-project {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-project {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-project {
    padding: 30px 0;
  }
}
.index-project .index-item {
  margin-bottom: 59px;
}
@media screen and (max-width: 1519px) {
  .index-project .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-project .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-project .index-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-project .index-item {
    margin-bottom: 20px;
  }
}
.index-project .index-item .item-title {
  padding-bottom: 24px;
}
.index-project .index-item .item-title:before {
  height: 4px;
  width: 151px;
}
@media screen and (max-width: 1519px) {
  .index-project .index-item .item-title {
    padding-bottom: 15px;
  }
  .index-project .index-item .item-title:before {
    width: 130px;
  }
}
@media screen and (max-width: 1219px) {
  .index-project .index-item .item-title {
    padding-bottom: 10px;
  }
  .index-project .index-item .item-title:before {
    width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .index-project .index-item .item-title:before {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .index-project .index-item .item-title:before {
    width: 70px;
  }
}
.index-project .index-item .item-desc {
  margin-top: 29px;
}
@media screen and (max-width: 1219px) {
  .index-project .index-item .item-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-project .index-item .item-desc {
    margin-top: 10px;
  }
}
.index-project .right-box {
  float: right;
  width: 68.2%;
  margin-left: 3.6666666667%;
  overflow: hidden;
}
@media screen and (max-width: 1519px) {
  .index-project .right-box {
    margin-left: 2.6666666667%;
  }
}
@media screen and (max-width: 640px) {
  .index-project .right-box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.index-project .progress-bar {
  width: 100%;
  height: 3px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin-top: 68px;
}
@media screen and (max-width: 1519px) {
  .index-project .progress-bar {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .index-project .progress-bar {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-project .progress-bar {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-project .progress-bar {
    margin-top: 30px;
  }
}
.index-project .progress-bar:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #C1292E;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.index-project .progress-fill {
  height: 100%;
  background-color: #C1292E;
  width: 0%;
  transition: width 0.4s ease-in-out;
  border-radius: 3px;
}

.indexproject-owl {
  width: 82.8934506354%;
}
.indexproject-owl .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.indexproject-owl .list-item {
  margin-right: 5.3066037736%;
  position: relative;
}
.indexproject-owl .item-pic {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .indexproject-owl .item-pic {
    border-radius: 10px;
  }
}
.indexproject-owl .item-title {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(15, 76, 129, 0) 0%, rgba(15, 76, 129, 0.8) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
  bottom: 0;
  padding: 25px 3.7359900374%;
}
.indexproject-owl .item-title, .indexproject-owl .item-title a {
  color: #fff;
}
.indexproject-owl .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1519px) {
  .indexproject-owl .item-title {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .indexproject-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .indexproject-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexproject-owl .item-title {
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.indexproject-owl .owl-buttons,
.indexproject-owl .owl-btns {
  display: none !important;
}

.indexproject-content-owl {
  overflow: hidden;
}
.indexproject-content-owl .list-item .item-num {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
  color: #C1292E;
  opacity: 0.2;
  margin-bottom: 25px;
  margin-top: -4px;
}
@media screen and (max-width: 1519px) {
  .indexproject-content-owl .list-item .item-num {
    font-size: 100px;
    font-size: 10rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1219px) {
  .indexproject-content-owl .list-item .item-num {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .indexproject-content-owl .list-item .item-num {
    font-size: 60px;
    font-size: 6rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .indexproject-content-owl .list-item .item-num {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .indexproject-content-owl .list-item .item-num {
    margin-bottom: 10px;
  }
}
.indexproject-content-owl .list-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
  margin-bottom: 35px;
}
.indexproject-content-owl .list-item .item-title a {
  height: 84px;
}
@media screen and (max-width: 1519px) {
  .indexproject-content-owl .list-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .indexproject-content-owl .list-item .item-title a {
    height: 72px;
  }
}
@media screen and (max-width: 1219px) {
  .indexproject-content-owl .list-item .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .indexproject-content-owl .list-item .item-title a {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .indexproject-content-owl .list-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .indexproject-content-owl .list-item .item-title a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .indexproject-content-owl .list-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .indexproject-content-owl .list-item .item-title a {
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .indexproject-content-owl .list-item .item-title a {
    height: auto;
  }
}
.indexproject-content-owl .list-item .item-desc {
  margin-bottom: 76px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.indexproject-content-owl .list-item .item-desc a {
  height: 140px;
}
@media screen and (max-width: 1519px) {
  .indexproject-content-owl .list-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .indexproject-content-owl .list-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .indexproject-content-owl .list-item .item-desc a {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .indexproject-content-owl .list-item .item-desc {
    line-height: 20px;
  }
  .indexproject-content-owl .list-item .item-desc a {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .indexproject-content-owl .list-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
  .indexproject-content-owl .list-item .item-desc a {
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .indexproject-content-owl .list-item .item-desc a {
    height: auto;
  }
}
.indexproject-content-owl .owl-buttons {
  display: none !important;
}
.indexproject-content-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
}
.indexproject-content-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 1px #666;
  color: #666;
  transition: all 0.35s;
}
.indexproject-content-owl .owl-btns .owl-btn:hover {
  border-color: #C1292E;
  background-color: #C1292E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .indexproject-content-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .indexproject-content-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.indexproject-content-owl .owl-btns .item-prev {
  margin-right: 15px;
}
@media screen and (max-width: 1219px) {
  .indexproject-content-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
/* index-box10 */
.index-ready {
  background: url(../images/web1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index-ready .txt-bg {
  position: absolute;
  z-index: 1;
  right: -7px;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 120px;
  font-size: 12rem;
  line-height: 0.6;
  opacity: 0.5;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1519px) {
  .index-ready .txt-bg {
    font-size: 100px;
    font-size: 10rem;
    right: 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-ready .txt-bg {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .index-ready .txt-bg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-ready .txt-bg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .index-ready .txt-bg {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .index-ready .txt-bg {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-ready .item-box {
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 451px;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .index-ready .item-box {
    min-height: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .index-ready .item-box {
    padding: 40px 0 30px;
  }
}
.index-ready .box-item {
  width: 863px;
  flex-basis: 863px;
  margin-top: 7px;
}
@media screen and (max-width: 1219px) {
  .index-ready .box-item {
    margin-top: 0;
    width: 700px;
    flex-basis: 700px;
  }
}
@media screen and (max-width: 991px) {
  .index-ready .box-item {
    width: 100%;
  }
}
.index-ready .box-item .item-title {
  margin-bottom: 22px;
}
.index-ready .box-item .item-title, .index-ready .box-item .item-title a {
  color: #fff;
}
.index-ready .box-item .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1219px) {
  .index-ready .box-item .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-ready .box-item .item-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-ready .box-item .item-title {
    margin-bottom: 8px;
  }
}
.index-ready .box-item .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
.index-ready .box-item .item-desc, .index-ready .box-item .item-desc a {
  color: #fff;
}
.index-ready .box-item .item-desc a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1219px) {
  .index-ready .box-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-ready .box-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-ready .box-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.index-ready .item-btn {
  display: inline-flex;
  padding: 12px 37px 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border-radius: 27px;
  background-color: #fff;
  color: #0F4C81;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
.index-ready .item-btn .iconfont {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1219px) {
  .index-ready .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px 30px;
    gap: 10px;
  }
  .index-ready .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .index-ready .item-btn {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-ready .item-btn {
    padding: 8px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .index-ready .item-btn .iconfont {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* index-box11 */
.index-news {
  padding: 105px 0 69px;
}
@media screen and (max-width: 1519px) {
  .index-news {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-news {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    padding: 30px 0 10px;
  }
}
.index-news .box-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .index-news .box-top {
    margin-bottom: 20px;
  }
}
.index-news .box-top .item-btn {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 3px;
}
.index-news .box-top .item-btn .iconfont {
  line-height: 1;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 17px;
  color: #111;
}
.index-news .box-top .item-btn:hover {
  color: #0F4C81;
}
.index-news .box-top .item-btn:hover .iconfont {
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .index-news .box-top .item-btn {
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-news .box-top .item-btn .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-top .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index-news .box-top .item-btn .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
.index-news .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.index-news .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  margin-left: 2.3%;
  margin-bottom: 30px;
}
.index-news .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .index-news .box-list .list-item {
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.index-news .box-list .item-pic {
  border-radius: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-pic {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-pic {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .index-news .box-list .item-pic {
    flex: 0 0 auto;
    width: 46.6666666667%;
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 190px;
  }
}
@media screen and (max-width: 640px) {
  .index-news .box-list .item-body {
    overflow: hidden;
    flex: 1 1 auto;
  }
}
.index-news .box-list .item-date {
  margin-bottom: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #666;
}
@media screen and (max-width: 1519px) {
  .index-news .box-list .item-date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2px;
  }
}
.index-news .box-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: -0.25px;
  margin-bottom: 32px;
}
.index-news .box-list .item-title, .index-news .box-list .item-title a {
  color: #333;
}
@media screen and (max-width: 1519px) {
  .index-news .box-list .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .item-title {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-news .box-list .item-title {
    margin-bottom: 5px;
  }
}
.index-news .box-list .item-btn {
  color: #1e1e1e;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.index-news .box-list .item-btn .iconfont {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  background-color: #0F4C81;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-btn .iconfont {
    margin-left: 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.index-news .box-list .item-btn:hover .iconfont {
  background-color: #C1292E;
}

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

.page-title {
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1519px) {
  .page-title {
    letter-spacing: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-top {
  text-align: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 991px) {
  .page-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    margin-bottom: 30px;
  }
}
.page-top .item-desc {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.page-top .item-desc, .page-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .page-top .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*-------------2-1-solution start-----------------------------------------------------------*/
.solution1-top {
  margin-bottom: 59px;
}
@media screen and (max-width: 1219px) {
  .solution1-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-top {
    margin-bottom: 30px;
  }
}
.solution1-top .item-title {
  float: left;
  width: 26.6666666667%;
  margin-right: 2.2%;
  padding-bottom: 31px;
  padding-top: 5px;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .solution1-top .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-top .item-title {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .solution1-top .item-title {
    margin-bottom: 15px;
  }
}
.solution1-top .item-title:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  background-color: #0F4C81;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .solution1-top .item-title:before {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-top .item-title:before {
    width: 50px;
    height: 3px;
  }
}
.solution1-top .item-desc {
  padding-top: 1px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.solution1-top .item-desc, .solution1-top .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .solution1-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .solution1-top .item-desc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .solution1-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.solution1-list {
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .solution1-list {
    padding-bottom: 10px;
  }
}
.solution1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 49.0666666667%;
  margin-left: 1.8666666667%;
  margin-bottom: 61px;
}
@media screen and (max-width: 1519px) {
  .solution1-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item {
    margin-bottom: 20px;
  }
}
.solution1-list .item-pic {
  border-radius: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1519px) {
  .solution1-list .item-pic {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-pic {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.solution1-list .item-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
.solution1-list .item-title, .solution1-list .item-title a {
  color: #000;
}
@media screen and (max-width: 1519px) {
  .solution1-list .item-title {
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.solution1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*-------------2-1-solution end-------------------------------------------------------------*/
/*-------------2-2-solution start-----------------------------------------------------------*/
.page-detail > .item-title {
  text-align: center;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 28px;
  margin-top: 3px;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 1519px) {
  .page-detail > .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-detail > .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-detail > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-detail > .item-date {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  border-bottom: solid 1px rgba(153, 153, 153, 0.25);
  padding-bottom: 29px;
  margin-bottom: 40px;
}
.page-detail > .item-date > * {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-date {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-date {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.page-detail > .item-date .item-p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #666;
  margin-right: 24px;
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-date .item-p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-date .item-p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 15px;
  }
}
.page-detail > .item-body {
  margin-bottom: 34px;
  border-bottom: solid 2px rgba(153, 153, 153, 0.25);
  padding-bottom: 49px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.page-detail > .item-body, .page-detail > .item-body * {
  color: #4d4d4d;
}
.page-detail > .item-body a:hover {
  color: #0F4C81;
}
.page-detail > .item-body img, .page-detail > .item-body iframe {
  max-width: 100%;
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-body {
    margin-bottom: 30px;
    padding-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-body {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.page-detail > .item-body .title1 {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  color: #222;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.25px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1519px) {
  .page-detail > .item-body .title1 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-body .title1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .page-detail > .item-body .title1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-body .title1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-detail > .item-body .title2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-body .title2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-body .title2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-detail > .item-body .img2-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: ‌flex-start‌;
  align-items: flex-start;
  gap: 3.6%;
}
.page-detail > .item-body .img2-list .item-pic {
  overflow: hidden;
  width: 48.2%;
  flex-basis: 48.2%;
  margin-bottom: 31px;
}
.page-detail > .item-body .img2-list .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-body .img2-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-body .img2-list .item-pic {
    margin-bottom: 18px;
  }
}
.page-detail > .item-body .img3-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: ‌flex-start‌;
  align-items: flex-start;
  gap: 2.2%;
}
.page-detail > .item-body .img3-list .item-pic {
  overflow: hidden;
  width: 31.8666666667%;
  flex-basis: 31.8666666667%;
  margin-bottom: 30px;
}
.page-detail > .item-body .img3-list .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .page-detail > .item-body .img3-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail > .item-body .img3-list .item-pic {
    margin-bottom: 18px;
  }
}
.page-detail > .item-body .faq-list {
  padding-bottom: 0;
}
.page-detail > .item-body .faq-list .list-item:last-child {
  margin-bottom: 0;
}

.solution2-detail {
  padding-bottom: 10px;
}
.solution2-detail > .item-body .img3-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: ‌flex-start‌;
  align-items: flex-start;
  gap: 1.8%;
}
.solution2-detail > .item-body .img3-list .item-pic {
  overflow: hidden;
  width: 32.1333333333%;
  flex-basis: 32.1333333333%;
  margin-bottom: 28px;
}
.solution2-detail > .item-body .img3-list .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .solution2-detail > .item-body .img3-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-detail > .item-body .img3-list .item-pic {
    margin-bottom: 18px;
  }
}

/*-------------2-2-solution end-------------------------------------------------------------*/
/*-------------3-1-poducts start------------------------------------------------------------*/
.main .box-main {
  float: right;
  width: 1117px;
}
@media screen and (max-width: 1519px) {
  .main .box-main {
    width: 860px;
  }
}
@media screen and (max-width: 1219px) {
  .main .box-main {
    width: 680px;
  }
}
@media screen and (max-width: 991px) {
  .main .box-main {
    width: 100%;
    float: none;
  }
}
.main .box-slide {
  float: left;
  width: 344px;
}
@media screen and (max-width: 1519px) {
  .main .box-slide {
    width: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .main .box-slide {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .main .box-slide {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main .box-slide {
    margin-top: 30px;
  }
}

.pro1-top {
  text-align: left;
  margin-bottom: 48px;
  padding-top: 5px;
}
@media screen and (max-width: 1519px) {
  .pro1-top {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-top {
    margin-bottom: 20px;
  }
}
.pro1-top .item-desc {
  margin-top: 25px;
}
@media screen and (max-width: 1519px) {
  .pro1-top .item-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-top .item-desc {
    margin-top: 10px;
  }
}

.pro1-list {
  font-size: 0;
  letter-spacing: 0;
  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: 31.6025067144%;
  margin-left: 2.5962399284%;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.35s;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 22px 29px 19px;
  text-align: center;
}
@media screen and (max-width: 1519px) {
  .pro1-list .list-item {
    padding: 18px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .list-item {
    padding: 12px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .list-item {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pro1-list .list-item {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .list-item {
    width: 48%;
    margin: 0 1% 25px !important;
  }
}
.pro1-list .item-pic {
  border-radius: 16px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1519px) {
  .pro1-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-pic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-pic {
    border-radius: 10px;
  }
}
.pro1-list .item-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 22px;
  color: #333;
}
.pro1-list .item-title a {
  color: #333;
  height: 60px;
}
@media screen and (max-width: 1519px) {
  .pro1-list .item-title {
    margin-bottom: 15px;
    line-height: 26px;
  }
  .pro1-list .item-title a {
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-title {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .pro1-list .item-title a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .pro1-list .item-title a {
    height: 40px;
  }
}
.pro1-list .item-btnbox {
  font-size: 0;
  letter-spacing: 0;
}
.pro1-list .item-btnbox input {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btnbox input {
    margin-right: 5px;
  }
}
.pro1-list .item-btn {
  display: inline-block;
  vertical-align: middle;
  color: #0F4C81;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
.pro1-list .item-btn a:hover {
  color: #C1292E;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.slide-title {
  margin-bottom: 10px;
  position: relative;
}
.slide-title.slide-title2 {
  display: none;
}
.slide-title a, .slide-title p {
  display: block;
  background-color: #0F4C81;
  border-radius: 4px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #fff;
  padding: 14px 20px 14px 20px;
}
@media screen and (max-width: 1219px) {
  .slide-title a, .slide-title p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 10px 15px;
  }
}
.slide-title a:hover {
  background-color: #C1292E;
}
.slide-title .iconfont {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .slide-title.slide-title1 {
    display: none;
  }
  .slide-title.slide-title2 {
    display: block;
  }
  .slide-title.slide-title2 a, .slide-title.slide-title2 p {
    padding-right: 40px;
  }
}

.proslide .slide-yiji > li {
  width: 100%;
}
.proslide .slide-yiji > li > a {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f4f4f4;
  border-radius: 4px;
  color: #222;
  line-height: 30px;
  padding: 14px 45px 14px 20px;
  position: relative;
}
.proslide .slide-yiji > li > a .iconfont {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 14px;
  color: #333;
}
@media screen and (max-width: 1519px) {
  .proslide .slide-yiji > li > a {
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .proslide .slide-yiji > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 35px;
  }
  .proslide .slide-yiji > li > a .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    top: 10px;
    right: 10px;
  }
}
.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a {
  background-color: rgba(15, 76, 129, 0.1);
  color: #0F4C81;
}
.proslide .slide-yiji > li:hover > a .iconfont, .proslide .slide-yiji > li.active > a .iconfont {
  color: #0F4C81;
}
.proslide .slide-yiji > li:hover > a .iconfont:before, .proslide .slide-yiji > li.active > a .iconfont:before {
  content: "\e617";
}
.proslide .slide-erji {
  padding: 3px 0 11px;
}
.proslide .slide-erji > li > a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  color: #666;
  padding: 8px 0 8px 21px;
  position: relative;
}
.proslide .slide-erji > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
  left: 8px;
  top: 18px;
}
@media screen and (max-width: 1219px) {
  .proslide .slide-erji > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
  }
  .proslide .slide-erji > li > a:before {
    left: 3px;
    top: 14px;
  }
}
.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a {
  color: #0F4C81;
}
.proslide .slide-erji > li:hover > a:before, .proslide .slide-erji > li.active > a:before {
  background-color: #0F4C81;
}
.proslide .slide-sanji > li > a {
  display: block;
  color: #666;
  line-height: 20px;
  padding: 5px 0 5px 21px;
}
@media screen and (max-width: 1219px) {
  .proslide .slide-sanji > li > a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .proslide .slide-sanji > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}
.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a {
  color: #0F4C81;
}

.pro1-project {
  background-color: #f4f4f4;
}

/*-------------3-1-poducts end--------------------------------------------------------------*/
/*-------------3-2-poducts start------------------------------------------------------------*/
.pro2-top {
  padding-bottom: 88px;
}
@media screen and (max-width: 1219px) {
  .pro2-top {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top {
    padding-bottom: 30px;
  }
}
.pro2-top .m-propic {
  position: relative;
  z-index: 2;
  width: 48.8%;
  float: left;
  margin-right: 3.0666666667%;
}
@media screen and (max-width: 991px) {
  .pro2-top .m-propic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .m-propic {
    margin-bottom: 30px;
  }
}
.pro2-top .m-propic .pic-big {
  position: relative;
  float: right;
  width: 81.1475409836%;
}
.pro2-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  position: relative;
  padding-bottom: 99.6632996633%;
}
.pro2-top .m-propic .pic-big {
  position: relative;
}
.pro2-top .m-propic .pic-big .provideo-box {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 1px solid #D0D5DD;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 99.6632996633%;
  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 .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.pro2-top .m-propic .big-img .zoomPad img {
  border-radius: 16px;
}
.pro2-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.pro2-top .m-propic .pic-small {
  position: relative;
  float: left;
  width: 14.0710382514%;
  padding: 55px 0;
}
@media screen and (max-width: 1519px) {
  .pro2-top .m-propic .pic-small {
    padding: 42px 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top .m-propic .pic-small {
    width: 16.393442623%;
    padding: 25px 0;
  }
}
.pro2-top .m-propic .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  color: #1e1e1e;
  z-index: 2;
}
.pro2-top .m-propic .pic-btn:hover {
  color: #0F4C81;
}
.pro2-top .m-propic .pic-btn.prev {
  top: 8px;
}
.pro2-top .m-propic .pic-btn.next {
  bottom: 8px;
}
@media screen and (max-width: 1219px) {
  .pro2-top .m-propic .pic-btn.prev {
    top: 0;
  }
  .pro2-top .m-propic .pic-btn.next {
    bottom: 0;
  }
}
.pro2-top .m-propic .pic-list {
  height: 484px;
  overflow: hidden;
}
.pro2-top .m-propic .pic-list ul {
  height: 2000px;
}
.pro2-top .m-propic .pic-list .list-item {
  margin-bottom: 24px;
  overflow: visible;
  padding-left: 0;
  border-radius: 6px;
}
.pro2-top .m-propic .pic-list .item-pics, .pro2-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  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: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .pro2-top .m-propic .pic-list {
    height: 390px;
  }
  .pro2-top .m-propic .pic-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top .m-propic .pic-list {
    height: 331px;
  }
  .pro2-top .m-propic .pic-list .list-item {
    margin-bottom: 11px;
  }
}
@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-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .pro2-top .m-propic1 {
    display: none;
  }
  .pro2-top .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pro2-top .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #1e1e1e;
  }
  .pro2-top .m-propic2 .box-btn:hover {
    color: #0F4C81;
  }
  .pro2-top .m-propic2 .box-btn.prev {
    left: 0;
  }
  .pro2-top .m-propic2 .box-btn.next {
    right: 0;
  }
  .pro2-top .m-propic2 .box-list {
    overflow: hidden;
  }
  .pro2-top .m-propic2 .box-list ul {
    width: 1000%;
  }
  .pro2-top .m-propic2 .list-item {
    float: left;
    margin-left: 0.1%;
    margin-right: 0.1%;
    margin-bottom: 0;
    width: 3.13%;
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    overflow: hidden;
  }
  .pro2-top .m-propic2 .list-item img {
    display: block;
  }
}
@media only screen and (max-width: 480px) and (max-width: 640px) {
  .pro2-top .m-propic2 .list-item {
    width: 4.8%;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .pro2-top .m-propic2 .list-item {
    width: 9.8%;
  }
}
@media screen and (max-width: 480px) {
  .pro2-top .m-propic2 .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .pro2-top .m-propic2 .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 99.6086105675%;
    height: 0;
  }
  .pro2-top .m-propic2 .item-videobox .item-video iframe, .pro2-top .m-propic2 .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .pro2-top .m-propic2 .item-videobox .item-video iframe body {
    margin: 0px !important;
  }
}

.pro2-top .box-info .item-title {
  overflow: hidden;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  letter-spacing: -0.75px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  padding-top: 3px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1519px) {
  .pro2-top .box-info .item-title {
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-info .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .box-info .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-info .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pro2-top .box-info .item-desc {
  min-height: 408px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.pro2-top .box-info .item-desc, .pro2-top .box-info .item-desc * {
  color: #666;
}
.pro2-top .box-info .item-desc img, .pro2-top .box-info .item-desc iframe {
  max-width: 100%;
}
@media screen and (max-width: 1519px) {
  .pro2-top .box-info .item-desc {
    min-height: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-info .item-desc {
    min-height: 215px;
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .box-info .item-desc {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-info .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro2-top .box-info .item-btns {
  float: left;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1519px) {
  .pro2-top .box-info .item-btns {
    float: none;
  }
}
.pro2-top .box-info .item-btns .item-btn {
  display: inline-flex;
  padding: 13px 30px 13px 30px;
  align-items: center;
  background-color: transparent;
  border: solid 1px #1e1e1e;
  color: #333;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 27px;
  gap: 10px;
  margin-right: 21px;
}
.pro2-top .box-info .item-btns .item-btn .iconfont {
  font-size: 13px;
  font-size: 1.3rem;
}
.pro2-top .box-info .item-btns .item-btn:last-child {
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-info .item-btns .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 10px 20px;
    gap: 10px;
  }
  .pro2-top .box-info .item-btns .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pro2-top .box-info .item-btns .item-btn:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-info .item-btns .item-btn {
    gap: 5px;
    padding: 8px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-right: 15px;
  }
  .pro2-top .box-info .item-btns .item-btn .iconfont {
    font-size: 10px;
    font-size: 1rem;
  }
}
.pro2-top .box-info .item-btnbox {
  overflow: hidden;
}
.pro2-top .box-info .pro-share {
  float: right;
  margin-top: 16px;
}
.pro2-top .box-info .pro-share .share-title {
  color: #1e1e1e;
}
@media screen and (max-width: 1519px) {
  .pro2-top .box-info .pro-share {
    float: none;
  }
}
.pro2-title {
  overflow: hidden;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 31px;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 1519px) {
  .pro2-title {
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

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

.core-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2%;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .core-list {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .core-list {
    gap: 0;
  }
}
.core-list .list-item {
  width: 49%;
  flex-flow: 49%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding: 20px 20px 19px;
}
@media screen and (max-width: 991px) {
  .core-list .list-item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .core-list .list-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .core-list .list-item {
    width: 100%;
    flex-flow: 100%;
  }
}
.core-list .iconfont {
  float: left;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 12px;
  text-align: center;
  background-color: #0F4C81;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .core-list .iconfont {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .core-list .iconfont {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
.core-list .item-body {
  overflow: hidden;
  padding-top: 1px;
}

.cus-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2%;
  margin-bottom: -30px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .cus-list {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .cus-list {
    gap: 0;
  }
}
.cus-list .list-item {
  width: 31.9333333333%;
  flex-flow: 31.9333333333%;
  background-color: #f2f3f5;
  margin-bottom: 30px;
  padding: 20px 20px 19px;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .cus-list .list-item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cus-list .list-item {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cus-list .list-item {
    width: 49%;
    flex-flow: 49%;
  }
}
@media screen and (max-width: 480px) {
  .cus-list .list-item {
    width: 100%;
    flex-flow: 100%;
  }
}
.cus-list .list-item:hover {
  background-color: #0F4C81;
}
.cus-list .list-item:hover .item-pic .img2 {
  visibility: visible;
  opacity: 1;
}
.cus-list .list-item:hover .item-pic .img1 {
  visibility: hidden;
  opacity: 0;
}
.cus-list .list-item:hover .item-desc, .cus-list .list-item:hover .item-desc * {
  color: #fff;
}
.cus-list .item-pic {
  width: 66px;
  position: relative;
  margin-bottom: 29px;
}
.cus-list .item-pic img {
  transition: all 0.35s;
  width: 100%;
}
.cus-list .item-pic .img1 {
  visibility: visible;
  opacity: 1;
}
.cus-list .item-pic .img2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1219px) {
  .cus-list .item-pic {
    width: 56px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cus-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cus-list .item-pic {
    width: 44px;
    margin-bottom: 10px;
  }
}

.pro2-box {
  padding-bottom: 66px;
}
@media screen and (max-width: 991px) {
  .pro2-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box {
    padding-bottom: 30px;
  }
}
.pro2-box.pro2-box4 {
  padding-bottom: 18px;
}
.pro2-box:last-child {
  padding-bottom: 10px;
}

.pro2-appbox {
  position: relative;
  float: right;
  width: calc(50% + 750px + 50px);
  padding: 30px 0 50px 50px;
}
@media screen and (max-width: 1519px) {
  .pro2-appbox {
    width: calc(50% + 600px + 40px);
    padding: 30px 0 40px 40px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-appbox {
    width: calc(50% + 480px + 30px);
    padding: 30px 0 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-appbox {
    width: calc(50% + 360px + 20px);
    padding: 30px 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-appbox {
    width: 100%;
    padding: 20px 0 20px 15px;
  }
}
.pro2-appbox .box-item {
  visibility: visible;
  opacity: 0;
  width: 39.2397660819%;
}
@media screen and (max-width: 480px) {
  .pro2-appbox .box-item {
    width: 55%;
  }
}
.pro2-appbox .box-item .item-body {
  height: 157px;
}
@media screen and (max-width: 1519px) {
  .pro2-appbox .box-item .item-body {
    height: 153px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-appbox .box-item .item-body {
    height: 103px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-appbox .box-item .item-body {
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-appbox .box-item .item-body {
    height: 70px;
  }
}

.pro2app-scroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pro2app-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  bottom: 50px;
  right: calc(100% - 1500px - 50px);
}
@media screen and (max-width: 1519px) {
  .pro2app-scroll .scroll-btns {
    right: calc(100% - 1200px);
    bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-btns {
    right: calc(100% - 960px);
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2app-scroll .scroll-btns {
    right: calc(100% - 720px);
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-btns {
    right: 15px;
    bottom: 20px;
  }
}
.pro2app-scroll .scroll-btns .scroll-btn {
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid #666;
  color: #666;
  transition: all 0.35s;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-btns .scroll-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro2app-scroll .scroll-btns .scroll-btn:hover {
  border-color: #C1292E;
  background-color: #C1292E;
  color: #fff;
}
.pro2app-scroll .scroll-btns .scroll-btn.prev {
  margin-right: 14px;
}
@media screen and (max-width: 991px) {
  .pro2app-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-btns .scroll-btn.prev {
    margin-right: 5px;
  }
}
.pro2app-scroll .scroll-list-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 50px;
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-list-box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2app-scroll .scroll-list-box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-list-box {
    padding-left: 15px;
    padding-top: 20px;
  }
}
.pro2app-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.pro2app-scroll .scroll-list li {
  float: left;
  width: 0.2795321637%;
  margin-right: 0.0187134503%;
  cursor: pointer;
  position: relative;
  transition: all 0.8s;
}
@media screen and (max-width: 480px) {
  .pro2app-scroll .scroll-list li {
    width: 0.4%;
    margin-right: 0.03%;
  }
}
.pro2app-scroll .scroll-list li:first-child {
  width: 0.3923976608%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.pro2app-scroll .scroll-list li:first-child .item-pic {
  border-radius: 16px 16px 0 0;
}
.pro2app-scroll .scroll-list li:first-child .item-body {
  padding: 34px 17px 63px;
}
.pro2app-scroll .scroll-list li:first-child .item-btn {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-list li:first-child {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .pro2app-scroll .scroll-list li:first-child .item-body {
    padding: 25px 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2app-scroll .scroll-list li:first-child .item-body {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-list li:first-child {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .pro2app-scroll .scroll-list li:first-child .item-pic {
    border-radius: 10px 10px 0 0;
  }
  .pro2app-scroll .scroll-list li:first-child .item-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 480px) {
  .pro2app-scroll .scroll-list li:first-child {
    width: 0.55%;
  }
}
.pro2app-scroll .scroll-list .item-pic {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-list .item-pic {
    border-radius: 10px;
  }
}
.pro2app-scroll .scroll-list .item-body {
  padding: 24px 12px;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-list .item-body {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2app-scroll .scroll-list .item-body {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-list .item-body {
    padding: 10px 0;
  }
}
.pro2app-scroll .scroll-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
.pro2app-scroll .scroll-list .item-title a {
  height: 60px;
}
@media screen and (max-width: 1519px) {
  .pro2app-scroll .scroll-list .item-title {
    line-height: 28px;
  }
  .pro2app-scroll .scroll-list .item-title a {
    height: 56px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .pro2app-scroll .scroll-list .item-title a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .pro2app-scroll .scroll-list .item-title a {
    height: 40px;
  }
}
.pro2app-scroll .scroll-list .item-btn {
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(15, 76, 129, 0.5);
  text-align: center;
  padding: 5px;
  position: absolute;
  top: -32px;
  right: 35px;
}
.pro2app-scroll .scroll-list .item-btn .iconfont {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 51px;
  height: 51px;
  line-height: 51px;
  border-radius: 50%;
  background-color: #0F4C81;
  color: #fff;
}
.pro2app-scroll .scroll-list .item-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(193, 41, 46, 0.5);
}
.pro2app-scroll .scroll-list .item-btn:hover .iconfont {
  background-color: #C1292E;
}
@media screen and (max-width: 1219px) {
  .pro2app-scroll .scroll-list .item-btn {
    top: -23px;
    right: 15px;
    width: 45px;
    height: 45px;
    padding: 3px;
  }
  .pro2app-scroll .scroll-list .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
}
@media screen and (max-width: 991px) {
  .pro2app-scroll .scroll-list .item-btn {
    right: 10px;
    width: 36px;
    height: 36px;
    top: -18px;
  }
  .pro2app-scroll .scroll-list .item-btn .iconfont {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pro2app-scroll .scroll-list .item-btn {
    right: 5px;
    width: 30px;
    height: 30px;
    top: -15px;
  }
  .pro2app-scroll .scroll-list .item-btn .iconfont {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.related-probox {
  background-color: #f7f7f8;
  padding: 105px 0 78px;
}
@media screen and (max-width: 1419px) {
  .related-probox {
    padding: 90px 0 70px;
  }
}
@media screen and (max-width: 1219px) {
  .related-probox {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .related-probox {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .related-probox {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .related-probox {
    padding: 30px 0;
  }
}

.relatedpro-owl {
  position: relative;
}
.relatedpro-owl .owl-carousel {
  position: static;
  width: 101.8666666667%;
  margin-left: -0.9333333333%;
}
@media screen and (max-width: 991px) {
  .relatedpro-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.relatedpro-owl .owl-wrapper {
  padding: 49px 0 20px;
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .owl-wrapper {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .relatedpro-owl .owl-wrapper {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .relatedpro-owl .owl-wrapper {
    padding: 20px 0 20px;
  }
}
.relatedpro-owl .list-item {
  margin: 0 3.664921466%;
  position: relative;
  transition: all 0.35s;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 22px 29px 20px;
  text-align: center;
}
@media screen and (max-width: 1519px) {
  .relatedpro-owl .list-item {
    padding: 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .list-item {
    padding: 12px 12px 20px;
  }
}
@media screen and (max-width: 991px) {
  .relatedpro-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 767px) {
  .relatedpro-owl .list-item {
    border-radius: 10px;
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  .relatedpro-owl .list-item {
    padding: 5px 5px 15px;
  }
}
@media screen and (max-width: 480px) {
  .relatedpro-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.relatedpro-owl .item-pic {
  border-radius: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1519px) {
  .relatedpro-owl .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .item-pic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .relatedpro-owl .item-pic {
    border-radius: 10px;
  }
}
.relatedpro-owl .item-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 13px;
  color: #333;
}
.relatedpro-owl .item-title a {
  color: #333;
  height: 60px;
}
@media screen and (max-width: 1519px) {
  .relatedpro-owl .item-title {
    margin-bottom: 15px;
    line-height: 26px;
  }
  .relatedpro-owl .item-title a {
    height: 52px;
  }
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .item-title {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .relatedpro-owl .item-title a {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .relatedpro-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .relatedpro-owl .item-title a {
    height: 40px;
  }
}
.relatedpro-owl .item-btn {
  display: inline-block;
  color: #0F4C81;
  border: solid 1px #0F4C81;
  line-height: 30px;
  padding: 0 29px;
  border-radius: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}
.relatedpro-owl .item-btn:hover {
  background-color: #0F4C81;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 25px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .relatedpro-owl .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
    line-height: 22px;
  }
}
.relatedpro-owl .owl-buttons {
  display: none !important;
}
.relatedpro-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: -56px;
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .owl-btns {
    top: -40px;
  }
}
@media screen and (max-width: 991px) {
  .relatedpro-owl .owl-btns {
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .relatedpro-owl .owl-btns {
    position: relative;
    top: 0;
    text-align: center;
  }
}
.relatedpro-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 1px #000;
  color: #000;
  transition: all 0.35s;
}
.relatedpro-owl .owl-btns .owl-btn:hover {
  border-color: #C1292E;
  background-color: #C1292E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .relatedpro-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.relatedpro-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .relatedpro-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
/*-------------3-2-poducts end--------------------------------------------------------------*/
/*-------------4-1-application start--------------------------------------------------------*/
.app1-list {
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .app1-list {
    padding-bottom: 10px;
  }
}
.app1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 32.1333333333%;
  margin-left: 1.8%;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.35s;
}
.app1-list .list-item:hover {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
.app1-list .list-item:hover .item-btn {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1519px) {
  .app1-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .app1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .app1-list .list-item {
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .app1-list .list-item .item-btn {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .app1-list .list-item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .app1-list .list-item {
    width: 48%;
    margin: 0 1% 25px !important;
  }
}
.app1-list .item-body {
  padding: 25px 18px 24px 14px;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .app1-list .item-body {
    padding: 25px 14px 20px;
  }
}
@media screen and (max-width: 991px) {
  .app1-list .item-body {
    padding: 20px 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .app1-list .item-body {
    padding: 18px 8px 10px;
  }
}
.app1-list .item-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  height: 60px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1519px) {
  .app1-list .item-title {
    line-height: 28px;
    height: 56px;
  }
}
@media screen and (max-width: 1219px) {
  .app1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .app1-list .item-title {
    line-height: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .app1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.app1-list .item-line {
  height: 1px;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .app1-list .item-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .app1-list .item-line {
    margin-bottom: 5px;
  }
}
.app1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  height: 56px;
}
@media screen and (max-width: 1219px) {
  .app1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .app1-list .item-desc {
    line-height: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .app1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    height: 36px;
  }
}
.app1-list .item-btn {
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(15, 76, 129, 0.5);
  text-align: center;
  padding: 3px;
  position: absolute;
  top: -23px;
  right: 26px;
}
.app1-list .item-btn .iconfont {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #0F4C81;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .app1-list .item-btn {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .app1-list .item-btn {
    right: 10px;
    width: 36px;
    height: 36px;
    top: -18px;
  }
  .app1-list .item-btn .iconfont {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .app1-list .item-btn {
    right: 5px;
    width: 30px;
    height: 30px;
    top: -15px;
  }
  .app1-list .item-btn .iconfont {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 1rem;
  }
}

/*-------------4-1-application end----------------------------------------------------------*/
/*-------------4-2-application start--------------------------------------------------------*/
.app2-main {
  padding-bottom: 10px;
}
.app2-main .app2-slide {
  width: 320px;
}
@media screen and (max-width: 1519px) {
  .app2-main .app2-slide {
    width: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .app2-main .app2-slide {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .app2-main .app2-slide {
    width: 100%;
    float: none;
  }
}
.app2-main .app2-detail {
  width: 1118px;
}
@media screen and (max-width: 1519px) {
  .app2-main .app2-detail {
    width: 860px;
  }
}
@media screen and (max-width: 1219px) {
  .app2-main .app2-detail {
    width: 680px;
  }
}
@media screen and (max-width: 991px) {
  .app2-main .app2-detail {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .app2-main .app2-detail {
    margin-bottom: 30px;
  }
}

.app2-slide .box-title {
  margin-bottom: 23px;
}
@media screen and (max-width: 1219px) {
  .app2-slide .box-title {
    margin-bottom: 20px;
  }
}
.app2-slide .box-title > a {
  display: block;
  background-color: #0F4C81;
  border-radius: 8px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  padding: 17px 20px 16px 20px;
}
.app2-slide .box-title > a:hover {
  background-color: #C1292E;
}
@media screen and (max-width: 1219px) {
  .app2-slide .box-title > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .app2-slide .box-title > a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .app2-slide .box-title > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.app2-slide .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.app2-slide .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1219px) {
  .app2-slide .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .app2-slide .box-list .list-item {
    width: 32%;
    margin-left: 2%;
  }
  .app2-slide .box-list .list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .app2-slide .box-list .list-item {
    width: 49%;
  }
  .app2-slide .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .app2-slide .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.app2-slide .box-list .item-pic {
  border-radius: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .app2-slide .box-list .item-pic {
    margin-bottom: 10px;
  }
}
.app2-slide .box-list .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.app2-slide .box-list .item-title, .app2-slide .box-list .item-title a {
  color: #000;
}
@media screen and (max-width: 1219px) {
  .app2-slide .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .app2-slide .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.app2-detail > .item-title {
  text-align: left;
}
.app2-detail > .item-date {
  text-align: left;
  padding-bottom: 21px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .app2-detail > .item-date {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .app2-detail > .item-date {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.app2-detail > .item-body {
  margin-bottom: 39px;
}
@media screen and (max-width: 1219px) {
  .app2-detail > .item-body {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .app2-detail > .item-body {
    margin-bottom: 20px;
  }
}

/*-------------4-2-application end----------------------------------------------------------*/
/*-------------5-customization service start------------------------------------------------*/
.service-title {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.service-title, .service-title * {
  color: #1e1e1e;
}
@media screen and (max-width: 1519px) {
  .service-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .service-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .service-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .service-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.service-process {
  padding-top: 2px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1519px) {
  .service-process {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .service-process {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-process {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-process {
    padding-bottom: 20px;
  }
}
.service-process .service-title {
  margin-bottom: 46px;
}
@media screen and (max-width: 1219px) {
  .service-process .service-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-process .service-title {
    margin-bottom: 20px;
  }
}
.service-process .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2%;
}
@media screen and (max-width: 991px) {
  .service-process .box-list {
    gap: 2%;
  }
}
.service-process .box-list .list-item {
  width: 18.4%;
  flex-basis: 18.4%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 30px 18px 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1519px) {
  .service-process .box-list .list-item {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1219px) {
  .service-process .box-list .list-item {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 991px) {
  .service-process .box-list .list-item {
    width: 32%;
    flex-basis: 32%;
  }
}
@media screen and (max-width: 767px) {
  .service-process .box-list .list-item {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service-process .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
.service-process .box-list .item-icon {
  width: 70px;
  margin: 0 auto 21px;
}
.service-process .box-list .item-icon img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1519px) {
  .service-process .box-list .item-icon {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .service-process .box-list .item-icon {
    width: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-process .box-list .item-icon {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service-process .box-list .item-icon {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .service-process .box-list .item-icon {
    width: 35px;
  }
}
.service-process .box-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-bottom: 15px;
}
@media screen and (max-width: 1519px) {
  .service-process .box-list .item-title {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .service-process .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .service-process .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.service-process .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1519px) {
  .service-process .box-list .item-desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .service-process .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service-process .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.service-items {
  background-color: #f4f4f4;
  padding: 100px 0;
}
@media screen and (max-width: 1519px) {
  .service-items {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .service-items {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .service-items {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-items {
    padding: 30px 0;
  }
}
.service-items .left-box {
  float: left;
  width: 45.3333333333%;
  margin-right: 4.6666666667%;
  padding-top: 19px;
}
@media screen and (max-width: 1519px) {
  .service-items .left-box {
    padding-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .service-items .left-box {
    margin-right: 3.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .service-items .left-box {
    width: 100%;
    float: none;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-items .left-box {
    margin-bottom: 20px;
  }
}
.service-items .left-box .box-title {
  margin-bottom: 19px;
  line-height: 1.29167;
  color: #1e1e1e;
}
.service-items .left-box .box-title strong {
  color: #0F4C81;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 1519px) {
  .service-items .left-box .box-title {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-items .left-box .box-title {
    margin-bottom: 5px;
  }
}
.service-items .left-box .box-subt {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #0F4C81;
  margin-bottom: 22px;
}
@media screen and (max-width: 1519px) {
  .service-items .left-box .box-subt {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .service-items .left-box .box-subt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service-items .left-box .box-subt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service-items .box-options li {
  border-bottom: solid 1px #D9D9D9;
  position: relative;
  padding: 17px 0 15px;
  cursor: pointer;
  transition: all 0.35s;
}
@media screen and (max-width: 1519px) {
  .service-items .box-options li {
    padding: 14px 0;
  }
}
@media screen and (max-width: 1219px) {
  .service-items .box-options li {
    padding: 10px 0;
  }
}
.service-items .box-options li:hover, .service-items .box-options li.active {
  border-bottom-color: #0F4C81;
}
.service-items .box-options li:hover .iconfont, .service-items .box-options li.active .iconfont {
  opacity: 1;
}
.service-items .box-options li:hover .item-title, .service-items .box-options li.active .item-title {
  color: #1e1e1e;
}
.service-items .box-options .iconfont {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
  background-color: #0F4C81;
  color: #fff;
  opacity: 0.3;
  float: left;
  margin-right: 12px;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .service-items .box-options .iconfont {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-items .box-options .iconfont {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
.service-items .box-options .item-title {
  overflow: hidden;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  color: #666;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .service-items .box-options .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service-items .box-options .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.service-items .box-content {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .service-items .box-content {
    max-width: 480px;
  }
}
.service-items .box-content .item-pic {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .service-items .box-content .item-pic {
    border-radius: 10px;
  }
}

.service-factory {
  padding: 100px 0 40px;
}
@media screen and (max-width: 1519px) {
  .service-factory {
    padding: 90px 0 40px;
  }
}
@media screen and (max-width: 1219px) {
  .service-factory {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-factory {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-factory {
    padding: 30px 0 20px;
  }
}
.service-factory .service-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1519px) {
  .service-factory .service-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .service-factory .service-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-factory .service-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-factory .service-title {
    margin-bottom: 20px;
  }
}
.service-factory .box-list .list-item {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1519px) {
  .service-factory .box-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .service-factory .box-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-factory .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-factory .box-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .list-item {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .service-factory .box-list .list-item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
}
.service-factory .box-list .list-item.item1 {
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .list-item.item1 .item-pic {
    float: left;
    margin-right: 2.6666666667%;
  }
}
.service-factory .box-list .list-item.item1 .item-body {
  margin-left: -6.5333333333%;
}
@media screen and (max-width: 991px) {
  .service-factory .box-list .list-item.item1 .item-body {
    margin-left: -10%;
  }
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .list-item.item1 .item-body {
    margin-left: 0;
  }
}
.service-factory .box-list .list-item.item2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .list-item.item2 .item-pic {
    float: right;
    margin-left: 2.6666666667%;
  }
}
.service-factory .box-list .list-item.item2 .item-body {
  margin-right: -6.5333333333%;
}
@media screen and (max-width: 991px) {
  .service-factory .box-list .list-item.item2 .item-body {
    margin-right: -10%;
  }
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .list-item.item2 .item-body {
    margin-right: 0;
  }
}
.service-factory .box-list .item-pic {
  width: 40.5333333333%;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .service-factory .box-list .item-pic {
    width: 46.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .service-factory .box-list .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .item-pic {
    border-radius: 10px;
    width: 46.6666666667%;
    max-width: 270px;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 480px) {
  .service-factory .box-list .item-pic {
    max-width: 100%;
    width: 100%;
    float: none !important;
    margin: 0 auto !important;
  }
}
.service-factory .box-list .item-body {
  position: relative;
  z-index: 2;
  width: 66%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 30px 30px 45px;
  min-height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1519px) {
  .service-factory .box-list .item-body {
    min-height: 240px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .service-factory .box-list .item-body {
    min-height: 190px;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service-factory .box-list .item-body {
    width: 63.3333333333%;
    min-height: 160px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-factory .box-list .item-body {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    min-height: 135px;
    border-radius: 10px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .item-body {
    min-height: auto;
    display: inherit;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .service-factory .box-list .item-body {
    padding: 15px;
  }
}
.service-factory .box-list .item-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1519px) {
  .service-factory .box-list .item-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1219px) {
  .service-factory .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-factory .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .service-factory .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service-factory .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .service-factory .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .service-factory .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .service-factory .box-list .item-desc {
    overflow: visible;
  }
}

.service-box4 {
  background-color: #f4f4f4;
}

.service-faq {
  padding-top: 105px;
}
@media screen and (max-width: 1519px) {
  .service-faq {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .service-faq {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .service-faq {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service-faq {
    padding-top: 30px;
  }
}
.service-faq .page-title {
  text-align: center;
  margin-bottom: 50px;
}
.service-faq .page-title, .service-faq .page-title * {
  color: #333;
}
.service-faq .faq-list {
  padding-bottom: 0;
}
.service-faq .faq-list .list-item:last-child {
  margin-bottom: 0;
}

.page-form {
  padding: 105px 0 100px;
}
@media screen and (max-width: 1519px) {
  .page-form {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .page-form {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-form {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-form {
    padding: 30px 0;
  }
}
.page-form .page-title {
  margin-bottom: 31px;
}
@media screen and (max-width: 1219px) {
  .page-form .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-form .page-title {
    margin-bottom: 20px;
  }
}
.page-form .box-form {
  background-color: #F2F6FB;
  border-radius: 24px;
  padding: 52px 3.3333333333% 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 1219px) {
  .page-form .box-form {
    border-radius: 20px;
    padding: 50px 30px 38px;
  }
}
@media screen and (max-width: 991px) {
  .page-form .box-form {
    padding: 40px 30px 26px;
  }
}
@media screen and (max-width: 767px) {
  .page-form .box-form {
    border-radius: 10px;
    padding: 30px 15px 20px;
  }
}
.page-form .box-form .star {
  position: relative;
}
.page-form .box-form .star:before {
  position: absolute;
  content: "*";
  left: 14px;
  color: #ff0000;
  top: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.page-form .box-form .star input, .page-form .box-form .star textarea, .page-form .box-form .star select {
  padding-left: 27px;
}
.page-form .box-form .item-input {
  float: left;
  width: 49.5%;
  margin-bottom: 14px;
}
  /*
.page-form .box-form .item-input:nth-child(even) {
float: right;
}
*/
.page-form .box-form .item-textarea {
  float: left;
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}
.page-form .box-form .item-textarea.star:before {
  top: 21px;
}
.page-form .box-form input, .page-form .box-form textarea, .page-form .box-form select {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 0 14px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.page-form .box-form input, .page-form .box-form select {
  height: 60px;
  line-height: 60px;
}
.page-form .box-form textarea {
  height: 214px;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.page-form .box-form .item-code {
  float: left !important;
  position: relative;
  overflow: hidden;
}
.page-form .box-form .item-code input {
  padding-right: 105px;
}
.page-form .box-form .item-img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
  border-left: solid 1px #999;
}
.page-form .box-form .item-img img {
  max-height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
.page-form .box-form .item-btn {
  float: right !important;
}
.page-form .box-form .item-btn input {
  padding: 0;
  background-color: #0F4C81;
  color: #fff;
  transition: all 0.5s;
}
.page-form .box-form .item-btn input:hover {
  background-color: #C1292E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .page-form .box-form input, .page-form .box-form select {
    height: 50px;
    line-height: 48px;
  }
  .page-form .box-form input, .page-form .box-form textarea, .page-form .box-form select {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-form .box-form textarea {
    padding-top: 10px;
  }
  .page-form .box-form .star:before {
    top: 21px;
    left: 10px;
  }
  .page-form .box-form .star input, .page-form .box-form .star textarea, .page-form .box-form .star select {
    padding-left: 20px;
  }
  .page-form .box-form .item-textarea.star:before {
    top: 18px;
  }
  .page-form .box-form .item-code input {
    padding-right: 100px;
  }
  .page-form .box-form .item-img {
    right: 10px;
  }
  .page-form .box-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-form .box-form input, .page-form .box-form select {
    height: 40px;
    line-height: 38px;
  }
  .page-form .box-form input, .page-form .box-form textarea, .page-form .box-form select {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-form .box-form textarea {
    padding-top: 10px;
    height: 150px;
  }
  .page-form .box-form .star:before {
    top: 14px;
  }
  .page-form .box-form .item-textarea.star:before {
    top: 18px;
  }
  .page-form .box-form .item-code input {
    padding-right: 70px;
  }
  .page-form .box-form .item-img {
    right: 5px;
    line-height: 30px;
  }
  .page-form .box-form .item-img img {
    max-height: 30px;
  }
  .page-form .box-form .item-btn input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-form .box-form .item-input, .page-form .box-form .item-textarea {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

/*-------------5-customization service end--------------------------------------------------*/
/*-------------6-about start----------------------------------------------------------------*/
.about-box1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  .about-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 {
    margin-bottom: 30px;
  }
}
.about-box1 .item-videobox {
  float: right;
  width: 50%;
  margin-left: 4.4%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1519px) {
  .about-box1 .item-videobox {
    margin-left: 3.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .item-videobox {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-videobox {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .about-box1 .item-videobox {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
.about-box1 .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 73.7333333333%;
  height: 0;
}
.about-box1 .item-videobox .item-video iframe, .about-box1 .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.about-box1 .item-videobox .item-video iframe body {
  margin: 0px !important;
}
.about-box1 .item-body {
  padding-top: 35px;
}
@media screen and (max-width: 1519px) {
  .about-box1 .item-body {
    padding-top: 0;
  }
}
.about-box1 .item-subt {
  color: #0F4C81;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
@media screen and (max-width: 1519px) {
  .about-box1 .item-subt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about-box1 .item-title {
  margin-bottom: 33px;
}
@media screen and (max-width: 1519px) {
  .about-box1 .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-title {
    margin-bottom: 10px;
  }
}
.about-box1 .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.about-box1 .item-desc, .about-box1 .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-box1 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.about-box2 {
  position: relative;
}
.about-box2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F6F6F7;
}
.about-box2 .box-list {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 60px 37px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1519px) {
  .about-box2 .box-list {
    padding: 40px 40px 37px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list {
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  .about-box2 .box-list {
    padding: 25px 10px 15px;
    justify-content: flex-start;
  }
}
.about-box2 .box-list .list-item {
  width: 13.3333333333%;
  flex-basis: 13.3333333333%;
  text-align: center;
}
@media screen and (max-width: 1519px) {
  .about-box2 .box-list .list-item {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .list-item {
    width: 18.6666666667%;
    flex-basis: 18.6666666667%;
  }
}
@media screen and (max-width: 640px) {
  .about-box2 .box-list .list-item {
    width: 31.33%;
    flex-basis: 31.33%;
    margin: 0 1% 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .list-item {
    width: 48%;
    flex-basis: 48%;
    margin: 0 1% 15px;
  }
}
.about-box2 .box-list .item-num {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  vertical-align: bottom;
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.about-box2 .box-list .item-num strong {
  color: #0F4C81;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 1519px) {
  .about-box2 .box-list .item-num strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-num strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list .item-num strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-num strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .item-num strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.about-box2 .box-list .item-num a:hover, .about-box2 .box-list .item-num a:hover * {
  color: #C1292E !important;
}
.about-box2 .box-list .item-title {
  margin-top: -1px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.about-box2 .box-list .item-title, .about-box2 .box-list .item-title * {
  color: #555;
}
.about-box2 .box-list .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-title {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.about-box3 {
  background-color: #F6F6F7;
  padding: 81px 0 81px;
}
@media screen and (max-width: 1219px) {
  .about-box3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-box3 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 {
    padding: 30px 0;
  }
}
.about-box3 .box-top .box-left {
  float: left;
  width: 400px;
  margin-right: 9.8666666667%;
  padding-top: 7px;
}
@media screen and (max-width: 1519px) {
  .about-box3 .box-top .box-left {
    margin-right: 6.6666666667%;
  }
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-top .box-left {
    width: 300px;
    margin-right: 3.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .about-box3 .box-top .box-left {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-top .box-left {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  .about-box3 .box-top .box-left {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
}
.about-box3 .box-top .box-left .item-title {
  letter-spacing: -0.25px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 1519px) {
  .about-box3 .box-top .box-left .item-title {
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-top .box-left .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-box3 .box-top .box-left .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-top .box-left .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.about-box3 .box-top .box-left .item-subt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-top .box-left .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-top .box-left .item-subt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.about-box3 .box-top .box-right {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.about-box3 .box-top .box-right p {
  position: relative;
  padding-left: 15px;
}
.about-box3 .box-top .box-right p:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.about-box3 .box-top .box-right, .about-box3 .box-top .box-right * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-top .box-right {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about-box3 .box-top .box-right p:before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-top .box-right {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .about-box3 .box-top .box-right p {
    padding-left: 10px;
  }
  .about-box3 .box-top .box-right p:before {
    top: 7px;
  }
}

.aboutfac-owl {
  position: relative;
}
.aboutfac-owl .owl-carousel {
  position: static;
  width: 101.8666666667%;
  margin-left: -0.9333333333%;
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.aboutfac-owl .owl-wrapper {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 58px 0 50px;
}
@media screen and (max-width: 1219px) {
  .aboutfac-owl .owl-wrapper {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .aboutfac-owl .owl-wrapper {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .owl-wrapper {
    padding: 20px 0 30px;
  }
}
.aboutfac-owl .list-item {
  height: 100%;
  margin: 0 3.664921466%;
  transition: all 0.35s;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media screen and (max-width: 1519px) {
  .aboutfac-owl .list-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .aboutfac-owl .list-item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .list-item {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .aboutfac-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.aboutfac-owl .item-pic {
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .aboutfac-owl .item-pic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .item-pic {
    margin-bottom: 5px;
  }
}
.aboutfac-owl .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  min-height: 56px;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .aboutfac-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    min-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .aboutfac-owl .item-title {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.aboutfac-owl .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1219px) {
  .aboutfac-owl .owl-controls {
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .owl-controls {
    bottom: 11px;
  }
}
.aboutfac-owl .owl-buttons {
  display: none !important;
}
.aboutfac-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.aboutfac-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 1px #999;
  color: #999;
  transition: all 0.35s;
}
.aboutfac-owl .owl-btns .owl-btn:hover {
  border-color: #C1292E;
  background-color: #C1292E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .aboutfac-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutfac-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aboutfac-owl .owl-btns .item-prev {
  margin-right: 148px;
}
.about-history {
  padding: 93px 0 99px;
  background: url(../images/his-bg.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.about-history:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/his-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1519px) {
  .about-history {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .about-history {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-history {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-history {
    padding: 30px 0;
  }
}
.about-history .box-top {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1519px) {
  .about-history .box-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .about-history .box-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-history .box-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-history .box-top {
    margin-bottom: 20px;
  }
}
.about-history .box-top .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  color: #666;
  margin-top: 20px;
}
@media screen and (max-width: 1219px) {
  .about-history .box-top .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-history .box-top .item-desc {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.about-history .his-content {
  width: 79.3333333333%;
  margin: 0 auto;
  padding: 24px 35px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1519px) {
  .about-history .his-content {
    padding: 24px;
  }
}
@media screen and (max-width: 1219px) {
  .about-history .his-content {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-history .his-content {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-history .his-content {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .about-history .his-content {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .about-history .his-content {
    padding: 10px 10px 20px;
  }
}
.about-history .his-content .tab-content-item {
  position: relative;
  display: none;
}
.about-history .his-content .tab-content-item:first-child {
  display: block;
}
.about-history .his-content .item-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .about-history .his-content .item-box {
    display: block;
  }
}
.about-history .his-content .item-pic {
  flex: 0 0 auto;
  width: 45.8928571429%;
  flex-basis: 45.8928571429%;
  margin-right: 3.75%;
  border-radius: 16px;
}
@media screen and (max-width: 1219px) {
  .about-history .his-content .item-pic {
    margin-right: 2.6785714286%;
  }
}
@media screen and (max-width: 767px) {
  .about-history .his-content .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .about-history .his-content .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.about-history .his-content .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
.about-history .his-content .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #0F4C81;
  margin-bottom: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 1519px) {
  .about-history .his-content .item-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .about-history .his-content .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-history .his-content .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-history .his-content .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.about-history .his-content .item-desc {
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.about-history .his-content .item-desc, .about-history .his-content .item-desc * {
  color: #666;
}
.about-history .his-content .item-desc img, .about-history .his-content .item-desc iframe {
  max-width: 100%;
}
@media screen and (max-width: 1219px) {
  .about-history .his-content .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-history .his-content .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.his-scroll {
  position: relative;
  margin-bottom: 66px;
}
@media screen and (max-width: 1519px) {
  .his-scroll {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .his-scroll {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .his-scroll {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .his-scroll {
    margin-bottom: 30px;
  }
}
.his-scroll:before {
  position: absolute;
  content: "";
  bottom: 14px;
  height: 2px;
  left: 50%;
  width: 1920px;
  transform: translateX(-50%);
  border-bottom: dashed 2px #0F4C81;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .his-scroll:before {
    bottom: 9px;
  }
}
.his-scroll .scroll-btns {
  font-size: 0;
  letter-spacing: 0;
}
.his-scroll .scroll-btns .scroll-btn {
  position: absolute;
  z-index: 3;
  bottom: -19px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F4F4F4;
  border: 2px solid #fff;
  padding: 3px;
  transition: all 0.35s;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1219px) {
  .his-scroll .scroll-btns .scroll-btn {
    width: 60px;
    height: 60px;
    bottom: -14px;
  }
}
@media screen and (max-width: 991px) {
  .his-scroll .scroll-btns .scroll-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .his-scroll .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    bottom: -5px;
  }
}
.his-scroll .scroll-btns .scroll-btn:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.his-scroll .scroll-btns .scroll-btn:hover .iconfont {
  border-color: #fff;
  background-color: #0F4C81;
  color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.his-scroll .scroll-btns .scroll-btn .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border: solid 2px #f4f4f4;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  color: #0F4C81;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .his-scroll .scroll-btns .scroll-btn .iconfont {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .his-scroll .scroll-btns .scroll-btn .iconfont {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #F4F4F4;
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .his-scroll .scroll-btns .scroll-btn .iconfont {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.his-scroll .scroll-btns .scroll-btn.prev {
  left: 22.7333333333%;
}
.his-scroll .scroll-btns .scroll-btn.next {
  right: 22.7333333333%;
}
.his-scroll .scroll-list-box {
  width: 100%;
  overflow: hidden;
}
.his-scroll .scroll-list {
  width: 10000%;
  position: relative;
}
.his-scroll .scroll-list li {
  float: left;
  width: 0.14%;
  margin-right: 0.29%;
  cursor: pointer;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .his-scroll .scroll-list li {
    width: 0.2%;
    margin-right: 0.2%;
  }
}
.his-scroll .scroll-list li.active .item-circle {
  background-color: #fff;
  border: solid 4px #0F4C81;
}
.his-scroll .scroll-list li.active .item-circle:before {
  opacity: 0;
  visibility: hidden;
}
.his-scroll .scroll-list li.active .item-title {
  color: #C1292E;
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1519px) {
  .his-scroll .scroll-list li.active .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .his-scroll .scroll-list li.active .item-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .his-scroll .scroll-list li.active .item-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .his-scroll .scroll-list li.active .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .his-scroll .scroll-list li.active .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.his-scroll .scroll-list .item-title {
  transition: all 0.35s;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 48px;
  color: #0F4C81;
  margin-bottom: 9px;
  margin-top: 11px;
}
@media screen and (max-width: 1519px) {
  .his-scroll .scroll-list .item-title {
    line-height: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .his-scroll .scroll-list .item-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .his-scroll .scroll-list .item-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .his-scroll .scroll-list .item-title {
    line-height: 22px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .his-scroll .scroll-list .item-title {
    line-height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.his-scroll .scroll-list .item-circle {
  margin: 0 auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  position: relative;
  transition: all 0.35s;
}
.his-scroll .scroll-list .item-circle:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0F4C81;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .his-scroll .scroll-list .item-circle {
    width: 20px;
    height: 20px;
  }
  .his-scroll .scroll-list .item-circle:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .his-scroll .scroll-list .item-circle {
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
  }
  .his-scroll .scroll-list .item-circle:before {
    width: 10px;
    height: 10px;
  }
}

/*-------------6-about end------------------------------------------------------------------*/
/*-------------7-1-resources-case start-----------------------------------------------------*/
.case1-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1519px) {
  .case1-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .case1-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .case1-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .case1-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .case1-item {
    display: block;
  }
}
.case1-item .item-pic {
  flex: 0 0 auto;
  border-radius: 20px;
  width: 51.1333333333%;
  flex-basis: 51.1333333333%;
  margin-right: 4%;
}
@media screen and (max-width: 1219px) {
  .case1-item .item-pic {
    margin-right: 3.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .case1-item .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .case1-item .item-pic {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.case1-item .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
.case1-item .item-title {
  letter-spacing: -0.25px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 39px;
  margin-top: 1px;
}
@media screen and (max-width: 1219px) {
  .case1-item .item-title {
    letter-spacing: 0;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .case1-item .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case1-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .case1-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.case1-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  opacity: 0.9;
  margin-bottom: 59px;
}
@media screen and (max-width: 1219px) {
  .case1-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .case1-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case1-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.case1-item .item-btn {
  display: block;
  text-align: center;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  background-color: #C1292E;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  transition: all 0.35s;
}
.case1-item .item-btn:hover {
  background-color: #0F4C81;
}
@media screen and (max-width: 991px) {
  .case1-item .item-btn {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .case1-item .item-btn {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .case1-item .item-btn {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.case1-list {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case1-list {
    padding-bottom: 10px;
  }
}
.case1-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1519px) {
  .case1-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .case1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .case1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case1-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .case1-list .list-item {
    margin-bottom: 20px;
  }
}
.case1-list .item-pic {
  flex: 0 0 auto;
  border-radius: 10px;
  width: 380px;
  flex-basis: 380px;
  margin-right: 3.3333333333%;
}
@media screen and (max-width: 991px) {
  .case1-list .item-pic {
    width: 300px;
    flex-basis: 300px;
  }
}
@media screen and (max-width: 767px) {
  .case1-list .item-pic {
    width: 260px;
    flex-basis: 260px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .case1-list .item-pic {
    width: 220px;
    flex-basis: 220px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .case1-list .item-pic {
    width: 45%;
    flex-basis: 45%;
    max-width: 180px;
  }
}
.case1-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
.case1-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 3px;
}
@media screen and (max-width: 1219px) {
  .case1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .case1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .case1-list .item-title {
    margin-bottom: 5px;
  }
}
.case1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  opacity: 0.9;
  margin-bottom: 39px;
}
@media screen and (max-width: 1219px) {
  .case1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .case1-list .item-desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case1-list .item-desc {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .case1-list .item-desc {
    margin-bottom: 0;
  }
}
.case1-list .item-btn {
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #0F4C81;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.35s;
}
.case1-list .item-btn:hover {
  background-color: #0F4C81;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .case1-list .item-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .case1-list .item-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .case1-list .item-btn {
    display: none;
  }
}

/*-------------7-1-resources-case end-------------------------------------------------------*/
/*-------------7-2-resources-case start-----------------------------------------------------*/
.case2-top {
  margin-bottom: 61px;
}
@media screen and (max-width: 1219px) {
  .case2-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .case2-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .case2-top {
    margin-bottom: 20px;
  }
}
.case2-top .item-pic {
  float: right;
  width: 47.1333333333%;
  margin-left: 9.3333333333%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.case2-top .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1519px) {
  .case2-top .item-pic {
    margin-left: 3.3333333333%;
  }
}
@media screen and (max-width: 1219px) {
  .case2-top .item-pic {
    margin-left: 2.6666666667%;
    border-radius: 16px;
  }
}
@media screen and (max-width: 991px) {
  .case2-top .item-pic {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .case2-top .item-pic {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 707px;
    border-radius: 10px;
  }
}
.case2-top .item-body {
  padding-top: 64px;
}
@media screen and (max-width: 1519px) {
  .case2-top .item-body {
    padding-top: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .case2-top .item-body {
    padding-top: 18px;
  }
}
@media screen and (max-width: 991px) {
  .case2-top .item-body {
    padding-top: 5px;
  }
}
.case2-top .item-body .item-title {
  letter-spacing: -0.5px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 22px;
}
@media screen and (max-width: 1519px) {
  .case2-top .item-body .item-title {
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1219px) {
  .case2-top .item-body .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .case2-top .item-body .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case2-top .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.case2-top .item-body .item-desc {
  margin-bottom: 30px;
  min-height: 149px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
.case2-top .item-body .item-desc, .case2-top .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1519px) {
  .case2-top .item-body .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .case2-top .item-body .item-desc {
    min-height: 130px;
  }
}
@media screen and (max-width: 991px) {
  .case2-top .item-body .item-desc {
    min-height: 100px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .case2-top .item-body .item-desc {
    min-height: auto;
  }
}

.case2-spec {
  margin-bottom: 39px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.case2-spec img, .case2-spec iframe {
  max-width: 100%;
}
.case2-spec, .case2-spec * {
  color: #6D6658;
}
@media screen and (max-width: 1219px) {
  .case2-spec {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .case2-spec {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.case2-list .list-item {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1219px) {
  .case2-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .case2-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case2-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .case2-list .list-item {
    display: block;
  }
}
.case2-list .list-item.item1 {
  flex-direction: row;
}
.case2-list .list-item.item1 .item-pic {
  margin-right: 5.6%;
}
@media screen and (max-width: 1219px) {
  .case2-list .list-item.item1 .item-pic {
    margin-right: 3.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .case2-list .list-item.item1 .item-pic {
    margin-right: 2%;
  }
}
.case2-list .list-item.item2 {
  flex-direction: row-reverse;
}
.case2-list .list-item.item2 .item-pic {
  margin-left: 5.6%;
}
@media screen and (max-width: 1219px) {
  .case2-list .list-item.item2 .item-pic {
    margin-left: 3.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .case2-list .list-item.item2 .item-pic {
    margin-left: 2%;
  }
}
.case2-list .item-pic {
  flex: 0 0 auto;
  width: 44.4%;
  flex-basis: 44.4%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .case2-list .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .case2-list .item-pic {
    width: 100%;
    margin: 0 auto 20px !important;
  }
}
.case2-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
.case2-list .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 38px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1519px) {
  .case2-list .item-title {
    letter-spacing: 0;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .case2-list .item-title {
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .case2-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case2-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.case2-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .case2-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .case2-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.case2-line {
  border-bottom: solid 2px rgba(153, 153, 153, 0.25);
  margin-bottom: 35px;
  padding-top: 8px;
}
@media screen and (max-width: 1219px) {
  .case2-line {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case2-line {
    margin-bottom: 20px;
  }
}

.case2-detail {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .case2-detail {
    padding-bottom: 0;
  }
}

/*-------------7-2-resources-case end-------------------------------------------------------*/
/*-------------7-3-resources-news start-----------------------------------------------------*/
.news1-main .news1-slide {
  width: 327px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1519px) {
  .news1-main .news1-slide {
    width: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-main .news1-slide {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .news1-main .news1-slide {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .news1-main .news1-slide {
    margin-bottom: 30px;
  }
}
.news1-main .news1-body {
  width: 1123px;
}
@media screen and (max-width: 1519px) {
  .news1-main .news1-body {
    width: 860px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-main .news1-body {
    width: 680px;
  }
}
@media screen and (max-width: 991px) {
  .news1-main .news1-body {
    width: 100%;
    float: none;
  }
}
.news1-slide .box-title {
  margin-bottom: 10px;
}
.news1-slide .box-title > a {
  display: block;
  background-color: #0F4C81;
  border-radius: 8px;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  padding: 22px 20px 19px 20px;
}
.news1-slide .box-title > a:hover {
  background-color: #C1292E;
}
@media screen and (max-width: 1219px) {
  .news1-slide .box-title > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news1-slide .box-title > a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .news1-slide .box-title > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.news1-slide .box-list {
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 2px 20px 19px;
}
@media screen and (max-width: 1219px) {
  .news1-slide .box-list {
    padding: 2px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .news1-slide .box-list {
    padding: 5px 15px 10px;
  }
}
.news1-slide .box-list > li > a {
  display: block;
  border-bottom: solid 1px #E1E2E4;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 19px 0 10px;
}
@media screen and (max-width: 1219px) {
  .news1-slide .box-list > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .news1-slide .box-list > li > a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .news1-slide .box-list > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
  }
}
.news1-slide .box-list > li.active > a, .news1-slide .box-list > li > a:hover {
  color: #0F4C81;
}

.news1-top {
  text-align: left;
  padding-top: 5px;
  margin-bottom: 33px;
}
.news1-top .item-desc {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .news1-top {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news1-top {
    margin-bottom: 30px;
  }
}

.news1-list {
  padding-bottom: 10px;
}
.news1-list .list-item {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: rgba(244, 244, 244, 0.5);
  margin-bottom: 50px;
}
@media screen and (max-width: 1519px) {
  .news1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .list-item {
    align-items: center;
    margin-bottom: 20px;
  }
}
.news1-list .item-pic {
  flex: 0 0 auto;
  width: 351px;
  flex-basis: 351px;
}
@media screen and (max-width: 1519px) {
  .news1-list .item-pic {
    width: 330px;
    flex-basis: 330px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-pic {
    width: 280px;
    flex-basis: 280px;
  }
}
@media screen and (max-width: 640px) {
  .news1-list .item-pic {
    width: 46.6666666667%;
    flex-basis: 46.6666666667%;
    min-width: 150px;
  }
}
.news1-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 21px 20px 21px 30px;
}
@media screen and (max-width: 1519px) {
  .news1-list .item-body {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-body {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-body {
    padding: 0 10px;
  }
}
.news1-list .item-date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #666;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-date {
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.news1-list .item-title {
  letter-spacing: -0.1px;
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  margin-bottom: 14px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-title {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .news1-list .item-title {
    margin-bottom: 5px;
  }
  .news1-list .item-title a {
    white-space: nowrap !important;
    -webkit-line-clamp: 1;
  }
}
.news1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*-------------7-3-resources-news end-------------------------------------------------------*/
/*-------------7-4-resources-news start-----------------------------------------------------*/
.news2-detail {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news2-detail {
    padding-bottom: 0;
  }
}
.news2-detail > .item-title {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-title {
    margin-bottom: 10px;
  }
}
.news2-detail > .item-date {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-date {
    margin-bottom: 20px;
  }
}

/*-------------7-4-resources-news end-------------------------------------------------------*/
/*-------------7-5-faq start----------------------------------------------------------------*/
.faq-top {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1519px) {
  .faq-top {
    padding: 0;
  }
}

.faq-list {
  padding-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .faq-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding-bottom: 10px;
  }
}
.faq-list .list-item {
  background-color: #f4f4f4;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 24px 30px 23px;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .faq-list .list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .list-item {
    border-radius: 10px;
    padding: 15px;
  }
}
.faq-list .item-title {
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  padding-left: 49px;
  padding-top: 1px;
  min-height: 34px;
}
.faq-list .item-title, .faq-list .item-title * {
  color: #222;
}
.faq-list .item-title .item-span {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #0F4C81;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 45px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .item-title {
    min-height: 30px;
    padding-top: 2px;
    padding-left: 40px;
  }
  .faq-list .item-title .item-span {
    width: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 24px;
    padding-top: 2px;
    padding-left: 30px;
  }
  .faq-list .item-title .item-span {
    width: 24px;
    line-height: 24px;
  }
}
.faq-list .item-desc {
  position: relative;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
}
.faq-list .item-desc, .faq-list .item-desc * {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-desc {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*-------------7-5-faq end------------------------------------------------------------------*/
/*-------------7-6-download start-----------------------------------------------------------*/
.down_wrap + .page-form {
  padding-top: 6px;
}

.download-top {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1519px) {
  .download-top {
    padding: 0;
  }
}

.download-list {
  padding-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .download-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .download-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .download-list {
    padding-bottom: 10px;
  }
}
.download-list .list-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1519px) {
  .download-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .download-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .download-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .list-item {
    margin-bottom: 20px;
  }
}
.download-list .item-pic {
  float: left;
  width: 290px;
  margin-right: 3.3333333333%;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 30px 0 rgba(173, 173, 173, 0.3);
}
@media screen and (max-width: 1519px) {
  .download-list .item-pic {
    width: 260px;
  }
}
@media screen and (max-width: 1219px) {
  .download-list .item-pic {
    width: 230px;
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 991px) {
  .download-list .item-pic {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-pic {
    box-shadow: 0 5px 10px 0 rgba(173, 173, 173, 0.3);
    width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .download-list .item-pic {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .download-list .item-pic {
    width: 120px;
  }
}
.download-list .item-body {
  font-size: 0;
  overflow: hidden;
}
.download-list .item-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 1px;
  margin-bottom: 38px;
}
.download-list .item-title a:hover {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  letter-spacing: -0.25px;
  color: #222 !important;
}
@media screen and (max-width: 1219px) {
  .download-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .download-list .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .download-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .download-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.download-list .item-btn {
  display: inline-block;
  line-height: 20px;
  padding: 12px 20px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: transparent;
  color: #666;
  border: solid 1px #666;
}
.download-list .item-btn .iconfont {
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1219px) {
  .download-list .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 15px 7px;
  }
  .download-list .item-btn .iconfont {
    margin-left: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px 3px;
  }
  .download-list .item-btn .iconfont {
    margin-left: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------7-6-download end-------------------------------------------------------------*/
/*-------------8-contact start--------------------------------------------------------------*/
.contact-info {
  float: left;
  width: 490px;
}
@media screen and (max-width: 1219px) {
  .contact-info {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding-bottom: 10px;
  }
}
.contact-info .box-title {
  letter-spacing: -0.5px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  margin-bottom: 9px;
  margin-top: 32px;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-title {
    letter-spacing: 0;
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-title {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.contact-info .box-subt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #0F4C81;
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-subt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-subt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.contact-info .box-list .list-item {
  position: relative;
  padding-left: 78px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .list-item {
    padding-left: 65px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .list-item {
    padding-left: 55px;
    margin-bottom: 20px;
  }
}
.contact-info .box-list .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 16px;
  background: rgba(35, 100, 170, 0.1);
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0F4C81;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .iconfont {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
.contact-info .box-list .item-title {
  font-family: "Poppins-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 11px;
  padding-top: 2px;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.contact-info .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.contact-info .box-list .item-desc, .contact-info .box-list .item-desc a {
  color: #0F4C81;
}
.contact-info .box-list .item-desc a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact-form {
  float: right;
  width: 767px;
  background-color: #f4f4f4;
  border-radius: 24px;
  padding: 56px 50px 47px;
  box-sizing: border-box;
}
@media screen and (max-width: 1519px) {
  .contact-form {
    width: 680px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form {
    width: 550px;
    border-radius: 20px;
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding: 40px 30px 26px;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    border-radius: 10px;
    padding: 30px 15px 20px;
  }
}
.contact-form .box-title {
  letter-spacing: -0.5px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-title {
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.contact-form .box-form .star {
  position: relative;
}
.contact-form .box-form .star:before {
  position: absolute;
  content: "*";
  left: 14px;
  color: #ff0000;
  top: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.contact-form .box-form .star input, .contact-form .box-form .star textarea, .contact-form .box-form .star select {
  padding-left: 27px;
}
.contact-form .box-form .item-input {
  float: left;
  width: 49.0254872564%;
  margin-bottom: 12px;
}
.contact-form .box-form .item-input:nth-child(even) {
  float: right;
}
.contact-form .box-form .item-textarea {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.contact-form .box-form .item-textarea.star:before {
  top: 21px;
}
.contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  padding: 0 14px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.contact-form .box-form input, .contact-form .box-form select {
  height: 62px;
  line-height: 60px;
}
.contact-form .box-form textarea {
  height: 152px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.contact-form .box-form .item-code {
  float: left !important;
  position: relative;
  overflow: hidden;
}
.contact-form .box-form .item-code input {
  padding-right: 105px;
}
.contact-form .box-form .item-img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
}
.contact-form .box-form .item-img img {
  max-height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
.contact-form .box-form .item-btn {
  float: right !important;
}
.contact-form .box-form .item-btn input {
  padding: 0;
  background-color: #0F4C81;
  color: #fff;
  transition: all 0.5s;
}
.contact-form .box-form .item-btn input:hover {
  background-color: #C1292E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-form input, .contact-form .box-form select {
    height: 50px;
    line-height: 48px;
  }
  .contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-form .box-form textarea {
    padding-top: 10px;
  }
  .contact-form .box-form .star:before {
    top: 21px;
    left: 10px;
  }
  .contact-form .box-form .star input, .contact-form .box-form .star textarea, .contact-form .box-form .star select {
    padding-left: 20px;
  }
  .contact-form .box-form .item-textarea.star:before {
    top: 18px;
  }
  .contact-form .box-form .item-code input {
    padding-right: 100px;
  }
  .contact-form .box-form .item-img {
    right: 10px;
  }
  .contact-form .box-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-form input, .contact-form .box-form select {
    height: 40px;
    line-height: 38px;
  }
  .contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-form .box-form textarea {
    padding-top: 10px;
    height: 150px;
  }
  .contact-form .box-form .star:before {
    top: 14px;
  }
  .contact-form .box-form .item-textarea.star:before {
    top: 18px;
  }
  .contact-form .box-form .item-code input {
    padding-right: 70px;
  }
  .contact-form .box-form .item-img {
    right: 5px;
    line-height: 30px;
  }
  .contact-form .box-form .item-img img {
    max-height: 30px;
  }
  .contact-form .box-form .item-btn input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box-form .item-input, .contact-form .box-form .item-textarea {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.map {
  margin-top: 10px;
}
.map img, .map iframe {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 0;
  }
}

/*-------------8-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: #0F4C81;
}
.n-nav .n-nav-icon span {
  display: none;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #0F4C81;
}
.n-nav .n-nav-icon.active {
  top: 5px;
  background: #222 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: #222;
  padding-top: 40px;
}
.n-nav .box-search {
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
  border: solid 1px #0F4C81;
  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: #0F4C81;
  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: #222;
}
.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%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.banner .carouse .slideItem .banner-img {
  width: 100%;
  display: block;
}
.banner .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.banner .carousel-control .iconfont {
  font-size: 16px;
  font-size: 1.6rem;
}
.banner .carousel-control:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.banner .carousel-control.left {
  left: 75px;
}
.banner .carousel-control.right {
  right: 75px;
}
@media screen and (max-width: 1219px) {
  .banner .carousel-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner .carousel-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .carousel-control {
    display: none !important;
  }
}
.banner .dotList {
  position: absolute;
  bottom: 5.1764705882%;
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .banner .dotList {
    bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList {
    bottom: 10px;
  }
}
.banner .dotList li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  margin: 0 16px;
  position: relative;
}
.banner .dotList li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .dotList li.active {
  background-color: rgba(15, 76, 129, 0.2);
  border-color: transparent;
}
.banner .dotList li.active:before {
  background-color: #0F4C81;
}
@media screen and (max-width: 1419px) {
  .banner .dotList li {
    margin: 0 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .dotList li {
    margin: 0 5px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 991px) {
  .banner .dotList li {
    margin: 0 5px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList li {
    margin: 0 3px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .banner .dotList li {
    width: 16px;
    height: 16px;
  }
  .banner .dotList li:before {
    width: 4px;
    height: 4px;
  }
}

.banner-img1 {
  display: block !important;
}
@media screen and (max-width: 991px) {
  .banner-img1 {
    display: none !important;
  }
}

.banner-img2 {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .banner-img2 {
    display: block !important;
  }
}

.banner .box-item {
  width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .banner .box-item {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .banner .box-item {
    display: none;
  }
}
.banner .box-item .item-subt {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.banner .box-item .item-subt, .banner .box-item .item-subt a {
  color: #fff;
}
.banner .box-item .item-subt a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1519px) {
  .banner .box-item .item-subt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .box-item .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.banner .box-item .item-title {
  font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: -0.65px;
  line-height: 1.29167;
  margin-bottom: 46px;
}
.banner .box-item .item-title, .banner .box-item .item-title a {
  color: #fff;
}
.banner .box-item .item-title a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1519px) {
  .banner .box-item .item-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .box-item .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.banner .box-item .box-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
}
@media screen and (max-width: 1519px) {
  .banner .box-item .box-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .box-item .box-list {
    margin-bottom: 30px;
  }
}
.banner .box-item .box-list .list-item {
  padding: 5px 42px 4px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.banner .box-item .box-list .list-item:first-child {
  border-left: 0;
}
@media screen and (max-width: 1219px) {
  .banner .box-item .box-list .list-item {
    padding: 4px 30px;
  }
}
.banner .box-item .box-list .item-pic {
  width: 60px;
  margin: 0 auto 7px;
}
.banner .box-item .box-list .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
.banner .box-item .box-list .item-desc, .banner .box-item .box-list .item-desc a {
  color: #fff;
}
.banner .box-item .box-list .item-desc a:hover {
  color: #C1292E !important;
}
@media screen and (max-width: 1219px) {
  .banner .box-item .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.banner .box-item .item-btn {
  display: inline-flex;
  padding: 13px 20px;
  background-color: #0F4C81;
  color: #fff;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 27px;
  gap: 15px;
}
.banner .box-item .item-btn .iconfont {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1519px) {
  .banner .box-item .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .banner .box-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 10px 19px;
    gap: 10px;
  }
  .banner .box-item .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.banner .item-a {
  left: calc(50% - 700px);
  bottom: 6.4583333333%;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 10px;
  border-bottom: solid 2px #0F4C81;
}
.banner .item-a, .banner .item-a * {
  color: #fff;
}
.banner .item-a a:hover {
  color: #0F4C81;
}
@media screen and (max-width: 1519px) {
  .banner .item-a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .banner .item-a {
    bottom: 3.7037037037%;
    left: calc(50% - 480px);
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner .item-a {
    display: none;
  }
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down .item-txt {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 5px;
}
@media screen and (max-width: 1219px) {
  .scroll-down .item-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.scroll-down .icon1 {
  display: block;
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 1219px) {
  .scroll-down .icon1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.scroll-down .icon2 {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  animation: sd 1.5s infinite;
}
@media screen and (max-width: 1219px) {
  .scroll-down .icon2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@keyframes sd {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@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:1519px) {}
@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 5195711 */
  src: url('../fonts/iconfont.woff2?t=1781861855134') format('woff2'),
       url('../fonts/iconfont.woff?t=1781861855134') format('woff'),
       url('../fonts/iconfont.ttf?t=1781861855134') 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-shangjiantou-up:before {
  content: "\e61e";
}

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

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

.icon-shangjiantou-down:before {
  content: "\ece1";
}

.icon-jiantou-down:before {
  content: "\ece2";
}

.icon-shangjiantou-down1:before {
  content: "\ece3";
}

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

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

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

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

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

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

.icon-zuojiantou:before {
  content: "\e60a";
}

.icon-xiazai-wenjianxiazai-05:before {
  content: "\e607";
}

.icon-jiahao1:before {
  content: "\e616";
}

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

.icon-jiahao2:before {
  content: "\e84f";
}

.icon-jianhao2:before {
  content: "\e850";
}

.icon-youbanjiantou:before {
  content: "\eab0";
}

.icon-top2:before {
  content: "\e64f";
}

.icon-dizhi:before {
  content: "\e609";
}

.icon-dizhi1:before {
  content: "\e603";
}

.icon-shouji:before {
  content: "\e606";
}

.icon-shoujibeifen:before {
  content: "\e62a";
}

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

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

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

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

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

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

.icon-email: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-email1:before {
  content: "\e7c4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-a-ziyuan543ldpi:before {
  content: "\e612";
}

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

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

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

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

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

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

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

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

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

.icon-xiejiantou:before {
  content: "\e8ac";
}

.icon-up12:before {
  content: "\e736";
}

.icon-bottom12:before {
  content: "\e737";
}

.icon-xiashuangjiantou:before {
  content: "\e646";
}

.icon-xiangxiashuangjiantou:before {
  content: "\e70c";
}

.icon-shubiao:before {
  content: "\e662";
}

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

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

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

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

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

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

.icon-vuesax-bold-facebook:before {
  content: "\e7a3";
}

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

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

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

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

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

.icon-youxiang:before {
  content: "\e604";
}

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

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

.icon-twitter-new:before {
  content: "\e7ff";
}

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

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

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

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

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

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

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

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

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

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

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



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* .grabbing { 
    cursor:url(grabbing.png) 8 8, move;
} */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: block;
  line-height: 0;
  background-color: transparent;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  transition: all 0.3s;
  margin: 0 3.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 2px;
  }
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  display: none;
}

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

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


.page-detail > .item-body strong
						{font-family: "Poppins-SemiBold", arial, helvetica, sans-serif;
    color: #222;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -0.25px;
    display: block;
    margin-bottom: 16px;}





/* 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;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}