.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 */

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

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  font-family: "Roboto-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;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

@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: "Roboto-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: #12489E;
}

.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-pic .img1, [class*=-item] .item-pics .img1 {
  transition: all 350ms;
  visibility: visible;
  opacity: 1;
}
[class*=-item] .item-pic .img2, [class*=-item] .item-pics .img2 {
  transition: all 350ms;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
[class*=-item] .item-pic a, [class*=-item] .item-pics a {
  display: block;
  position: relative;
}
[class*=-item] .item-pic:hover .img1, [class*=-item] .item-pics:hover .img1 {
  visibility: hidden;
  opacity: 0;
}
[class*=-item] .item-pic:hover .img2, [class*=-item] .item-pics:hover .img2 {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.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: #F99022;
}
.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: #12489E;
  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: #12489E !important;
  background-color: #12489E \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: #12489E;
}
.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: #F99022;
  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: #F99022 !important;
  background-color: #F99022 \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(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 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;
  font-size: 16px;
  line-height: 28px;
}
.table table tr:first-child {
  background-color: #d9d9d9;
}
.table table tr:nth-child(2) {
  background-color: #f7f7f7;
  font-size: 18px;
}
.table table tr th {
  border: solid 1px #d9d9d9;
  font-size: 18px;
  padding: 13px 15px 14px;
  background-color: #e8e8e8;
}
.table table tr td {
  border: solid 1px #d9d9d9;
  text-align: center;
  padding: 13px 15px 14px;
}
@media screen and (max-width: 1219px) {
  .table table {
    font-size: 14px;
    line-height: 1.5;
  }
  .table table tr:nth-child(2) {
    font-size: 16px;
  }
  .table table tr th {
    font-size: 16px;
    padding: 10px 15px;
  }
  .table table tr td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table table {
    font-size: 12px;
  }
  .table table tr:nth-child(2) {
    font-size: 14px;
  }
  .table table tr th {
    font-size: 14px;
    padding: 10px;
  }
  .table table tr td {
    padding: 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: 0;
  border: solid 1px #d9d9d9;
  background-color: transparent;
  color: #282828;
  min-width: 40px;
  padding: 0 2px;
  height: 40px;
  line-height: 38px;
  margin: 0 5px 10px;
  font-size: 18px;
}
.page a:hover, .page a.page-active {
  background-color: #12489E;
  color: #fff;
}
.page a.prev {
  margin-right: 15px;
}
.page a.next {
  margin-left: 15px;
}
@media only screen and (max-width: 1419px) {
  .page a {
    margin: 0 5px 10px !important;
  }
}
@media only screen and (max-width: 1219px) {
  .page a {
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin: 0 3px 10px !important;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page a {
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  padding-right: 28px;
  margin-bottom: 10px;
  background: url(../images/af-bg.png) no-repeat right center;
}
@media only screen and (max-width: 1219px) {
  .page .add-form {
    margin-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page .add-form {
    margin-left: 15px;
    padding-right: 20px;
  }
}
.page .add-form .add-btn {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: all 0.35s;
}
.page .add-form .add-btn:hover {
  color: #12489E;
}
@media only screen and (max-width: 1219px) {
  .page .add-form .add-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page .add-form .add-btn {
    font-size: 14px;
  }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  z-index: 999;
  right: 14px;
  width: 54px;
}
.contact-pc li {
  position: relative;
  width: 100%;
  height: 54px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s;
}
.contact-pc li:hover {
  background-color: #12489E;
}
.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: 54px;
  cursor: pointer;
}
.contact-pc li img {
  vertical-align: middle;
}
.contact-pc li .iconfont {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  transition: all 0.35s;
}
.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}
@media screen and (max-width: 1219px) {
  .contact-pc {
    width: 48px;
  }
  .contact-pc li {
    height: 48px;
  }
  .contact-pc li a {
    line-height: 48px;
  }
  .contact-pc li .iconfont {
    font-size: 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: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
.contact-phone li:hover {
  background-color: #12489E;
}
.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 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.contact-phone li .ewm {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -50px;
  display: none;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .contact-pc {
    display: none;
  }
  .contact-phone {
    display: block;
  }
  body {
    padding-bottom: 40px;
  }
}
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
  font-size: 0;
  letter-spacing: 0;
}
.pro-share .share-title {
  margin-right: 14px;
  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;
    margin-right: 10px;
  }
}
@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----------------------------------------------------------------------*/
.news2-oths {
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .news2-oths {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .news2-oths {
    padding: 15px 0;
  }
}
.news2-oths .oths-item {
  position: relative;
  padding-left: 60px;
  padding-top: 11px;
  min-height: 46px;
}
@media screen and (max-width: 1219px) {
  .news2-oths .oths-item {
    padding-left: 55px;
    padding-top: 10px;
    min-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .news2-oths .oths-item {
    padding-left: 38px;
    padding-top: 5px;
    min-height: 30px;
  }
}
.news2-oths .oths-item-1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 1219px) {
  .news2-oths .oths-item-1 {
    margin-bottom: 10px;
  }
}
.news2-oths .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  border: solid 1px #999;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  cursor: pointer;
}
.news2-oths .item-icon:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
.news2-oths .item-icon.none {
  cursor: auto;
  background-color: #999;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .news2-oths .item-icon {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news2-oths .item-icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.news2-oths .item-a a {
  line-height: 24px;
  font-family: "Roboto-Regular", arial, helvetica, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}
.news2-oths .item-a a:hover {
  color: #12489E;
}
@media screen and (max-width: 1219px) {
  .news2-oths .item-a a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news2-oths .item-a a {
    font-size: 12px;
    line-height: 20px;
  }
}
.news2-oths .none, .news2-oths .none *, .news2-oths .none a:hover {
  color: #999;
}
.news2-oths .none a {
  cursor: pointer;
}
.news2-oths .none .item-icon {
  cursor: auto;
  background-color: #999;
  color: #fff;
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
  background-position: center;
  background-size: cover;
  height: 520px;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1419px) {
  .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 {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 60px;
  line-height: 1.16667;
}
.bread .item-title, .bread .item-title a {
  color: #fff;
}
.bread .item-title a:hover, .bread .item-title .bread-active {
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .bread .item-title {
    font-size: 52px;
    line-height: 1;
  }
}
@media screen and (max-width: 1219px) {
  .bread .item-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  .bread .item-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .bread .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .bread .item-title {
    font-size: 24px;
  }
}
.bread .item-subt {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.75;
}
.bread .item-subt, .bread .item-subt a {
  color: #fff;
}
.bread .item-subt a:hover, .bread .item-subt .bread-active {
  color: #F99022;
}
.bread .item-subt span {
  margin: 0 10px;
}
@media screen and (max-width: 1219px) {
  .bread .item-subt {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 14px;
  }
  .bread .item-subt span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .bread .item-subt {
    margin-top: 5px;
    font-size: 12px;
  }
}
.bread1 {
  padding-top: 23px;
  padding-bottom: 43px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}
.bread1, .bread1 a {
  color: #666;
}
.bread1 a:hover, .bread1 .bread-active {
  color: #12489E;
}
.bread1 span {
  margin: 0 10px;
}
@media screen and (max-width: 1419px) {
  .bread1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .bread1 {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .bread1 span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .bread1 {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

/*-------------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: #fff;
  font-size: 18px;
  line-height: 50px;
}
.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: #12489E;
  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----------------------------------------------------------------*/
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 27, 70, 0.12);
}
.header .wp {
  width: 1600px;
}
@media screen and (max-width: 1619px) {
  .header .wp {
    width: 1500px;
  }
}
@media screen and (max-width: 1419px) {
  .header .wp {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .header .wp {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .header .wp {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .header .wp {
    width: 100%;
    padding: 0 15px;
  }
}
.header .h-top {
  background-color: #12489E;
}
@media screen and (max-width: 767px) {
  .header .h-top {
    background-color: #fff;
  }
}
.header .h-top .item-txt {
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  line-height: 50px;
}
.header .h-top .item-txt .iconfont {
  font-size: 19px;
}
.header .h-top .item-txt, .header .h-top .item-txt a {
  color: #fff;
}
.header .h-top .item-txt a:hover {
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .header .h-top .item-txt {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1219px) {
  .header .h-top .item-txt {
    margin-right: 10px;
    font-size: 12px;
    column-gap: 5px;
  }
  .header .h-top .item-txt .iconfont {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header .h-top .item-txt {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header .h-top .item-txt {
    display: none;
  }
}
.header .h-top .lang-box {
  float: right;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 1419px) {
  .header .h-top .lang-box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header .h-top .lang-box {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header .h-top .lang-box {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
  }
}
.header .h-top .lang-box .item-title {
  display: inline-flex;
  align-items: center;
  column-gap: 7px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.header .h-top .lang-box .item-title .icon2 {
  font-size: 10px;
}
@media screen and (max-width: 1419px) {
  .header .h-top .lang-box .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1219px) {
  .header .h-top .lang-box .item-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header .h-top .lang-box .item-title {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header .h-top .lang-box .item-title {
    color: #1a1a1a;
  }
}
.header .h-top .lang-box .box-list {
  position: absolute;
  top: 100%;
  padding: 9px 5px;
  background-color: #f7f7f8;
  z-index: 999;
  width: 100px;
  right: 0;
  display: none;
}
.header .h-top .lang-box .box-list a {
  text-align: center;
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .h-top .lang-box .box-list a:hover {
  color: #12489E;
}
@media screen and (max-width: 767px) {
  .header .h-top .lang-box .box-list a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.header .h-bot {
  background-color: #fff;
  padding: 6px;
}
.header .h-bot .item-btn {
  margin-top: 9px;
  float: right;
  line-height: 50px;
  padding: 0 36px;
  background-color: #F99022;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1419px) {
  .header .h-bot .item-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1219px) {
  .header .h-bot .item-btn {
    font-size: 12px;
    padding: 0 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .header .h-bot .item-btn {
    line-height: 34px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .header .h-bot .item-btn {
    display: none;
  }
}
.header .h-bot .box-list {
  float: right;
  display: inline-flex;
  align-items: center;
  column-gap: 40px;
  margin-right: 50px;
}
@media screen and (max-width: 1219px) {
  .header .h-bot .box-list {
    margin-right: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header .h-bot .box-list {
    display: none;
  }
}
.header .h-bot .box-list > li {
  position: relative;
}
.header .h-bot .box-list > li > a {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 68px;
}
.header .h-bot .box-list > li > a span {
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .header .h-bot .box-list > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1219px) {
  .header .h-bot .box-list > li > a {
    font-size: 14px;
    line-height: 56px;
  }
}
.header .logo {
  float: left;
  width: 217px;
}
.header .logo a {
  display: block;
}
.header .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .header .logo {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    width: 150px;
  }
}
.header .navlist {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  display: inline-flex;
  flex-flow: row nowrap;
  column-gap: 40px;
  margin-right: 55px;
}
@media screen and (max-width: 1419px) {
  .header .navlist {
    margin-right: 20px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist {
    column-gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .navlist {
    display: none;
  }
}
.header .navlist > li {
  position: relative;
}
.header .navlist > li > a {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .header .navlist > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist > li > a {
    font-size: 14px;
  }
}
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
  color: #F99022;
}
.header .navlist li:hover .yiji, .header .h-bot .box-list > li:hover .nyiji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .yiji {
  z-index: 9999;
  position: absolute;
  top: 100%;
  width: 300px;
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #fff;
}
@media screen and (max-width: 1419px) {
  .header .yiji {
    width: 280px;
  }
}
@media screen and (max-width: 1219px) {
  .header .yiji {
    width: 250px;
  }
}
.header .yiji li {
  position: relative;
  text-align: left;
}
.header .yiji li > a {
  display: block;
  line-height: 24px;
  padding: 16px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
}
@media screen and (max-width: 1419px) {
  .header .yiji li > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .header .yiji li > a {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header .yiji li:hover > a {
  color: #12489E;
  background-color: #f7f7f7;
}
.header .yiji li:hover .erjibox {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .yiji {
    display: none;
  }
}
.header .erjibox li:hover .sanjibox {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .erjibox, .header .sanjibox {
  z-index: 9999;
  position: absolute;
  left: 100%;
  width: 200px;
  top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  border-left: solid 1px transparent;
  background-color: #fff;
}
.header .erji li, .header .sanji li {
  position: relative;
  text-align: left;
}
.header .erji li > a, .header .sanji li > a {
  display: block;
  line-height: 24px;
  padding: 16px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
}
@media screen and (max-width: 1419px) {
  .header .erji li > a, .header .sanji li > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .header .erji li > a, .header .sanji li > a {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header .erji li:hover > a, .header .sanji li:hover > a {
  color: #12489E;
  background-color: #f7f7f7;
}
.header .erji li:hover .erji, .header .sanji li:hover .erji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .erji, .header .sanji {
    display: none;
  }
}
.header .nyiji {
  z-index: 9999;
  position: absolute;
  top: 100%;
  width: 275px;
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
  margin-top: 0;
  padding: 21px 0 20px;
}
@media screen and (max-width: 1219px) {
  .header .nyiji {
    width: 250px;
  }
}
.header .nyiji li {
  position: relative;
  text-align: left;
}
.header .nyiji li > a {
  display: block;
  line-height: 1.75;
  padding: 7px 35px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
  .header .nyiji li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .header .nyiji li > a {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header .nyiji li:hover > a {
  color: #fff;
  background-color: #12489E;
}
.header .nyiji li:hover .nerjibox {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .nyiji {
    display: none;
  }
}
.header .nerjibox li:hover .nsanjibox {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.header .nerjibox, .header .nsanjibox {
  z-index: 9999;
  position: absolute;
  left: 100%;
  width: 275px;
  top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  border-left: solid 1px transparent;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
  padding: 21px 0 20px;
}
@media screen and (max-width: 1219px) {
  .header .nerjibox, .header .nsanjibox {
    width: 250px;
  }
}
.header .nerji li, .header .nsanji li {
  position: relative;
  text-align: left;
}
.header .nerji li > a, .header .nsanji li > a {
  display: block;
  line-height: 1.75;
  padding: 7px 35px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
  .header .nerji li > a, .header .nsanji li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .header .nerji li > a, .header .nsanji li > a {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header .nerji li:hover > a, .header .nsanji li:hover > a {
  color: #fff;
  background-color: #12489E;
}
.header .nerji li:hover .erji, .header .nsanji li:hover .erji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .nerji, .header .nsanji {
    display: none;
  }
}

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer {
  background-color: #12489E;
  border-top: solid 8px #F99022;
}
.footer, .footer * {
  color: #fff;
}
.footer a:hover {
  color: #F99022;
}
.footer .f-follow {
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1219px) {
  .footer .f-follow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .footer .f-follow {
    position: relative;
    top: 0;
    transform: none;
  }
}
.footer .f-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  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 {
  background-color: #F99022;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .footer .f-follow > a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-follow > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 14px;
  }
}
.footer .f-middle {
  font-size: 0;
  letter-spacing: 0;
  padding: 84px 0 59px;
}
.footer .f-middle .footer-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 17px;
  margin-top: 4px;
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .footer-title {
    font-size: 16px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .footer-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.footer .f-middle .flist {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.footer .f-middle .flist .box-list {
  font-size: 16px;
  line-height: 36px;
  opacity: 0.8;
}
.footer .f-middle .flist1 {
  width: 285px;
  padding-right: 0;
  margin-right: 130px;
}
.footer .f-middle .flist1 .f-logo {
  max-width: 100%;
  display: block;
  width: 282px;
  margin-bottom: 40px;
}
.footer .f-middle .flist1 .f-logo img {
  display: block;
}
.footer .f-middle .flist1 .box-desc {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}
.footer .f-middle .flist1 .box-desc a {
  display: block;
}
.footer .f-middle .flist2 {
  width: 172px;
}
.footer .f-middle .flist3 {
  width: 181px;
}
.footer .f-middle .flist4 {
  width: 272px;
}
.footer .f-middle .flist4 .box-list li {
  position: relative;
  padding-left: 36px;
}
.footer .f-middle .flist4 .box-list li .iconfont {
  font-size: 17px;
  position: absolute;
  left: 0;
}
.footer .f-middle .flist5 {
  width: 360px;
  padding-right: 0 !important;
}
@media screen and (max-width: 1419px) {
  .footer .f-middle .flist {
    padding-right: 20px;
  }
  .footer .f-middle .flist1 {
    margin-right: 0;
    padding-right: 30px;
    width: 300px;
  }
  .footer .f-middle .flist1 .f-logo {
    width: 230px;
    margin-bottom: 30px;
  }
  .footer .f-middle .flist2 {
    width: 150px;
  }
  .footer .f-middle .flist3 {
    width: 150px;
  }
  .footer .f-middle .flist4 {
    width: 250px;
  }
  .footer .f-middle .flist5 {
    width: 350px;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle {
    padding: 60px 0;
  }
  .footer .f-middle .flist1 {
    width: 100% !important;
    position: relative;
    padding-right: 300px !important;
    margin-bottom: 30px;
  }
  .footer .f-middle .flist1 .f-logo {
    margin-bottom: 15px;
  }
  .footer .f-middle .flist1 .box-desc {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .footer .f-middle .flist2 {
    width: 170px;
  }
  .footer .f-middle .flist3 {
    width: 180px;
  }
  .footer .f-middle .flist4 {
    width: 260px;
  }
  .footer .f-middle .flist4 .box-list li {
    padding-left: 25px;
  }
  .footer .f-middle .flist4 .box-list li .iconfont {
    font-size: 16px;
  }
  .footer .f-middle .flist {
    padding-right: 15px;
  }
  .footer .f-middle .flist .box-list {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-middle {
    padding: 30px 0 10px;
  }
  .footer .f-middle .flist {
    margin-bottom: 30px;
  }
  .footer .f-middle .flist1 {
    padding-right: 250px !important;
  }
  .footer .f-middle .flist2 {
    width: 30%;
  }
  .footer .f-middle .flist3 {
    width: 30%;
  }
  .footer .f-middle .flist4 {
    width: 40%;
    padding-right: 0;
  }
  .footer .f-middle .flist5 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .flist1 .f-logo {
    width: 180px;
    margin-bottom: 15px;
  }
  .footer .f-middle .flist1 .box-desc {
    margin-bottom: 20px;
    font-size: 14px;
    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;
  }
  .footer .f-middle .flist .box-list {
    line-height: 26px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-middle .flist1 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .footer .f-middle .flist {
    margin-bottom: 20px !important;
  }
  .footer .f-middle .flist2 {
    width: 50%;
  }
  .footer .f-middle .flist3 {
    width: 50%;
    padding-right: 0;
  }
  .footer .f-middle .flist4 {
    width: 100%;
  }
}
.footer .f-middle .item-form { /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  margin-top: -6px;
}
.footer .f-middle .item-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.footer .f-middle .item-form :-o-placeholder {
  color: #fff;
  opacity: 0.7;
}
.footer .f-middle .item-form ::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.footer .f-middle .item-form :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.footer .f-middle .item-form input, .footer .f-middle .item-form textarea {
  display: block;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #fff;
  padding: 0 5px 0 12px;
}
.footer .f-middle .item-form input {
  height: 44px;
  line-height: 40px;
  padding-bottom: 4px;
}
.footer .f-middle .item-form textarea {
  height: 75px;
  line-height: 24px;
  padding-top: 13px;
}
.footer .f-middle .item-form .star {
  position: relative;
}
.footer .f-middle .item-form .star:before {
  position: absolute;
  content: "*";
  color: #CC231E;
  opacity: 0.8;
  left: 0;
  font-size: 16px;
  line-height: 1;
  top: 12px;
}
.footer .f-middle .item-form .star.item-textarea:before {
  top: 17px;
}
.footer .f-middle .item-form .item-input {
  margin-bottom: 3px;
}
.footer .f-middle .item-form .item-textarea {
  margin-bottom: 13px;
}
.footer .f-middle .item-form .item-code {
  float: left;
  width: 61.1111111111%;
  position: relative;
  top: -4px;
}
.footer .f-middle .item-form .item-code input {
  padding-right: 80px;
}
.footer .f-middle .item-form .item-img {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 44px;
  font-size: 0;
  letter-spacing: 0;
  cursor: pointer;
}
.footer .f-middle .item-form .item-img img {
  vertical-align: middle;
  max-height: 44px;
}
.footer .f-middle .item-form .item-submit {
  float: right;
  width: 33.3333333333%;
  position: relative;
}
.footer .f-middle .item-form .item-submit input {
  visibility: hidden;
  opacity: 0;
}
.footer .f-middle .item-form .item-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 44px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #F99022;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
}
.footer .f-middle .item-form .item-btn .iconfont {
  color: #fff;
  font-size: 18px;
  transition: all 0.35s;
}
.footer .f-middle .item-form .item-btn:hover {
  background-color: #fff;
  color: #F99022;
}
.footer .f-middle .item-form .item-btn:hover .iconfont {
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .footer .f-middle .item-form {
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-middle .item-form .item-btn {
    gap: 9px;
    font-size: 14px;
  }
  .footer .f-middle .item-form .item-btn .iconfont {
    font-size: 16px;
  }
  .footer .f-middle .item-form input, .footer .f-middle .item-form textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-middle .item-form .item-btn {
    gap: 5px;
    font-size: 12px;
  }
  .footer .f-middle .item-form .item-btn .iconfont {
    font-size: 14px;
  }
  .footer .f-middle .item-form input, .footer .f-middle .item-form textarea {
    font-size: 12px;
  }
}
.footer .f-bot {
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 1.75;
}
.footer .f-bot, .footer .f-bot * {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.footer .f-bot a:hover {
  color: #F99022;
}
@media screen and (max-width: 1219px) {
  .footer .f-bot {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-bot {
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
.footer .f-bot .links a {
  display: inline-block;
  margin-right: 30px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item {
  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 {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 1419px) {
  .index-item .item-title {
    font-size: 38px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-item .item-title {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-item .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-item .item-title {
    font-size: 22px;
  }
}
.index-item .item-title strong {
  font-weight: normal;
  color: #12489E;
  transition: all 0.35s;
}
.index-item .item-title a:hover strong {
  color: #F99022;
}
.index-item .item-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #F99022;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index-item .item-desc {
  margin: 18px auto 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .index-item .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-item .item-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}

.page-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 36px;
  line-height: 30px;
  font-size: 16px;
  background-color: #12489E;
  color: #fff;
}
.page-btn .iconfont {
  font-size: 19px;
}
@media screen and (max-width: 1219px) {
  .page-btn {
    padding: 8px 30px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .page-btn {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    padding: 5px 15px;
    line-height: 22px;
    font-size: 12px;
    gap: 5px;
  }
  .page-btn .iconfont {
    font-size: 16px;
  }
}

.page-btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 36px;
  line-height: 30px;
  font-size: 16px;
  background-color: #F99022;
  color: #fff;
}
.page-btn1 .iconfont {
  font-size: 19px;
}
@media screen and (max-width: 1419px) {
  .page-btn1 {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .page-btn1 {
    padding: 5px 15px;
    line-height: 26px;
    font-size: 14px;
  }
  .page-btn1 .iconfont {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .page-btn1 {
    gap: 5px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn1 {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .page-btn1 .iconfont {
    font-size: 14px;
  }
}

.left-ssj {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: solid 59px #fff;
  border-right: solid 59px transparent;
}
@media screen and (max-width: 1419px) {
  .left-ssj {
    border-top-width: 50px;
    border-right-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .left-ssj {
    border-top-width: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .left-ssj {
    border-top-width: 30px;
    border-right-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .left-ssj {
    border-top-width: 20px;
    border-right-width: 20px;
  }
}

.left-sj {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: solid 59px #12489E;
  border-right: solid 59px transparent;
}
@media screen and (max-width: 1419px) {
  .left-sj {
    border-bottom-width: 50px;
    border-right-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .left-sj {
    border-bottom-width: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .left-sj {
    border-bottom-width: 30px;
    border-right-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .left-sj {
    border-bottom-width: 20px;
    border-right-width: 20px;
  }
}

.right-ssj {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: solid 59px #fff;
  border-left: solid 59px transparent;
}
@media screen and (max-width: 1419px) {
  .right-ssj {
    border-top-width: 50px;
    border-left-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .right-ssj {
    border-top-width: 40px;
    border-left-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .right-ssj {
    border-top-width: 30px;
    border-left-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .right-ssj {
    border-top-width: 20px;
    border-left-width: 20px;
  }
}

.right-sj {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: solid 59px #fff;
  border-left: solid 59px transparent;
}
@media screen and (max-width: 1419px) {
  .right-sj {
    border-bottom-width: 50px;
    border-left-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .right-sj {
    border-bottom-width: 40px;
    border-left-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .right-sj {
    border-bottom-width: 30px;
    border-left-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .right-sj {
    border-bottom-width: 20px;
    border-left-width: 20px;
  }
}

.index-hotpro {
  padding: 99px 0 90px;
}
@media screen and (max-width: 1419px) {
  .index-hotpro {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-hotpro {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-hotpro {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-hotpro {
    padding: 30px 0;
  }
}
.index-hotpro .index-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .index-hotpro .index-item {
    margin-bottom: 20px;
  }
}

.hotpro-owl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1619px) {
  .hotpro-owl {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-owl {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl {
    padding: 0;
    margin-bottom: 20px;
  }
}
.hotpro-owl .owl-carousel {
  width: 102%;
  margin-left: -1%;
}
@media screen and (max-width: 991px) {
  .hotpro-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.hotpro-owl .list-item {
  margin: 20px 3.9215686275%;
  position: relative;
  transition: all 0.35s;
}
.hotpro-owl .list-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 27, 70, 0.12);
}
@media screen and (max-width: 1219px) {
  .hotpro-owl .list-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 27, 70, 0.12);
  }
}
@media screen and (max-width: 991px) {
  .hotpro-owl .list-item {
    box-shadow: 0 0 5px 0 rgba(0, 27, 70, 0.12);
    margin: 10px 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .hotpro-owl .list-item {
    margin: 10px 1.9607843137%;
  }
}
.hotpro-owl .item-body {
  padding: 20px 20px 22px;
}
@media screen and (max-width: 1419px) {
  .hotpro-owl .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .hotpro-owl .item-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl .item-body {
    padding: 10px 5px 15px;
  }
}
.hotpro-owl .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1219px) {
  .hotpro-owl .item-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-owl .item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl .item-title {
    font-size: 14px;
  }
}
.hotpro-owl .item-desc {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 28px;
}
.hotpro-owl .item-desc a {
  height: 56px;
}
@media screen and (max-width: 1219px) {
  .hotpro-owl .item-desc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .hotpro-owl .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .hotpro-owl .item-desc {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .hotpro-owl .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl .item-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .hotpro-owl .item-desc a {
    height: 36px;
  }
}
.hotpro-owl .item-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px #12489E;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 2px;
}
.hotpro-owl .item-btn .iconfont {
  font-size: 18px;
}
.hotpro-owl .item-btn:hover {
  color: #12489E;
}
@media screen and (max-width: 1219px) {
  .hotpro-owl .item-btn {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl .item-btn {
    font-size: 12px;
  }
}
.hotpro-owl .owl-buttons {
  display: none !important;
}
.hotpro-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.hotpro-owl .owl-btns .owl-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  border: solid 1px #B3B3B3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.hotpro-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .hotpro-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
.hotpro-owl .owl-btns .item-prev {
  left: -86px;
}
@media screen and (max-width: 1619px) {
  .hotpro-owl .owl-btns .item-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hotpro-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.hotpro-owl .owl-btns .item-next {
  right: -86px;
}
@media screen and (max-width: 1619px) {
  .hotpro-owl .owl-btns .item-next {
    right: 0;
  }
}

.index-solutions {
  background: url(../images/solution-bg.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 88px 0 90px;
}
.index-solutions:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/solution-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1419px) {
  .index-solutions {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions {
    padding: 30px 0;
  }
}

.index-solutions-owl {
  position: relative;
  padding-top: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1619px) {
  .index-solutions-owl {
    padding: 0 60px 0 80px;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions-owl {
    padding-top: 0;
    margin-bottom: 30px;
    padding: 0 50px 0 65px;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions-owl {
    padding: 0 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions-owl {
    padding: 0;
    margin-bottom: 20px;
  }
}
.index-solutions-owl .owl-carousel {
  width: 101.8571428571%;
  margin-left: -1.8571428571%;
}
@media screen and (max-width: 767px) {
  .index-solutions-owl .owl-carousel {
    width: 100%;
    margin-left: 0;
  }
}
.index-solutions-owl .list-item {
  position: relative;
  overflow: hidden;
}
.index-solutions-owl .item-pic {
  float: right;
  width: 82.7489481066%;
}
@media screen and (max-width: 640px) {
  .index-solutions-owl .item-pic {
    float: none;
    width: 100%;
  }
}
.index-solutions-owl .item-body {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28.0504908836%;
  left: 1.8232819074%;
}
@media screen and (max-width: 991px) {
  .index-solutions-owl .item-body {
    width: 38.5694249649%;
  }
}
@media screen and (max-width: 640px) {
  .index-solutions-owl .item-body {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 0 15px 15px;
  }
}
.index-solutions-owl .item-body:before {
  position: absolute;
  content: "";
  width: 61.5%;
  height: 92.5%;
  left: -6.5%;
  bottom: -6.5%;
  background-color: #12489E;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .index-solutions-owl .item-body:before {
    width: auto;
    height: auto;
    left: 0;
    right: 15px;
    bottom: 0;
    top: 0;
  }
}
.index-solutions-owl .item-info {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 60px 40px 76px;
}
@media screen and (max-width: 1419px) {
  .index-solutions-owl .item-info {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions-owl .item-info {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions-owl .item-info {
    padding: 20px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions-owl .item-info {
    padding: 15px 15px 20px;
  }
}
.index-solutions-owl .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .index-solutions-owl .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions-owl .item-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions-owl .item-title {
    font-size: 14px;
  }
}
.index-solutions-owl .item-desc {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1419px) {
  .index-solutions-owl .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-solutions-owl .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .index-solutions-owl .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions-owl .item-desc {
    font-size: 12px;
  }
}
.index-solutions-owl .item-btn {
  background-color: #F99022;
}
.index-solutions-owl .owl-buttons {
  display: none !important;
}
.index-solutions-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.index-solutions-owl .owl-btns .owl-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  border: solid 1px #B3B3B3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.index-solutions-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .index-solutions-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
.index-solutions-owl .owl-btns .item-prev {
  left: -86px;
}
@media screen and (max-width: 1619px) {
  .index-solutions-owl .owl-btns .item-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-solutions-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.index-solutions-owl .owl-btns .item-next {
  right: -86px;
}
@media screen and (max-width: 1619px) {
  .index-solutions-owl .owl-btns .item-next {
    right: 0;
  }
}

.index-choose {
  padding: 89px 0 16px;
}
@media screen and (max-width: 1219px) {
  .index-choose {
    padding: 70px 0 16px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose {
    padding: 50px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose {
    padding: 30px 0 10px;
  }
}
.index-choose .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
  padding-top: 10px;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .index-choose .box-list {
    gap: 2%;
  }
}
.index-choose .box-list .list-item {
  width: 32.1428571429%;
  flex-basis: 32.1428571429%;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 40px 36px;
  text-align: center;
  transition: all 0.35s;
}
.index-choose .box-list .list-item:hover {
  background-color: #f7f7f7;
}
.index-choose .box-list .list-item:hover .item-pics {
  background-color: #F99022;
}
.index-choose .box-list .list-item:hover .item-pics .img1 {
  visibility: hidden;
  opacity: 0;
}
.index-choose .box-list .list-item:hover .item-pics .img2 {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1419px) {
  .index-choose .box-list .list-item {
    padding: 0 25px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .list-item {
    padding: 0 20px 25px;
    margin: 35px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .list-item {
    margin: 30px 0 30px;
    padding: 0 10px 20px;
    background-color: #f7f7f7;
  }
  .index-choose .box-list .list-item .item-pics {
    background-color: #F99022;
  }
  .index-choose .box-list .list-item .item-pics .img1 {
    visibility: hidden;
    opacity: 0;
  }
  .index-choose .box-list .list-item .item-pics .img2 {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .list-item {
    margin: 25px 0 25px;
    padding: 0 5px 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-choose .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
.index-choose .box-list .item-pics {
  margin: -40px auto 34px;
  width: 80px;
  padding: 17px;
  border-radius: 50%;
}
.index-choose .box-list .item-pics .img2{
    width: calc(100% - 34px) !important;
    height: calc(100% - 34px) !important;
    left: 17px;
    top: 17px;
}
.index-choose .box-list .item-pics:hover {
  background-color: #F99022;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .item-pics {
    width: 70px;
    padding: 15px;
    margin: -35px auto 20px;
  }
  .index-choose .box-list .item-pics .img2{
    width: calc(100% - 30px) !important;
    height: calc(100% - 30px) !important;
    left: 15px;
    top: 15px;
}
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .item-pics {
    width: 60px;
    padding: 15px;
    margin: -30px auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .item-pics {
    width: 50px;
    padding: 12px;
    margin: -25px auto 10px;
  }
  .index-choose .box-list .item-pics .img2{
    width: clac(100% - 24px) !important;
    height: clac(100% - 24px) !important;
    left: 12px;
    top: 12px;
}
}
.index-choose .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .box-list .item-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .item-title {
    font-size: 14px;
  }
}
.index-choose .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .index-choose .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .box-list .item-desc {
    font-size: 12px;
  }
}

.index-about {
  background-color: #f7f7f7;
  padding: 90px 0 90px;
}
@media screen and (max-width: 1219px) {
  .index-about {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding: 30px 0;
  }
}
.index-about .aboutvideo-owl {
  float: left;
  width: 50%;
  margin-right: 5.7142857143%;
  margin-bottom: 3.5714285714%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1519px) {
  .index-about .aboutvideo-owl {
    margin-left: 3.5714285714%;
  }
}
@media screen and (max-width: 1419px) {
  .index-about .aboutvideo-owl {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .aboutvideo-owl {
    width: 46.4285714286%;
    margin-right: 2.1428571429%;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .aboutvideo-owl {
    float: none;
    width: calc(100% - 15px);
    margin-bottom: 35px;
  }
}
.index-about .aboutvideo-owl:before {
  position: absolute;
  content: "";
  top: 10.6382978723%;
  left: -7.1428571429%;
  background-color: #12489E;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .index-about .aboutvideo-owl:before {
    top: 15px;
    left: -15px;
  }
}
.index-about .aboutvideo-owl .left-sj {
  border-bottom-color: #f7f7f7;
  left: -7.1428571429%;
  bottom: -10.6382978723%;
}
@media screen and (max-width: 767px) {
  .index-about .aboutvideo-owl .left-sj {
    left: -15px;
    bottom: -15px;
  }
}
.index-about .aboutvideo-owl .owl-theme .owl-controls {
  bottom: 4.8936170213%;
}
.index-about .aboutvideo-owl .item-videobox {
  position: relative;
}
.index-about .aboutvideo-owl .item-videobox:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: solid 59px #f7f7f7;
  border-left: solid 59px transparent;
}
@media screen and (max-width: 1419px) {
  .index-about .aboutvideo-owl .item-videobox:after {
    border-top: solid 50px #f7f7f7;
    border-left: solid 50px transparent;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .aboutvideo-owl .item-videobox:after {
    border-top: solid 40px #f7f7f7;
    border-left: solid 40px transparent;
  }
}
@media screen and (max-width: 991px) {
  .index-about .aboutvideo-owl .item-videobox:after {
    border-top: solid 30px #f7f7f7;
    border-left: solid 30px transparent;
  }
}
@media screen and (max-width: 767px) {
  .index-about .aboutvideo-owl .item-videobox:after {
    border-top: solid 20px #f7f7f7;
    border-left: solid 20px transparent;
  }
}
.index-about .aboutvideo-owl .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 67.1428571429%;
  height: 0;
}
.index-about .aboutvideo-owl .item-videobox .item-video iframe, .index-about .aboutvideo-owl .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.index-about .aboutvideo-owl .item-videobox .item-video iframe body {
  margin: 0px !important;
}
.index-about .box-top {
  padding-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .index-about .box-top {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-top {
    padding-bottom: 30px;
  }
}
.index-about .box-top .index-item {
  text-align: left;
  padding-top: 17px;
  margin-bottom: 0;
}
@media screen and (max-width: 1419px) {
  .index-about .box-top .index-item {
    padding-top: 0;
  }
}
.index-about .box-top .index-item .item-title {
  margin-bottom: 40px;
}
.index-about .box-top .index-item .item-title:before {
  left: 0;
  transform: none;
}
@media screen and (max-width: 1419px) {
  .index-about .box-top .index-item .item-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-top .index-item .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-top .index-item .item-title {
    margin-bottom: 15px;
  }
}
.index-about .box-top .index-item .item-desc {
  overflow: visible;
  margin: 0 0 60px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 1419px) {
  .index-about .box-top .index-item .item-desc {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-top .index-item .item-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-top .index-item .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.index-about .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25%;
}
@media screen and (max-width: 767px) {
  .index-about .box-list {
    gap: 2%;
  }
}
.index-about .box-list .list-item {
  position: relative;
  transition: all 0.35s;
  text-align: center;
  background-color: #fff;
  width: 19%;
  flex-basis: 19%;
  padding: 28px 13px 30px;
}
@media screen and (min-width: 992px) {
  .index-about .box-list .list-item:hover {
    background-color: #12489E;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .index-about .box-list .list-item:hover .item-num, .index-about .box-list .list-item:hover .item-num *, .index-about .box-list .list-item:hover .item-num a:hover, .index-about .box-list .list-item:hover .item-title, .index-about .box-list .list-item:hover .item-title *, .index-about .box-list .list-item:hover .item-title a:hover {
    color: #fff !important;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .list-item {
    padding: 20px 10px 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .list-item {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .list-item {
    padding: 15px 5px;
    width: 32%;
    flex-basis: 32%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 10px;
  }
}
.index-about .box-list .item-num {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 11px;
}
.index-about .box-list .item-num, .index-about .box-list .item-num * {
  color: #12489E;
}
.index-about .box-list .item-num sup {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.index-about .box-list .item-num strong {
  font-weight: normal;
}
@media screen and (max-width: 1419px) {
  .index-about .box-list .item-num {
    font-size: 32px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-num {
    margin-bottom: 5px;
    font-size: 28px;
  }
  .index-about .box-list .item-num sup {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .item-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-num {
    font-size: 20px;
  }
  .index-about .box-list .item-num sup {
    font-size: 12px;
  }
}
.index-about .box-list .item-title {
  font-size: 16px;
  line-height: 1.5;
}
.index-about .box-list .item-title, .index-about .box-list .item-title a {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-title {
    font-size: 12px;
  }
}

.index-process {
  padding-top: 89px;
}
@media screen and (max-width: 1219px) {
  .index-process {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-process {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-process {
    padding-top: 30px;
  }
}
.index-process .box-body {
  padding: 226px 0 190px;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .index-process .box-body {
    padding: 180px 0 150px;
  }
}
@media screen and (max-width: 1219px) {
  .index-process .box-body {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .index-process .box-body {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-process .box-body {
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .index-process .box-body {
    padding: 40px 15px;
  }
}
.index-process .box-body:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 700px + 436px + 55px);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 0;
}
@media screen and (max-width: 1419px) {
  .index-process .box-body:before {
    width: calc(50% - 600px + 400px + 55px);
  }
}
@media screen and (max-width: 1219px) {
  .index-process .box-body:before {
    width: calc(50% - 480px + 350px + 50px);
  }
}
@media screen and (max-width: 991px) {
  .index-process .box-body:before {
    width: calc(50% - 360px + 300px + 30px);
  }
}
@media screen and (max-width: 767px) {
  .index-process .box-body:before {
    width: calc(42% + 15px);
  }
}
@media screen and (max-width: 640px) {
  .index-process .box-body:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index-process .box-body .wp {
    padding: 0;
  }
}
.index-process .bg-list .bg-item {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
.index-process .bg-list .bg-item.active {
  display: block;
}
.index-process .box-options {
  float: left;
  width: 436px;
  margin-right: 55px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1419px) {
  .index-process .box-options {
    width: 400px;
  }
}
@media screen and (max-width: 1219px) {
  .index-process .box-options {
    width: 350px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-process .box-options {
    width: 300px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-process .box-options {
    margin-left: 15px;
    width: 40%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .index-process .box-options {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.index-process .box-options li {
  cursor: pointer;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px transparent;
  opacity: 0.5;
}
.index-process .box-options li.active {
  opacity: 1;
  border-bottom-color: #fff;
}
@media screen and (max-width: 1219px) {
  .index-process .box-options li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-process .box-options li {
    padding-bottom: 5px;
  }
}
.index-process .box-options .item-num {
  float: left;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 1.4444;
  margin-right: 22px;
}
@media screen and (max-width: 1419px) {
  .index-process .box-options .item-num {
    font-size: 32px;
  }
}
@media screen and (max-width: 1219px) {
  .index-process .box-options .item-num {
    font-size: 28px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-process .box-options .item-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-process .box-options .item-num {
    font-size: 20px;
  }
}
.index-process .box-options .item-title {
  overflow: hidden;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.66667;
  padding-top: 15px;
}
@media screen and (max-width: 1419px) {
  .index-process .box-options .item-title {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-process .box-options .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .index-process .box-options .item-title {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-process .box-options .item-title {
    font-size: 14px;
  }
}

.process-owl {
  float: left;
  width: 420px;
  margin-top: 14px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .process-owl {
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .process-owl {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .process-owl {
    width: 100%;
  }
}
.process-owl .owl-wrapper {
  display: flex !important;
  flex-flow: row nowrap;
  align-items: stretch;
}
.process-owl .owl-carousel .owl-item {
  float: none;
}
.process-owl .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 62px;
  background-color: #12489E;
  z-index: 0;
}
@media screen and (max-width: 1219px) {
  .process-owl .item-bg {
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl .item-bg {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .item-bg {
    bottom: 30px;
  }
}
.process-owl .item-bgbot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  z-index: 0;
}
.process-owl .item-bgbot:before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  right: 62px;
  left: 0;
  background-color: #12489E;
}
.process-owl .item-bgbot:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: solid 62px #12489E;
  border-bottom: solid 62px transparent;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .process-owl .item-bgbot {
    height: 50px;
  }
  .process-owl .item-bgbot:before {
    right: 50px;
  }
  .process-owl .item-bgbot:after {
    border-left-width: 50px;
    border-bottom-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl .item-bgbot {
    height: 40px;
  }
  .process-owl .item-bgbot:before {
    right: 40px;
  }
  .process-owl .item-bgbot:after {
    border-left-width: 40px;
    border-bottom-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .item-bgbot {
    height: 30px;
  }
  .process-owl .item-bgbot:before {
    right: 30px;
  }
  .process-owl .item-bgbot:after {
    border-left-width: 30px;
    border-bottom-width: 30px;
  }
}
.process-owl .list-item {
  padding: 40px 40px 164px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .process-owl .list-item {
    padding: 30px 30px 150px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl .list-item {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .list-item {
    padding: 30px 20px 80px;
  }
}
.process-owl .item-num {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 80px;
  line-height: 1.125;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .process-owl .item-num {
    font-size: 70px;
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl .item-num {
    font-size: 60px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .item-num {
    font-size: 50px;
    right: 20px;
    bottom: 10px;
  }
}
.process-owl .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
.process-owl .item-title, .process-owl .item-title a {
  color: #fff;
}
.process-owl .item-title a:hover {
  color: #F99022 !important;
}
@media screen and (max-width: 1219px) {
  .process-owl .item-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.process-owl .item-desc {
  font-size: 16px;
  line-height: 32px;
}
.process-owl .item-desc, .process-owl .item-desc a {
  color: #fff;
}
.process-owl .item-desc a:hover {
  color: #F99022 !important;
}
.process-owl .item-desc a:hover .item-dot:before {
  background-color: #F99022 !important;
}
.process-owl .item-dot em {
  padding-left: 25px;
  position: relative;
  display: block;
  font-style: normal;
}
.process-owl .item-dot em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  left: 9px;
  border-radius: 50%;
  background-color: #fff;
  top: 13px;
}
@media screen and (max-width: 1219px) {
  .process-owl .item-desc {
    font-size: 14px;
    line-height: 28px;
  }
  .process-owl .item-desc:before {
    top: 10px;
  }
  .process-owl .item-dot em:before{
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .item-desc {
    font-size: 12px;
    line-height: 24px;
  }
  .process-owl .item-desc:before {
    top: 8px;
  }
  .process-owl .item-dot em:before{
    top: 10px;
  }
}
.process-owl .owl-buttons {
  display: none !important;
}
.process-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  left: 40px;
  bottom: 58px;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .process-owl .owl-btns {
    bottom: 40px;
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .process-owl .owl-btns {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .owl-btns {
    left: 20px;
    bottom: 20px;
  }
}
.process-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: 18px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: all 0.35s;
}
.process-owl .owl-btns .owl-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #12489E;
}
@media screen and (max-width: 1219px) {
  .process-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .process-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
.process-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .process-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.index-project {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 1419px) {
  .index-project {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-project {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-project {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-project {
    padding-top: 30px;
  }
}
.index-project .box-btn {
  margin-bottom: 90px;
}
@media screen and (max-width: 1419px) {
  .index-project .box-btn {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-project .box-btn {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-project .box-btn {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-project .box-btn {
    margin-bottom: 30px;
  }
}

.project-swiper {
  width: 162.5%;
  margin-left: -31.25%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project-swiper {
    margin-bottom: 30px;
  }
}
.project-swiper .swiper-slide {
  padding: 0 0.641025641%;
}
.project-swiper .swiper-slide.swiper-slide-active .item-backdrop, .project-swiper .swiper-slide.swiper-slide-active .item-body {
  transform: scale(1, 1);
  transform-origin: bottom center;
}
@media screen and (max-width: 991px) {
  .project-swiper .swiper-slide.swiper-slide-active .item-backdrop, .project-swiper .swiper-slide.swiper-slide-active .item-body {
    visibility: visible;
    opacity: 1;
  }
}
.project-swiper .list-item {
  position: relative;
}
.project-swiper .item-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 900ms ease;
  transition: transform 0.4s ease;
  transform: scale(0, 1);
  transform-origin: top center;
}
@media screen and (max-width: 991px) {
  .project-swiper .item-backdrop {
    display: none;
  }
}
.project-swiper .item-body {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 6.6666666667%;
  padding: 0 30% 0 5%;
  transition: all 900ms ease;
  transition: transform 0.4s ease;
  transform: scale(0, 1);
  transform-origin: top center;
}
@media screen and (max-width: 991px) {
  .project-swiper .item-body {
    padding: 10px 0 0;
    position: relative;
    transform: scale(1, 1);
    transform-origin: bottom center;
    visibility: hidden;
    opacity: 0;
  }
}
.project-swiper .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.project-swiper .item-title, .project-swiper .item-title a {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .project-swiper .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .project-swiper .item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .project-swiper .item-title, .project-swiper .item-title a {
    color: #1a1a1a;
  }
}
@media screen and (max-width: 767px) {
  .project-swiper .item-title {
    font-size: 14px;
  }
}
.project-swiper .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
.project-swiper .item-desc, .project-swiper .item-desc a {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .project-swiper .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .project-swiper .item-desc {
    margin-bottom: 10px;
  }
  .project-swiper .item-desc, .project-swiper .item-desc a {
    color: #666;
  }
}
@media screen and (max-width: 767px) {
  .project-swiper .item-desc {
    font-size: 12px;
  }
}
.project-swiper .item-btn {
  position: absolute;
  right: 5%;
  bottom: 9px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 2px;
}
.project-swiper .item-btn .iconfont {
  font-size: 18px;
}
.project-swiper .item-btn:hover {
  color: #12489E;
  border-bottom-color: #12489E;
}
@media screen and (max-width: 1219px) {
  .project-swiper .item-btn {
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .project-swiper .item-btn {
    position: relative;
    bottom: 0;
    right: 0;
    color: #333;
    border-bottom-color: #333;
  }
}
@media screen and (max-width: 767px) {
  .project-swiper .item-btn {
    font-size: 12px;
  }
}
.project-swiper .swiper-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.project-swiper .swiper-btns .swiper-btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.35s;
}
.project-swiper .swiper-btns .swiper-btn:hover {
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .project-swiper .swiper-btns .swiper-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .project-swiper .swiper-btns .swiper-btn {
    margin-top: -57px;
  }
}
@media screen and (max-width: 767px) {
  .project-swiper .swiper-btns .swiper-btn {
    margin-top: -52px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.project-swiper .swiper-btns .swiper-btn-prev {
  left: 33.9743589744%;
  margin-left: -23px;
}
@media screen and (max-width: 1219px) {
  .project-swiper .swiper-btns .swiper-btn-prev {
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .project-swiper .swiper-btns .swiper-btn-prev {
    margin-left: -15px;
  }
}
.project-swiper .swiper-btns .swiper-btn-next {
  right: 33.9743589744%;
  margin-right: -23px;
}
@media screen and (max-width: 1219px) {
  .project-swiper .swiper-btns .swiper-btn-next {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .project-swiper .swiper-btns .swiper-btn-next {
    margin-right: -15px;
  }
}

.index-require-box {
  position: relative;
}
.index-require-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 50%;
  background-color: #f7f7f7;
  left: 0;
  width: 100%;
}

.index-require {
  background: #F99022;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .index-require {
    padding: 30px 50px 30px 15px;
  }
}
.index-require:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 78.8571428571%;
  background: url(../images/r1.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .index-require:before {
    width: calc(100% - 40px);
  }
}
.index-require .right-sj {
  border-bottom-color: #fff;
}
.index-require .left-item {
  position: relative;
  z-index: 2;
  width: calc(78.8571428571% - 98px);
  padding: 31px 5.7142857143% 35px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1219px) {
  .index-require .left-item {
    min-height: 220px;
    padding: 30px 3.5714285714%;
    width: calc(78.8571428571% - 86px);
  }
}
@media screen and (max-width: 991px) {
  .index-require .left-item {
    min-height: 200px;
    padding: 30px 3.5714285714%;
    width: calc(78.8571428571% - 76px);
  }
}
@media screen and (max-width: 767px) {
  .index-require .left-item {
    min-height: 150px;
    padding: 30px 15px;
    width: calc(78.8571428571% - 61px);
  }
}
@media screen and (max-width: 480px) {
  .index-require .left-item {
    min-height: auto;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.index-require .right-item {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(78.8571428571% - 98px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1219px) {
  .index-require .right-item {
    left: calc(78.8571428571% - 86px);
  }
}
@media screen and (max-width: 991px) {
  .index-require .right-item {
    left: calc(78.8571428571% - 76px);
  }
}
@media screen and (max-width: 767px) {
  .index-require .right-item {
    left: calc(78.8571428571% - 61px);
  }
}
@media screen and (max-width: 480px) {
  .index-require .right-item {
    position: relative;
    left: 0;
  }
}
.index-require .item-title {
  margin-bottom: 0;
  max-width: 640px;
  text-transform: capitalize;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 42px;
  line-height: 1.2381;
}
.index-require .item-title, .index-require .item-title a {
  color: #fff;
}
.index-require .item-title a:hover {
  color: #F99022 !important;
}
@media screen and (max-width: 1419px) {
  .index-require .item-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1219px) {
  .index-require .item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .index-require .item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .index-require .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .index-require .item-title {
    font-size: 18px;
  }
}
.index-require .item-desc {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.75;
}
.index-require .item-desc, .index-require .item-desc a {
  color: #fff;
}
.index-require .item-desc a:hover {
  color: #F99022 !important;
}
@media screen and (max-width: 1219px) {
  .index-require .item-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-require .item-desc {
    font-size: 12px;
  }
}
.index-require .email {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
.index-require .email:hover {
  color: #F99022;
}
@media screen and (max-width: 1219px) {
  .index-require .email {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-require .email {
    font-size: 14px;
    margin-top: 10px;
  }
}
.index-require .page-btn {
  background-color: #fff;
  color: #12489E;
}

.index-news {
  background-color: #f7f7f7;
  padding: 110px 0 88px;
}
@media screen and (max-width: 1419px) {
  .index-news {
    padding: 90px 0 88px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-news {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    padding: 30px 0;
  }
}
.index-news .index-item {
  padding-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .index-news .index-item {
    padding-bottom: 0;
  }
}

.indexnews-owl {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1619px) {
  .indexnews-owl {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .indexnews-owl {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .indexnews-owl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl {
    padding: 0;
    margin-bottom: 20px;
  }
}
.indexnews-owl:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E6E6E6;
  top: 5px;
}
.indexnews-owl > .owl-carousel {
  width: 102.8571428571%;
  margin-left: -1.4285714286%;
}
@media screen and (max-width: 991px) {
  .indexnews-owl > .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.indexnews-owl .list-item {
  margin: 0 4.1666666667%;
  position: relative;
  transition: all 0.35s;
  padding-top: 26px;
}
@media screen and (max-width: 991px) {
  .indexnews-owl .list-item {
    margin: 0 2.9411764706%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .list-item {
    padding-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .indexnews-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.indexnews-owl .list-item:hover:before {
  width: 100%;
}
.indexnews-owl .list-item:hover:after {
  border-color: #F99022;
}
.indexnews-owl .list-item:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F99022;
  top: 5px;
  transition: all 0.35s;
}
.indexnews-owl .list-item:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 3px #12489E;
  background-color: #fff;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.35s;
}
.indexnews-owl .item-date {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .indexnews-owl .item-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .indexnews-owl .item-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .item-date {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.indexnews-owl .item-body {
  background-color: #fff;
  padding: 28px 20px 36px;
}
@media screen and (max-width: 1419px) {
  .indexnews-owl .item-body {
    padding: 25px 20px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .indexnews-owl .item-body {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .indexnews-owl .item-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .item-body {
    padding: 10px 5px;
  }
}
.indexnews-owl .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.indexnews-owl .item-title a {
  height: 60px;
}
@media screen and (max-width: 1219px) {
  .indexnews-owl .item-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .indexnews-owl .item-title a {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .indexnews-owl .item-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .indexnews-owl .item-title a {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .indexnews-owl .item-title a {
    height: 40px;
  }
}
.indexnews-owl .item-desc {
  font-size: 16px;
  line-height: 28px;
}
.indexnews-owl .item-desc a {
  height: 56px;
}
@media screen and (max-width: 1219px) {
  .indexnews-owl .item-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .indexnews-owl .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .indexnews-owl .item-desc {
    line-height: 20px;
  }
  .indexnews-owl .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .item-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .indexnews-owl .item-desc a {
    height: 36px;
  }
}
.indexnews-owl .owl-buttons {
  display: none !important;
}
.indexnews-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.indexnews-owl .owl-btns .owl-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  margin-top: 42px;
  border-radius: 50%;
  font-size: 18px;
  border: solid 1px #B3B3B3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.indexnews-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .indexnews-owl .owl-btns .owl-btn {
    margin-top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
.indexnews-owl .owl-btns .item-prev {
  left: -86px;
}
@media screen and (max-width: 1619px) {
  .indexnews-owl .owl-btns .item-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .indexnews-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.indexnews-owl .owl-btns .item-next {
  right: -86px;
}
@media screen and (max-width: 1619px) {
  .indexnews-owl .owl-btns .item-next {
    right: 0;
  }
}

.newsimg-owl .owl-theme .owl-controls {
  bottom: 5.3571428571%;
}

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

.page-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1219px) {
  .page-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 22px;
  }
}
.page-top {
  margin-bottom: 50px;
}
@media screen and (max-width: 1419px) {
  .page-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .page-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    margin-bottom: 20px;
  }
}
.page-top .item-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 1419px) {
  .page-top .item-title {
    font-size: 38px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .page-top .item-title {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-top .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.page-top .item-title strong {
  font-weight: normal;
  color: #12489E;
  transition: all 0.35s;
}
.page-top .item-title a:hover strong {
  color: #F99022;
}
.page-top .item-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #F99022;
  left: 0;
  bottom: 0;
}
.page-top .item-desc {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.page-top .item-desc, .page-top .item-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .page-top .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-top .item-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}

/*-------------2-1-products start----------------------------------------------------------*/
.pro1-box1 {
  background: #f7f7f7 url(../images/bg1.png) no-repeat left bottom;
  background-size: auto 43px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  .pro1-box1 {
    background-size: auto 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box1 {
    padding-bottom: 50px;
    background-size: auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box1 {
    padding-bottom: 30px;
    background-size: auto 20px;
  }
}

.pro1-top {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pro1-top {
    display: block;
  }
}
.pro1-top .img-owl {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  position: relative;
  margin-left: 7.1428571429%;
  margin-bottom: 3.5714285714%;
}
.pro1-top .img-owl .owl-theme .owl-controls {
  bottom: 5.3191489362%;
}
.pro1-top .img-owl:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.pro1-top .img-owl .right-sj {
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  border-bottom-color: #f7f7f7;
}
@media screen and (max-width: 1519px) {
  .pro1-top .img-owl {
    margin-left: 2.8571428571%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 991px) {
  .pro1-top .img-owl {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .img-owl {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .pro1-top .img-owl {
    float: none;
    width: calc(100% - 15px);
    margin: 0 15px 35px 0;
  }
  .pro1-top .img-owl:before {
    bottom: -15px;
    right: -15px;
  }
  .pro1-top .img-owl .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
.pro1-top .left-ssj {
  border-top-color: #f7f7f7;
}
.pro1-top .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pro1-top .item-body {
    overflow: visible;
  }
}
.pro1-top .item-body .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 42px;
  line-height: 1.2381;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .pro1-top .item-body .item-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-top .item-body .item-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-top .item-body .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .item-body .item-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .pro1-top .item-body .item-title {
    font-size: 18px;
  }
}
.pro1-top .item-body .item-desc {
  overflow: visible;
  font-size: 18px;
  line-height: 1.66667;
}
.pro1-top .item-body .item-desc, .pro1-top .item-body .item-desc * {
  color: #4d4d4d;
}
.pro1-top .item-body .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
.pro1-top .item-body .item-desc .line {
  height: 20px;
}
.pro1-top .item-body .item-desc .line1 {
  height: 15px;
}
@media screen and (max-width: 1219px) {
  .pro1-top .item-body .item-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .item-body .item-desc {
    font-size: 14px;
  }
}
.pro1-top .item-body .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
}
.pro1-top .item-body .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro1-top .item-body .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .item-body .item-desc em {
    padding-left: 15px;
  }
  .pro1-top .item-body .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.pro1-box2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .pro1-box2 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box2 {
    padding-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box2 {
    padding-bottom: 30px;
  }
}
.pro1-box2 .video-owl {
  flex: 0 0 auto;
  width: 44.7916666667%;
  flex-basis: 44.7916666667%;
  margin-right: 3.0208333333%;
}
@media screen and (max-width: 1419px) {
  .pro1-box2 .video-owl {
    margin-right: 2.6041666667%;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box2 .video-owl {
    float: left;
    margin-right: 1.5625%;
  }
}
@media screen and (max-width: 640px) {
  .pro1-box2 .video-owl {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
.pro1-box2 .video-owl .owl-theme .owl-controls {
  bottom: 6.4049586777%;
}
.pro1-box2 .video-owl .item-videobox {
  position: relative;
}
.pro1-box2 .video-owl .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.2790697674%;
  height: 0;
}
.pro1-box2 .video-owl .item-videobox .item-video iframe, .pro1-box2 .video-owl .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pro1-box2 .video-owl .item-videobox .item-video iframe body {
  margin: 0px !important;
}
.pro1-box2 .item-body {
  flex: 1 1 auto;
  padding-right: calc(50% - 700px);
}
@media screen and (max-width: 1419px) {
  .pro1-box2 .item-body {
    padding-right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box2 .item-body {
    padding-right: calc(50% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .pro1-box2 .item-body {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box2 .item-body {
    width: 100%;
    padding: 0 15px;
  }
}
.pro1-box2 .item-body .page-title {
  margin-bottom: 12px;
}
@media screen and (max-width: 1419px) {
  .pro1-box2 .item-body .page-title {
    margin-bottom: 10px;
  }
}
.pro1-box2 .item-body .item-subt {
  margin-bottom: 27px;
  color: #1a1a1a;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 1419px) {
  .pro1-box2 .item-body .item-subt {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box2 .item-body .item-subt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box2 .item-body .item-subt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box2 .item-body .item-subt {
    font-size: 16px;
  }
}
.pro1-box2 .item-body .item-desc {
  line-height: 1.66667;
  font-size: 18px;
}
.pro1-box2 .item-body .item-desc, .pro1-box2 .item-body .item-desc * {
  color: #4d4d4d;
}
.pro1-box2 .item-body .item-desc strong {
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
.pro1-box2 .item-body .item-desc p {
  position: relative;
  padding-left: 30px;
}
.pro1-box2 .item-body .item-desc em {
  overflow: hidden;
  display: block;
  font-style: unset;
}
.pro1-box2 .item-body .item-desc em:before {
  position: absolute;
  content: "\e621";
  font-family: "iconfont" !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #12489E;
  color: #fff;
  display: block;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 1419px) {
  .pro1-box2 .item-body .item-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box2 .item-body .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .pro1-box2 .item-body .item-desc p {
    padding-left: 20px;
  }
  .pro1-box2 .item-body .item-desc em:before {
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 2px;
  }
}
.pro1-box3 {
  padding: 0 0 3px;
}
.pro1-box3 .box-top {
  margin-bottom: 63px;
}
@media screen and (max-width: 1419px) {
  .pro1-box3 .box-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .box-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box3 .box-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box3 .box-top {
    margin-bottom: 20px;
  }
}
.pro1-box3 .box-top .page-title {
  text-align: center;
}
.pro1-box3 .box-top .box-subt {
  text-align: center;
  font-size: 18px;
  line-height: 1.66667;
  color: #4d4d4d;
  padding: 26px 0 9px;
}
@media screen and (max-width: 1419px) {
  .pro1-box3 .box-top .box-subt {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .box-top .box-subt {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box3 .box-top .box-subt {
    font-size: 14px;
  }
}
.pro1-box3 .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .pro1-box3 .box-body {
    gap: 2%;
  }
}
.pro1-box3 .item-box {
  margin-bottom: 87px;
}
@media screen and (max-width: 1419px) {
  .pro1-box3 .item-box {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .item-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box3 .item-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box3 .item-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .pro1-box3 .item-box {
    margin-bottom: 10px;
  }
}
.pro1-box3 .item-box1 .box-body {
  flex-direction: row;
}
.pro1-box3 .item-box1 .img-owl {
  margin-right: 1.5714285714%;
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .item-box1 .img-owl {
    margin-right: 0;
  }
}
.pro1-box3 .item-box1 .box-item {
  margin-left: 1.6428571429%;
}
.pro1-box3 .item-box2 .box-body {
  flex-direction: row-reverse;
}
.pro1-box3 .item-box2 .img-owl {
  margin-left: 1.5714285714%;
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .item-box2 .img-owl {
    margin-left: 0;
  }
}
.pro1-box3 .item-box2 .box-item {
  margin-right: 1.6428571429%;
}
.pro1-box3 .img-owl {
  width: 42.8571428571%;
  flex-basis: 42.8571428571%;
}
.pro1-box3 .img-owl .owl-controls {
  bottom: 5.9299191375%;
}
@media screen and (max-width: 991px) {
  .pro1-box3 .img-owl {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.pro1-box3 .box-item {
  width: 26.1428571429%;
  flex-basis: 26.1428571429%;
  background-color: #d9d9d9;
  background-color: rgba(217, 217, 217, 0.2);
}
@media screen and (max-width: 991px) {
  .pro1-box3 .box-item {
    width: 49%;
    flex-basis: 49%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .pro1-box3 .box-item {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px !important;
  }
}
.pro1-box3 .box-item .item-title {
  background-color: #12489E;
  border-bottom: solid 6px #fff;
  color: #fff;
  font-size: 24px;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  line-height: 1.4;
  padding: 10px 30px;
}
@media screen and (max-width: 1419px) {
  .pro1-box3 .box-item .item-title {
    font-size: 22px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .box-item .item-title {
    font-size: 20px;
    line-height: 1.2;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box3 .box-item .item-title {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box3 .box-item .item-title {
    font-size: 16px;
    padding: 10px;
  }
}
.pro1-box3 .box-item .item-desc {
  padding: 28px 21px;
  font-size: 18px;
  line-height: 2.2222;
}
.pro1-box3 .box-item .item-desc, .pro1-box3 .box-item .item-desc * {
  color: #000;
}
@media screen and (max-width: 1419px) {
  .pro1-box3 .box-item .item-desc {
    line-height: 2;
    padding: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box3 .box-item .item-desc {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box3 .box-item .item-desc {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box3 .box-item .item-desc {
    font-size: 14px;
    padding: 10px;
  }
}

.pro1-faq {
  padding-bottom: 57px;
}
@media screen and (max-width: 1219px) {
  .pro1-faq {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-faq {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-faq {
    padding-bottom: 10px;
  }
}
.pro1-faq .page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .pro1-faq .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-faq .page-title {
    margin-bottom: 20px;
  }
}
.pro1-faq .box-list .list-item {
  background-color: #f7f7f7;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .pro1-faq .box-list .list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-faq .box-list .list-item {
    padding: 15px;
  }
}
.pro1-faq .box-list .item-title {
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
  font-size: 18px;
  line-height: 1.66667;
  padding-left: 49px;
  min-height: 34px;
}
.pro1-faq .box-list .item-title, .pro1-faq .box-list .item-title * {
  color: #242424;
}
.pro1-faq .box-list .item-title .item-span {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #12489E;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .pro1-faq .box-list .item-title {
    font-size: 16px;
    padding-left: 45px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-faq .box-list .item-title {
    min-height: 30px;
    padding-top: 2px;
    padding-left: 40px;
  }
  .pro1-faq .box-list .item-title .item-span {
    width: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-faq .box-list .item-title {
    font-size: 14px;
    line-height: 1.5;
    min-height: 24px;
    padding-top: 2px;
    padding-left: 30px;
  }
  .pro1-faq .box-list .item-title .item-span {
    width: 24px;
    line-height: 24px;
  }
}
.pro1-faq .box-list .item-desc {
  position: relative;
  line-height: 1.66667;
  font-size: 18px;
  margin-top: 15px;
}
.pro1-faq .box-list .item-desc, .pro1-faq .box-list .item-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .pro1-faq .box-list .item-desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-faq .box-list .item-desc {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.pro1-box5 {
  background-color: #f7f7f7;
  padding-bottom: 83px;
}
@media screen and (max-width: 1219px) {
  .pro1-box5 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box5 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box5 {
    padding-bottom: 30px;
  }
}

.cate1-item {
  background-color: #12489E;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cate1-item {
    display: block;
  }
}
.cate1-item .item-pic {
  flex: 0 0 auto;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .cate1-item .item-pic {
    width: 100%;
  }
}
.cate1-item .item-body {
  flex: 0 0 auto;
  flex-basis: 700px;
  padding-right: 68px;
  padding-bottom: 59px;
  padding-top: 40px;
}
@media screen and (max-width: 1419px) {
  .cate1-item .item-body {
    flex-basis: 600px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .cate1-item .item-body {
    flex-basis: 480px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cate1-item .item-body {
    flex-basis: 360px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cate1-item .item-body {
    width: 100%;
    padding: 20px 15px 50px;
  }
}
.cate1-item .item-title {
  color: #fff;
}
.cate1-item .item-desc {
  overflow: visible;
  color: #fff;
  font-size: 18px;
  line-height: 1.66667;
  margin-top: 15px;
}
@media screen and (max-width: 1219px) {
  .cate1-item .item-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cate1-item .item-desc {
    font-size: 14px;
  }
}

.pro1-list-box {
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 52px 68px 57px 47px;
  margin-top: -52px;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .pro1-list-box {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list-box {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list-box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list-box {
    padding: 30px 15px;
    margin-top: -30px;
  }
}

.pro1-list .list-item {
  border-bottom: solid 1px #7C7C7C;
  padding-bottom: 41px;
  margin-bottom: 42px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pro1-list .list-item:last-child {
  border-bottom: none;
  margin-bottom: 34px;
}
@media screen and (max-width: 1219px) {
  .pro1-list .list-item:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .list-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .pro1-list .list-item:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .pro1-list .list-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .pro1-list .list-item {
    display: block;
  }
}
.pro1-list .item-pics {
  flex: 0 0 auto;
  width: 42.4902723735%;
  flex-basis: 42.4902723735%;
  margin-right: 6.1478599222%;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-pics {
    margin-right: 3.8910505837%;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-pics {
    min-width: 205px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .item-pics {
    min-width: auto;
  }
}
@media screen and (max-width: 400px) {
  .pro1-list .item-pics {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.pro1-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 1px;
}
.pro1-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .item-title {
    font-size: 18px;
  }
}
.pro1-list .item-subt {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-subt {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-subt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-subt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.pro1-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 59px;
}
.pro1-list .item-desc, .pro1-list .item-desc a {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .pro1-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-desc {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .pro1-list .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro1-list .item-desc a {
    -webkit-line-clamp: 3;
  }
}
.pro1-list .item-btnbox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pro1-list .item-btnbox input {
  display: inline-flex;
  margin-right: 9px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btnbox input {
    width: 12px;
    height: 12px;
  }
}

.pro1-box6 {
  padding: 3px 0;
}

.pro1-box7 {
  padding: 89px 0 16px;
}
@media screen and (max-width: 1219px) {
  .pro1-box7 {
    padding: 70px 0 16px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box7 {
    padding: 50px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box7 {
    padding: 30px 0 10px;
  }
}
.pro1-box7 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
  padding-top: 10px;
}
@media screen and (max-width: 1219px) {
  .pro1-box7 .box-list {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .pro1-box7 .box-list {
    gap: 2%;
  }
}
.pro1-box7 .box-list .list-item {
  width: 32.1428571429%;
  flex-basis: 32.1428571429%;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 40px 36px;
  text-align: center;
  transition: all 0.35s;
  background-color: rgba(18, 72, 158, 0.1);
}
.pro1-box7 .box-list .list-item:hover {
  background-color: #12489E;
}
.pro1-box7 .box-list .list-item:hover .item-pics {
  background-color: #12489E;
  border-color: #fff;
}
.pro1-box7 .box-list .list-item:hover .item-pics .img1 {
  visibility: hidden;
  opacity: 0;
}
.pro1-box7 .box-list .list-item:hover .item-pics .img2 {
  visibility: visible;
  opacity: 1;
}
.pro1-box7 .box-list .list-item:hover .item-title, .pro1-box7 .box-list .list-item:hover .item-title *, .pro1-box7 .box-list .list-item:hover .item-desc, .pro1-box7 .box-list .list-item:hover .item-desc * {
  color: #fff !important;
}
@media screen and (max-width: 1419px) {
  .pro1-box7 .box-list .list-item {
    padding: 0 25px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-box7 .box-list .list-item {
    padding: 0 20px 25px;
    margin: 35px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box7 .box-list .list-item {
    margin: 30px 0 30px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box7 .box-list .list-item {
    margin: 25px 0 25px;
    padding: 0 5px 15px;
  }
}
@media screen and (max-width: 640px) {
  .pro1-box7 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
.pro1-box7 .box-list .item-pics {
  margin: -40px auto 34px;
  width: 80px;
  padding: 15px;
  border-radius: 50%;
  border: 4px solid rgba(18, 72, 158, 0.1);
  background-color: #fff;
  position: relative;
}
.pro1-box7 .box-list .item-pics .item-box {
  position: relative;
}
.pro1-box7 .box-list .item-pics:hover {
  background-color: #12489E;
  border-color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro1-box7 .box-list .item-pics {
    width: 70px;
    padding: 13px;
    margin: -35px auto 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box7 .box-list .item-pics {
    width: 60px;
    padding: 13px;
    margin: -30px auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box7 .box-list .item-pics {
    width: 50px;
    padding: 10px;
    margin: -25px auto 10px;
  }
}
.pro1-box7 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 1219px) {
  .pro1-box7 .box-list .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-box7 .box-list .item-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box7 .box-list .item-title {
    font-size: 14px;
  }
}
.pro1-box7 .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .pro1-box7 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro1-box7 .box-list .item-desc {
    font-size: 12px;
  }
}

/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-top {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pro2-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-top {
    padding-bottom: 20px;
  }
}
.pro2-top .box-item .img-owl {
  float: right;
  width: 580px;
  position: relative;
  margin-left: 12.1428571429%;
  margin-bottom: 2.8571428571%;
}
.pro2-top .box-item .img-owl .owl-theme .owl-controls {
  bottom: 5.6896551724%;
}
.pro2-top .box-item .img-owl:before {
  position: absolute;
  content: "";
  bottom: -6.8965517241%;
  right: -6.8965517241%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.pro2-top .box-item .img-owl .right-sj {
  bottom: -6.8965517241%;
  right: -6.8965517241%;
  border-bottom-color: #fff;
}
@media screen and (max-width: 1519px) {
  .pro2-top .box-item .img-owl {
    margin-left: 5.7142857143%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-top .box-item .img-owl {
    width: 46.4285714286%;
    margin-left: 2.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-item .img-owl {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .pro2-top .box-item .img-owl {
    float: none;
    width: calc(100% - 15px);
    margin: 0 15px 35px 0;
  }
  .pro2-top .box-item .img-owl:before {
    bottom: -15px;
    right: -15px;
  }
  .pro2-top .box-item .img-owl .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
.pro2-top .box-item .left-ssj {
  border-top-color: #fff;
}
.pro2-top .box-item .item-body .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 42px;
  line-height: 1.2381;
  color: #12489E;
  margin-bottom: 16px;
  padding-top: 20px;
}
@media screen and (max-width: 1419px) {
  .pro2-top .box-item .item-body .item-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-item .item-body .item-title {
    font-size: 34px;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .box-item .item-body .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-item .item-body .item-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
.pro2-top .box-item .item-body .item-subt {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
  .pro2-top .box-item .item-body .item-subt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-item .item-body .item-subt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .box-item .item-body .item-subt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-item .item-body .item-subt {
    font-size: 14px;
  }
}
.pro2-top .box-item .item-body .item-desc {
  padding-bottom: 30px;
  min-height: 306px;
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-top .box-item .item-body .item-desc, .pro2-top .box-item .item-body .item-desc * {
  color: #4d4d4d;
}
.pro2-top .box-item .item-body .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-item .item-body .item-desc {
    min-height: 250px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .box-item .item-body .item-desc {
    min-height: auto;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-item .item-body .item-desc {
    font-size: 12px;
  }
}
.pro2-top .box-item .item-body .item-desc em {
  overflow: hidden;
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 14px;
  position: relative;
}
.pro2-top .box-item .item-body .item-desc em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .pro2-top .box-item .item-body .item-desc em {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-item .item-body .item-desc em {
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
.pro2-top .box-item .item-body .pro-share {
  margin-bottom: 42px;
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-item .item-body .pro-share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top .box-item .item-body .pro-share {
    margin-bottom: 20px;
  }
}
.pro2-top .box-item .item-body .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-top .box-item .item-body .item-btns .item-btn {
  margin-right: 20px;
  margin-bottom: 15px;
}
.pro2-top .box-item .item-body .item-btns .item-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro2-top .box-item .item-body .item-btns .item-btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .box-item .item-body .item-btns .item-btn {
    margin-right: 10px;
  }
}

.pro2_wrap {
  padding: 125px 0 30px;
  background: #f7f7f7 url(../images/bg2.png) no-repeat left top;
  background-size: auto 43px;
}
@media screen and (max-width: 1419px) {
  .pro2_wrap {
    padding: 110px 0 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2_wrap {
    padding: 90px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap {
    padding: 70px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap {
    padding: 50px 0 10px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2_wrap {
    background-size: auto 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2_wrap {
    background-size: auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2_wrap {
    background-size: auto 20px;
  }
}

.pro2-tab {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .pro2-tab {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab {
    gap: 5px;
  }
}
.pro2-tab > a {
  min-width: 220px;
  background-color: #12489E;
  padding: 10px 15px;
  color: #fff;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  cursor: pointer;
  transition: all 0.35s;
}
.pro2-tab > a:hover, .pro2-tab > a.active {
  background-color: #F99022;
}
@media screen and (max-width: 1419px) {
  .pro2-tab > a {
    min-width: 180px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-tab > a {
    min-width: 140px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro2-tab > a {
    min-width: auto;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-tab > a {
    padding: 5px 8px;
    font-size: 12px;
  }
}

.pro2-box {
  background-color: #fff;
  margin-bottom: 70px;
  padding: 60px;
}

.pro2-box h2{
    font-family: "Roboto-Bold", arial, helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 21px;
}
.pro2-box h2:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 4px;
    background-color: #F99022;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1419px) {
  .pro2-box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box h2 {
    font-size: 24px;    
  }
}
@media screen and (max-width: 1419px) {
  .pro2-box {
    padding: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-box {
    padding: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-box {
    padding: 20px 10px;
  }
}

.pro2-spec {
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec, .pro2-spec * {
  color: #4d4d4d;
}
.pro2-spec strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro2-spec {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec {
    font-size: 12px;
  }
}
.pro2-spec em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro2-spec em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec em {
    padding-left: 15px;
  }
  .pro2-spec em:before {
    top: 7px;
    left: 6px;
  }
}

.pro2-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 1419px) {
  .pro2-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.pro2-spec1 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-spec1 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.71875%;
  margin-left: 2.421875%;
  margin-bottom: 20px;
}
.pro2-spec1 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pro2-spec1 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro2-spec1 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .pro2-spec1 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .pro2-spec1 .box-list .list-item {
    width: 100%;
    margin-left: 0 !important;
  }
}
.pro2-spec1 .box-list .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro2-spec1 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec1 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro2-spec1 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .pro2-spec1 .box-list .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec1 .box-list .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec1 .box-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec1 .box-list .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pro2-spec1 .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec1 .box-list .item-desc, .pro2-spec1 .box-list .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec1 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec1 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec1 .box-list .item-desc {
    font-size: 12px;
  }
}

.pro2-spec2 .box-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pro2-spec2 .box-item {
    margin-bottom: 30px;
  }
}
.pro2-spec2 .box-item .item-pic {
  float: right;
  width: 49.0625%;
  margin-left: 4.6875%;
  position: relative;
  z-index: 2;
}

.pro2-spec2 .box-item .item-pic1 {
  float: left;
  width: 49.0625%;
  margin-right: 4.6875%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2 .box-item .item-pic {
    margin-left: 3.90625%;
  }
  .pro2-spec2 .box-item .item-pic1 {
    margin-right: 3.90625%;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2 .box-item .item-pic {
    margin-left: 2.34375%;
  }
  .pro2-spec2 .box-item .item-pic1 {
    margin-right: 2.34375%;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec2 .box-item .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  .pro2-spec2 .box-item .item-pic1 {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.pro2-spec2 .box-item .item-title {
  overflow: visible;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .pro2-spec2 .box-item .item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec2 .box-item .item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec2 .box-item .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2 .box-item .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec2 .box-item .item-title {
    margin-bottom: 5px;
  }
}
.pro2-spec2 .box-item .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec2 .box-item .item-desc, .pro2-spec2 .box-item .item-desc * {
  color: #333;
}
.pro2-spec2 .box-item .item-desc strong {
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2 .box-item .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2 .box-item .item-desc {
    font-size: 12px;
  }
}
.pro2-spec2 .box-item .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.pro2-spec2 .box-item .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2 .box-item .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2 .box-item .item-desc em {
    padding-left: 15px;
  }
  .pro2-spec2 .box-item .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.pro2-spec2-faq {
  padding-bottom: 5px;
}
.pro2-spec2-faq .list-item {
  margin-bottom: 16px;
}
.pro2-spec2-faq .list-item.active .item-title {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
.pro2-spec2-faq .list-item.active .item-title .item-icon:before {
  content: "\eaf5";
  color: #fff;
}
.pro2-spec2-faq .item-title {
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  line-height: 30px;
  font-size: 18px;
  padding: 14px 50px 14px 56px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2-faq .item-title {
    padding: 10px 50px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec2-faq .item-title {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2-faq .item-title {
    padding: 10px 35px;
    line-height: 20px;
    font-size: 14px;
  }
}
.pro2-spec2-faq .item-title .item-span {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 20px;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2-faq .item-title .item-span {
    font-size: 18px;
    top: 10px;
    left: 16px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec2-faq .item-title .item-span {
    left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2-faq .item-title .item-span {
    font-size: 16px;
    left: 10px;
  }
}
.pro2-spec2-faq .item-title .item-icon {
  transition: all 0.35s;
  position: absolute;
  font-size: 13px;
  color: #4d4d4d;
  right: 25px;
  top: 15px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2-faq .item-title .item-icon {
    font-size: 12px;
    right: 20px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2-faq .item-title .item-icon {
    right: 15px;
  }
}
.pro2-spec2-faq .item-desc {
  position: relative;
  display: none;
  line-height: 1.66667;
  font-size: 18px;
  padding: 0 0 8px;
}
.pro2-spec2-faq .item-desc, .pro2-spec2-faq .item-desc * {
  color: #1a1a1a;
}
.pro2-spec2-faq .item-desc strong {
  color: #1a1a1a;
  font-weight: 700;
}
.pro2-spec2-faq .item-desc table tr {
  background-color: #fff;
}
.pro2-spec2-faq .item-desc table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.pro2-spec2-faq .item-desc table tr td {
  border: 0;
  padding: 16px 15px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec2-faq .item-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec2-faq .item-desc {
    font-size: 14px;
  }
  .pro2-spec2-faq .item-desc table tr td {
    padding: 10px;
  }
}

.pro2-spec3 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-spec3 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.71875%;
  margin-left: 2.421875%;
  margin-bottom: 20px;
}
.pro2-spec3 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pro2-spec3 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro2-spec3 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .pro2-spec3 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.pro2-spec3 .box-list .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro2-spec3 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec3 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro2-spec3 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .pro2-spec3 .box-list .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec3 .box-list .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec3 .box-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec3 .box-list .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pro2-spec3 .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec3 .box-list .item-desc, .pro2-spec3 .box-list .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec3 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec3 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec3 .box-list .item-desc {
    font-size: 12px;
  }
}

.pro2-spec4 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-spec4 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.125%;
  margin-left: 2.5%;
  margin-bottom: 20px;
}
.pro2-spec4 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pro2-spec4 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro2-spec4 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .pro2-spec4 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.pro2-spec4 .box-list .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro2-spec4 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec4 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro2-spec4 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .pro2-spec4 .box-list .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec4 .box-list .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec4 .box-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec4 .box-list .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pro2-spec4 .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec4 .box-list .item-desc, .pro2-spec4 .box-list .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec4 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec4 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec4 .box-list .item-desc {
    font-size: 12px;
  }
}

.pro2-box4-line {
  padding-bottom: 61px;
}
@media screen and (max-width: 1419px) {
  .pro2-box4-line {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-box4-line {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-box4-line {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-box4-line {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-box4-line {
    padding-bottom: 10px;
  }
}

.pro2-spec5 .box-item {
  float: right;
  width: 23.28125%;
  margin-bottom: 20px;
  margin-left: 2.5%;
  position: relative;
  z-index: 2;
}
.pro2-spec5 .box-item:nth-child(2) {
  margin-left: 4.6875%;
}
@media screen and (max-width: 640px) {
  .pro2-spec5 .box-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro2-spec5 .box-item:nth-child(2) {
    margin-left: 0;
  }
}
.pro2-spec5 .box-item .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro2-spec5 .box-item .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec5 .box-item .item-pics {
    margin-bottom: 10px;
  }
}
.pro2-spec5 .box-item .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .pro2-spec5 .box-item .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec5 .box-item .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec5 .box-item .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec5 .box-item .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pro2-spec5 .box-item .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec5 .box-item .item-desc, .pro2-spec5 .box-item .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec5 .box-item .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec5 .box-item .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec5 .box-item .item-desc {
    font-size: 12px;
  }
}
.pro2-spec5 .box-info {
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec5 .box-info, .pro2-spec5 .box-info * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec5 .box-info {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec5 .box-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-spec5 .box-info {
    /*overflow: hidden;*/
    width: 100%;
  }
}
.pro2-spec5 .box-info em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.pro2-spec5 .box-info em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec5 .box-info em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec5 .box-info em {
    padding-left: 15px;
  }
  .pro2-spec5 .box-info em:before {
    top: 7px;
    left: 6px;
  }
}
.pro2-spec5 .box-info .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 34px;
}
@media screen and (max-width: 1419px) {
  .pro2-spec5 .box-info .item-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec5 .box-info .item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec5 .box-info .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec5 .box-info .item-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}

.pro2-spec6 .box-list .list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
.pro2-spec6 .box-list .list-item:last-child {
  margin-bottom: 20px;
}
.pro2-spec6 .box-list .list-item.item1 {
  flex-direction: row-reverse;
}
.pro2-spec6 .box-list .list-item.item1 .item-pics {
  margin-left: 7.8125%;
}
.pro2-spec6 .box-list .list-item.item2 {
  flex-direction: row;
}
.pro2-spec6 .box-list .list-item.item2 .item-pics {
  margin-right: 7.8125%;
}
@media screen and (max-width: 1419px) {
  .pro2-spec6 .box-list .list-item.item1 .item-pics {
    margin-left: 5.46875%;
  }
  .pro2-spec6 .box-list .list-item.item2 .item-pics {
    margin-right: 5.46875%;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec6 .box-list .list-item {
    margin-bottom: 50px;
  }
  .pro2-spec6 .box-list .list-item.item1 .item-pics {
    margin-left: 3.90625%;
  }
  .pro2-spec6 .box-list .list-item.item2 .item-pics {
    margin-right: 3.90625%;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec6 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec6 .box-list .list-item.item1 .item-pics {
    margin-left: 2.34375%;
  }
  .pro2-spec6 .box-list .list-item.item2 .item-pics {
    margin-right: 2.34375%;
  }
}
@media screen and (max-width: 640px) {
  .pro2-spec6 .box-list .list-item {
    margin-bottom: 20px;
    display: block;
  }
  .pro2-spec6 .box-list .list-item.item1 .item-pics {
    float: right;
    margin-left: 2.34375%;
  }
  .pro2-spec6 .box-list .list-item.item2 .item-pics {
    float: left;
    margin-right: 2.34375%;
  }
}
.pro2-spec6 .box-list .item-pics {
  flex: 0 0 auto;
  width: 48.4375%;
  flex-basis: 48.4375%;
}
.pro2-spec6 .box-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .pro2-spec6 .box-list .item-body {
    overflow: visible;
  }
}
.pro2-spec6 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .pro2-spec6 .box-list .item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec6 .box-list .item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec6 .box-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec6 .box-list .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec6 .box-list .item-title {
    margin-bottom: 5px;
  }
}
.pro2-spec6 .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec6 .box-list .item-desc, .pro2-spec6 .box-list .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec6 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec6 .box-list .item-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-spec6 .box-list .item-desc {
    overflow: visible;
  }
}

.pro2-app-owl {
  position: relative;
}
.pro2-app-owl .owl-carousel {
  width: 102.5%;
  margin-left: -1.25%;
}
@media screen and (max-width: 991px) {
  .pro2-app-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.pro2-app-owl .list-item {
  /*margin: 0 4.8780487805%;*/
  display: flex;
  flex-wrap: wrap;
  gap: 0px 2.5%;
}
@media screen and (max-width: 991px) {
  .pro2-app-owl .list-item {
    /*margin: 0 2.9411764706%;*/
  }
}
@media screen and (max-width: 480px) {
  .pro2-app-owl .list-item {
    /*margin: 0 1.9607843137%;*/
  }
}
.pro2-app-owl .list-item .item-info {
  margin-bottom: 20px;
  width: 23.125%;
}
.pro2-app-owl .list-item .item-info:first-child {
  margin-bottom: 32px;
}
@media screen and (max-width: 1219px) {
  .pro2-app-owl .list-item .item-info:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
    .pro2-app-owl .list-item {
      gap: 0px 2%;
    }
    .pro2-app-owl .list-item .item-info {
          width: 32%;
    }
}
@media screen and (max-width: 480px) {
  .pro2-app-owl .list-item .item-info {
    margin-bottom: 10px;
  }
  .pro2-app-owl .list-item .item-info {
          width: 49%;
    }
}
.pro2-app-owl .list-item .item-pics {
  margin-bottom: 16px;
}
@media screen and (max-width: 1219px) {
  .pro2-app-owl .list-item .item-pics {
    margin-bottom: 10px;
  }
}
.pro2-app-owl .list-item .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 1219px) {
  .pro2-app-owl .list-item .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro2-app-owl .list-item .item-title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .pro2-app-owl .list-item .item-title {
    font-size: 14px;
  }
}
.pro2-app-owl .owl-buttons {
  display: none !important;
}
.pro2-app-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: -84px;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .pro2-app-owl .owl-btns {
    top: -70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-app-owl .owl-btns {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-app-owl .owl-btns {
    top: -55px;
  }
}
.pro2-app-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: 18px;
  border: solid 1px #b3b3b3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.pro2-app-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro2-app-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-app-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
.pro2-app-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .pro2-app-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.pro2-quality-owl {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pro2-quality-owl {
    margin-bottom: 0;
  }
}
.pro2-quality-owl .list-item {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .list-item {
    display: block;
  }
}
.pro2-quality-owl .right-imgs {
  flex: 0 0 auto;
  width: 49.21875%;
  flex-basis: 49.21875%;
  margin-left: 7.03125%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.5873015873%;
}
@media screen and (max-width: 1419px) {
  .pro2-quality-owl .right-imgs {
    margin-left: 5.46875%;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-quality-owl .right-imgs {
    margin-left: 3.90625%;
  }
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .right-imgs {
    margin-left: 2.34375%;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .pro2-quality-owl .right-imgs {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.pro2-quality-owl .right-imgs .item-pics {
  /*width: 49.2063492063%;*/
  /*flex-basis: 49.2063492063%;*/
  /*margin-bottom: 1.5873015873%;*/
  width: 100%;
}
.pro2-quality-owl .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .item-body {
    overflow: visible;
  }
}
.pro2-quality-owl .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .pro2-quality-owl .item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-quality-owl .item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-quality-owl .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .item-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.pro2-quality-owl .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-quality-owl .item-desc, .pro2-quality-owl .item-desc * {
  color: #333;
}
.pro2-quality-owl .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro2-quality-owl .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .item-desc {
    font-size: 12px;
  }
}
.pro2-quality-owl .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.pro2-quality-owl .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro2-quality-owl .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .item-desc em {
    padding-left: 15px;
  }
  .pro2-quality-owl .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}
.pro2-quality-owl .owl-buttons {
  display: none !important;
}
.pro2-quality-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1419px) {
  .pro2-quality-owl .owl-btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-quality-owl .owl-btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .owl-btns {
    margin-top: 15px;
  }
}
.pro2-quality-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: 18px;
  border: solid 1px #b3b3b3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.pro2-quality-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro2-quality-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-quality-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.pro2-quality-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .pro2-quality-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.pro2-spec9 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.125%;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .pro2-spec9 .box-list {
    gap: 2%;
    padding-bottom: 0;
  }
}
.pro2-spec9 .box-list .list-item {
  flex-basis: 31.25%;
  width: 31.25%;
  border-radius: 8px;
  border: 1px solid var(--80, #CCC);
  margin-bottom: 40px;
  padding: 30px 30px 29px;
  transition: all 0.35s;
}
.pro2-spec9 .box-list .list-item:hover {
  background-color: #12489E;
  border-color: #12489E;
}
.pro2-spec9 .box-list .list-item:hover .item-num, .pro2-spec9 .box-list .list-item:hover .item-num *, .pro2-spec9 .box-list .list-item:hover .item-title, .pro2-spec9 .box-list .list-item:hover .item-title *, .pro2-spec9 .box-list .list-item:hover .item-desc, .pro2-spec9 .box-list .list-item:hover .item-desc * {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro2-spec9 .box-list .list-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec9 .box-list .list-item {
    padding: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-spec9 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec9 .box-list .list-item {
    padding: 15px 5px;
  }
}
.pro2-spec9 .box-list .item-num {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 23px;
  color: #12489E;
}
@media screen and (max-width: 1419px) {
  .pro2-spec9 .box-list .item-num {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec9 .box-list .item-num {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec9 .box-list .item-num {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec9 .box-list .item-num {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.pro2-spec9 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 12px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec9 .box-list .item-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec9 .box-list .item-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
.pro2-spec9 .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec9 .box-list .item-desc, .pro2-spec9 .box-list .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec9 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec9 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec9 .box-list .item-desc {
    font-size: 12px;
  }
}
.pro2-spec9 .img-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro2-spec9 .img-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 48.75%;
  margin-left: 2.5%;
  margin-bottom: 20px;
}
.pro2-spec9 .img-list .list-item:nth-child(odd) {
  margin-left: 0;
}

.pro2-spec10 .box-list {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -30px;
}
@media screen and (max-width: 1219px) {
  .pro2-spec10 .box-list {
    margin-bottom: 0;
  }
}
.pro2-spec10 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.71875%;
  margin-left: 2.421875%;
  margin-bottom: 50px;
}
.pro2-spec10 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1419px) {
  .pro2-spec10 .box-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec10 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec10 .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-spec10 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro2-spec10 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .pro2-spec10 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .pro2-spec10 .box-list .list-item {
    /* width: 100%;
    margin-left: 0!important; */
  }
}
.pro2-spec10 .box-list .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro2-spec10 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-spec10 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro2-spec10 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .pro2-spec10 .box-list .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-spec10 .box-list .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec10 .box-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec10 .box-list .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pro2-spec10 .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-spec10 .box-list .item-desc, .pro2-spec10 .box-list .item-desc * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .pro2-spec10 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-spec10 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-spec10 .box-list .item-desc {
    font-size: 12px;
  }
}

.pro2-service-owl {
  position: relative;
}
.pro2-service-owl .list-item {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .list-item {
    display: block;
  }
}
.pro2-service-owl .item-pics {
  flex: 0 0 auto;
  width: 48.4375%;
  margin-left: 7.03125%;
  margin-right: 0.78125%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1419px) {
  .pro2-service-owl .item-pics {
    margin-left: 5.46875%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-service-owl .item-pics {
    margin-left: 3.90625%;
  }
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .item-pics {
    margin-left: 2.34375%;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .pro2-service-owl .item-pics {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.pro2-service-owl .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .item-body {
    overflow: visible;
  }
}
.pro2-service-owl .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .pro2-service-owl .item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-service-owl .item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-service-owl .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .item-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.pro2-service-owl .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro2-service-owl .item-desc, .pro2-service-owl .item-desc * {
  color: #4d4d4d;
}
.pro2-service-owl .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro2-service-owl .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .item-desc {
    font-size: 12px;
  }
}
.pro2-service-owl .item-desc em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro2-service-owl .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro2-service-owl .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .item-desc em {
    padding-left: 15px;
  }
  .pro2-service-owl .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}
.pro2-service-owl .owl-buttons {
  display: none !important;
}
.pro2-service-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1419px) {
  .pro2-service-owl .owl-btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-service-owl .owl-btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .owl-btns {
    margin-top: 15px;
  }
}
.pro2-service-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: 18px;
  border: solid 1px #b3b3b3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.pro2-service-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro2-service-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-service-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.pro2-service-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .pro2-service-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.pro2-require {
  margin-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  .pro2-require {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-require {
    margin-bottom: 30px;
  }
}

.pro2-spec12 .faq-list {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .pro2-spec12 .faq-list {
    padding-bottom: 0;
  }
}

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------2-3-products start----------------------------------------------------------*/
.pro3-top {
  padding: 90px 0 81px;
}
@media screen and (max-width: 1219px) {
  .pro3-top {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-top {
    padding: 30px 0 20px;
  }
}

.pro3-top .m-propic {
  position: relative;
  z-index: 2;
  width: 52.5714285714%;
  float: left;
  margin-right: 5.7142857143%;
}
@media screen and (max-width: 1419px) {
  .pro3-top .m-propic {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .m-propic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-top .m-propic {
    margin-bottom: 30px;
  }
}
.pro3-top .m-propic .pic-big {
  position: relative;
  float: right;
  width: 81.5217391304%;
}
.pro3-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #D0D5DD;
  position: relative;
  padding-bottom: 100%;
}
.pro3-top .m-propic .pic-big {
  position: relative;
}
.pro3-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 0 solid #D0D5DD;
}
.pro3-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}
.pro3-top .m-propic .pic-big .provideo-box .provideo iframe, .pro3-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pro3-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.pro3-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pro3-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}
.pro3-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.pro3-top .m-propic .pic-small {
  position: relative;
  float: left;
  width: 16.3043478261%;
  padding-bottom: 72px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .pro3-top .m-propic .pic-small {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-top .m-propic .pic-small {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .m-propic .pic-small {
    padding-bottom: 34px;
  }
}
.pro3-top .m-propic .pic-btn {
  display: none;
  position: absolute;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #12489E;
  z-index: 2;
}
.pro3-top .m-propic .pic-btn:hover {
  color: #F99022;
}
.pro3-top .m-propic .pic-btn.prev {
  bottom: 0;
  left: 20px;
}
.pro3-top .m-propic .pic-btn.next {
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1219px) {
  .pro3-top .m-propic .pic-btn.prev {
    left: 10px;
  }
  .pro3-top .m-propic .pic-btn.next {
    right: 10px;
  }
}
.pro3-top .m-propic .pic-list {
  height: 528px;
  overflow: hidden;
}
.pro3-top .m-propic .pic-list ul {
  height: 2000px;
}
.pro3-top .m-propic .pic-list .list-item {
  margin-bottom: 16px;
  overflow: visible;
  padding-left: 0;
  border-radius: 0;
}
.pro3-top .m-propic .pic-list .item-pics, .pro3-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.pro3-top .m-propic .pic-list .item-pics img, .pro3-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}
.pro3-top .m-propic .pic-list .item-pics:hover, .pro3-top .m-propic .pic-list .item-pics.zoomThumbActive, .pro3-top .m-propic .pic-list .item-pics.active, .pro3-top .m-propic .pic-list .item-video:hover, .pro3-top .m-propic .pic-list .item-video.zoomThumbActive, .pro3-top .m-propic .pic-list .item-video.active {
  border-color: #F99022;
}
@media screen and (max-width: 1419px) {
  .pro3-top .m-propic .pic-list {
    height: 460px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-top .m-propic .pic-list {
    height: 368px;
  }
  .pro3-top .m-propic .pic-list .list-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .m-propic .pic-list {
    height: 332px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .zoomPad {
    cursor: default !important;
  }
  .pro3-top .zoomPup {
    display: none !important;
  }
  .pro3-top .zoomWindow {
    display: none !important;
  }
  .pro3-top .zoomPreload {
    display: none !important;
  }
}
.pro3-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .pro3-top .m-propic1 {
    display: none;
  }
  .pro3-top .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pro3-top .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: #12489E;
  }
  .pro3-top .m-propic2 .box-btn:hover {
    color: #F99022;
  }
  .pro3-top .m-propic2 .box-btn.prev {
    left: 0;
  }
  .pro3-top .m-propic2 .box-btn.next {
    right: 0;
  }
  .pro3-top .m-propic2 .box-list {
    overflow: hidden;
  }
  .pro3-top .m-propic2 .box-list ul {
    width: 1000%;
  }
  .pro3-top .m-propic2 .list-item {
    float: left;
    margin-left: 0.1%;
    margin-right: 0.1%;
    margin-bottom: 0;
    width: 3.13%;
    border-radius: 0;
    border: 0 solid #D0D5DD;
    overflow: hidden;
  }
  .pro3-top .m-propic2 .list-item img {
    display: block;
  }
}
@media only screen and (max-width: 480px) and (max-width: 640px) {
  .pro3-top .m-propic2 .list-item {
    width: 4.8%;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .pro3-top .m-propic2 .list-item {
    width: 9.8%;
  }
}
@media screen and (max-width: 480px) {
  .pro3-top .m-propic2 .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .pro3-top .m-propic2 .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
  }
  .pro3-top .m-propic2 .item-videobox .item-video iframe, .pro3-top .m-propic2 .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .pro3-top .m-propic2 .item-videobox .item-video iframe body {
    margin: 0px !important;
  }
}

.pro3-top .box-info {
  overflow: hidden;
}
.pro3-top .box-info .item-title {
  overflow: hidden;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3125;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .pro3-top .box-info .item-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-top .box-info .item-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .box-info .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-top .box-info .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.pro3-top .box-info .item-desc {
  padding-bottom: 30px;
  min-height: 310px;
  overflow: visible;
  font-size: 18px;
  line-height: 1.66667;
}
.pro3-top .box-info .item-desc, .pro3-top .box-info .item-desc * {
  color: #4d4d4d;
}
.pro3-top .box-info .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .pro3-top .box-info .item-desc {
    min-height: 280px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-top .box-info .item-desc {
    min-height: 230px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .box-info .item-desc {
    min-height: auto;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-top .box-info .item-desc {
    font-size: 12px;
  }
}
.pro3-top .box-info .item-desc em {
  overflow: hidden;
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 14px;
  position: relative;
}
.pro3-top .box-info .item-desc em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .pro3-top .box-info .item-desc em {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-top .box-info .item-desc em {
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
.pro3-top .box-info .pro-share {
  margin-bottom: 42px;
}
@media screen and (max-width: 1219px) {
  .pro3-top .box-info .pro-share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-top .box-info .pro-share {
    margin-bottom: 20px;
  }
}
.pro3-top .box-info .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.pro3-top .box-info .item-btns .item-btn {
  margin-right: 20px;
  margin-bottom: 15px;
}
.pro3-top .box-info .item-btns .item-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro3-top .box-info .item-btns .item-btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-top .box-info .item-btns .item-btn {
    margin-right: 10px;
  }
}

.pro3-tab {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1219px) {
  .pro3-tab {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-tab {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-tab {
    gap: 5px;
  }
}
.pro3-tab > a {
  background-color: #12489E;
  padding: 10px 24.5px;
  color: #fff;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  cursor: pointer;
  transition: all 0.35s;
}
.pro3-tab > a:hover, .pro3-tab > a.active {
  background-color: #F99022;
}
@media screen and (max-width: 1219px) {
  .pro3-tab > a {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro3-tab > a {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-tab > a {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.pro3_wrap {
  background-color: #f7f7f7;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .pro3_wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro3_wrap {
    padding-bottom: 30px;
  }
}

.pro3-spec {
  font-size: 16px;
  line-height: 1.75;
}
.pro3-spec, .pro3-spec * {
  color: #4d4d4d;
}
.pro3-spec strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro3-spec {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec {
    font-size: 12px;
  }
}
.pro3-spec em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro3-spec em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro3-spec em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec em {
    padding-left: 15px;
  }
  .pro3-spec em:before {
    top: 7px;
    left: 6px;
  }
}

.pro3-box {
  margin-bottom: 90px;
}
@media screen and (max-width: 1419px) {
  .pro3-box {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-box {
    margin-bottom: 30px;
  }
}
.pro3-box .box-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 1419px) {
  .pro3-box .box-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-box .box-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-box .box-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-box .box-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.pro3-box .box-desc {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.66667;
}
.pro3-box .box-desc, .pro3-box .box-desc * {
  color: #4d4d4d;
}
.pro3-box .box-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro3-box .box-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-box .box-desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.pro3-box .box-desc em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro3-box .box-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro3-box .box-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-box .box-desc em {
    padding-left: 15px;
  }
  .pro3-box .box-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.pro3-spec1 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.8571428571%;
  margin-bottom: -33px;
}
@media screen and (max-width: 1219px) {
  .pro3-spec1 .box-list {
    margin-bottom: -33px;
  }
}
@media screen and (max-width: 640px) {
  .pro3-spec1 .box-list {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec1 .box-list {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .pro3-spec1 .box-list {
    margin-bottom: -15px;
  }
}
.pro3-spec1 .box-list .list-item {
  width: 31.4285714286%;
  flex-basis: 31.4285714286%;
  margin-bottom: 33px;
  border-radius: 6px;
  background-color: #12489E;
  overflow: hidden;
  position: relative;
  padding: 22px 15px 11px 63px;
  transition: all 0.35s;
}
.pro3-spec1 .box-list .list-item:hover {
  background-color: #F99022;
}
.pro3-spec1 .box-list .list-item:hover .iconfont {
  color: #F99022;
}
@media screen and (max-width: 1219px) {
  .pro3-spec1 .box-list .list-item {
    padding: 20px 10px 11px 55px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec1 .box-list .list-item {
    padding: 15px 10px 10px 45px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro3-spec1 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
@media screen and (max-width: 480px) {
  .pro3-spec1 .box-list .list-item {
    padding: 15px 5px 10px 30px;
    margin-bottom: 15px;
  }
}
.pro3-spec1 .box-list .iconfont {
  position: absolute;
  left: 13px;
  top: 21px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #12489E;
  font-size: 22px;
}
@media screen and (max-width: 1219px) {
  .pro3-spec1 .box-list .iconfont {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec1 .box-list .iconfont {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    left: 10px;
    top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro3-spec1 .box-list .iconfont {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    left: 5px;
    top: 15px;
  }
}
.pro3-spec1 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 3px;
}
.pro3-spec1 .box-list .item-title, .pro3-spec1 .box-list .item-title * {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro3-spec1 .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec1 .box-list .item-title {
    font-size: 14px;
  }
}
.pro3-spec1 .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
.pro3-spec1 .box-list .item-desc, .pro3-spec1 .box-list .item-desc * {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro3-spec1 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec1 .box-list .item-desc {
    font-size: 12px;
  }
}

.pro3-spec2 .img-item {
  float: right;
  width: 42.8571428571%;
  margin-left: 3.5714285714%;
}
.pro3-spec2 .img-item .item-pics {
  position: relative;
}
.pro3-spec2 .img-item .item-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(18, 72, 158, 0.3);
  height: 100%;
}
.pro3-spec2 .img-item .item-backdrop .iconfont {
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pro3-spec2 .img-item {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 0 20px;
  }
}
.pro3-spec2 .item-body {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.66667;
}
.pro3-spec2 .item-body, .pro3-spec2 .item-body * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .pro3-spec2 .item-body {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec2 .item-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-spec2 .item-body .table {
    width: 100%;
    overflow: hidden;
  }
  .pro3-spec2 .item-body .table div {
    width: 100%;
    max-width: 100%;
  }
}
.pro3-spec2 .item-body table tr {
  background-color: #fff;
}
.pro3-spec2 .item-body table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.pro3-spec2 .item-body table tr td {
  font-size: 18px;
  line-height: 1.66667;
  text-align: left;
  padding: 20px 30px 19px 40px;
  border: solid 1px #fff;
}
.pro3-spec2 .item-body table tr td:first-child {
  padding: 20px 30px 19px;
  width: 34.6666666667%;
  background-color: #e6e6e6;
}
.pro3-spec2 .item-body table tr td:first-child, .pro3-spec2 .item-body table tr td:first-child * {
  color: #1a1a1a;
}
@media screen and (max-width: 1419px) {
  .pro3-spec2 .item-body table tr td {
    padding: 20px;
  }
  .pro3-spec2 .item-body table tr td:first-child {
    padding: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-spec2 .item-body table tr td {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px;
  }
  .pro3-spec2 .item-body table tr td:first-child {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec2 .item-body table tr td {
    font-size: 14px;
    padding: 10px;
  }
  .pro3-spec2 .item-body table tr td:first-child {
    padding: 10px;
  }
}

.pro3-spec3 .box-list {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.3214285714%;
  margin-bottom: -32px;
}
@media screen and (max-width: 1219px) {
  .pro3-spec3 .box-list {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec3 .box-list {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 640px) {
  .pro3-spec3 .box-list {
    gap: 2%;
  }
}
.pro3-spec3 .box-list .list-item {
  width: 31.7857142857%;
  flex-basis: 31.7857142857%;
  margin-bottom: 32px;
  background-color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro3-spec3 .box-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec3 .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro3-spec3 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
.pro3-spec3 .box-list .item-body {
  padding: 20px;
}
@media screen and (max-width: 1219px) {
  .pro3-spec3 .box-list .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec3 .box-list .item-body {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pro3-spec3 .box-list .item-body {
    padding: 10px 5px;
  }
}
.pro3-spec3 .box-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 1219px) {
  .pro3-spec3 .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec3 .box-list .item-title {
    font-size: 14px;
    line-height: 1.3;
  }
}

.pro3-spec4 .box-list {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -20px;
}
.pro3-spec4 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.2857142857%;
  margin-left: 2.2857142857%;
  margin-bottom: 20px;
}
.pro3-spec4 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pro3-spec4 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro3-spec4 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .pro3-spec4 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.pro3-spec4 .box-list .item-pics {
  margin-bottom: 19px;
}
@media screen and (max-width: 991px) {
  .pro3-spec4 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec4 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro3-spec4 .box-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro3-spec4 .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec4 .box-list .item-title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.pro3-spec4 .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro3-spec4 .box-list .item-desc, .pro3-spec4 .box-list .item-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .pro3-spec4 .box-list .item-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-spec4 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-spec4 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.2;
  }
}

.pro3-partner-owl {
  position: relative;
}
.pro3-partner-owl .list-item {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .list-item {
    display: block;
  }
}
.pro3-partner-owl .item-pics {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .item-pics {
    float: right;
    margin-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro3-partner-owl .item-pics {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.pro3-partner-owl .item-body {
  overflow: hidden;
  flex: 1 1 auto;
  padding: 20px 50px;
}
@media screen and (max-width: 1419px) {
  .pro3-partner-owl .item-body {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-partner-owl .item-body {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-partner-owl .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .item-body {
    padding: 15px;
    overflow: visible;
  }
}
.pro3-partner-owl .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1419px) {
  .pro3-partner-owl .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .pro3-partner-owl .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pro3-partner-owl .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro3-partner-owl .item-desc, .pro3-partner-owl .item-desc * {
  color: #4d4d4d;
}
.pro3-partner-owl .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro3-partner-owl .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .item-desc {
    font-size: 12px;
  }
}
.pro3-partner-owl .item-desc em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro3-partner-owl .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro3-partner-owl .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .item-desc em {
    padding-left: 15px;
  }
  .pro3-partner-owl .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}
.pro3-partner-owl .owl-buttons {
  display: none !important;
}
.pro3-partner-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1419px) {
  .pro3-partner-owl .owl-btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro3-partner-owl .owl-btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .owl-btns {
    margin-top: 15px;
  }
}
.pro3-partner-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: 18px;
  border: solid 1px #b3b3b3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.pro3-partner-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .pro3-partner-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro3-partner-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.pro3-partner-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .pro3-partner-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.pro3-faq.faq-list {
  padding-bottom: 1px;
  margin-bottom: -26px;
}
@media screen and (max-width: 767px) {
  .pro3-faq.faq-list {
    margin-bottom: 0;
  }
}
.pro3-faq.faq-list .item-title {
  background-color: #fff;
}
.pro3-faq.faq-list .list-item {
  background-color: #fff;
}

/*-------------2-3-products end------------------------------------------------------------*/
/*-------------2-4-products start----------------------------------------------------------*/
.pro4-top {
  padding: 90px 0 102px;
}
@media screen and (max-width: 1419px) {
  .pro4-top {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-top {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top {
    padding: 30px 0 20px;
  }
}
.pro4-top .m-propic .pro-share {
  margin: 26px 0 0 18.4782608696%;
}

.pro4-top .m-propic {
  position: relative;
  z-index: 2;
  width: 52.5714285714%;
  float: left;
  margin-right: 5.7142857143%;
}
@media screen and (max-width: 1419px) {
  .pro4-top .m-propic {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .m-propic {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .m-propic {
    margin-bottom: 30px;
  }
}
.pro4-top .m-propic .pic-big {
  position: relative;
  float: right;
  width: 81.5217391304%;
}
.pro4-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #D0D5DD;
  position: relative;
  padding-bottom: 100%;
}
.pro4-top .m-propic .pic-big {
  position: relative;
}
.pro4-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border: 0 solid #D0D5DD;
}
.pro4-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}
.pro4-top .m-propic .pic-big .provideo-box .provideo iframe, .pro4-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pro4-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.pro4-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pro4-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}
.pro4-top .m-propic .zoomWrapperImage img {
  max-width: none;
}
.pro4-top .m-propic .pic-small {
  position: relative;
  float: left;
  width: 16.3043478261%;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .pro4-top .m-propic .pic-small {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-top .m-propic .pic-small {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .m-propic .pic-small {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.pro4-top .m-propic .pic-btn {
  position: absolute;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #12489E;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.pro4-top .m-propic .pic-btn:hover {
  color: #F99022;
}
.pro4-top .m-propic .pic-btn.prev {
  top: 0;
}
.pro4-top .m-propic .pic-btn.next {
  bottom: 0;
}
.pro4-top .m-propic .pic-list {
  height: 528px;
  overflow: hidden;
}
.pro4-top .m-propic .pic-list ul {
  height: 2000px;
}
.pro4-top .m-propic .pic-list .list-item {
  margin-bottom: 16px;
  overflow: visible;
  padding-left: 0;
  border-radius: 0;
}
.pro4-top .m-propic .pic-list .item-pics, .pro4-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.pro4-top .m-propic .pic-list .item-pics img, .pro4-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}
.pro4-top .m-propic .pic-list .item-pics:hover, .pro4-top .m-propic .pic-list .item-pics.zoomThumbActive, .pro4-top .m-propic .pic-list .item-pics.active, .pro4-top .m-propic .pic-list .item-video:hover, .pro4-top .m-propic .pic-list .item-video.zoomThumbActive, .pro4-top .m-propic .pic-list .item-video.active {
  border-color: #F99022;
}
@media screen and (max-width: 1419px) {
  .pro4-top .m-propic .pic-list {
    height: 460px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-top .m-propic .pic-list {
    height: 368px;
  }
  .pro4-top .m-propic .pic-list .list-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .m-propic .pic-list {
    height: 332px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .zoomPad {
    cursor: default !important;
  }
  .pro4-top .zoomPup {
    display: none !important;
  }
  .pro4-top .zoomWindow {
    display: none !important;
  }
  .pro4-top .zoomPreload {
    display: none !important;
  }
}
.pro4-top .m-propic2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .pro4-top .m-propic1 {
    display: none;
  }
  .pro4-top .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pro4-top .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: #12489E;
  }
  .pro4-top .m-propic2 .box-btn:hover {
    color: #F99022;
  }
  .pro4-top .m-propic2 .box-btn.prev {
    left: 0;
  }
  .pro4-top .m-propic2 .box-btn.next {
    right: 0;
  }
  .pro4-top .m-propic2 .box-list {
    overflow: hidden;
  }
  .pro4-top .m-propic2 .box-list ul {
    width: 1000%;
  }
  .pro4-top .m-propic2 .list-item {
    float: left;
    margin-left: 0.1%;
    margin-right: 0.1%;
    margin-bottom: 0;
    width: 3.13%;
    border-radius: 0;
    border: 0 solid #D0D5DD;
    overflow: hidden;
  }
  .pro4-top .m-propic2 .list-item img {
    display: block;
  }
}
@media only screen and (max-width: 480px) and (max-width: 640px) {
  .pro4-top .m-propic2 .list-item {
    width: 4.8%;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .pro4-top .m-propic2 .list-item {
    width: 9.8%;
  }
}
@media screen and (max-width: 480px) {
  .pro4-top .m-propic2 .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .pro4-top .m-propic2 .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
  }
  .pro4-top .m-propic2 .item-videobox .item-video iframe, .pro4-top .m-propic2 .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .pro4-top .m-propic2 .item-videobox .item-video iframe body {
    margin: 0px !important;
  }
}

.pro4-top .box-info {
  overflow: hidden;
}
.pro4-top .box-info .item-title {
  overflow: hidden;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3125;
  margin-bottom: 10px;
  color: #12489E;
}
@media screen and (max-width: 1419px) {
  .pro4-top .box-info .item-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .box-info .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .box-info .item-title {
    font-size: 18px;
  }
}
.pro4-top .box-info .item-subt {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .pro4-top .box-info .item-subt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .item-subt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .box-info .item-subt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .box-info .item-subt {
    font-size: 14px;
  }
}
.pro4-top .box-info .item-desc {
  padding-bottom: 30px;
  /*min-height: 468px;*/
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro4-top .box-info .item-desc, .pro4-top .box-info .item-desc * {
  color: #1a1a1a;
}
.pro4-top .box-info .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .pro4-top .box-info .item-desc {
    /*min-height: 390px;*/
  }
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .item-desc {
    /*min-height: 280px;*/
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .box-info .item-desc {
    min-height: auto;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .box-info .item-desc {
    font-size: 12px;
  }
}
.pro4-top .box-info .item-desc em {
  overflow: hidden;
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 14px;
  position: relative;
}
.pro4-top .box-info .item-desc em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #F99022;
}
@media screen and (max-width: 1419px) {
  .pro4-top .box-info .item-desc em {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .box-info .item-desc em {
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
.pro4-top .box-info .pro-share {
  display: none;
  margin-bottom: 42px;
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .pro-share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .box-info .pro-share {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pro4-top .box-info .pro-share {
    display: block;
  }
}
.pro4-top .box-info .item-btns {
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}
.pro4-top .box-info .item-btns .item-btn {
  margin-right: 20px;
  margin-bottom: 15px;
}
.pro4-top .box-info .item-btns .item-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .item-btns .item-btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .box-info .item-btns .item-btn {
    margin-right: 10px;
  }
}
.pro4-top .box-info .pro-share {
  margin-bottom: 42px;
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .pro-share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-top .box-info .pro-share {
    margin-bottom: 20px;
  }
}
.pro4-top .box-info .item-btns {
  font-size: 0;
  letter-spacing: 0;
}
.pro4-top .box-info .item-btns .item-btn {
  margin-right: 20px;
  margin-bottom: 15px;
}
.pro4-top .box-info .item-btns .item-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro4-top .box-info .item-btns .item-btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-top .box-info .item-btns .item-btn {
    margin-right: 10px;
  }
}

.bgf7 {
  background-color: #f7f7f7;
}

.pro4_wrap {
  padding: 0;
}

.pro4-title {
  margin-bottom: 44px;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 21px;
}
.pro4-title:before {
  position: absolute;
  content: "";
  width: 95px;
  height: 4px;
  background-color: #F99022;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1419px) {
  .pro4-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-title {
    padding-bottom: 15px;
    font-size: 28px;
    margin-bottom: 30px;
  }
  .pro4-title:before {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-title {
    padding-bottom: 12px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pro4-title:before {
    width: 65px;
  }
}

.pro4-spec {
  font-size: 16px;
  line-height: 1.75;
}
.pro4-spec, .pro4-spec * {
  color: #333;
}
.pro4-spec strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro4-spec {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec {
    font-size: 12px;
  }
}
.pro4-spec em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro4-spec em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec em {
    padding-left: 15px;
  }
  .pro4-spec em:before {
    top: 7px;
    left: 6px;
  }
}

.pro4-box {
  padding: 60px 0 70px;
}
@media screen and (max-width: 1219px) {
  .pro4-box {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box {
    padding: 30px 0 40px;
  }
}

.pro4-box1 {
  padding: 79px 0 52px;
}
@media screen and (max-width: 1419px) {
  .pro4-box1 {
    padding: 60px 0 52px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-box1 {
    padding: 50px 0 52px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box1 {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box1 {
    padding: 30px 0 30px;
  }
}

.pro4-spec1 {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .pro4-spec1 {
    display: block;
  }
}
.pro4-spec1 .img-owl {
  flex: 0 0 auto;
  width: 45.0714285714%;
  flex-basis: 45.0714285714%;
  margin-left: 2.1428571429%;
}
@media screen and (max-width: 640px) {
  .pro4-spec1 .img-owl {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.pro4-spec1 .img-owl .owl-theme .owl-controls {
  bottom: 5.1075268817%;
}
.pro4-spec1 .img-owl .owl-theme .owl-controls .owl-pagination {
  text-align: left;
  padding-left: 4.5958795563%;
}
.pro4-spec1 .img-owl .owl-theme .owl-controls .owl-page {
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .pro4-spec1 .img-owl .owl-theme .owl-controls .owl-page {
    margin: 0 6px 0 0;
    width: 8px;
    height: 8px;
  }
}
.pro4-spec1 .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
.pro4-spec1 .pro4-title {
  margin-top: 5px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1419px) {
  .pro4-spec1 .pro4-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec1 .pro4-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec1 .pro4-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec1 .pro4-title {
    margin-bottom: 15px;
  }
}
.pro4-spec1 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro4-spec1 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  margin-left: 12%;
}
.pro4-spec1 .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 1419px) {
  .pro4-spec1 .box-list .list-item {
    width: 46%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec1 .box-list .list-item {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 400px) {
  .pro4-spec1 .box-list .list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .pro4-spec1 .box-list .list-item:last-child {
    margin-bottom: 0;
  }
}
.pro4-spec1 .box-list .item-title {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 14px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec1 .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec1 .box-list .item-title {
    font-size: 14px;
  }
}
.pro4-spec1 .box-list .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro4-spec1 .box-list .item-desc, .pro4-spec1 .box-list .item-desc * {
  color: #1a1a1a;
}
.pro4-spec1 .box-list .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro4-spec1 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec1 .box-list .item-desc {
    font-size: 12px;
  }
}
.pro4-spec1 .box-list .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 36px;
  margin-bottom: 16px;
  position: relative;
}
.pro4-spec1 .box-list .item-desc em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #12489E;
  color: #fff;
  left: 0;
  top: 4px;
  font-size: 12px;
}
@media screen and (max-width: 1419px) {
  .pro4-spec1 .box-list .item-desc em {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec1 .box-list .item-desc em {
    padding-left: 30px;
  }
  .pro4-spec1 .box-list .item-desc em:before {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec1 .box-list .item-desc em {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .pro4-spec1 .box-list .item-desc em:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec1 .box-list .item-desc em {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .pro4-spec1 .box-list .item-desc em:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
    top: 2px;
  }
}

.pro4-box2 {
  background: #fff url(../images/bg3.png) no-repeat right top;
  background-size: auto 60px;
  padding-top: 120px;
}
@media screen and (max-width: 1419px) {
  .pro4-box2 {
    background-size: auto 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-box2 {
    background-size: auto 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box2 {
    background-size: auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box2 {
    background-size: auto 20px;
  }
}
@media screen and (max-width: 1419px) {
  .pro4-box2 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-box2 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box2 {
    padding-top: 50px;
  }
}

.pro4-spec2 {
  font-size: 16px;
  line-height: 1.75;
}
.pro4-spec2, .pro4-spec2 * {
  color: #333;
}
.pro4-spec2 strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro4-spec2 {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec2 {
    font-size: 12px;
  }
}
.pro4-spec2 em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro4-spec2 em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec2 em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec2 em {
    padding-left: 15px;
  }
  .pro4-spec2 em:before {
    top: 7px;
    left: 6px;
  }
}

.pro4-box3 {
  padding: 57px 0 50px;
}
@media screen and (max-width: 1219px) {
  .pro4-box3 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box3 {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box3 {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .pro4-box3 .pro4-title {
    margin-bottom: 30px;
  }
}

.pro4-spec3 .box-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec3 .box-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec3 .box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.pro4-spec3 .item-box1 {
  margin-bottom: 28px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec3 .item-box1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec3 .item-box1 {
    margin-bottom: 10px;
  }
}
.pro4-spec3 .item-box1 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro4-spec3 .item-box1 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.8571428571%;
  margin-left: 2.2142857143%;
  margin-bottom: 20px;
}
.pro4-spec3 .item-box1 .box-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pro4-spec3 .item-box1 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro4-spec3 .item-box1 .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .pro4-spec3 .item-box1 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.pro4-spec3 .item-box1 .box-list .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec3 .item-box1 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec3 .item-box1 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro4-spec3 .item-box1 .box-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 1219px) {
  .pro4-spec3 .item-box1 .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec3 .item-box1 .box-list .item-title {
    font-size: 14px;
  }
}
.pro4-spec3 .item-box2 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.8571428571%;
}
.pro4-spec3 .item-box2 .box-list .list-item {
  width: 48.5714285714%;
  flex-basis: 48.5714285714%;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 0;
  letter-spacing: 0;
}
.pro4-spec3 .item-box2 .box-list .list-item > * {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .pro4-spec3 .item-box2 .box-list .list-item {
    width: 100%;
    flex-basis: 100%;
  }
}
.pro4-spec3 .item-box2 .box-list .item-body {
  padding: 20px 50px 20px 40px;
}
@media screen and (max-width: 1419px) {
  .pro4-spec3 .item-box2 .box-list .item-body {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec3 .item-box2 .box-list .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec3 .item-box2 .box-list .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec3 .item-box2 .box-list .item-body {
    padding: 10px;
  }
}
.pro4-spec3 .item-box2 .box-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 1219px) {
  .pro4-spec3 .item-box2 .box-list .item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec3 .item-box2 .box-list .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .pro4-spec3 .item-box2 .box-list .item-title {
    line-height: 1.3;
  }
}

.pro4-box4 {
  padding: 60px 0 50px;
}
@media screen and (max-width: 1219px) {
  .pro4-box4 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box4 {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box4 {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .pro4-box4 .pro4-title {
    margin-bottom: 30px;
  }
}

.pro4-spec4 .box-title {
  font-family: "Roboto-Regular", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 31px;
}
.pro4-spec4 .box-title em {
  font-style: normal;
  color: #F99022;
}
@media screen and (max-width: 1219px) {
  .pro4-spec4 .box-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec4 .box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.pro4-spec4 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.pro4-spec4 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.2857142857%;
  margin-left: 2.2857142857%;
  margin-bottom: 20px;
}
.pro4-spec4 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pro4-spec4 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .pro4-spec4 .box-list .list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .pro4-spec4 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.pro4-spec4 .box-list .item-pics {
  margin-bottom: 19px;
}
@media screen and (max-width: 991px) {
  .pro4-spec4 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec4 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.pro4-spec4 .box-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro4-spec4 .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec4 .box-list .item-title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.pro4-spec4 .box-list .item-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.pro4-spec4 .box-list .item-desc, .pro4-spec4 .box-list .item-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .pro4-spec4 .box-list .item-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec4 .box-list .item-desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec4 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.2;
  }
}

.pro4-spec5-tab .tab-options {
  margin-bottom: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .pro4-spec5-tab .tab-options {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec5-tab .tab-options {
    margin-bottom: 50px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec5-tab .tab-options {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec5-tab .tab-options {
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.pro4-spec5-tab .tab-options:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #e6e6e6;
}
.pro4-spec5-tab .tab-options li {
  flex: 1;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  padding-bottom: 14px;
  text-align: center;
  border-bottom: solid 2px transparent;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.pro4-spec5-tab .tab-options li:hover, .pro4-spec5-tab .tab-options li.tab-active {
  border-bottom-color: #12489E;
  color: #12489E;
}
.pro4-spec5-tab .tab-options li p {
  flex: 1;
}
@media screen and (max-width: 1219px) {
  .pro4-spec5-tab .tab-options li {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec5-tab .tab-options li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    flex: unset;
  }
}
.pro4-spec5-tab .tab-content .box-item {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.pro4-spec5-tab .tab-content .box-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .pro4-spec5-tab .tab-content .box-item {
    display: block;
  }
  .pro4-spec5-tab .tab-content .box-item:before {
    display: none;
  }
}
.pro4-spec5-tab .tab-content .item-pic-box {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  position: relative;
  margin-bottom: 3.5714285714%;
}
.pro4-spec5-tab .tab-content .item-pic-box:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.pro4-spec5-tab .tab-content .item-pic-box .right-sj {
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  border-bottom-color: #f7f7f7;
}
@media screen and (max-width: 1519px) {
  .pro4-spec5-tab .tab-content .item-pic-box {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 640px) {
  .pro4-spec5-tab .tab-content .item-pic-box {
    width: calc(100% - 15px);
    margin: 0 15px 35px 0;
  }
  .pro4-spec5-tab .tab-content .item-pic-box:before {
    bottom: -15px;
    right: -15px;
  }
  .pro4-spec5-tab .tab-content .item-pic-box .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 640px) {
  .pro4-spec5-tab .tab-content .left-ssj {
    border-top-color: #f7f7f7;
  }
}
.pro4-spec5-tab .tab-content .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 93px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1419px) {
  .pro4-spec5-tab .tab-content .item-body {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec5-tab .tab-content .item-body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec5-tab .tab-content .item-body {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec5-tab .tab-content .item-body {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .pro4-spec5-tab .tab-content .item-body {
    padding: 0;
  }
}
.pro4-spec5-tab .tab-content .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 28px;
  color: #12489E;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .pro4-spec5-tab .tab-content .item-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec5-tab .tab-content .item-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec5-tab .tab-content .item-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec5-tab .tab-content .item-title {
    font-size: 20px;
  }
}
.pro4-spec5-tab .tab-content .item-desc {
  overflow: visible;
  margin-bottom: 71px;
  font-size: 18px;
  font-family: "Roboto-Medium", arial, helvetica, sans-serif;
  line-height: 1.55556;
}
.pro4-spec5-tab .tab-content .item-desc, .pro4-spec5-tab .tab-content .item-desc * {
  color: #333;
}
.pro4-spec5-tab .tab-content .item-desc strong {
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .pro4-spec5-tab .tab-content .item-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec5-tab .tab-content .item-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec5-tab .tab-content .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.pro4-spec5-tab .tab-content .item-desc em {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  padding-left: 27px;
  position: relative;
}
.pro4-spec5-tab .tab-content .item-desc em:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec5-tab .tab-content .item-desc em {
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .pro4-spec5-tab .tab-content .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec5-tab .tab-content .item-desc em {
    padding-left: 15px;
  }
  .pro4-spec5-tab .tab-content .item-desc em:before {
    top: 8px;
    left: 6px;
    width: 3px;
    height: 3px;
  }
}

.pro4-box6 {
  padding: 59px 0 60px;
}
@media screen and (max-width: 1219px) {
  .pro4-box6 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box6 {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box6 {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .pro4-box6 .pro4-title {
    margin-bottom: 39px;
  }
}

.pro4-spec6 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.5714285714%;
}
@media screen and (max-width: 991px) {
  .pro4-spec6 .box-list {
    gap: 2%;
  }
}
.pro4-spec6 .box-list .list-item {
  width: 15.3571428571%;
  flex-basis: 15.3571428571%;
  margin-bottom: 20px;
  background-color: #12489E;
  text-align: center;
  transition: all 0.35s;
  padding: 38px 20px 39px;
}
@media screen and (max-width: 1419px) {
  .pro4-spec6 .box-list .list-item {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec6 .box-list .list-item {
    width: 32%;
    flex-basis: 32%;
  }
}
@media screen and (max-width: 480px) {
  .pro4-spec6 .box-list .list-item {
    padding: 20px 10px;
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 15px;
  }
}
.pro4-spec6 .box-list .list-item:hover {
  background-color: #F99022;
}
.pro4-spec6 .box-list .list-item:hover .item-num {
  color: #fff;
  -webkit-text-stroke-width: 0;
}
.pro4-spec6 .box-list .item-num {
  color: transparent;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  line-height: 1;
  font-size: 50px;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 26px;
  transition: all 0.35s;
}
.pro4-spec6 .box-list .item-num:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 1419px) {
  .pro4-spec6 .box-list .item-num {
    font-size: 44px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec6 .box-list .item-num {
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec6 .box-list .item-num {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro4-spec6 .box-list .item-num:before {
    width: 30px;
  }
}
.pro4-spec6 .box-list .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .pro4-spec6 .box-list .item-title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec6 .box-list .item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec6 .box-list .item-title {
    font-size: 14px;
  }
}

.pro4-box7 {
  padding: 0;
}

.pro4-spec7 {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .pro4-spec7 {
    display: block;
    padding-bottom: 30px;
  }
}
.pro4-spec7 .right-item {
  flex: 0 0 auto;
  width: 45.5714285714%;
  flex-basis: 45.5714285714%;
  margin-left: 6.4285714286%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 2.8213166144%;
}
@media screen and (max-width: 1419px) {
  .pro4-spec7 .right-item {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec7 .right-item {
    margin-left: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec7 .right-item {
    margin-left: 2.1428571429%;
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .pro4-spec7 .right-item {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.pro4-spec7 .right-item .item-pics {
  /*width: 48.5893416928%;*/
  /*flex-basis: 48.5893416928%;*/
  /*margin-bottom: 2.8213166144%;*/
  width: 100%;
  overflow: hidden;
}
.pro4-spec7 .right-item .item-pics img {
  display: block;
  width: 100%;
}
.pro4-spec7 .item-body {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pro4-spec7 .item-body {
    overflow: visible;
  }
}
.pro4-spec7 .pro4-title {
  margin-bottom: 53px;
  margin-top: 20px;
}
@media screen and (max-width: 1419px) {
  .pro4-spec7 .pro4-title {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-spec7 .pro4-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec7 .pro4-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec7 .pro4-title {
    margin-bottom: 15px;
  }
}
.pro4-spec7 .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 22px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec7 .item-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec7 .item-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.pro4-spec7 .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.pro4-spec7 .item-desc, .pro4-spec7 .item-desc * {
  color: #1a1a1a;
}
.pro4-spec7 .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .pro4-spec7 .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec7 .item-desc {
    font-size: 12px;
  }
}
.pro4-spec7 .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 36px;
  margin-bottom: 20px;
  position: relative;
}
.pro4-spec7 .item-desc em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #12489E;
  color: #fff;
  left: 0;
  top: 4px;
  font-size: 12px;
}
@media screen and (max-width: 1219px) {
  .pro4-spec7 .item-desc em {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .pro4-spec7 .item-desc em:before {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .pro4-spec7 .item-desc em {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .pro4-spec7 .item-desc em:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-spec7 .item-desc em {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .pro4-spec7 .item-desc em:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
    top: 2px;
  }
}

.pro4-box8 {
  padding: 58px 0 73px;
}
@media screen and (max-width: 1219px) {
  .pro4-box8 {
    padding: 50px 0 44px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box8 {
    padding: 40px 0 34px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box8 {
    padding: 30px 0 24px;
  }
}
@media screen and (min-width: 1220px) {
  .pro4-box8 .pro4-title {
    margin-bottom: 30px;
  }
}

.pro4-faq.faq-list {
  padding-bottom: 0;
}
.pro4-faq.faq-list .item-title {
  background-color: #fff;
}
.pro4-faq.faq-list .list-item {
  background-color: #fff;
}

.pro4-box9 {
  padding: 70px 0 80px;
}
@media screen and (max-width: 1219px) {
  .pro4-box9 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box9 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box9 {
    padding: 30px 0;
  }
}
.pro4-box9 .index-require:before {
  width: 74%;
  background: url(../images/r3.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .pro4-box9 .index-require:before {
    width: 78.8571428571%;
  }
}
@media screen and (max-width: 480px) {
  .pro4-box9 .index-require:before {
    width: calc(100% - 40px);
  }
}
.pro4-box9 .index-require .left-item {
  width: calc(74% - 98px);
}
@media screen and (min-width: 1220px) {
  .pro4-box9 .index-require .left-item {
    padding-top: 61px;
    padding-bottom: 41px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-box9 .index-require .left-item {
    width: calc(74% - 86px);
  }
}
@media screen and (max-width: 991px) {
  .pro4-box9 .index-require .left-item {
    width: calc(78.8571428571% - 76px);
  }
}
@media screen and (max-width: 767px) {
  .pro4-box9 .index-require .left-item {
    width: calc(78.8571428571% - 61px);
  }
}
@media screen and (max-width: 480px) {
  .pro4-box9 .index-require .left-item {
    width: 100%;
  }
}
.pro4-box9 .index-require .right-item {
  left: calc(74% - 98px);
}
@media screen and (max-width: 1219px) {
  .pro4-box9 .index-require .right-item {
    left: calc(74% - 86px);
  }
}
@media screen and (max-width: 991px) {
  .pro4-box9 .index-require .right-item {
    left: calc(78.8571428571% - 76px);
  }
}
@media screen and (max-width: 767px) {
  .pro4-box9 .index-require .right-item {
    left: calc(78.8571428571% - 61px);
  }
}
@media screen and (max-width: 480px) {
  .pro4-box9 .index-require .right-item {
    position: relative;
    left: 0;
  }
}
.pro4-box9 .index-require .item-title {
  max-width: 100%;
  font-size: 36px;
  line-height: 1.3333;
}
@media screen and (max-width: 1419px) {
  .pro4-box9 .index-require .item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1219px) {
  .pro4-box9 .index-require .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pro4-box9 .index-require .item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box9 .index-require .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pro4-box9 .index-require .item-title {
    font-size: 18px;
  }
}
.pro4-box9 .index-require .item-subt {
  color: #fff;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 1219px) {
  .pro4-box9 .index-require .item-subt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box9 .index-require .item-subt {
    font-size: 14px;
    margin-top: 10px;
  }
}
.pro4-box9 .index-require .item-li {
  margin-top: 14px;
  font-size: 0;
  letter-spacing: 0;
}
.pro4-box9 .index-require .item-li em {
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.pro4-box9 .index-require .item-li em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  color: #F99022;
}
.pro4-box9 .index-require .item-li em:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .pro4-box9 .index-require .item-li em {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro4-box9 .index-require .item-li em {
    margin-right: 30px;
    font-size: 12px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .pro4-box9 .index-require .email {
    margin-top: 23px;
  }
}

/*-------------2-4-products end------------------------------------------------------------*/
/*-------------3-1-solution start----------------------------------------------------------*/
.solution1-list {
  padding-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .solution1-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list {
    padding-bottom: 0;
  }
}
.solution1-list .list-item {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 1419px) {
  .solution1-list .list-item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item {
    margin-bottom: 30px;
  }
}
.solution1-list .list-item.item1 .img-owl {
  float: left;
}
.solution1-list .list-item.item1 .item-body {
  right: 0;
}
.solution1-list .list-item.item1 .item-body .item-bg2 {
  right: 59px;
  left: 0;
}
@media screen and (max-width: 1419px) {
  .solution1-list .list-item.item1 .item-body .item-bg2 {
    right: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item.item1 .item-body .item-bg2 {
    right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .list-item.item1 .item-body .item-bg2 {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item.item1 .item-body .item-bg2 {
    right: 20px;
  }
}
.solution1-list .list-item.item1 .item-body .item-bg3 {
  right: 0;
  border-right: 59px solid transparent;
  border-top: 59px solid #fff;
  filter: drop-shadow(5px 5px 5px rgba(0, 27, 70, 0.05));
}
@media screen and (max-width: 1419px) {
  .solution1-list .list-item.item1 .item-body .item-bg3 {
    border-right-width: 50px;
    border-top-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item.item1 .item-body .item-bg3 {
    border-right-width: 40px;
    border-top-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .list-item.item1 .item-body .item-bg3 {
    border-right-width: 30px;
    border-top-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item.item1 .item-body .item-bg3 {
    border-right-width: 20px;
    border-top-width: 20px;
  }
}
.solution1-list .list-item.item2 .img-owl {
  float: right;
}
.solution1-list .list-item.item2 .item-body {
  left: 0;
}
.solution1-list .list-item.item2 .item-body .item-bg2 {
  right: 0;
  left: 59px;
}
@media screen and (max-width: 1419px) {
  .solution1-list .list-item.item2 .item-body .item-bg2 {
    left: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item.item2 .item-body .item-bg2 {
    left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .list-item.item2 .item-body .item-bg2 {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item.item2 .item-body .item-bg2 {
    left: 20px;
  }
}
.solution1-list .list-item.item2 .item-body .item-bg3 {
  left: 0;
  border-left: 59px solid transparent;
  border-top: 59px solid #fff;
  filter: drop-shadow(-5px 5px 5px rgba(0, 27, 70, 0.05));
}
@media screen and (max-width: 1419px) {
  .solution1-list .list-item.item2 .item-body .item-bg3 {
    border-left-width: 50px;
    border-top-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item.item2 .item-body .item-bg3 {
    border-left-width: 40px;
    border-top-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .list-item.item2 .item-body .item-bg3 {
    border-left-width: 30px;
    border-top-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item.item2 .item-body .item-bg3 {
    border-left-width: 20px;
    border-top-width: 20px;
  }
}
.solution1-list .img-owl {
  width: 71.4285714286%;
}
@media screen and (max-width: 640px) {
  .solution1-list .img-owl {
    width: 100%;
  }
}
.solution1-list .img-owl .owl-theme .owl-controls {
  bottom: 5%;
}
.solution1-list .item-body {
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 33.5714285714%;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-body {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-body {
    padding: 20px;
    top: 6%;
    bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .solution1-list .item-body {
    position: relative;
    width: 100%;
    top: 0 !important;
    bottom: 0 !important;
  }
}
.solution1-list .item-body .item-bg1 {
  position: absolute;
  top: 0;
  bottom: 59px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -5px 20px 0 rgba(0, 27, 70, 0.12);
}
@media screen and (max-width: 1419px) {
  .solution1-list .item-body .item-bg1 {
    bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-body .item-bg1 {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-body .item-bg1 {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-body .item-bg1 {
    bottom: 20px;
  }
}
.solution1-list .item-body .item-bg2 {
  position: absolute;
  height: 59px;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 27, 70, 0.05);
}
@media screen and (max-width: 1419px) {
  .solution1-list .item-body .item-bg2 {
    height: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-body .item-bg2 {
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-body .item-bg2 {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-body .item-bg2 {
    height: 20px;
  }
}
.solution1-list .item-body .item-bg3 {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.solution1-list .item-info {
  position: relative;
  z-index: 2;
}
.solution1-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.solution1-list .item-title, .solution1-list .item-title a {
  color: #1a1a1a;
}
@media screen and (max-width: 1419px) {
  .solution1-list .item-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-title {
    font-size: 14px;
  }
}
.solution1-list .item-desc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
}
.solution1-list .item-desc, .solution1-list .item-desc a {
  color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
  .solution1-list .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/*-------------3-1-solution end------------------------------------------------------------*/
/*-------------3-2-solution start----------------------------------------------------------*/
.solution2_wrap {
  padding: 0;
}

.solution2-top {
  padding: 90px 0;
}
@media screen and (max-width: 1219px) {
  .solution2-top {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .solution2-top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top {
    padding: 30px 0;
  }
}
.solution2-top .img-owl {
  float: right;
  width: 50%;
  position: relative;
  margin-left: 5.7142857143%;
  margin-bottom: 3.5714285714%;
}
.solution2-top .img-owl .owl-theme .owl-controls {
  bottom: 6.3829787234%;
}
.solution2-top .img-owl:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.solution2-top .img-owl .right-sj {
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  border-bottom-color: #fff;
}
@media screen and (max-width: 1519px) {
  .solution2-top .img-owl {
    margin-left: 2.8571428571%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top .img-owl {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .solution2-top .img-owl {
    width: calc(100% - 15px);
    margin: 0 15px 35px 0;
  }
  .solution2-top .img-owl:before {
    bottom: -15px;
    right: -15px;
  }
  .solution2-top .img-owl .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
.solution2-top .left-ssj {
  border-top-color: #fff;
}
.solution2-top .item-body .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 1px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1419px) {
  .solution2-top .item-body .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-top .item-body .item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-top .item-body .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top .item-body .item-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.solution2-top .item-body .item-subt {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #12489E;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .solution2-top .item-body .item-subt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-top .item-body .item-subt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-top .item-body .item-subt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top .item-body .item-subt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.solution2-top .item-body .pro-share {
  margin-top: 50px;
}
@media screen and (max-width: 1219px) {
  .solution2-top .item-body .pro-share {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-top .item-body .pro-share {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top .item-body .pro-share {
    margin-top: 20px;
  }
}
.solution2-top .item-body .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.solution2-top .item-body .item-desc, .solution2-top .item-body .item-desc * {
  color: #4d4d4d;
}
.solution2-top .item-body .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
.solution2-top .item-body .item-desc .line {
  height: 20px;
}
.solution2-top .item-body .item-desc .line1 {
  height: 15px;
}
@media screen and (max-width: 1219px) {
  .solution2-top .item-body .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top .item-body .item-desc {
    font-size: 12px;
  }
}
.solution2-top .item-body .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
}
.solution2-top .item-body .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .solution2-top .item-body .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-top .item-body .item-desc em {
    padding-left: 15px;
  }
  .solution2-top .item-body .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.solution2-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 1419px) {
  .solution2-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-title {
    font-size: 20px;
  }
}

.solution2-desc {
  font-size: 16px;
  line-height: 1.75;
}
.solution2-desc, .solution2-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .solution2-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .solution2-desc {
    font-size: 12px;
  }
}

.solution2-item {
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 1219px) {
  .solution2-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-item {
    margin-bottom: 20px;
  }
}
.solution2-item .item-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
  .solution2-item .item-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-item .item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-item .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-item .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-item .item-title {
    font-size: 22px;
  }
}
.solution2-item .item-title strong {
  font-weight: normal;
  color: #12489E;
  transition: all 0.35s;
}
.solution2-item .item-desc {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.75;
}
.solution2-item .item-desc, .solution2-item .item-desc * {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .solution2-item .item-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-item .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-item .item-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}

.solution2-box1 {
  background: url(../images/s12.jpg) no-repeat top center;
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  .solution2-box1 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box1 {
    padding-top: 30px;
  }
}
.solution2-box1 .box-body {
  position: relative;
}
.solution2-box1 .box-body:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 50%;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.solution2-box1 .top-item {
  width: 71.4285714286%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  .solution2-box1 .top-item {
    width: 100%;
    padding-right: 100px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box1 .top-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box1 .top-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box1 .top-item {
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.solution2-box1 .top-item .solution2-title, .solution2-box1 .top-item .solution2-title * {
  color: #fff;
}
.solution2-box1 .top-item .solution2-desc {
  margin-top: 18px;
}
.solution2-box1 .top-item .solution2-desc, .solution2-box1 .top-item .solution2-desc * {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .solution2-box1 .top-item .solution2-desc {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1220px) {
  .solution2-box1.project2-box1 .top-item {
    margin-bottom: 40px;
  }
}

.solution2-box1-owl {
  position: relative;
  z-index: 2;
}
.solution2-box1-owl .owl-carousel {
  width: 101.7142857143%;
  margin-left: -0.8571428571%;
}
@media screen and (max-width: 991px) {
  .solution2-box1-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.solution2-box1-owl .list-item {
  position: relative;
  margin: 0 3.3707865169%;
}
@media screen and (max-width: 991px) {
  .solution2-box1-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box1-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.solution2-box1-owl .list-item .right-sj {
  border-bottom-width: 35px;
  border-left-width: 35px;
}
@media screen and (max-width: 991px) {
  .solution2-box1-owl .list-item .right-sj {
    border-bottom-width: 30px;
    border-left-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box1-owl .list-item .right-sj {
    border-bottom-width: 20px;
    border-left-width: 20px;
  }
}
.solution2-box1-owl .list-item .item-title {
  position: absolute;
  padding: 0 80px 0 24px;
  bottom: 6.0240963855%;
  font-size: 16px;
  line-height: 1.625;
}
.solution2-box1-owl .list-item .item-title, .solution2-box1-owl .list-item .item-title a {
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .solution2-box1-owl .list-item .item-title {
    padding: 0 50px 0 24px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box1-owl .list-item .item-title {
    bottom: 4.5180722892%;
    padding: 0 40px 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box1-owl .list-item .item-title {
    padding: 0 30px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box1-owl .list-item .item-title {
    padding: 0 20px 0 10px;
    font-size: 12px;
    bottom: 3.0120481928%;
  }
}
@media screen and (max-width: 640px) {
  .solution2-box1-owl .list-item .item-title {
    position: relative;
    padding: 0;
    bottom: 0;
    margin-top: 10px;
  }
  .solution2-box1-owl .list-item .item-title, .solution2-box1-owl .list-item .item-title a {
    color: #333;
  }
}
.solution2-box1-owl .owl-buttons {
  display: none !important;
}
.solution2-box1-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: -86px;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .solution2-box1-owl .owl-btns {
    top: -70px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box1-owl .owl-btns {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box1-owl .owl-btns {
    top: -55px;
  }
}
.solution2-box1-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: 18px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: all 0.35s;
}
.solution2-box1-owl .owl-btns .owl-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #12489E;
}
@media screen and (max-width: 1219px) {
  .solution2-box1-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box1-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
.solution2-box1-owl .owl-btns .item-prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .solution2-box1-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.solution2-box2 {
  padding: 95px 0 42px;
}
@media screen and (max-width: 1419px) {
  .solution2-box2 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box2 {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box2 {
    padding: 30px 0 15px;
  }
}
@media screen and (min-width: 1220px) {
  .solution2-box2 .solution2-item .item-desc {
    margin-top: 21px;
  }
}

.solution2-faq .list-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .solution2-faq .list-item {
    margin-bottom: 15px;
  }
}
.solution2-faq .list-item.active .box-title {
  background-color: #F99022;
}
.solution2-faq .list-item.active .box-title .iconfont:before {
  content: "\e723";
}
.solution2-faq .box-title {
  cursor: pointer;
  background-color: #12489E;
  padding: 14px 60px 14px 46px;
  position: relative;
  transition: all 0.35s;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  line-height: 1.66667;
}
.solution2-faq .box-title .iconfont {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 19px;
}
.solution2-faq .box-title:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: 20px;
  top: 26px;
}
.solution2-faq .box-title:hover {
  background-color: #F99022;
}
.solution2-faq .box-title:hover .iconfont:before {
  content: "\e723";
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-title {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 50px 12px 40px;
  }
  .solution2-faq .box-title:before {
    left: 15px;
    top: 21px;
  }
  .solution2-faq .box-title .iconfont {
    right: 15px;
    top: 11px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-title {
    font-size: 14px;
    padding: 10px 40px 10px 30px;
  }
  .solution2-faq .box-title:before {
    left: 13px;
    top: 18px;
  }
  .solution2-faq .box-title .iconfont {
    right: 10px;
    top: 10px;
    font-size: 16px;
  }
}
.solution2-faq .box-body {
  padding: 48px 0 48px;
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-body {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-body {
    padding: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .solution2-faq .box-body {
    padding: 30px 0 10px;
  }
}
.solution2-faq .box-item {
  position: relative;
}
.solution2-faq .box-item .item-pics-box {
  float: right;
  width: 55.5%;
  position: relative;
}
.solution2-faq .box-item .item-pics-box:before {
  position: absolute;
  content: "";
  right: -3.861003861%;
  bottom: -5.7692307692%;
  width: 92.7927927928%;
  height: 54.8076923077%;
  background-color: #12489E;
}
@media screen and (max-width: 1519px) {
  .solution2-faq .box-item .item-pics-box {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 640px) {
  .solution2-faq .box-item .item-pics-box {
    float: none;
    margin: 0 15px 30px 0;
    width: calc(100% - 15px);
  }
}
.solution2-faq .box-item .right-sj {
  border-bottom-color: #12489E;
  border-left-width: 65px;
  border-bottom-width: 65px;
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .right-sj {
    border-left-width: 60px;
    border-bottom-width: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .right-sj {
    border-left-width: 50px;
    border-bottom-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .right-sj {
    border-left-width: 40px;
    border-bottom-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .right-sj {
    border-left-width: 30px;
    border-bottom-width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-faq .box-item .right-sj {
    border-left-width: 20px;
    border-bottom-width: 20px;
  }
}
.solution2-faq .box-item .item-body {
  position: absolute;
  left: 0;
  top: 11.5384615385%;
  bottom: 11.5384615385%;
  width: 44.5%;
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 70px;
}
@media screen and (max-width: 1519px) {
  .solution2-faq .box-item .item-body {
    width: 42.3571428571%;
  }
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .item-body {
    top: 9.6153846154%;
    bottom: 9.6153846154%;
    padding: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .item-body {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .solution2-faq .box-item .item-body {
    position: relative;
    width: 100%;
    top: 0 !important;
    bottom: 0 !important;
  }
}
.solution2-faq .box-item .item-body .item-bg1 {
  position: absolute;
  bottom: 0;
  top: 59px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -5px 20px 0 rgba(0, 27, 70, 0.12);
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .item-body .item-bg1 {
    top: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .item-body .item-bg1 {
    top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .item-body .item-bg1 {
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .item-body .item-bg1 {
    top: 20px;
  }
}
.solution2-faq .box-item .item-body .item-bg2 {
  position: absolute;
  height: 59px;
  top: 0;
  background-color: #fff;
  box-shadow: 0 -5px 10px 0 rgba(0, 27, 70, 0.05);
  right: 0;
  left: 59px;
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .item-body .item-bg2 {
    left: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .item-body .item-bg2 {
    left: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .item-body .item-bg2 {
    left: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .item-body .item-bg2 {
    left: 20px;
    height: 20px;
  }
}
.solution2-faq .box-item .item-body .item-bg3 {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  left: 0;
  border-left: 59px solid transparent;
  border-bottom: 59px solid #fff;
  filter: drop-shadow(-8px -8px 8px rgba(0, 27, 70, 0.05));
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .item-body .item-bg3 {
    border-left-width: 50px;
    border-bottom-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .item-body .item-bg3 {
    border-left-width: 40px;
    border-bottom-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .item-body .item-bg3 {
    border-left-width: 30px;
    border-bottom-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .item-body .item-bg3 {
    border-left-width: 20px;
    border-bottom-width: 20px;
  }
}
.solution2-faq .box-item .item-info {
  position: relative;
  z-index: 2;
  max-width: 400px;
}
.solution2-faq .box-item .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.solution2-faq .box-item .item-title, .solution2-faq .box-item .item-title a {
  color: #1a1a1a;
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .item-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .item-title {
    font-size: 18px;
  }
}
.solution2-faq .box-item .item-desc {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
}
.solution2-faq .box-item .item-desc, .solution2-faq .box-item .item-desc a {
  color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
  .solution2-faq .box-item .item-desc {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-faq .box-item .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-faq .box-item .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-faq .box-item .item-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.solution2-box3 {
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media screen and (max-width: 1219px) {
  .solution2-box3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box3 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box3 {
    padding: 30px 0;
  }
}
.solution2-box3 .solution2-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  .solution2-box3 .solution2-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box3 .solution2-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box3 .solution2-title {
    margin-bottom: 20px;
  }
}
.solution2-box3 .left-ssj {
  border-top-color: #f7f7f7;
}
@media screen and (min-width: 1420px) {
  .solution2-box3 .left-ssj {
    border-top-width: 52px;
    border-right-width: 52px;
  }
}
.solution2-box3 .right-sj {
  border-bottom-color: #f7f7f7;
}
@media screen and (min-width: 1420px) {
  .solution2-box3 .right-sj {
    border-bottom-width: 52px;
    border-left-width: 52px;
  }
}
.solution2-box3 .box-list {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}
.solution2-box3 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .solution2-box3 .box-list .list-item {
    width: 50%;
  }
}
.solution2-box3 .box-list .item-pics {
  border: solid 1px #fff;
}
.solution2-box3 .box-list .item-title {
  position: absolute;
  bottom: 6.3897763578%;
  left: 0;
  width: 100%;
  padding: 0 5.1502145923%;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .solution2-box3 .box-list .item-title {
    bottom: 4.7923322684%;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box3 .box-list .item-title {
    bottom: 3.1948881789%;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box3 .box-list .item-title {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .solution2-box3 .box-list .item-title {
    font-size: 12px;
    line-height: 1.2;
  }
}

.solution2-box4 {
  padding: 80px 0 73px;
}
@media screen and (max-width: 1219px) {
  .solution2-box4 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box4 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 {
    padding: 30px 0;
  }
}
.solution2-box4 .solution2-title {
  margin-bottom: 49px;
  margin-top: 25px;
  color: #333;
}
@media screen and (max-width: 1419px) {
  .solution2-box4 .solution2-title {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box4 .solution2-title {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box4 .solution2-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .solution2-title {
    margin-bottom: 20px;
  }
}
.solution2-box4 .tab-left {
  float: left;
  width: 39.5714285714%;
  margin-right: 7%;
}
@media screen and (max-width: 1419px) {
  .solution2-box4 .tab-left {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box4 .tab-left {
    width: 100%;
    margin: 0 auto 50px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .tab-left {
    margin-bottom: 30px;
  }
}
.solution2-box4 .tab-options li {
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #B3B3B3;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  padding: 21px 50px 22px 18px;
}
.solution2-box4 .tab-options li, .solution2-box4 .tab-options li * {
  transition: all 0.35s;
}
.solution2-box4 .tab-options li:hover, .solution2-box4 .tab-options li.tab-active {
  background-color: #12489E;
  color: #fff;
  border-bottom-color: #12489E;
}
.solution2-box4 .tab-options li .iconfont {
  position: absolute;
  right: 25px;
  font-size: 22px;
  color: #fff;
  top: 21px;
}
@media screen and (max-width: 1419px) {
  .solution2-box4 .tab-options li {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box4 .tab-options li {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 40px 15px 15px;
  }
  .solution2-box4 .tab-options li .iconfont {
    right: 15px;
    font-size: 20px;
    top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box4 .tab-options li {
    font-size: 18px;
    line-height: 24px;
  }
  .solution2-box4 .tab-options li .iconfont {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .tab-options li {
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .solution2-box4 .tab-options li .iconfont {
    font-size: 16px;
    top: 10px;
  }
}
.solution2-box4 .tab-content {
  overflow: hidden;
}
.solution2-box4 .box-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.solution2-box4 .box-list:before {
  position: absolute;
  content: "\e670";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #12489E;
  font-size: 24px;
}
@media screen and (max-width: 1219px) {
  .solution2-box4 .box-list:before {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .box-list:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box4 .box-list:before {
    font-size: 16px;
  }
}
.solution2-box4 .box-list .list-item {
  width: 45.7219251337%;
  flex-basis: 45.7219251337%;
  position: relative;
}
.solution2-box4 .box-list .list-item.item1 .item-subt {
  width: 252px;
}
.solution2-box4 .box-list .list-item.item2 .item-subt {
  width: 263px;
}
.solution2-box4 .box-list .list-item.item2 .item-subt:before {
  background-color: #F99022;
}
.solution2-box4 .box-list .list-item.item2 .item-subt:after {
  border-bottom-color: #F99022;
}
.solution2-box4 .box-list .item-subt {
  max-width: 90%;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  height: 46px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.solution2-box4 .box-list .item-subt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 23px;
  bottom: 0;
  background-color: #12489E;
}
.solution2-box4 .box-list .item-subt:after {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  height: 0;
  border-bottom: solid 46px #12489E;
  border-right: solid 23px transparent;
}
.solution2-box4 .box-list .item-subt > p {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .solution2-box4 .box-list .item-subt {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box4 .box-list .item-subt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .box-list .item-subt {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box4 .box-list .item-subt {
    padding-left: 5px;
    height: 40px;
  }
}
.solution2-box4 .box-list .item-pics {
  margin-bottom: 19px;
}
@media screen and (max-width: 1219px) {
  .solution2-box4 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.solution2-box4 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 1219px) {
  .solution2-box4 .box-list .item-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box4 .box-list .item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box4 .box-list .item-title {
    font-size: 14px;
  }
}

.solution2-box5 {
  padding-bottom: 10px;
}
.solution2-box5 .solution2-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .solution2-box5 .solution2-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box5 .solution2-title {
    margin-bottom: 10px;
  }
}
.solution2-box5 .solution2-desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .solution2-box5 .solution2-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box5 .solution2-desc {
    margin-bottom: 20px;
  }
}
.solution2-box5 .key-list {
  padding-bottom: 32px;
}
@media screen and (max-width: 1219px) {
  .solution2-box5 .key-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box5 .key-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box5 .key-list {
    padding-bottom: 10px;
  }
}

.key-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
}
@media screen and (max-width: 1219px) {
  .key-list {
    gap: 2%;
  }
}
.key-list .list-item {
  width: 18.5714285714%;
  flex-basis: 18.5714285714%;
  background-color: #F2F6FB;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 38px 35px 31px;
}
@media screen and (max-width: 1419px) {
  .key-list .list-item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .key-list .list-item {
    padding: 20px 15px;
    width: 23.5%;
    flex-basis: 23.5%;
  }
}
@media screen and (max-width: 991px) {
  .key-list .list-item {
    width: 32%;
    flex-basis: 32%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .key-list .list-item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .key-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 15px;
    padding: 15px 10px;
  }
}
.key-list .item-num {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #12489E;
  color: #fff;
  text-align: center;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 1219px) {
  .key-list .item-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .key-list .item-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .key-list .item-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .key-list .item-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.key-list .item-title {
  text-align: center;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.key-list .item-title, .key-list .item-title * {
  color: #333;
}
@media screen and (max-width: 1219px) {
  .key-list .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .key-list .item-title {
    font-size: 12px;
  }
}

.solution2-box7 {
  padding: 59px 0 79px;
}
@media screen and (max-width: 1419px) {
  .solution2-box7 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box7 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box7 {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box7 {
    padding: 30px 0 20px;
  }
}
.solution2-box7 .solution2-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .solution2-box7 .solution2-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box7 .solution2-title {
    margin-bottom: 10px;
  }
}
.solution2-box7 .solution2-desc {
  margin-bottom: 58px;
}
@media screen and (max-width: 1419px) {
  .solution2-box7 .solution2-desc {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box7 .solution2-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box7 .solution2-desc {
    margin-bottom: 20px;
  }
}
.solution2-box7 .key-list {
  padding-bottom: 41px;
}
@media screen and (max-width: 1219px) {
  .solution2-box7 .key-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box7 .key-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box7 .key-list {
    padding-bottom: 10px;
  }
}

.solution2-box8 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1419px) {
  .solution2-box8 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box8 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box8 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 {
    padding-bottom: 0;
  }
}
.solution2-box8 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
}
@media screen and (max-width: 991px) {
  .solution2-box8 .box-list {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .solution2-box8 .box-list {
    gap: 2%;
  }
}
@media screen and (max-width: 400px) {
  .solution2-box8 .box-list {
    gap: 0;
  }
}
.solution2-box8 .box-list .list-item {
  width: 32.1428571429%;
  flex-basis: 32.1428571429%;
  margin-bottom: 40px;
  position: relative;
  padding: 40px 35px 78px 40px;
  transition: all 0.35s;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1419px) {
  .solution2-box8 .box-list .list-item {
    padding: 40px 30px 78px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box8 .box-list .list-item {
    padding: 30px 20px 70px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box8 .box-list .list-item {
    padding: 20px 15px 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 .box-list .list-item {
    padding: 15px 10px 50px;
  }
}
@media screen and (max-width: 640px) {
  .solution2-box8 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
@media screen and (max-width: 400px) {
  .solution2-box8 .box-list .list-item {
    padding: 15px 10px 40px;
    width: 100%;
    flex-basis: 100%;
  }
}
.solution2-box8 .box-list .list-item, .solution2-box8 .box-list .list-item * {
  transition: all 0.35s;
}
.solution2-box8 .box-list .list-item:hover {
  background-color: #12489E;
}
.solution2-box8 .box-list .list-item:hover .item-title {
  color: #fff;
}
.solution2-box8 .box-list .list-item:hover .item-desc, .solution2-box8 .box-list .list-item:hover .item-desc * {
  color: #fff;
}
.solution2-box8 .box-list .list-item:hover .item-desc em:before {
  background-color: #fff;
}
.solution2-box8 .box-list .list-item:hover .item-num {
  color: #fff;
}
.solution2-box8 .box-list .right-sj {
  border-top-width: 65px;
  border-right-width: 65px;
}
@media screen and (max-width: 1419px) {
  .solution2-box8 .box-list .right-sj {
    border-top-width: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box8 .box-list .right-sj {
    border-top-width: 50px;
    border-right-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box8 .box-list .right-sj {
    border-top-width: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 .box-list .right-sj {
    border-top-width: 30px;
    border-right-width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box8 .box-list .right-sj {
    border-top-width: 20px;
    border-right-width: 20px;
  }
}
.solution2-box8 .box-list .item-body {
  position: relative;
  z-index: 2;
}
.solution2-box8 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .solution2-box8 .box-list .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box8 .box-list .item-title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 .box-list .item-title {
    font-size: 16px;
  }
}
.solution2-box8 .box-list .item-desc,
.solution2-box8 .wp>.item-desc{
  overflow: visible;
  font-size: 16px;
  line-height: 32px;
}
.solution2-box8 .box-list .item-desc, .solution2-box8 .box-list .item-desc *,.solution2-box8 .wp>.item-desc {
  color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
  .solution2-box8 .box-list .item-desc,.solution2-box8 .wp>.item-desc
  {
    line-height: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box8 .box-list .item-desc,.solution2-box8 .wp>.item-desc {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 .box-list .item-desc,.solution2-box8 .wp>.item-desc {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .solution2-box8 .box-list .item-desc,.solution2-box8 .wp>.item-desc {
    line-height: 1.5;
  }
}
.solution2-box8 .box-list .item-desc em,.solution2-box8 .wp>.item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.solution2-box8 .box-list .item-desc em:before,.solution2-box8 .wp>.item-desc em::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4d4d4d;
  left: 11px;
  top: 14px;
}
@media screen and (max-width: 1419px) {
  .solution2-box8 .box-list .item-desc em:before,
  .solution2-box8 .wp>.item-desc em::before{
    top: 12px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box8 .box-list .item-desc em:before,
  .solution2-box8 .wp>.item-desc em::before{
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 .box-list .item-desc em,
  .solution2-box8 .wp>.item-desc em{
    padding-left: 15px;
  }
  .solution2-box8 .box-list .item-desc em:before,
  .solution2-box8 .wp>.item-desc em::before{
    top: 7px;
    left: 6px;
  }
}
.solution2-box8 .box-list .item-num {
  color: #12489E;
  opacity: 0.12;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  line-height: 1.125;
  font-size: 80px;
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 26px;
}
@media screen and (max-width: 1419px) {
  .solution2-box8 .box-list .item-num {
    left: 30px;
    font-size: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box8 .box-list .item-num {
    left: 20px;
    bottom: 20px;
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box8 .box-list .item-num {
    left: 15px;
    bottom: 10px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box8 .box-list .item-num {
    font-size: 40px;
    left: 10px;
    bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box8 .box-list .item-num {
    font-size: 30px;
  }
}

.solution2-box9 {
  background: #F99022;
  position: relative;
  padding: 104px 0 86px;
}
@media screen and (max-width: 480px) {
  .solution2-box9 {
    padding: 30px 0;
  }
}
.solution2-box9:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 323px);
  background: url(../images/solution-bg1.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1419px) {
  .solution2-box9:before {
    width: calc(50% + 275px);
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box9:before {
    width: calc(50% + 221px);
  }
}
@media screen and (max-width: 991px) {
  .solution2-box9:before {
    width: calc(50% + 176px);
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9:before {
    width: auto;
    right: 55px;
  }
}
.solution2-box9 .right-sj {
  border-bottom-color: #fff;
}
.solution2-box9 .left-item {
  position: relative;
  z-index: 2;
  width: 73.0714285714%;
  padding-right: 50px;
  margin-right: 2.5714285714%;
  float: left;
}
@media screen and (max-width: 1419px) {
  .solution2-box9 .left-item {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box9 .left-item {
    margin-right: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .left-item {
    width: 100%;
    padding-right: 50px;
  }
}
.solution2-box9 .item-title {
  text-transform: capitalize;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 42px;
  line-height: 1.2381;
}
.solution2-box9 .item-title, .solution2-box9 .item-title a {
  color: #fff;
}
.solution2-box9 .item-title a:hover {
  color: #F99022 !important;
}
@media screen and (max-width: 1419px) {
  .solution2-box9 .item-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-box9 .item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box9 .item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .solution2-box9 .item-title {
    font-size: 18px;
  }
}
.solution2-box9 .item-desc, .solution2-box9 .item-subt {
  margin-top: 23px;
  font-size: 18px;
  line-height: 1.66667;
}
.solution2-box9 .item-desc, .solution2-box9 .item-desc a, .solution2-box9 .item-subt, .solution2-box9 .item-subt a {
  color: #fff;
}
.solution2-box9 .item-desc a:hover, .solution2-box9 .item-subt a:hover {
  color: #F99022 !important;
}
@media screen and (max-width: 1219px) {
  .solution2-box9 .item-desc, .solution2-box9 .item-subt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .item-desc, .solution2-box9 .item-subt {
    font-size: 14px;
  }
}
.solution2-box9 .item-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 25px;
  margin-top: 16px;
}
@media screen and (max-width: 1219px) {
  .solution2-box9 .item-list {
    row-gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box9 .item-list {
    column-gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .item-list {
    row-gap: 10px;
    column-gap: 15px;
  }
}
.solution2-box9 .item-list .item-li {
  flex-basis: 260px;
  display: inline-flex;
  align-items: center;
  column-gap: 11px;
  font-size: 18px;
  color: #fff;
  line-height: 1.66667;
  cursor: pointer;
}
@media screen and (max-width: 1219px) {
  .solution2-box9 .item-list .item-li {
    flex-basis: 250px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .solution2-box9 .item-list .item-li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .item-list .item-li {
    font-size: 14px;
    flex-basis: auto;
  }
}
.solution2-box9 .item-list input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.solution2-box9 .right-item {
  padding-top: 2px;
  overflow: hidden;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.solution2-box9 .right-item ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.solution2-box9 .right-item :-o-placeholder {
  color: #999;
  opacity: 1;
}
.solution2-box9 .right-item ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.solution2-box9 .right-item :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .solution2-box9 .right-item {
    width: 73.0714285714%;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .right-item {
    width: 100%;
    padding-right: 50px;
  }
}
.solution2-box9 .right-item .star {
  position: relative;
}
.solution2-box9 .right-item .star:before {
  position: absolute;
  content: "*";
  color: #F00;
  font-size: 16px;
  line-height: 1;
  left: 12px;
  top: 14px;
}
.solution2-box9 .right-item .item-input, .solution2-box9 .right-item .item-textarea {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .solution2-box9 .right-item .item-input, .solution2-box9 .right-item .item-textarea {
    margin-bottom: 10px;
  }
}
.solution2-box9 .right-item input, .solution2-box9 .right-item textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 11px;
}
@media screen and (max-width: 1219px) {
  .solution2-box9 .right-item input, .solution2-box9 .right-item textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .right-item input, .solution2-box9 .right-item textarea {
    font-size: 12px;
  }
}
.solution2-box9 .right-item input {
  height: 39px;
  line-height: 39px;
}
.solution2-box9 .right-item textarea {
  height: 87px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.solution2-box9 .right-item .item-code {
  position: relative;
  margin-bottom: 25px;
}
.solution2-box9 .right-item .item-code input {
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .solution2-box9 .right-item .item-code {
    margin-bottom: 10px;
  }
}
.solution2-box9 .right-item .item-img {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 38px;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
}
.solution2-box9 .right-item .item-img img {
  max-height: 39px;
  vertical-align: middle;
  cursor: pointer;
}
.solution2-box9 .right-item .item-submit {
  margin-bottom: 0;
  width: 160px;
  position: relative;
}
.solution2-box9 .right-item .item-submit input {
  visibility: hidden;
  opacity: 0;
}
.solution2-box9 .right-item .item-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 160px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all 0.35s;
  height: 40px;
  line-height: 40px;
}
.solution2-box9 .right-item .item-btn:hover {
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .solution2-box9 .right-item .item-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-box9 .right-item .item-btn {
    font-size: 12px;
  }
}

/*-------------3-2-solution end------------------------------------------------------------*/
/*-------------4-about us start------------------------------------------------------------*/
.about_wrap {
  padding: 0;
}

.about-top {
  padding: 100px 0 84px;
}
@media screen and (max-width: 1419px) {
  .about-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .about-top {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-top {
    padding: 30px 0;
  }
}
.about-top .aboutvideo-owl {
  float: right;
  width: 50%;
  margin-left: 6.4285714286%;
  margin-bottom: 3.5714285714%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1519px) {
  .about-top .aboutvideo-owl {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 1419px) {
  .about-top .aboutvideo-owl {
    margin-left: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .about-top .aboutvideo-owl {
    width: 46.4285714286%;
    margin-left: 2.1428571429%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-top .aboutvideo-owl {
    float: none;
    width: calc(100% - 15px);
    margin-bottom: 35px;
  }
}
.about-top .aboutvideo-owl:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  background-color: #12489E;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about-top .aboutvideo-owl:before {
    bottom: -15px;
    right: -15px;
  }
}
.about-top .aboutvideo-owl .right-sj {
  border-bottom-color: #fff;
  right: -7.1428571429%;
  bottom: -10.6382978723%;
}
@media screen and (max-width: 767px) {
  .about-top .aboutvideo-owl .right-sj {
    right: -15px;
    bottom: -15px;
  }
}
.about-top .aboutvideo-owl .owl-theme .owl-controls {
  bottom: 4.8936170213%;
}
.about-top .aboutvideo-owl .item-videobox {
  position: relative;
}
.about-top .aboutvideo-owl .item-videobox:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: solid 59px #fff;
  border-right: solid 59px transparent;
}
@media screen and (max-width: 1419px) {
  .about-top .aboutvideo-owl .item-videobox:after {
    border-top: solid 50px #fff;
    border-right: solid 50px transparent;
  }
}
@media screen and (max-width: 1219px) {
  .about-top .aboutvideo-owl .item-videobox:after {
    border-top: solid 40px #fff;
    border-right: solid 40px transparent;
  }
}
@media screen and (max-width: 991px) {
  .about-top .aboutvideo-owl .item-videobox:after {
    border-top: solid 30px #fff;
    border-right: solid 30px transparent;
  }
}
@media screen and (max-width: 767px) {
  .about-top .aboutvideo-owl .item-videobox:after {
    border-top: solid 20px #fff;
    border-right: solid 20px transparent;
  }
}
.about-top .aboutvideo-owl .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 67.1428571429%;
  height: 0;
}
.about-top .aboutvideo-owl .item-videobox .item-video iframe, .about-top .aboutvideo-owl .item-videobox .item-video video, .about-top .aboutvideo-owl .item-videobox .item-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.about-top .aboutvideo-owl .item-videobox .item-video img, .about-top .aboutvideo-owl .item-videobox .item-video video{
  object-fit: cover;
  object-position: center;
}
.about-top .aboutvideo-owl .item-videobox .item-video iframe body {
  margin: 0px !important;
}
.about-top .box-top {
  padding-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  .about-top .box-top {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about-top .box-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-top .box-top {
    padding-bottom: 30px;
  }
}
.about-top .box-top .index-item {
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
}
.about-top .box-top .index-item .item-title {
  margin-bottom: 40px;
}
.about-top .box-top .index-item .item-title:before {
  left: 0;
  transform: none;
}
@media screen and (max-width: 1419px) {
  .about-top .box-top .index-item .item-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-top .box-top .index-item .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-top .box-top .index-item .item-title {
    margin-bottom: 15px;
  }
}
.about-top .box-top .index-item .item-desc {
  overflow: visible;
  margin: 0 0 60px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.66667;
}
.about-top .box-top .index-item .item-desc, .about-top .box-top .index-item .item-desc * {
  color: #333;
}
@media screen and (max-width: 1419px) {
  .about-top .box-top .index-item .item-desc {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .about-top .box-top .index-item .item-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-top .box-top .index-item .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.about-top .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25%;
}
@media screen and (max-width: 767px) {
  .about-top .box-list {
    gap: 2%;
  }
}
.about-top .box-list .list-item {
  position: relative;
  transition: all 0.35s;
  text-align: center;
  background-color: #f7f7f7;
  width: 19%;
  flex-basis: 19%;
  padding: 28px 13px 30px;
}
@media screen and (min-width: 992px) {
  .about-top .box-list .list-item:hover {
    background-color: #12489E;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .about-top .box-list .list-item:hover .item-num, .about-top .box-list .list-item:hover .item-num *, .about-top .box-list .list-item:hover .item-num a:hover, .about-top .box-list .list-item:hover .item-title, .about-top .box-list .list-item:hover .item-title *, .about-top .box-list .list-item:hover .item-title a:hover {
    color: #fff !important;
  }
}
@media screen and (max-width: 1219px) {
  .about-top .box-list .list-item {
    padding: 20px 10px 25px;
  }
}
@media screen and (max-width: 991px) {
  .about-top .box-list .list-item {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .about-top .box-list .list-item {
    padding: 15px 5px;
    width: 32%;
    flex-basis: 32%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-top .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 10px;
  }
}
.about-top .box-list .item-num {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 11px;
}
.about-top .box-list .item-num, .about-top .box-list .item-num * {
  color: #12489E;
}
.about-top .box-list .item-num sup {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.about-top .box-list .item-num strong {
  font-weight: normal;
}
@media screen and (max-width: 1419px) {
  .about-top .box-list .item-num {
    font-size: 32px;
  }
}
@media screen and (max-width: 1219px) {
  .about-top .box-list .item-num {
    margin-bottom: 5px;
    font-size: 28px;
  }
  .about-top .box-list .item-num sup {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about-top .box-list .item-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-top .box-list .item-num {
    font-size: 20px;
  }
  .about-top .box-list .item-num sup {
    font-size: 12px;
  }
}
.about-top .box-list .item-title {
  font-size: 16px;
  line-height: 1.5;
}
.about-top .box-list .item-title, .about-top .box-list .item-title a {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .about-top .box-list .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-top .box-list .item-title {
    font-size: 12px;
  }
}

.about-box1 {
  padding-bottom: 81px;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .about-box1 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.about-box1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 59px;
  background: url(../images/about-bg1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .about-box1:before {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1:before {
    top: 0;
  }
}
.about-box1 .top-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .about-box1 .top-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .about-box1 .top-item {
    display: block;
    margin-bottom: 25px;
  }
}
.about-box1 .top-item .item-pics {
  flex: 0 0 auto;
  width: 46.6428571429%;
  flex-basis: 46.6428571429%;
  margin-right: 4.1428571429%;
}
@media screen and (max-width: 1219px) {
  .about-box1 .top-item .item-pics {
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 480px) {
  .about-box1 .top-item .item-pics {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.about-box1 .top-item .page-top {
  flex: 1 1 auto;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 63px;
}
@media screen and (max-width: 991px) {
  .about-box1 .top-item .page-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .top-item .page-top {
    padding-top: 0;
  }
}
@media screen and (min-width: 1420px) {
  .about-box1 .top-item .page-top .item-title {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 1420px) {
  .about-box1 .top-item .page-top .item-desc {
    margin-top: 24px;
  }
}

.fac-owl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1619px) {
  .fac-owl {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .fac-owl {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .fac-owl {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .fac-owl {
    padding: 0;
  }
}
.fac-owl .owl-carousel {
  width: 101.1428571429%;
  margin-left: -0.5714285714%;
}
@media screen and (max-width: 991px) {
  .fac-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.fac-owl .list-item {
  position: relative;
  margin: 0 2.2598870056%;
}
@media screen and (max-width: 991px) {
  .fac-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .fac-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.fac-owl .owl-buttons {
  display: none !important;
}
.fac-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.fac-owl .owl-btns .owl-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  border: solid 1px #B3B3B3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.fac-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .fac-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .fac-owl .owl-btns .owl-btn {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fac-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.fac-owl .owl-btns .item-prev {
  left: -86px;
}
@media screen and (max-width: 1619px) {
  .fac-owl .owl-btns .item-prev {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .fac-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.fac-owl .owl-btns .item-next {
  right: -86px;
}
@media screen and (max-width: 1619px) {
  .fac-owl .owl-btns .item-next {
    right: 0;
  }
}

.about-box2 {
  padding: 90px 0 30px;
}
@media screen and (max-width: 1219px) {
  .about-box2 {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 {
    padding: 50px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1420px) {
  .about-box2 .page-top {
    margin-bottom: 60px;
  }
}
.about-box2 .box-list .list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .list-item {
    margin-bottom: 30px;
    display: block;
  }
}
.about-box2 .box-list .list-item.item1 {
  flex-direction: row;
}
.about-box2 .box-list .list-item.item1 .img-owl {
  margin-right: 6.4285714286%;
  margin-bottom: 3.5714285714%;
}
.about-box2 .box-list .list-item.item1 .img-owl:before {
  left: -7.1428571429%;
}
@media screen and (max-width: 1519px) {
  .about-box2 .box-list .list-item.item1 .img-owl {
    margin-right: 3.5714285714%;
    margin-left: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .list-item.item1 .img-owl {
    margin-right: 2.1428571429%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .list-item.item1 .img-owl {
    float: none;
    margin: 0 0 35px 15px;
  }
  .about-box2 .box-list .list-item.item1 .img-owl:before {
    bottom: -15px;
    left: -15px;
  }
  .about-box2 .box-list .list-item.item1 .img-owl .right-sj {
    bottom: -15px;
    left: -15px;
  }
}
.about-box2 .box-list .list-item.item2 {
  flex-direction: row-reverse;
}
.about-box2 .box-list .list-item.item2 .img-owl {
  margin-left: 6.4285714286%;
  margin-bottom: 3.5714285714%;
}
.about-box2 .box-list .list-item.item2 .img-owl:before {
  right: -7.1428571429%;
}
@media screen and (max-width: 1519px) {
  .about-box2 .box-list .list-item.item2 .img-owl {
    margin-left: 3.5714285714%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .list-item.item2 .img-owl {
    float: right;
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .list-item.item2 .img-owl {
    float: none;
    margin: 0 15px 35px 0;
  }
  .about-box2 .box-list .list-item.item2 .img-owl:before {
    bottom: -15px;
    right: -15px;
  }
  .about-box2 .box-list .list-item.item2 .img-owl .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
.about-box2 .box-list .img-owl {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.about-box2 .box-list .img-owl .owl-theme .owl-controls {
  bottom: 6.170212766%;
}
.about-box2 .box-list .img-owl:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.about-box2 .box-list .img-owl .right-sj {
  bottom: -10.6382978723%;
  right: -7.1428571429%;
}
.about-box2 .box-list .img-owl .left-sj {
  bottom: -10.6382978723%;
  left: -7.1428571429%;
  border-bottom-color: #fff;
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .img-owl {
    width: calc(100% - 15px);
  }
}
.about-box2 .box-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 1419px) {
  .about-box2 .box-list .item-body {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-body {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-body {
    overflow: visible;
  }
}
.about-box2 .box-list .item-body .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .about-box2 .box-list .item-body .item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-body .item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list .item-body .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-body .item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.about-box2 .box-list .item-body .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.about-box2 .box-list .item-body .item-desc, .about-box2 .box-list .item-body .item-desc * {
  color: #4d4d4d;
}
.about-box2 .box-list .item-body .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-body .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-body .item-desc {
    font-size: 12px;
  }
}
.about-box2 .box-list .item-body .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
}
.about-box2 .box-list .item-body .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-body .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-body .item-desc em {
    padding-left: 15px;
  }
  .about-box2 .box-list .item-body .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.about-box3 {
  overflow: hidden;
  background-color: #12489E;
  padding: 90px 0;
}
@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 .page-top {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 1419px) {
  .about-box3 .page-top {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box3 .page-top {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .about-box3 .page-top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .page-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .about-box3 .page-top {
    margin-bottom: 20px;
  }
}
.about-box3 .page-top .item-title {
  color: #fff;
}
.about-box3 .page-top .item-title:before {
  left: 50%;
  transform: translateX(-50%);
}
.about-box3 .page-top .item-desc {
  color: #fff;
}

.quality-swiper {
  width: 218.75%;
  margin-left: -59.375%;
  position: relative;
}
.quality-swiper .swiper-wrapper {
  align-items: center;
}
.quality-swiper .swiper-slide {
  padding: 0 1.4285714286%;
  background-color: rgba(255, 255, 255, 0.2);
}
.quality-swiper .swiper-slide.swiper-slide-active .item-body {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  .quality-swiper .swiper-slide.swiper-slide-active .list-item {
    display: block;
  }
  .quality-swiper .swiper-slide.swiper-slide-active .item-pic {
    float: left;
    width: 46.4285714286%;
    top: -30px;
    margin-bottom: -30px;
  }
  .quality-swiper .swiper-slide.swiper-slide-active .item-body, .quality-swiper .swiper-slide.swiper-slide-active .item-title, .quality-swiper .swiper-slide.swiper-slide-active .item-desc {
    overflow: visible;
  }
}
@media screen and (max-width: 480px) {
  .quality-swiper .swiper-slide.swiper-slide-active .item-pic {
    top: 0;
    margin: 15px 0 0;
    float: none;
    width: 100%;
  }
  .quality-swiper .swiper-slide.swiper-slide-active .item-body {
    padding: 15px 0;
  }
}
.quality-swiper .swiper-slide.swiper-slide-prev .list-item {
  flex-direction: row-reverse;
}
.quality-swiper .swiper-slide.swiper-slide-prev .item-pic {
  margin-right: 0;
}
.quality-swiper .swiper-slide.swiper-slide-prev, .quality-swiper .swiper-slide.swiper-slide-next {
  background-color: transparent;
  padding: 0 1.9047619048%;
}
.quality-swiper .swiper-slide.swiper-slide-prev .list-item, .quality-swiper .swiper-slide.swiper-slide-next .list-item {
  align-items: center;
}
.quality-swiper .swiper-slide.swiper-slide-prev .item-body, .quality-swiper .swiper-slide.swiper-slide-next .item-body {
  visibility: hidden;
  opacity: 0;
}
.quality-swiper .swiper-slide.swiper-slide-prev .item-pic, .quality-swiper .swiper-slide.swiper-slide-next .item-pic {
  box-sizing: content-box;
  flex-basis: 22.5806451613%;
  border: solid 60px #fff;
  border-top-width: 48px;
  border-bottom-width: 48px;
  top: 0;
}
@media screen and (max-width: 1219px) {
  .quality-swiper .swiper-slide.swiper-slide-prev .item-pic, .quality-swiper .swiper-slide.swiper-slide-next .item-pic {
    border-left-width: 35px;
    border-right-width: 35px;
    border-top-width: 35px;
    border-bottom-width: 35px;
  }
}
@media screen and (max-width: 991px) {
  .quality-swiper .swiper-slide.swiper-slide-prev .item-pic, .quality-swiper .swiper-slide.swiper-slide-next .item-pic {
    flex-basis: 40.3225806452%;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .swiper-slide.swiper-slide-prev .item-pic, .quality-swiper .swiper-slide.swiper-slide-next .item-pic {
    flex-basis: 40.3225806452%;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
}
.quality-swiper .list-item {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.quality-swiper .item-pic {
  flex: 0 0 auto;
  flex-basis: 48.75%;
  margin-right: 4.6875%;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-pic {
    top: -50px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-pic {
    flex-basis: 50%;
    margin-right: 3.125%;
    top: -40px;
  }
}
.quality-swiper .item-body {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 39px 0 76px;
  overflow: hidden;
  flex: 1 1 auto;
}
.quality-swiper .item-body, .quality-swiper .item-body * {
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-body {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-body {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-body {
    padding: 20px 0;
  }
}
.quality-swiper .item-num {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 58px;
  line-height: 1;
  color: #fff;
  margin-bottom: 19px;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-num {
    font-size: 52px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-num {
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .quality-swiper .item-num {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-num {
    font-size: 34px;
  }
}
.quality-swiper .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4166;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991px) {
  .quality-swiper .item-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-title {
    font-size: 16px;
  }
}
.quality-swiper .item-subt {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-subt {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-subt {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .quality-swiper .item-subt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-subt {
    font-size: 12px;
  }
}
.quality-swiper .item-desc {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-desc {
    font-size: 12px;
  }
}
.quality-swiper .item-desc em {
  overflow: hidden;
  display: block;
  font-style: normal;
  padding-left: 36px;
  margin-bottom: 14px;
  position: relative;
}
.quality-swiper .item-desc em:before {
  position: absolute;
  content: "\e60b";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #F99022;
  color: #fff;
  left: 0;
  top: 4px;
  font-size: 12px;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-desc em {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-desc em {
    padding-left: 30px;
  }
  .quality-swiper .item-desc em:before {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .quality-swiper .item-desc em {
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .quality-swiper .item-desc em:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-desc em {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .quality-swiper .item-desc em:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
    top: 2px;
  }
}
.quality-swiper .item-info {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .quality-swiper .item-info {
    margin-top: 0;
  }
}
@media screen and (max-width: 1219px) {
  .quality-swiper .item-info {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .item-info {
    font-size: 12px;
  }
}
.quality-swiper .swiper-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.quality-swiper .swiper-btns .swiper-btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.35s;
}
.quality-swiper .swiper-btns .swiper-btn:hover {
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .quality-swiper .swiper-btns .swiper-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .swiper-btns .swiper-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.quality-swiper .swiper-btns .swiper-btn-prev {
  left: 33.3333333333%;
  margin-left: -23px;
}
@media screen and (max-width: 1219px) {
  .quality-swiper .swiper-btns .swiper-btn-prev {
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .swiper-btns .swiper-btn-prev {
    margin-left: -15px;
  }
}
.quality-swiper .swiper-btns .swiper-btn-next {
  right: 33.3333333333%;
  margin-right: -23px;
}
@media screen and (max-width: 1219px) {
  .quality-swiper .swiper-btns .swiper-btn-next {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .quality-swiper .swiper-btns .swiper-btn-next {
    margin-right: -15px;
  }
}

.about-box4 {
  padding: 90px 0;
}
@media screen and (max-width: 1219px) {
  .about-box4 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-box4 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box4 {
    padding: 30px 0;
  }
}
.about-box4 .box-icon {
  width: 72px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.about-box4 .box-icon img {
  display: block;
}
@media screen and (max-width: 1219px) {
  .about-box4 .box-icon {
    margin-bottom: 30px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-box4 .box-icon {
    margin-bottom: 20px;
    width: 50px;
  }
}
.about-box4 .index-item {
  margin-bottom: 90px;
}
@media screen and (max-width: 1419px) {
  .about-box4 .index-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box4 .index-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-box4 .index-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-box4 .index-item {
    margin-bottom: 30px;
  }
}
.about-box4 .index-item .item-desc, .about-box4 .index-item .item-desc * {
  color: #1a1a1a;
}

.about-cer {
  padding-bottom: 47px;
  margin-bottom: 110px;
  background: url(../images/cer-bg.jpg) no-repeat bottom center;
}
@media screen and (max-width: 1619px) {
  .about-cer {
    padding-bottom: 40px;
    background-size: 100%;
  }
}
@media screen and (max-width: 1419px) {
  .about-cer {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .about-cer {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about-cer {
    padding-bottom: 0;
    margin-bottom: 50px;
    background-position: center bottom 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-cer {
    margin-bottom: 30px;
  }
}

.cer-owl {
  overflow: hidden;
  display: none;
}
.cer-owl .owl-carousel {
  width: 102%;
  margin-left: -1%;
}
.cer-owl .list-item {
  margin: 0 3.9215686275%;
  padding: 0 3px;
}
@media screen and (max-width: 640px) {
  .cer-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .cer-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.cer-owl .item-pic {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .cer-owl .item-pic {
    max-width: 150px;
    margin: 0 auto;
  }
}
.cer-owl .owl-buttons {
  display: none !important;
}
.cer-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}
.cer-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 17px;
  color: #333;
  border: solid 1px #1e1e1e;
  box-sizing: border-box;
  transition: all 0.35s;
}
.cer-owl .owl-btns .owl-btn:hover {
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cer-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
  }
}
.cer-owl .owl-btns .item-prev {
  margin-right: 22px;
}
@media screen and (max-width: 1419px) {
  .cer-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .cer-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cer-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
/* .turn_page start */
.turn_page #box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1419px) {
  .turn_page #box {
    width: 1100px;
  }
}
@media screen and (max-width: 1219px) {
  .turn_page #box {
    width: 860px;
  }
}
@media screen and (max-width: 991px) {
  .turn_page #box {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .turn_page #box {
    width: 100%;
  }
}
.turn_page #box .box-list {
  position: relative;
  padding-bottom: 38.1666666667%;
}
@media screen and (max-width: 480px) {
  .turn_page #box .box-list {
    padding-bottom: 61.7777777778%;
  }
}
.turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}
.turn_page #box .box-list .list-item img {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.5s;
}
.turn_page #box .item-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .turn_page #box .item-btns {
    margin-top: 30px;
  }
}
.turn_page #box .item-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  border: solid 1px #B3B3B3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.turn_page #box .item-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .turn_page #box .item-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .turn_page #box .item-btn {
    position: relative;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .turn_page #box .item-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.turn_page #box .prev {
  left: -123px;
}
@media screen and (max-width: 1519px) {
  .turn_page #box .prev {
    left: -100px;
  }
}
@media screen and (max-width: 1419px) {
  .turn_page #box .prev {
    left: -50px;
  }
}
@media screen and (max-width: 991px) {
  .turn_page #box .prev {
    left: 0;
    margin-right: 10px;
  }
}
.turn_page #box .next {
  right: -123px;
}
@media screen and (max-width: 1519px) {
  .turn_page #box .next {
    right: -100px;
  }
}
@media screen and (max-width: 1419px) {
  .turn_page #box .next {
    right: -50px;
  }
}
@media screen and (max-width: 991px) {
  .turn_page #box .next {
    right: 0;
  }
}
/* .turn_page end */
/*-------------4-about us end--------------------------------------------------------------*/
/*-------------5-custom service start------------------------------------------------------*/
.service_wrap {
  padding: 0;
}

.service-box1 {
  padding: 90px 0;
}
@media screen and (max-width: 1219px) {
  .service-box1 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .service-box1 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-box1 {
    padding: 30px 0;
  }
}
.service-box1 .box-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.5714285714%;
}
@media screen and (max-width: 767px) {
  .service-box1 .box-item {
    display: block;
    margin-bottom: 0;
  }
}
.service-box1 .box-item .item-pics-box {
  flex: 0 0 auto;
  width: 50%;
  flex-basis: 50%;
  position: relative;
  margin-right: 5.7142857143%;
}
.service-box1 .box-item .item-pics-box:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  left: -7.1428571429%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.service-box1 .box-item .item-pics-box .left-sj {
  bottom: -10.6382978723%;
  left: -7.1428571429%;
  border-bottom-color: #fff;
}
@media screen and (max-width: 1519px) {
  .service-box1 .box-item .item-pics-box {
    margin-left: 3.5714285714%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .service-box1 .box-item .item-pics-box {
    margin-right: 2.1428571429%;
    margin-bottom: 3.5714285714%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .service-box1 .box-item .item-pics-box {
    width: calc(100% - 15px);
    margin: 0 0 35px 15px;
  }
  .service-box1 .box-item .item-pics-box:before {
    bottom: -15px;
    left: -15px;
  }
  .service-box1 .box-item .item-pics-box .left-sj {
    bottom: -15px;
    left: -15px;
  }
}
.service-box1 .box-item .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-box1 .box-item .item-body {
    overflow: visible;
  }
}
.service-box1 .box-item .item-body .item-title {
  padding-bottom: 30px;
  text-align: left;
}
.service-box1 .box-item .item-body .item-title:before {
  left: 0;
  transform: none;
}
@media screen and (max-width: 1419px) {
  .service-box1 .box-item .item-body .item-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box1 .box-item .item-body .item-title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-box1 .box-item .item-body .item-title {
    padding-bottom: 10px;
  }
}
.service-box1 .box-item .item-body .item-desc {
  overflow: visible;
  text-align: left;
  margin: 24px auto 0;
}
@media screen and (max-width: 1419px) {
  .service-box1 .box-item .item-body .item-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box1 .box-item .item-body .item-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-box1 .box-item .item-body .item-desc {
    margin-top: 10px;
  }
}

.service-box2 {
  padding: 90px 0;
  background: url(../images/service-bg1.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .service-box2 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 {
    padding: 30px 0;
  }
}
.service-box2:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/service-bg1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.service-box2 .index-item {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-box2 .index-item {
    padding-bottom: 0;
  }
}
.service-box2 .index-item .item-desc {
  max-width: 1000px;
}
.service-box2 .box-tab .tab-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
  margin-bottom: 51px;
}
@media screen and (max-width: 1419px) {
  .service-box2 .box-tab .tab-options {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box2 .box-tab .tab-options {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-tab .tab-options {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-options {
    margin-bottom: 10px;
  }
}
.service-box2 .box-tab .tab-options li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 27, 70, 0.08);
  margin-bottom: 20px;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  padding: 15px;
  color: #12489E;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1419px) {
  .service-box2 .box-tab .tab-options li {
    padding: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box2 .box-tab .tab-options li {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-tab .tab-options li {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-options li {
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 5px;
  }
}
.service-box2 .box-tab .tab-options li > p {
  flex: 1;
}
.service-box2 .box-tab .tab-options li, .service-box2 .box-tab .tab-options li * {
  transition: all 0.35s;
}
.service-box2 .box-tab .tab-options li:hover, .service-box2 .box-tab .tab-options li.tab-active {
  box-shadow: none;
  background-color: #12489E;
  color: #fff;
}
.service-box2 .box-tab .tab-options li:hover:before, .service-box2 .box-tab .tab-options li.tab-active:before {
  opacity: 1;
  visibility: visible;
}
.service-box2 .box-tab .tab-options li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-top: solid 12px #12489E;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-options li:before {
    border-top-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}
@media screen and (max-width: 1480px) {
  .service-box2 .box-tab .tab-content {
    padding-left: 1.8571428571%;
  }
}
@media screen and (max-width: 640px) {
  .service-box2 .box-tab .tab-content {
    padding-left: 0;
  }
}
.service-box2 .box-tab .tab-content-item {
  position: relative;
}
.service-box2 .box-tab .tab-content-item .item-pic {
  float: right;
  width: 71.4285714286%;
}
@media screen and (max-width: 640px) {
  .service-box2 .box-tab .tab-content-item .item-pic {
    float: none;
    width: 100%;
  }
}
.service-box2 .box-tab .tab-content-item .left-sj {
  bottom: -1px;
}
.service-box2 .box-tab .tab-content-item .item-body {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33.5714285714%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .service-box2 .box-tab .tab-content-item .item-body {
    width: 38.5694249649%;
  }
}
@media screen and (max-width: 640px) {
  .service-box2 .box-tab .tab-content-item .item-body {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 0 15px 15px;
  }
}
.service-box2 .box-tab .tab-content-item .item-body:before {
  position: absolute;
  content: "";
  width: 90.6382978723%;
  height: 92.5%;
  left: -5.5319148936%;
  bottom: -6.5%;
  background-color: #12489E;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .service-box2 .box-tab .tab-content-item .item-body:before {
    width: auto;
    height: auto;
    left: 0;
    right: 15px;
    bottom: 0;
    top: 0;
  }
}
.service-box2 .box-tab .tab-content-item .item-info {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 58px 40px 50px 60px;
}
@media screen and (max-width: 1419px) {
  .service-box2 .box-tab .tab-content-item .item-info {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box2 .box-tab .tab-content-item .item-info {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-tab .tab-content-item .item-info {
    padding: 20px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-content-item .item-info {
    padding: 15px 15px 20px;
  }
}
.service-box2 .box-tab .tab-content-item .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 21px;
}
@media screen and (max-width: 1219px) {
  .service-box2 .box-tab .tab-content-item .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-tab .tab-content-item .item-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-content-item .item-title {
    font-size: 14px;
  }
}
.service-box2 .box-tab .tab-content-item .item-desc {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1419px) {
  .service-box2 .box-tab .tab-content-item .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box2 .box-tab .tab-content-item .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-tab .tab-content-item .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-content-item .item-desc {
    font-size: 12px;
  }
}
.service-box2 .box-tab .tab-content-item .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.service-box2 .box-tab .tab-content-item .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4d4d4d;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .service-box2 .box-tab .tab-content-item .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-tab .tab-content-item .item-desc em {
    padding-left: 15px;
  }
  .service-box2 .box-tab .tab-content-item .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.service-box3 {
  padding: 90px 0 50px;
  background: url(../images/service-bg2.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1419px) {
  .service-box3 {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 {
    padding: 30px 0 10px;
  }
}
.service-box3:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/service-bg2.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.service-box3 .index-item {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-box3 .index-item {
    padding-bottom: 0;
  }
}
.service-box3 .index-item .item-desc {
  max-width: 1000px;
}
.service-box3 .index-item .item-title, .service-box3 .index-item .item-desc {
  color: #fff;
}
.service-box3 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
}
@media screen and (max-width: 640px) {
  .service-box3 .box-list {
    gap: 2%;
  }
}
@media screen and (max-width: 400px) {
  .service-box3 .box-list {
    gap: 0;
  }
}
.service-box3 .box-list .list-item {
  width: 32.1428571429%;
  flex-basis: 32.1428571429%;
  margin-bottom: 40px;
  position: relative;
  padding: 40px 40px 142px;
  transition: all 0.35s;
  top: 0;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .list-item {
    padding: 40px 30px 142px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .list-item {
    padding: 30px 20px 110px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-list .list-item {
    padding: 20px 15px 70px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .list-item {
    padding: 15px 10px 55px;
  }
}
@media screen and (max-width: 640px) {
  .service-box3 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
  }
}
@media screen and (max-width: 400px) {
  .service-box3 .box-list .list-item {
    padding: 15px 10px 40px;
    width: 100%;
    flex-basis: 100%;
  }
}
.service-box3 .box-list .list-item, .service-box3 .box-list .list-item * {
  transition: all 0.35s;
}
.service-box3 .box-list .list-item:hover {
  top: -10px;
}
.service-box3 .box-list .list-item:hover .item-bg1, .service-box3 .box-list .list-item:hover .item-bg2 {
  background-color: #F99022;
}
.service-box3 .box-list .list-item:hover .item-bg3 {
  border-top-color: #F99022;
}
.service-box3 .box-list .list-item:hover .item-title {
  color: #fff;
}
.service-box3 .box-list .list-item:hover .item-desc, .service-box3 .box-list .list-item:hover .item-desc * {
  color: #fff;
}
.service-box3 .box-list .list-item:hover .item-desc em:before {
  background-color: #fff;
}
.service-box3 .box-list .list-item:hover .item-num {
  color: #fff;
}
.service-box3 .box-list .item-bg1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 65px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .item-bg1 {
    bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-bg1 {
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-list .item-bg1 {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-bg1 {
    bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .service-box3 .box-list .item-bg1 {
    bottom: 20px;
  }
}
.service-box3 .box-list .item-bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 65px;
  height: 65px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .item-bg2 {
    right: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-bg2 {
    right: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-list .item-bg2 {
    right: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-bg2 {
    right: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .service-box3 .box-list .item-bg2 {
    right: 20px;
    height: 20px;
  }
}
.service-box3 .box-list .item-bg3 {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-top: solid 65px #f7f7f7;
  border-right: solid 65px transparent;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .item-bg3 {
    border-top-width: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-bg3 {
    border-top-width: 50px;
    border-right-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-list .item-bg3 {
    border-top-width: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-bg3 {
    border-top-width: 30px;
    border-right-width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .service-box3 .box-list .item-bg3 {
    border-top-width: 20px;
    border-right-width: 20px;
  }
}
.service-box3 .box-list .item-body {
  position: relative;
  z-index: 2;
}
.service-box3 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-list .item-title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-title {
    font-size: 16px;
  }
}
.service-box3 .box-list .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 32px;
  min-height: 128px;
}
.service-box3 .box-list .item-desc, .service-box3 .box-list .item-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .item-desc {
    line-height: 28px;
    min-height: 112px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-desc {
    font-size: 14px;
    line-height: 24px;
    min-height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-desc {
    font-size: 12px;
    line-height: 20px;
    min-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .service-box3 .box-list .item-desc {
    min-height: auto;
    line-height: 1.5;
  }
}
.service-box3 .box-list .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.service-box3 .box-list .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #4d4d4d;
  left: 11px;
  top: 14px;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .item-desc em:before {
    top: 12px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-desc em {
    padding-left: 15px;
  }
  .service-box3 .box-list .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}
.service-box3 .box-list .item-num {
  color: #12489E;
  opacity: 0.16;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  line-height: 1.125;
  font-size: 80px;
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 26px;
}
@media screen and (max-width: 1419px) {
  .service-box3 .box-list .item-num {
    left: 30px;
    font-size: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-list .item-num {
    left: 20px;
    bottom: 20px;
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-list .item-num {
    left: 15px;
    bottom: 10px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-list .item-num {
    font-size: 40px;
    left: 10px;
    bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .service-box3 .box-list .item-num {
    font-size: 30px;
  }
}

.service-box4 {
  padding: 100px 0 60px;
}
@media screen and (max-width: 1419px) {
  .service-box4 {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box4 {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-box4 {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-box4 {
    padding: 30px 0 10px;
  }
}
.service-box4 .index-item {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-box4 .index-item {
    padding-bottom: 0;
  }
}
.service-box4 .index-item .item-desc {
  max-width: 1000px;
}
.service-box4 .box-list {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.3214285714%;
}
@media screen and (max-width: 640px) {
  .service-box4 .box-list {
    gap: 0;
    flex-direction: column;
  }
}
.service-box4 .box-list .list-item {
  width: 31.7857142857%;
  flex-basis: 31.7857142857%;
  margin-bottom: 30px;
  position: relative;
  background-color: #12489E;
}
@media screen and (max-width: 640px) {
  .service-box4 .box-list .list-item {
    margin-bottom: 25px;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.service-box4 .box-list .list-item:hover .item-subt {
  visibility: hidden;
  opacity: 0;
}
.service-box4 .box-list .list-item:hover .item-body {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .service-box4 .box-list .item-pics {
    flex: 0 0 auto;
    width: 45%;
    max-width: 200px;
  }
}
.service-box4 .box-list .item-subt {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  bottom: 0;
  display: flex;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: all 0.35s;
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-subt {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .service-box4 .box-list .item-subt {
    display: none;
  }
}
.service-box4 .box-list .item-subt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 80px;
  background-color: #12489E;
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-subt:before {
    right: 60px;
  }
}
.service-box4 .box-list .item-subt:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: solid 80px #12489E;
  border-right: solid 80px transparent;
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-subt:after {
    border-bottom-width: 60px;
    border-right-width: 60px;
  }
}
.service-box4 .box-list .item-subt > p {
  position: relative;
  z-index: 2;
  padding: 0 70px 0 30px;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .service-box4 .box-list .item-subt > p {
    font-size: 22px;
    padding: 0 50px 0 15px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-subt > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service-box4 .box-list .item-subt > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service-box4 .box-list .item-subt > p {
    font-size: 16px;
  }
}
.service-box4 .box-list .item-body {
  background-color: #12489E;
  padding: 30px 30px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
}
@media screen and (max-width: 1419px) {
  .service-box4 .box-list .item-body {
    padding: 20px 20px 15px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-body {
    padding: 15px 15px 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-box4 .box-list .item-body {
    position: relative;
    padding: 15px 10px 10px;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .service-box4 .box-list .item-body {
    padding: 10px;
  }
}
.service-box4 .box-list .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1419px) {
  .service-box4 .box-list .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service-box4 .box-list .item-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .service-box4 .box-list .item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.service-box4 .box-list .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.service-box4 .box-list .item-desc, .service-box4 .box-list .item-desc * {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .service-box4 .box-list .item-desc {
    font-size: 12px;
  }
}
.service-box4 .box-list .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
  margin-bottom: 4px;
}
.service-box4 .box-list .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .service-box4 .box-list .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .service-box4 .box-list .item-desc em {
    padding-left: 15px;
  }
  .service-box4 .box-list .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.service-box5 {
  background-color: #f7f7f7;
  padding: 90px 0;
}
@media screen and (max-width: 1219px) {
  .service-box5 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .service-box5 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-box5 {
    padding: 30px 0;
  }
}
.service-box5 .index-item {
  padding-bottom: 10px;
}
.service-box5 .index-item .item-desc {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .service-box5 .index-item {
    padding-bottom: 0;
  }
}

.service-box5-owl {
  position: relative;
}
@media screen and (max-width: 1619px) {
  .service-box5-owl {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box5-owl {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-box5-owl {
    padding: 0;
  }
}
.service-box5-owl .list-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #12489E;
}
@media screen and (max-width: 640px) {
  .service-box5-owl .list-item {
    display: block;
  }
}
.service-box5-owl .left-sj {
  border-bottom-color: #f7f7f7;
  border-bottom-width: 84px;
  border-right-width: 84px;
}
@media screen and (max-width: 1619px) {
  .service-box5-owl .left-sj {
    border-bottom-width: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 1419px) {
  .service-box5-owl .left-sj {
    border-bottom-width: 50px;
    border-right-width: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .left-sj {
    border-bottom-width: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .left-sj {
    border-bottom-width: 30px;
    border-right-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box5-owl .left-sj {
    border-bottom-width: 20px;
    border-right-width: 20px;
  }
}
.service-box5-owl .item-pic {
  flex: 0 0 auto;
  width: 65.9285714286%;
  flex-basis: 65.9285714286%;
}
@media screen and (max-width: 991px) {
  .service-box5-owl .item-pic {
    width: 64.2857142857%;
    flex-basis: 64.2857142857%;
  }
}
@media screen and (max-width: 640px) {
  .service-box5-owl .item-pic {
    width: 100%;
  }
}
.service-box5-owl .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 30px 20px 50px 60px;
}
@media screen and (max-width: 1419px) {
  .service-box5-owl .item-body {
    padding: 30px 20px 40px 40px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .service-box5-owl .item-body {
    padding: 20px 15px;
  }
}
.service-box5-owl .item-icon {
  width: 50px;
  margin-bottom: 50px;
}
.service-box5-owl .item-icon img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1419px) {
  .service-box5-owl .item-icon {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .item-icon {
    width: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .item-icon {
    width: 30px;
    margin-bottom: 10px;
  }
}
.service-box5-owl .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 21px;
}
.service-box5-owl .item-title, .service-box5-owl .item-title a {
  color: #fff;
}
@media screen and (max-width: 1619px) {
  .service-box5-owl .item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1419px) {
  .service-box5-owl .item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .item-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .service-box5-owl .item-title {
    font-size: 18px;
  }
}
.service-box5-owl .item-desc {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
}
.service-box5-owl .item-desc, .service-box5-owl .item-desc a {
  color: #fff;
}
@media screen and (max-width: 1419px) {
  .service-box5-owl .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-box5-owl .item-desc {
    font-size: 12px;
  }
}
.service-box5-owl .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  position: relative;
}
.service-box5-owl .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .service-box5-owl .item-desc em {
    padding-left: 15px;
  }
  .service-box5-owl .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}
.service-box5-owl .item-btn:before {
  background: #fff;
}
.service-box5-owl .item-btn:hover {
  border-color: #fff !important;
  background-color: #fff \9 ;
  color: #F99022 !important;
}
.service-box5-owl .item-btn:hover .iconfont {
  color: #F99022 !important;
}
.service-box5-owl .owl-buttons {
  display: none !important;
}
.service-box5-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.service-box5-owl .owl-btns .owl-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  border: solid 1px #B3B3B3;
  color: #1a1a1a;
  transition: all 0.35s;
}
.service-box5-owl .owl-btns .owl-btn:hover {
  border-color: #12489E;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .service-box5-owl .owl-btns .owl-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .owl-btns .owl-btn {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-box5-owl .owl-btns .owl-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.service-box5-owl .owl-btns .item-prev {
  left: -86px;
}
@media screen and (max-width: 1619px) {
  .service-box5-owl .owl-btns .item-prev {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .service-box5-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
.service-box5-owl .owl-btns .item-next {
  right: -86px;
}
@media screen and (max-width: 1619px) {
  .service-box5-owl .owl-btns .item-next {
    right: 0;
  }
}

.service-box6 {
  padding: 90px 0 100px;
}
@media screen and (max-width: 1419px) {
  .service-box6 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .service-box6 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .service-box6 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-box6 {
    padding: 30px 0;
  }
}
.service-box6 .index-require .item-desc {
  max-width: 670px;
}

.service-box7 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  .service-box7 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service-box7 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box7 {
    padding-bottom: 20px;
  }
}
.service-box7 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 4.2857142857%;
}
@media screen and (max-width: 1219px) {
  .service-box7 .box-list {
    gap: 3.5714285714%;
  }
}
.service-box7 .box-list .list-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .service-box7 .box-list .list-item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box7 .box-list .list-item {
    padding-left: 25px;
    margin-bottom: 15px;
  }
}
.service-box7 .box-list .iconfont {
  color: #F99022;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
@media screen and (max-width: 1219px) {
  .service-box7 .box-list .iconfont {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-box7 .box-list .iconfont {
    font-size: 18px;
  }
}
.service-box7 .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .service-box7 .box-list .item-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .service-box7 .box-list .item-title {
    font-size: 12px;
  }
}

/*-------------5-custom service end--------------------------------------------------------*/
/*-------------6-1-project start-----------------------------------------------------------*/
.project1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .project1-list {
    padding-bottom: 10px;
  }
}
.project1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.8571428571%;
  margin-left: 2.2142857143%;
  margin-bottom: 50px;
}
.project1-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .project1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .project1-list .list-item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 25px;
  }
  .project1-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .project1-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.project1-list .img-owl {
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .project1-list .img-owl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list .img-owl {
    margin-bottom: 15px;
  }
}
.project1-list .img-owl .owl-theme .owl-controls {
  bottom: 5.6179775281%;
}
.project1-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.project1-list .item-title, .project1-list .item-title a {
  color: #1a1a1a;
}
@media screen and (max-width: 1219px) {
  .project1-list .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list .item-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list .item-title {
    font-size: 14px;
  }
}
.project1-list .item-desc {
  margin-bottom: 31px;
  font-size: 16px;
  line-height: 1.75;
}
.project1-list .item-desc, .project1-list .item-desc a {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .project1-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list .item-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.project1-list .item-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1a1a1a;
  border-bottom: solid 1px #12489E;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 2px;
}
.project1-list .item-btn .iconfont {
  font-size: 18px;
}
.project1-list .item-btn:hover {
  color: #12489E;
  border-bottom-color: #12489E;
}
@media screen and (max-width: 1219px) {
  .project1-list .item-btn {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list .item-btn {
    font-size: 12px;
  }
}

/*-------------6-1-project end-------------------------------------------------------------*/
/*-------------6-2-project start-----------------------------------------------------------*/
.project2_wrap {
  padding: 0 0 90px;
}
@media screen and (max-width: 1219px) {
  .project2_wrap {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .project2_wrap {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .project2_wrap {
    padding: 0 0 30px;
  }
}

.project2-top {
  padding: 90px 0 66px;
}
@media screen and (max-width: 1219px) {
  .project2-top {
    padding: 70px 0 66px;
  }
}
@media screen and (max-width: 991px) {
  .project2-top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .project2-top {
    padding: 30px 0;
  }
}
.project2-top .img-owl {
  float: right;
  width: 50%;
  position: relative;
  margin-left: 5.7142857143%;
  margin-bottom: 3.5714285714%;
}
.project2-top .img-owl .owl-theme .owl-controls {
  bottom: 7.2340425532%;
}
.project2-top .img-owl:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.project2-top .img-owl .right-sj {
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  border-bottom-color: #f7f7f7;
}
@media screen and (max-width: 1519px) {
  .project2-top .img-owl {
    margin-left: 2.8571428571%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .project2-top .img-owl {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .project2-top .img-owl {
    width: calc(100% - 15px);
    margin: 0 15px 35px 0;
  }
  .project2-top .img-owl:before {
    bottom: -15px;
    right: -15px;
  }
  .project2-top .img-owl .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
.project2-top .left-ssj {
  border-top-color: #f7f7f7;
}
.project2-top .item-body .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 1px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1419px) {
  .project2-top .item-body .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-top .item-body .item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .project2-top .item-body .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .project2-top .item-body .item-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.project2-top .item-body .item-subt {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #12489E;
  margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
  .project2-top .item-body .item-subt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-top .item-body .item-subt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .project2-top .item-body .item-subt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .project2-top .item-body .item-subt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.project2-top .item-body .pro-share {
  margin-top: 50px;
}
@media screen and (max-width: 1219px) {
  .project2-top .item-body .pro-share {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .project2-top .item-body .pro-share {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .project2-top .item-body .pro-share {
    margin-top: 20px;
  }
}
.project2-top .item-body .item-desc {
  overflow: visible;
  font-size: 16px;
  line-height: 1.75;
}
.project2-top .item-body .item-desc, .project2-top .item-body .item-desc * {
  color: #4d4d4d;
}
.project2-top .item-body .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
.project2-top .item-body .item-desc .line {
  height: 20px;
}
.project2-top .item-body .item-desc .line1 {
  height: 15px;
}
@media screen and (max-width: 1219px) {
  .project2-top .item-body .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .project2-top .item-body .item-desc {
    font-size: 12px;
  }
}
.project2-top .item-body .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
}
.project2-top .item-body .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .project2-top .item-body .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .project2-top .item-body .item-desc em {
    padding-left: 15px;
  }
  .project2-top .item-body .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.project2-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #12489E;
}
@media screen and (max-width: 1419px) {
  .project2-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .project2-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .project2-title {
    font-size: 20px;
  }
}

.project2-subt {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1419px) {
  .project2-subt {
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-subt {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .project2-subt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .project2-subt {
    font-size: 16px;
  }
}

.project2-desc {
  font-size: 16px;
  line-height: 1.75;
}
.project2-desc, .project2-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .project2-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .project2-desc {
    font-size: 12px;
  }
}

.project2-box1 {
  margin-bottom: 85px;
}
@media screen and (max-width: 1419px) {
  .project2-box1 {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-box1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .project2-box1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box1 {
    margin-bottom: 30px;
  }
}

.project2-box2 {
  padding-bottom: 44px;
}
@media screen and (max-width: 991px) {
  .project2-box2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box2 {
    padding-bottom: 0;
  }
}
.project2-box2 .project2-title {
  text-align: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 991px) {
  .project2-box2 .project2-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box2 .project2-title {
    margin-bottom: 20px;
  }
}
.project2-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.project2-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 49.1428571429%;
  margin-left: 1.7142857143%;
  margin-bottom: 30px;
}
.project2-box2 .box-list .list-item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .project2-box2 .box-list .list-item {
    width: 100%;
    margin-left: 0;
  }
}
.project2-box2 .box-list .item-pics {
  margin-bottom: 41px;
}
@media screen and (max-width: 1419px) {
  .project2-box2 .box-list .item-pics {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-box2 .box-list .item-pics {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box2 .box-list .item-pics {
    margin-bottom: 15px;
  }
}
.project2-box2 .box-list .project2-subt {
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .project2-box2 .box-list .project2-subt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-box2 .box-list .project2-subt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box2 .box-list .project2-subt {
    margin-bottom: 5px;
  }
}
.project2-box2 .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
.project2-box2 .box-list .item-desc, .project2-box2 .box-list .item-desc * {
  color: #4d4d4d;
}
.project2-box2 .box-list .item-desc strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
.project2-box2 .box-list .item-desc .line {
  height: 20px;
}
.project2-box2 .box-list .item-desc .line1 {
  height: 15px;
}
@media screen and (max-width: 1219px) {
  .project2-box2 .box-list .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .project2-box2 .box-list .item-desc {
    font-size: 12px;
  }
}
.project2-box2 .box-list .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
}
.project2-box2 .box-list .item-desc em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .project2-box2 .box-list .item-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box2 .box-list .item-desc em {
    padding-left: 15px;
  }
  .project2-box2 .box-list .item-desc em:before {
    top: 7px;
    left: 6px;
  }
}

.project2-box3 .project2-title {
  margin-bottom: 39px;
}
@media screen and (max-width: 1419px) {
  .project2-box3 .project2-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-box3 .project2-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box3 .project2-title {
    margin-bottom: 10px;
  }
}
.project2-box3 .project2-subt {
  margin-bottom: 24px;
}
.project2-box3 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7857142857%;
}
@media screen and (max-width: 991px) {
  .project2-box3 .box-list {
    gap: 2%;
  }
}
.project2-box3 .box-list .list-item {
  width: 22.9285714286%;
  flex-basis: 22.9285714286%;
  background-color: #F2F6FB;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 30px 10px 24px 25px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 1419px) {
  .project2-box3 .box-list .list-item {
    width: 23.6607142857%;
    flex-basis: 23.6607142857%;
    padding: 30px 10px 24px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-box3 .box-list .list-item {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .project2-box3 .box-list .list-item {
    width: 32%;
    flex-basis: 32%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box3 .box-list .list-item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .project2-box3 .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 15px;
    padding: 15px 10px;
  }
}
.project2-box3 .box-list .item-num {
  flex: 0 0 auto;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #12489E;
  color: #fff;
  text-align: center;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 1419px) {
  .project2-box3 .box-list .item-num {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .project2-box3 .box-list .item-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .project2-box3 .box-list .item-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box3 .box-list .item-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .project2-box3 .box-list .item-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.project2-box3 .box-list .item-title {
  flex: 1 1 auto;
  overflow: hidden;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1219px) {
  .project2-box3 .box-list .item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box3 .box-list .item-title {
    font-size: 12px;
  }
}

.project2-box4 {
  margin-bottom: 73px;
  font-size: 16px;
  line-height: 1.75;
}
.project2-box4, .project2-box4 * {
  color: #4d4d4d;
}
.project2-box4 strong {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
}
.project2-box4 .line {
  height: 20px;
}
.project2-box4 .line1 {
  height: 15px;
}
@media screen and (max-width: 1219px) {
  .project2-box4 {
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .project2-box4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box4 {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.project2-box4 em {
  display: block;
  font-style: normal;
  padding-left: 25px;
  margin-bottom: 6px;
  position: relative;
}
.project2-box4 em:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 1219px) {
  .project2-box4 em:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .project2-box4 em {
    padding-left: 15px;
  }
  .project2-box4 em:before {
    top: 7px;
    left: 6px;
  }
}

/*-------------6-2-project end-------------------------------------------------------------*/
/*-------------7-1-Resource-Video start----------------------------------------------------*/
.video-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .video-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .video-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-list {
    padding-bottom: 10px;
  }
}
.video-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.8571428571%;
  margin-left: 2.2142857143%;
  margin-bottom: 40px;
}
.video-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .video-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .video-list .list-item {
    width: 49%;
    margin-left: 2%;
  }
  .video-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .video-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.video-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 1219px) {
  .video-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .video-list .item-title {
    font-size: 14px;
  }
}
.video-list .item-videobox {
  position: relative;
  margin-bottom: 20px;
}
.video-list .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 64.1255605381%;
  height: 0;
}
.video-list .item-videobox .item-video iframe, .video-list .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-list .item-videobox .item-video iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1219px) {
  .video-list .item-videobox {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .video-list .item-videobox {
    margin-bottom: 10px;
  }
}

/*-------------7-1-Resource-Video end------------------------------------------------------*/
/*-------------7-2-Resource-Download start-------------------------------------------------*/
.download_wrap {
  background: url(../images/down-bg.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.download_wrap:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/down-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.download-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.8571428571%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .download-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .download-list {
    display: block;
    padding-bottom: 15px;
  }
}
.download-list .list-item {
  border: 1px solid rgba(89, 181, 255, 0.1);
  background-color: #fff;
  width: 48.5714285714%;
  flex-basis: 48.5714285714%;
  margin-bottom: 40px;
  padding: 27px 82px 27px 30px;
  position: relative;
}
.download-list .list-item:hover {
  background-color: #12489E;
}
.download-list .list-item:hover .item-icon, .download-list .list-item:hover .item-btn {
  color: #fff !important;
}
.download-list .list-item:hover .item-title, .download-list .list-item:hover .item-title * {
  color: #fff !important;
}
.download-list .list-item:hover .item-btn:after {
  background-color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 1219px) {
  .download-list .list-item {
    margin-bottom: 30px;
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .download-list .list-item {
    margin-bottom: 20px;
    padding-left: 15px;
    padding: 15px 60px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .list-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 50px 10px 10px;
  }
}
.download-list .item-icon {
  float: left;
  font-size: 44px;
  margin-right: 30px;
  color: #12489E;
}
@media screen and (max-width: 1419px) {
  .download-list .item-icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .download-list .item-icon {
    margin-right: 15px;
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .download-list .item-icon {
    font-size: 36px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-icon {
    font-size: 32px;
  }
}
.download-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .download-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-title {
    font-size: 14px;
  }
}
.download-list .item-btn {
  display: block;
  width: 82px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 28px;
  color: #12489E;
  font-size: 22px;
  line-height: 44px;
}
.download-list .item-btn:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d9d9d9;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
@media screen and (max-width: 1219px) {
  .download-list .item-btn {
    width: 60px;
    top: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .download-list .item-btn {
    line-height: 36px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-list .item-btn {
    font-size: 18px;
    line-height: 32px;
    top: 10px;
    width: 50px;
  }
}

/*-------------7-2-Resource-Download end---------------------------------------------------*/
/*-------------7-2-Resource-Faq start------------------------------------------------------*/
.faq-list {
  padding-bottom: 64px;
}
@media screen and (max-width: 1419px) {
  .faq-list {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 1219px) {
  .faq-list {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list {
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding-bottom: 14px;
  }
}
.faq-list .list-item {
  margin-bottom: 16px;
}
.faq-list .list-item.active .item-title {
  background-color: #12489E;
  color: #fff;
}
.faq-list .list-item.active .item-title .iconfont:before {
  content: "\eaf5";
  color: #fff;
}
.faq-list .item-title {
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
  background-color: #f7f7f7;
  border-radius: 4px;
  line-height: 30px;
  font-size: 18px;
  padding: 15px 50px;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-title {
    padding: 10px 50px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .item-title {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title {
    padding: 10px 35px;
    line-height: 20px;
    font-size: 14px;
  }
}
.faq-list .item-title .item-span {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 20px;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-title .item-span {
    font-size: 18px;
    top: 8px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .item-title .item-span {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title .item-span {
    font-size: 16px;
    left: 10px;
  }
}
.faq-list .item-title .iconfont {
  transition: all 0.35s;
  position: absolute;
  font-size: 13px;
  color: #1a1a1a;
  right: 25px;
  top: 15px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-title .iconfont {
    font-size: 12px;
    right: 20px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title .iconfont {
    right: 15px;
  }
}
.faq-list .item-desc {
  position: relative;
  display: none;
  line-height: 1.75;
  font-size: 16px;
  padding: 24px 0 36px 50px;
}
.faq-list .item-desc, .faq-list .item-desc * {
  color: #4d4d4d;
}
.faq-list .item-desc .item-span {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}
.faq-list .item-desc strong {
  color: #1a1a1a;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .faq-list .item-desc {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0 20px 50px;
  }
  .faq-list .item-desc .item-span {
    left: 20px;
    top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .item-desc {
    padding: 15px 0 15px 40px;
  }
  .faq-list .item-desc .item-span {
    left: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-desc {
    font-size: 14px;
    padding: 10px 0 10px 35px;
  }
  .faq-list .item-desc .item-span {
    left: 10px;
    top: 10px;
    font-size: 16px;
  }
}

/*-------------7-2-Resource-Faq end--------------------------------------------------------*/
/*-------------8-1-news start--------------------------------------------------------------*/
.news1-list {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news1-list {
    padding-bottom: 10px;
  }
}
.news1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.4285714286%;
  margin-left: 2.8571428571%;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
}
.news1-list .list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1219px) {
  .news1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .news1-list .list-item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 25px;
  }
  .news1-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .news1-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.news1-list .list-item:hover {
  background-color: #12489E;
}
.news1-list .list-item:hover .item-title, .news1-list .list-item:hover .item-title a, .news1-list .list-item:hover .item-desc, .news1-list .list-item:hover .item-desc a, .news1-list .list-item:hover .item-date, .news1-list .list-item:hover .item-date a {
  color: #fff !important;
}
.news1-list .list-item:hover:before {
  width: 100%;
}
.news1-list .list-item:hover:after {
  left: 50%;
  opacity: 1;
  visibility: visible;
}
.news1-list .list-item:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F99022;
  bottom: 0;
  transition: all 0.35s;
}
.news1-list .list-item:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 3px #F99022;
  background-color: #fff;
  box-sizing: border-box;
  left: 0;
  transform: translateX(-50%);
  bottom: -5px;
  transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
}
.news1-list .img-owl .owl-theme .owl-controls {
  bottom: 5.3571428571%;
}
.news1-list .item-body {
  padding: 28px 20px;
}
@media screen and (max-width: 1419px) {
  .news1-list .item-body {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-body {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-body {
    padding: 10px 5px;
  }
}
.news1-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.news1-list .item-title a {
  height: 60px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .news1-list .item-title a {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .news1-list .item-title a {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .news1-list .item-title a {
    height: 40px;
  }
}
.news1-list .item-desc {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}
.news1-list .item-desc a {
  height: 56px;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .news1-list .item-desc a {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-desc {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .news1-list .item-desc a {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .news1-list .item-desc a {
    height: 36px;
  }
}
.news1-list .item-date {
  color: #12489E;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1219px) {
  .news1-list .item-date {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-date {
    font-size: 12px;
  }
}

/*-------------8-1-news end----------------------------------------------------------------*/
/*-------------8-2-news start--------------------------------------------------------------*/
.news2-main {
  padding-bottom: 10px;
}
.news2-main .news2-slide {
  width: 360px;
}
@media screen and (max-width: 1419px) {
  .news2-main .news2-slide {
    width: 300px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main .news2-slide {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main .news2-slide {
    width: 100%;
    float: none;
  }
}
.news2-main .news2-detail {
  width: 960px;
}
@media screen and (max-width: 1419px) {
  .news2-main .news2-detail {
    width: 860px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main .news2-detail {
    width: 680px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main .news2-detail {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main .news2-detail {
    margin-bottom: 30px;
  }
}

.news2-detail > .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-top: 1px;
}
@media screen and (max-width: 1419px) {
  .news2-detail > .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-detail > .item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news2-detail > .item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.news2-detail > .item-date {
  font-size: 0;
  letter-spacing: 0;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.news2-detail > .item-date > * {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1219px) {
  .news2-detail > .item-date {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-date {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.news2-detail > .item-date .item-p {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  margin-right: 40px;
}
@media screen and (max-width: 1219px) {
  .news2-detail > .item-date .item-p {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-date .item-p {
    font-size: 12px;
    margin-right: 15px;
  }
}
.news2-detail > .item-body {
  padding-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.news2-detail > .item-body, .news2-detail > .item-body * {
  color: #4d4d4d;
}
.news2-detail > .item-body a:hover {
  color: #12489E;
}
.news2-detail > .item-body img, .news2-detail > .item-body iframe {
  max-width: 100%;
}
@media screen and (max-width: 1219px) {
  .news2-detail > .item-body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-body {
    padding-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news2-detail > .item-body .title1 {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  color: #1a1a1a;
  font-size: 28px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1419px) {
  .news2-detail > .item-body .title1 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-detail > .item-body .title1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .news2-detail > .item-body .title1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news2-detail > .item-body .title1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .news2-detail > .item-body .title1 {
    font-size: 16px;
  }
}

.news2-slide .box-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 1419px) {
  .news2-slide .box-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-slide .box-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news2-slide .box-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news2-slide .box-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.news2-slide .box-title a:hover {
  color: #12489E;
}
.news2-slide .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.news2-slide .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1219px) {
  .news2-slide .box-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news2-slide .box-list .list-item {
    width: 32%;
    margin-left: 2%;
  }
  .news2-slide .box-list .list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .news2-slide .box-list .list-item {
    width: 49%;
  }
  .news2-slide .box-list .list-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .news2-slide .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.news2-slide .box-list .item-pics {
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .news2-slide .box-list .item-pics {
    margin-bottom: 10px;
  }
}
.news2-slide .box-list .item-title {
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 12px;
}
@media screen and (max-width: 1419px) {
  .news2-slide .box-list .item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .news2-slide .box-list .item-title {
    font-size: 14px;
  }
}
.news2-slide .box-list .item-date {
  font-size: 16px;
  line-height: 1.75;
  color: #12489E;
}

/*-------------8-2-news end----------------------------------------------------------------*/
/*-------------9-contact start-------------------------------------------------------------*/
.contact_wrap {
  padding: 0;
}

.contact-top {
  background-color: #f7f7f7;
  padding: 90px 0;
}
@media screen and (max-width: 1219px) {
  .contact-top {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-top {
    padding: 30px 0;
  }
}
.contact-top .img-owl {
  float: right;
  width: 50%;
  position: relative;
  margin-left: 6.4285714286%;
  margin-bottom: 3.5714285714%;
}
.contact-top .img-owl .owl-theme .owl-controls {
  bottom: 5.3191489362%;
}
.contact-top .img-owl:before {
  position: absolute;
  content: "";
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  width: 100%;
  height: 100%;
  background-color: #12489E;
}
.contact-top .img-owl .right-sj {
  bottom: -10.6382978723%;
  right: -7.1428571429%;
  border-bottom-color: #f7f7f7;
}
@media screen and (max-width: 1519px) {
  .contact-top .img-owl {
    margin-left: 2.8571428571%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .contact-top .img-owl {
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .contact-top .img-owl {
    width: calc(100% - 15px);
    margin: 0 15px 35px 0;
  }
  .contact-top .img-owl:before {
    bottom: -15px;
    right: -15px;
  }
  .contact-top .img-owl .right-sj {
    bottom: -15px;
    right: -15px;
  }
}
.contact-top .left-ssj {
  border-top-color: #f7f7f7;
}
.contact-top .item-body {
  padding-top: 28px;
}
@media screen and (max-width: 1419px) {
  .contact-top .item-body {
    padding-top: 0;
  }
}
.contact-top .item-title {
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 1.4;
  margin-bottom: 29px;
}
@media screen and (max-width: 1419px) {
  .contact-top .item-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-top .item-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-top .item-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .contact-top .item-title {
    font-size: 16px;
  }
}
.contact-top .item-desc {
  overflow: visible;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1.75;
}
.contact-top .item-desc, .contact-top .item-desc * {
  color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
  .contact-top .item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .contact-top .item-desc {
    font-size: 12px;
  }
}
.contact-top .item-desc em {
  display: block;
  font-style: normal;
  padding-left: 38px;
  margin-bottom: 14px;
  position: relative;
}
.contact-top .item-desc em:before {
  position: absolute;
  content: "\e621";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  background-color: #12489E;
  color: #fff;
  left: 3.5px;
  top: 5px;
  font-size: 10px;
}
@media screen and (max-width: 1219px) {
  .contact-top .item-desc em {
    padding-left: 30px;
  }
  .contact-top .item-desc em:before {
    top: 2px;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-top .item-desc em {
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-top .item-desc em {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .contact-top .item-desc em:before {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 8px;
    top: 2px;
  }
}
.contact-top .item-subt {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.66667;
}
@media screen and (max-width: 1219px) {
  .contact-top .item-subt {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .contact-top .item-subt {
    font-size: 14px;
  }
}

.contact-body {
  padding: 75px 0 79px;
}
@media screen and (max-width: 1219px) {
  .contact-body {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-body {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding: 30px 0;
  }
}

.contact-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 62px;
}
@media screen and (max-width: 1419px) {
  .contact-title {
    font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-title {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contact-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact-title {
    font-size: 22px;
  }
}
.contact-title strong {
  color: #12489E;
  font-weight: normal;
}
.contact-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #F99022;
  left: 0;
  bottom: 0;
}

.contact-info {
  float: left;
  width: 474px;
}
@media screen and (max-width: 1219px) {
  .contact-info {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
}
.contact-info .box-list .list-item {
  position: relative;
  padding-left: 105px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .list-item {
    padding-left: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-list .list-item {
    padding-left: 65px;
    margin-bottom: 20px;
  }
}
@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: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #f7f7f7;
  text-align: center;
  font-size: 34px;
  color: #12489E;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .iconfont {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-list .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .iconfont {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
}
.contact-info .box-list .item-title {
  font-family: "Roboto-SemiBold", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 14px;
  padding-top: 4px;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-list .item-title {
    padding-top: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .item-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.contact-info .box-list .item-desc {
  font-size: 16px;
  line-height: 1.75;
}
.contact-info .box-list .item-desc, .contact-info .box-list .item-desc a {
  color: #4d4d4d;
}
.contact-info .box-list .item-desc a:hover {
  color: #F99022 !important;
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .item-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .item-desc {
    font-size: 12px;
  }
}
.contact-info .img-item {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -10px;
  max-width: 474px;
}
@media screen and (max-width: 991px) {
  .contact-info .img-item {
    max-width: 400px;
    margin-top: 0;
  }
}
.contact-info .img-item .item-pic {
  display: inline-block;
  vertical-align: top;
  width: 37.1308016878%;
  margin-left: 5.2742616034%;
  max-width: 176px;
}
.contact-info .img-item .item-pic:first-child {
  margin-left: 0;
}

.contact-form {
  float: right;
  width: 831px;
  margin-top: -1px;
}
@media screen and (max-width: 1419px) {
  .contact-form {
    width: 700px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form {
    width: 100%;
    float: none;
  }
}
.contact-form .box-form .star {
  position: relative;
}
.contact-form .box-form .star:before {
  position: absolute;
  content: "*";
  left: 16px;
  color: #ff0000;
  top: 23px;
  font-size: 16px;
  line-height: 1;
}
.contact-form .box-form .star input, .contact-form .box-form .star textarea, .contact-form .box-form .star select {
  padding-left: 25px;
}
.contact-form .box-form .item-input, .contact-form .box-form .item-textarea {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  overflow: hidden;
}
.contact-form .box-form .item-textarea.star:before {
  top: 19px;
}
.contact-form .box-form .icon-input {
  padding-left: 55px;
  position: relative;
}
.contact-form .box-form .icon-input.star:before {
  left: 65px;
}
.contact-form .box-form .icon-input .item-icon {
  position: absolute;
  left: 0;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form .box-form .icon-input .item-icon:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-color: #ADADAD;
  right: 0;
}
.contact-form .box-form .icon-input .item-icon img {
  display: block;
  margin: 0 auto;
  width: 30px;
}
.contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.contact-form .box-form input, .contact-form .box-form select {
  height: 60px;
  line-height: 60px;
}
.contact-form .box-form textarea {
  height: 150px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.contact-form .box-form .item-code {
  float: left;
  width: 49.2178098676%;
  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-submit {
  float: right;
  width: 49.2178098676%;
  position: relative;
}
.contact-form .box-form .item-submit input {
  visibility: hidden;
  opacity: 0;
}
.contact-form .box-form .item-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #12489E;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
  height: 60px;
  line-height: 60px;
}
.contact-form .box-form .item-btn:hover {
  background-color: #F99022;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .contact-form .box-form .item-btn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-form .item-btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form .box-form input, .contact-form .box-form select {
    height: 50px;
    line-height: 50px;
  }
  .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: 18px;
    left: 10px;
    font-size: 14px;
  }
  .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: 16px;
  }
  .contact-form .box-form .item-code input {
    padding-right: 100px;
  }
  .contact-form .box-form .item-img {
    right: 10px;
  }
  .contact-form .box-form .icon-input {
    padding-left: 50px;
  }
  .contact-form .box-form .icon-input.star:before {
    left: 60px;
  }
  .contact-form .box-form .icon-input .item-icon {
    width: 50px;
  }
  .contact-form .box-form .icon-input .item-icon img {
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box-form input, .contact-form .box-form select {
    height: 40px;
    line-height: 40px;
  }
  .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: 13px;
    font-size: 12px;
  }
  .contact-form .box-form .item-textarea.star:before {
    top: 14px;
  }
  .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 .icon-input {
    padding-left: 40px;
  }
  .contact-form .box-form .icon-input.star:before {
    left: 50px;
  }
  .contact-form .box-form .icon-input .item-icon {
    width: 40px;
  }
  .contact-form .box-form .icon-input .item-icon img {
    width: 20px;
  }
}
@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 img, .map iframe {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 0;
  }
}

/*-------------9-contact end---------------------------------------------------------------*/
.form-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999999999;
}
.form-backdrop .form-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 12px;
  top: 100%;
  margin-top: 32px;
}
.form-backdrop .form-close:hover {
  background-color: #F99022;
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-close {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-close {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-close {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .form-backdrop .form-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.form-backdrop .form-box {
  max-width: 1200px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  margin-top: -25px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 20, 53, 0.3);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .form-backdrop .form-box {
    max-width: 400px;
  }
}
.form-backdrop .form-box .item-pic {
  flex-basis: 50%;
  overflow: hidden;
}
.form-backdrop .form-box .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .form-backdrop .form-box .item-pic {
    display: none;
  }
}
.form-backdrop .form-box .item-body {
  flex-basis: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-body {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .form-backdrop .form-box .item-body {
    flex-basis: 100%;
    padding: 20px 15px;
  }
}
.form-backdrop .form-box .item-body .item-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Roboto-Bold", arial, helvetica, sans-serif;
  position: relative;
  padding-bottom: 25px;
  color: #12489E;
  margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-body .item-title {
    font-size: 38px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-body .item-title {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-body .item-title {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box .item-body .item-title {
    font-size: 20px;
  }
}
.form-backdrop .form-box .item-body .item-title strong {
  font-weight: normal;
  color: #12489E;
  transition: all 0.35s;
}
.form-backdrop .form-box .item-body .item-title a:hover strong {
  color: #F99022;
}
.form-backdrop .form-box .item-body .item-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #F99022;
  left: 0;
  bottom: 0;
}
.form-backdrop .form-box .item-body .item-desc {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.75;
}
.form-backdrop .form-box .item-body .item-desc, .form-backdrop .form-box .item-body .item-desc * {
  color: #666;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-body .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-body .item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-body .item-desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box .item-body .item-desc {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.form-backdrop .form-box .item-form {
  overflow: hidden;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.form-backdrop .form-box .item-form ::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
.form-backdrop .form-box .item-form :-o-placeholder {
  color: #808080;
  opacity: 1;
}
.form-backdrop .form-box .item-form ::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form-backdrop .form-box .item-form :-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.form-backdrop .form-box .item-form .item-input, .form-backdrop .form-box .item-form .item-textarea {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form .item-input, .form-backdrop .form-box .item-form .item-textarea {
    margin-bottom: 10px;
  }
}
.form-backdrop .form-box .item-form .item-input .lable, .form-backdrop .form-box .item-form .item-textarea .lable {
  color: #808080;
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-backdrop .form-box .item-form .item-input .lable span, .form-backdrop .form-box .item-form .item-textarea .lable span {
  color: #f00;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-form .item-input .lable, .form-backdrop .form-box .item-form .item-textarea .lable {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form .item-input .lable, .form-backdrop .form-box .item-form .item-textarea .lable {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box .item-form .item-input .lable, .form-backdrop .form-box .item-form .item-textarea .lable {
    font-size: 12px;
  }
}
.form-backdrop .form-box .item-form .item-textarea .lable {
  transform: none;
  top: 19px;
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form .item-textarea .lable {
    top: 10px;
  }
}
.form-backdrop .form-box .item-form .item-input1 {
  width: 48.5416666667%;
}
.form-backdrop .form-box .item-form input, .form-backdrop .form-box .item-form textarea {
  display: block;
  width: 100%;
  border: solid 1px #e6e6e6;
  background-color: #f7f7f7;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-form input, .form-backdrop .form-box .item-form textarea {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form input, .form-backdrop .form-box .item-form textarea {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box .item-form input, .form-backdrop .form-box .item-form textarea {
    font-size: 12px;
  }
}
.form-backdrop .form-box .item-form input {
  height: 56px;
  line-height: 54px;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-form input {
    height: 50px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form input {
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form input {
    height: 32px;
    line-height: 30px;
  }
}
.form-backdrop .form-box .item-form textarea {
  height: 140px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-form textarea {
    height: 120px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form textarea {
    height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form textarea {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box .item-form textarea {
    height: 70px;
  }
}
.form-backdrop .form-box .item-form .item-code {
  position: relative;
}
.form-backdrop .form-box .item-form .item-code input {
  height: 50px;
  line-height: 48px;
  padding-right: 90px;
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form .item-code input {
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form .item-code input {
    height: 32px;
    line-height: 30px;
  }
}
.form-backdrop .form-box .item-form .item-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 48px;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
}
.form-backdrop .form-box .item-form .item-img img {
  max-height: 48px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1419px) {
  .form-backdrop .form-box .item-form .item-img {
    right: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form .item-img {
    right: 5px;
    line-height: 40px;
  }
  .form-backdrop .form-box .item-form .item-img img {
    max-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form .item-img {
    line-height: 32px;
  }
  .form-backdrop .form-box .item-form .item-img img {
    max-height: 32px;
  }
}
.form-backdrop .form-box .item-form .item-submit {
  margin-bottom: 0;
  position: relative;
}
.form-backdrop .form-box .item-form .item-submit input {
  visibility: hidden;
  opacity: 0;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form .item-submit input {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form .item-submit input {
    height: 32px;
    line-height: 32px;
  }
}
.form-backdrop .form-box .item-form .item-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-color: #12489E;
  background-color: #12489E;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
  height: 50px;
  line-height: 50px;
}
.form-backdrop .form-box .item-form .item-btn .iconfont {
  font-size: 18px;
}
.form-backdrop .form-box .item-form .item-btn:hover {
  border-color: #F99022;
  background-color: #F99022;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .form-backdrop .form-box .item-form .item-btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .form-backdrop .form-box .item-form .item-btn .iconfont {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .form-backdrop .form-box .item-form .item-btn {
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .form-backdrop .form-box .item-form .item-btn {
    font-size: 12px;
  }
  .form-backdrop .form-box .item-form .item-btn .iconfont {
    font-size: 14px;
  }
}

.related-box {
  padding: 90px 0;
}
@media screen and (max-width: 1219px) {
  .related-box {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .related-box {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .related-box {
    padding: 30px 0;
  }
}
.related-box .index-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .related-box .index-item {
    margin-bottom: 20px;
  }
}
@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: #F99022;
}
.n-nav .n-nav-icon span {
  display: none;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #F99022;
}
.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 #F99022;
  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: #F99022;
  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;
}
.slideshow {
  position: relative;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  transition: all 6s ease-out;
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 4.375%;
  width: 100%;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    padding-right: 15px;
    bottom: 2.5%;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  transition: all 0.35s;
  margin-left: 40px;
  position: relative;
}
.slick-dots li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
}
.slick-dots li:before {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  top: 50%;
  margin-top: -1px;
  transition: all 0.35s;
}
.slick-dots li.slick-active {
  padding-right: 190px;
}
.slick-dots li.slick-active:before {
  width: 150px;
}
@media screen and (max-width: 1219px) {
  .slick-dots li {
    margin-left: 30px;
  }
  .slick-dots li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .slick-dots li.slick-active {
    padding-right: 150px;
  }
  .slick-dots li.slick-active:before {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .slick-dots li {
    margin-left: 20px;
  }
  .slick-dots li.slick-active {
    padding-right: 110px;
  }
  .slick-dots li.slick-active:before {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin-left: 10px;
  }
  .slick-dots li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .slick-dots li.slick-active {
    padding-right: 70px;
  }
  .slick-dots li.slick-active:before {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .slick-dots li {
    margin-left: 10px;
  }
  .slick-dots li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .slick-dots li.slick-active {
    padding-right: 40px;
  }
  .slick-dots li.slick-active:before {
    width: 30px;
  }
}

.slick-prev, .slick-next {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 18px !important;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: all 0.5s;
}
.slick-prev:hover, .slick-next:hover {
  border-color: transparent;
  background-color: #12489E;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.slick-prev {
  left: 75px;
}

.slick-next {
  right: 75px;
}

.slideshow .item.slick-active.item_one img {
  transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
  transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.page-banner img {
  display: block;
  width: 100%;
}
@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  22.2% {

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



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

            transform-origin: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

}

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

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

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

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

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



@font-face {
  font-family: "iconfont"; /* Project id 5198754 */
  src: url('../fonts/iconfont.woff2?t=1782508178031') format('woff2'),
       url('../fonts/iconfont.woff?t=1782508178031') format('woff'),
       url('../fonts/iconfont.ttf?t=1782508178031') 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-xiazai-wenjianxiazai-05:before {
  content: "\e603";
}

.icon-xiangyou-shuangjiantou:before {
  content: "\e670";
}

.icon-xiangzuo-shuangjiantou:before {
  content: "\e672";
}

.icon-dui:before {
  content: "\e624";
}

.icon-a-084_tiaojie:before {
  content: "\e7d7";
}

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

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

.icon-email31:before {
  content: "\e7a9";
}

.icon-xiazai:before {
  content: "\e67f";
}

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

.icon-a-zuobanjiantouhuaban1:before {
  content: "\e641";
}

.icon-a-youbanjiantouhuaban1:before {
  content: "\e643";
}

.icon-PDF:before {
  content: "\e6eb";
}

.icon-PC_duigou:before {
  content: "\e65c";
}

.icon-hui-duigou1:before {
  content: "\e91d";
}

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

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

.icon-fangdajing-fangda:before {
  content: "\e7f7";
}

.icon-duigou3:before {
  content: "\e6b8";
}

.icon-a-tubiaoduigou-32beifen5:before {
  content: "\e623";
}

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

.icon-zuobanjiantou:before {
  content: "\e657";
}

.icon-fasong:before {
  content: "\e65e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* 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 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #F99022;
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page {
    margin: 0 3px;
    width: 8px;
    height: 8px;
  }
}

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

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

/* 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
 */
.pro4_wrap h2,
.page_wrap h2{
    font-family: "Roboto-Bold", arial, helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 21px;
}

.page_wrap h2{
    margin-bottom: 10px;
    color: #1a1a1a !important;
}
    
.pro4_wrap h2:before,
.page_wrap h2:before{
    position: absolute;
    content: "";
    width: 95px;
    height: 4px;
    background-color: #F99022;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1419px) {
  .pro4_wrap h2,
   .page_wrap h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro4_wrap h2,
  .page_wrap h2{
    font-size: 24px;    
  }
}


.pro4-top .zoomPad{
	cursor: auto!important;
}
.pro4-top .zoomPup,.pro4-top .zoomWindow,.pro4-top .zoomPreload{
	display: none!important;
}

.solution2-box1 {
  background-size: cover;
}
.solution2-box1 .top-item {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.solution2-box5{
    padding-top: 20px;
}


html {
  scroll-padding-top: 130px;
}
@media screen and (max-width: 1219px) {
  html {
    scroll-padding-top: 119px;
  }
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 99px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 0;
  }
}

.header.fixed {
  position: fixed;
  z-index: 999999999;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    position: relative;
  }
}


.input_error{
    border: 1px solid red;
}
.input_error input,
.input_error textarea{
    border: none !important;
}


.solution_text{
    padding-top: 30px;
}


.item-body .table table{width: auto}
@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}