@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Black.eot');
  src: url('../fonts/Mulish-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Black.woff2') format('woff2'), url('../fonts/Mulish-Black.woff') format('woff'), url('../fonts/Mulish-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
}
@media screen and (max-width: 1000px){
  .hengqihide {
    display: none !important;
  }
  #body .body-overflow-box .inner-page {
  
    display: none !important;
  }
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: normal;
}
html {
  margin: 0 auto !important;
}
body {
  font-family: "Mulish";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
  direction: rtl;
}
.slick-list,
.slick-track{
  direction: ltr;
}
.ui.container {
  padding: 0 80px;
  position: relative;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.publicBox {
  position: relative;
  z-index: 1;
  width: 100%;
}
.publicBox.centerLine:after {
  display: block;
}
.publicBox:after,
.publicBox:before {
  content: '';
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  left: 32%;
  top: 0;
  z-index: -1;
  position: absolute;
}
.publicBox:before {
  left: 0;
}
.publicBox:after {
  display: none;
  left: initial;
  right: 32%;
}
.publicBox .publicLeft {
  width: 32%;
}
.publicBox .publicRight {
  width: 68%;
}
.publicBox .publicRight .rightmbx {
  padding: 10px 20px;
  line-height: 2;
  font-size: 16px;
  color: #074ca0;
}
.publicBox.rightLine {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
h2.title {
  font-weight: 900;
  font-size: 72px;
  color: #074ca0;
  text-transform: uppercase;
  line-height: 1;
}
h2.title small {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #2b2b2b;
  text-transform: none;
  margin-top: 15px;
}
a.more {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #074ca0;
}
a.more i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-radius: 25px;
  background: #074ca0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.more i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
a.more:hover i {
  background: #222;
}
i.gradient {
  height: 100vh;
  width: 100vh;
  border-radius: 100%;
  background-image: -webkit-radial-gradient(#a3c4e7, transparent 70%, transparent);
  background-image: -moz-radial-gradient(#a3c4e7, transparent 70%, transparent);
  background-image: radial-gradient(#a3c4e7, transparent 70%, transparent);
  position: absolute;
  bottom: -30%;
  left: 15%;
  z-index: -1;
}
.cname {
  font-size: 18px;
  position: fixed;
  z-index: 1;
  left: 1.9%;
  bottom: 3%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.f-end {
  height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .container2 {
  margin: 0 -2%;
}
#header .publicBox:before {
  display: none !important;
}
#header .publicBox .publicLeft{
  width: 25%;
}
#header .publicBox::after{
  left: 83%;
}
#header .publicBox .publicRight{
  width: 75%;
}
#header .logo {
  vertical-align: top;
  display: inline-block;
}
#header .logo img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
#header p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: black;
  margin-left: 30px;
}
#header p img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
#header .nav {
  line-height: 80px;
  height: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 36px;
  font-size: 16px;
  color: black;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #074ca0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #074ca0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .box .h-search {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.63);
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .h-search img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
#header .nav .ui.menu .box .yuy {
  margin-right: 35px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .box .yuy span {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .box .yuy span img {
  width: 100%;
  max-width: none;
  height: 100%;
}
#header .nav .ui.menu .box .yuy ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #074ca0;
  display: none \9;
}
#header .nav .ui.menu .box .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .box .yuy ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .box .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .box .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.transparent {
  background: transparent;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header.init .nav .ui.menu .logo img{
  filter: brightness(0) invert(1);
}
#banner .slick-arrow {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #074ca0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.2);
  left: 56px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.2);
  right: 56px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #074ca0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #074ca0;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
/*table tr:nth-child(even) {
  background: #eee;
}*/
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #074ca0;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #074ca0 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #074ca0;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #074ca0;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#header.init {
  background: transparent;
}
#header.init p,
#header.init .nav .ui.menu .menu-box ul.menu>li {
  color: white;
}
#header.init .nav {
  border-bottom-color: rgba(255,255,255,.2);
}
#header.init .publicBox:after, #header.init .publicBox:before {
  background-color: rgba(255,255,255,.2);
}
#header.init .nav .ui.menu .box .h-search {
  color: white;
}
#header.init .nav .ui.menu .box .h-search img,
#header.init p img {
  filter: brightness(0) invert(1);
}
.fp-tableCell {
  padding-top: 80px;
}
#banner .fp-tableCell {
  padding-top: 0;
}
.fp-tableCell .ui {
  height: 100%;
}
.fp-tableCell .ui .publicBox {
  height: inherit;
}
.fp-tableCell .ui .publicBox:before {
  height: 150%;
  top: -25%;
}
.fp-tableCell .ui .publicBox:after {
  top: -50%;
  height: 150%;
}
#banner {
  overflow: hidden;
}
#banner .publicLeft {
  vertical-align: middle;
  padding: 3.5% 3% 3.5% 2%;
  height: inherit;
}
#banner .publicLeft a.more {
  margin-top: 14%;
  float: right;
}
#banner .publicLeft .bottom {
  width: 100%;
}
#banner .publicLeft .list ul {
  margin: -5px;
}
#banner .publicLeft .list ul li {
  padding: 5px;
  white-space: nowrap;
}
#banner .publicLeft .list ul li h6 {
  font-family: "Anton";
  line-height: 1;
  color: #074ca0;
  display: inline-block;
  vertical-align: middle;
  font-size: 52px;
}
#banner .publicLeft .list ul li p {
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#banner .publicRight {
  vertical-align: middle;
  position: relative;
  padding: 3% 2% 0;
}
#banner .publicRight:after {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: url("../images/banner-bg.png");
}
#banner ul,
#banner ul * {
  height: inherit;
}
#banner ul .content {
  height: auto;
}
#banner li img {
  max-width: none;
  min-width: 100%;
  width: auto;
}
#banner li .ui.container {
  max-width: 1400px;
}
#banner li {
  position: relative;
}
#banner li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: .5s 3s;
}
#banner .slick-current li:after {
  opacity: 1;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  z-index: 2;
}
#banner li .content h2 {
  font-size: 60px;
  line-height: 1.3;
  color: white;
}
#banner li .content p {
  max-width: 800px;
  display: block;
  margin: 0 auto 35px;
  font-size: 22px;
  line-height: 1.6;
}
#banner li .content a.more {
  line-height: 51px;
  height: 51px;
  padding: 0 23px 0 24px;
  border-radius: 2px;
  background: #074ca0;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}
#banner li .content a.more:hover{
  background: #fff;
  color: #074ca0;
}
#index-body .section {
  overflow: hidden;
}
#index-body .init-1 .box {
  height: inherit;
  direction: ltr;
}
#index-body .init-1 .box .img {
  width: 63.68715084%;
  vertical-align: middle;
  height: inherit;
}
#index-body .init-1 .box .img .img-box {
  height: inherit;
}
#index-body .init-1 .box .img .img-box:after {
  display: none;
}
#index-body .init-1 .box .box2 {
  width: 36.31284916%;
  vertical-align: middle;
  padding-left: 2%;
  position: relative;
  z-index: 1;
  margin-top: -5%;
}
#index-body .init-1 .box .box2 .box {
  margin-top: 60px;
  width: 191%;
  margin-left: -91.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .box .box2 .box .left {
  width: 44.64285714%;
  background: #074ca0;
  color: white;
  padding: 7% 3.5%;
}
#index-body .init-1 .box .box2 .box .left h6 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}
#index-body .init-1 .box .box2 .box .left .text {
  font-size: 16px;
  line-height: 30px;
  margin: 35px 0 50px;
}
#index-body .init-1 .box .box2 .box .left .text h1 {
  display: inline;
}
#index-body .init-1 .box .box2 .box .left a.link {
  line-height: 44px;
  height: 44px;
  padding: 0 40px;
  border-radius: 22px;
  background: white;
  color: #074ca0;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .box2 .box .left a.link:hover {
  background-color: #222;
  color: white;
}
#index-body .init-1 .box .box2 .box .right {
  width: 55.35714286%;
}
#index-body .init-1 .box .box2 .box .right ul {
  margin: -1px;
  height: 100%;
}
#index-body .init-1 .box .box2 .box .right ul li {
  padding: 1px;
  height: 50%;
}
#index-body .init-1 .box .box2 .box .right ul li .content {
  width: 100%;
  height: 100%;
  background: #ededed;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .box .box2 .box .right ul li .content i {
  display: block;
  height: 53px;
  line-height: 53px;
}
#index-body .init-1 .box .box2 .box .right ul li .content i img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .box .box2 .box .right ul li .content h6 {
  font-size: 36px;
  color: #074ca0;
  line-height: 1;
  font-family: "Anton";
  margin: 10px 0;
  display: block;
  width: 100%;
}
#index-body .init-1 .box .box2 .box .right ul li .content p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
}
#index-body .init-2 {
  overflow: hidden;
}
#index-body .init-2 .btn {
  text-align: right;
  margin: 20px 0 15px;
  display: inline-block;
  width: 100%;
}
#index-body .init-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .list {
  position: relative;
  z-index: 1;
}
#index-body .init-2 .list:before {
  content: '';
  width: 150%;
  left: -25%;
  top: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
#index-body .init-2 .list ul {
  padding-right: 20%;
  margin-right: -10%;
  overflow: hidden;
  border-bottom: 6px solid #074ca0;
}
#index-body .init-2 .list ul .slick-list {
  overflow: unset;
}
#index-body .init-2 .list ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#index-body .init-2 .list ul li:after {
  content: '';
  background: #ededed;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .list ul li .img-box {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 10px;
}
#index-body .init-2 .list ul li .img-box:before {
  content: '';
  width: 40em;
  height: 40em;
  border-radius: 100%;
  background: #074ca0;
  right: 0;
  top: 58%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: -1;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .img-box:after {
  display: none;
}
#index-body .init-2 .list ul li h6 {
  font-size: 24px;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5%;
  line-height: 1.6;
}
#index-body .init-2 .list ul li h6 a {
  display: block;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 3.2em;
}
#index-body .init-2 .list ul li:hover:after {
  opacity: 1;
}
#index-body .init-2 .list ul li:hover .img-box:before {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .init-2 .navList {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 10%;
  margin-right: -10%;
}
#index-body .init-2 .navList ul li {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
  color: #363636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
}
#index-body .init-2 .navList ul li a {
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .navList ul li a:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: -10px;
  background: #074ca0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .navList ul li a:hover {
  color: #074ca0;
}
#index-body .init-2 .navList ul li a:hover:after {
  left: 0;
  opacity: 1;
}
#index-body .init-2 a.link {
  float: right;
  margin-top: 1.5%;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #074ca0;
  border-bottom: 1px solid #074ca0;
  line-height: 1;
}
#index-body .init-3 .publicBox {
  z-index: auto;
}
#index-body .init-3 .publicBox a.more {
  margin-top: 18%;
  float: right;
}
#index-body .init-3 .publicLeft {
  padding: 3.5% 2% 3.5% 3%;
  height: inherit;
}
#index-body .init-3 .publicRight {
  height: 100%;
  position: relative;
  padding: 3% 1%;
}
#index-body .init-3 .publicRight:before {
  content: '';
  width: 110%;
  height: 100%;
  background: url("../images/init-3-bg.jpg") center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#index-body .init-3 .publicRight h6 {
  font-weight: 900;
  font-size: 30px;
  color: #074ca0;
}
#index-body .init-3 .publicRight .list {
  margin-top: 8%;
}
#index-body .init-3 .publicRight .list ul li {
  min-height: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0;
}
#index-body .init-3 .publicRight .list ul li:after {
  content: '';
  width: 130%;
  position: absolute;
  left: -1.5%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
}
#index-body .init-3 .publicRight .list ul li:first-child:after {
  display: none;
}
#index-body .init-3 .publicRight .list ul li .icon {
  width: 15%;
  text-align: center;
  padding: 0 2%;
}
#index-body .init-3 .publicRight .list ul li .tit {
  width: 25%;
  padding-right: 2%;
}
#index-body .init-3 .publicRight .list ul li .tit h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 251px;
}
#index-body .init-3 .publicRight .list ul li .content {
  width: 60%;
}
#index-body .init-3 .publicRight .list ul li .content .text {
  font-size: 16px;
  line-height: 30px;
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") center center no-repeat;
}
#index-body .init-4 .publicBox:after,
#index-body .init-4 .publicBox:before {
  top: 0;
}
#index-body .init-4 .publicBox .publicLeft {
  padding: 3.5% 3% 3.5% 2%;
  height: inherit;
}
#index-body .init-4 .publicBox .publicLeft a.more {
  margin-top: 18%;
  float: right;
}
#index-body .init-4 .publicBox .publicRight {
  height: inherit;
}
#index-body .init-4 .publicBox .publicRight .list {
  height: 75%;
}
#index-body .init-4 .publicBox .publicRight .list ul {
  height: 100%;
}
#index-body .init-4 .publicBox .publicRight .list ul li {
  height: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20%;
  position: relative;
}
#index-body .init-4 .publicBox .publicRight .list ul li:after {
  content: '';
  width: 130%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box {
  width: 100%;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .left {
  width: 40%;
  vertical-align: middle;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .left .img-box {
  height: 140px;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right {
  width: 60%;
  vertical-align: middle;
  padding-right: 10%;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right time {
  font-weight: 300;
  font-size: 14px;
  color: #074ca0;
  line-height: 1.2;
  display: block;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right h6 {
  margin: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right p {
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right h6:hover {
  color: #074ca0;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right a.link {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .publicBox .publicRight .list ul li .box .right a.link:hover {
  color: #074ca0;
}
#index-body .init-4 .publicBox .publicRight .list ul li:first-child:after {
  display: none;
}
#index-body .init-4 .publicBox .publicRight .share {
  height: 25%;
  width: 107%;
}
#index-body .init-4 .publicBox .publicRight .share ul {
  height: 100%;
}
#index-body .init-4 .publicBox .publicRight .share ul li {
  height: 100%;
}
#index-body .init-4 .publicBox .publicRight .share ul li .ig {
  font-size: 16px;
  line-height: 1.5;
  color: white;
  background: #074ca0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0 30px;
}
#index-body .init-4 .publicBox .publicRight .share ul li .ig p{
  margin-top: 26px;
}
#index-body .init-4 .publicBox .publicRight .share ul li .ig:hover {
  background: #222;
}
.init-5 i.gradient {
  bottom: -40%;
}
.init-5 .publicLeft {
  height: inherit;
  padding: 3% 35px;
}
.init-5 .publicLeft .info {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 10%;
}
.init-5 .publicLeft .info p {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 -35px;
  padding: 3px 35px;
  font-size: 18px;
}


.init-5 .publicLeft .info p:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.init-5 .publicLeft .coy {
  font-size: 16px;
  max-width: 350px;
  line-height: 30px;
}
.init-5 .publicLeft .coy svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.init-5 .publicRight {
  padding: 3% 2%;
}
.init-5 .publicRight h3 {
  font-weight: 900;
  font-size: 36px;
  color: #074ca0;
  line-height: 1.2;
  max-width: 520px;
}
.init-5 .publicRight .box {
  margin-top: 12%;
}
.init-5 .publicRight .box .left {
  vertical-align: middle;
  padding-right: 19%;
  margin-top: 10%;
}
.init-5 .publicRight .box .left #ewm,
.init-5 .publicRight .box .left .whatsapp{
  display: inline-block;
  vertical-align: top;
  width: 120px;
}
.init-5 .publicRight .box .left #ewm{
  margin-right: 6px;
  border: 3px solid #fff;
}
.init-5 .publicRight .box .left h6 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid #7c8084;
  display: inline-block;
  margin-top: 12px;
}
.init-5 .publicRight .box .left .text {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}
.init-5 .publicRight .box .right {
  vertical-align: middle;
}
.init-5 .publicRight .box .right .form ul {
  margin: -30px 0;
}
.init-5 .publicRight .box .right .form ul li {
  padding: 30px 0;
}
.init-5 .publicRight .box .right .form ul li input {
  line-height: 50px;
  height: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
  font-size: 18px;
  color: black;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-5 .publicRight .box .right .form ul li input::-webkit-input-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
.init-5 .publicRight .box .right .form ul li input:-moz-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
.init-5 .publicRight .box .right .form ul li input::-moz-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
.init-5 .publicRight .box .right .form ul li input:-ms-input-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
.init-5 .publicRight .box .right .form ul li input::placeholder {
  color: #acacac;
  text-transform: uppercase;
}
.init-5 .publicRight .box .right .form ul li input:focus {
  border-color: #074ca0;
}
.init-5 .publicRight .box .right .form ul li input[type="submit"] {
  line-height: 50px;
  height: 50px;
  width: 110px;
  border-radius: 25px;
  background: url("../images/icon-more.png") center center no-repeat #074ca0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-5 .publicRight .box .right .form ul li input[type="submit"]:hover {
  background-color: #222;
}
#index-body .init-6{
  position: relative;
  color: white;
  z-index: 1;
}
.init-5 .publicRight .bottom{
  padding-top: 165px;
}
.init-5 .publicRight .bottom ul{
  margin-right: -74px;
}
.init-5 .publicRight .bottom ul li{
  padding-right: 74px;
}
#index-body .init-6 .publicBox:before{
  background: rgba(255,255,255,0.2);
}
#index-body .init-6 .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
  background-position-x: center;
  background-position-y: inherit;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-6 .mask i.active {
  opacity: 1;
  z-index: -1;
}
#index-body .init-6 .box {
  max-width: 560px;
  position: relative;
  padding: 85px 0 0 29px;
}
#index-body .init-6 .box h2.title{
  color: #fff;
}
#index-body .init-6 .box p{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 32px;
}
#index-body .init-6 .box .nav {
  max-width: 363px;
  margin-top: 69px;
}
#index-body .init-6 .box .nav ul {
  margin: -25px -10px;
}
#index-body .init-6 .box .nav ul li{
  width: auto;
  padding: 25px 10px;
}
#index-body .init-6 .box .nav ul li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  opacity: .7;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box .nav ul li a img{
  margin-right: 30px;
}
#index-body .init-6 .box .nav ul li a:hover{
  opacity: 1;
}
#index-body .init-6 .list {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
#index-body .init-6 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  margin: -5px;
}
#index-body .init-6 .list ul li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  text-align: center;
  padding: 64px 12px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.3);
  border-left: 0;
}
#index-body .init-6 .list ul li:first-child{
  border-left: 1px solid rgba(255,255,255,0.2);
}
#index-body .init-6 .list ul li i {
  /*width: 4em;
  height: 4em;
  border-radius: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;*/
}
/*#index-body .init-6 .list ul li i img {
  width: auto;
  max-width: 60%;
  max-height: 50%;
}*/
#index-body .init-6 .list ul li span.h6 {
  display: block;
  margin-top: .4em;
  word-break: break-word;
  max-width: 201px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 30px;
}
/*#index-body .init-6 .list ul li:before {
  content: '';
  width: 50%;
  left: 75%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 2.625em;
}*/
/*#index-body .init-6 .list ul li:last-child:before {
  display: none;
}*/
#index-body .init-6 .list ul li.active{
  background: #074ca0;
  border-color: #074ca0;
}
/*#index-body .init-6 .list ul li.active i {
  background-color: #074ca0;
}*/
#fp-nav ul li a,
.fp-slidesNav ul li a {
  width: 12px !important;
  height: 12px !important;
  border-radius: 100%;
  opacity: .3;
  background-color: #074ca0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 !important;
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  opacity: 1;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: none;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: auto !important;
  height: auto !important;
  margin: 20px 0 !important;
}
@media screen and (max-width: 1800px) {
  #header .publicBox::after {
    left: 79%;
  }
  #header .nav .ui.menu .menu-box {
    margin: 0 auto;
  }
  #header .nav .ui.menu .box .h-search {
    font-size: 16px;
  }
  .ui.container {
    padding: 0 60px;
  }
  .cname {
    font-size: 16px;
  }
  h2.title {
    font-size: 60px;
  }
  h2.title small {
    font-size: 16px;
  }
  a.more {
    font-size: 16px;
  }
  a.more i {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    margin-right: 15px;
  }
  #banner .publicLeft .list ul li h6 {
    font-size: 40px;
  }
  #banner .publicLeft .list ul li p {
    font-size: 14px;
    margin-left: 5px;
  }
  #index-body .init-1 .box .box2 .box .left {
    padding: 5% 2%;
  }
  #index-body .init-1 .box .box2 .box .left h6 {
    font-size: 24px;
  }
  #index-body .init-1 .box .box2 .box .left .text {
    font-size: 14px;
    margin: 25px 0;
    line-height: 2;
  }
  #index-body .init-1 .box .box2 .box .left a.link {
    line-height: 36px;
    height: 36px;
    padding: 0 25px;
    font-size: 14px;
  }
  #index-body .init-1 .box .box2 .box .right ul li .content i {
    line-height: 35px;
    height: 35px;
  }
  #index-body .init-1 .box .box2 .box .right ul li .content h6 {
    font-size: 28px;
  }
  #index-body .init-1 .box .box2 .box .right ul li .content p {
    font-size: 16px;
  }
  #index-body .init-2 .btn div {
    max-width: 50px;
  }
  #index-body .init-2 .list ul li h6 {
    font-size: 20px;
  }
  #index-body .init-2 .list ul li .img-box {
    height: 380px;
    font-size: 7px;
  }
  #index-body .init-2 .navList ul li {
    padding: 15px 30px;
    font-size: 16px;
  }
  #index-body .init-2 a.link {
    font-size: 16px;
    margin-top: 3%;
  }
  #index-body .init-3 .publicRight .list {
    margin-top: 3%;
  }
  #index-body .init-3 .publicRight .list ul li {
    min-height: 140px;
  }
  #index-body .init-3 .publicRight .list ul li .tit h3 {
    font-size: 16px;
  }
  #index-body .init-3 .publicRight .list ul li .content .text {
    font-size: 14px;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li {
    padding: 10px 10%;
  }
  .init-5 .publicLeft .info {
    font-size: 20px;
  }
  .init-5 .publicRight h3 {
    font-size: 28px;
  }
  .init-5 .publicRight .box .left .text {
    font-size: 16px;
  }
  .init-5 .publicRight .box .right .form ul li input {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .box .yuy {
    margin-right: 20px;
  }
  #header .nav .ui.menu .menu-box {
    margin: 0 auto;
  }
  h2.title {
    font-size: 48px;
  }
  #banner .publicLeft .list ul li p {
    font-size: 12px;
  }
  #banner .publicLeft .list ul li h6 {
    font-size: 32px;
  }
  #index-body .init-1 .box .box2 .box .right ul li .content p {
    font-size: 14px;
  }
  #index-body .init-2 .list ul li h6 {
    font-size: 18px;
  }
  #index-body .init-3 .publicRight h6 {
    font-size: 24px;
  }
  #index-body .init-4 .publicBox .publicRight .share ul li .ig {
    font-size: 16px;
    padding: 0 8px;
  }
  .init-5 .publicRight .box .left {
    padding-right: 10%;
  }
  #header .publicBox .publicLeft{
    width: 28%;
  }
  #header .publicBox .publicRight{
    width: 72%;
  }
  #header .publicBox::after{
    left: 75%;
  }
  .init-5 .publicRight .bottom ul{
    margin-right: -37px;
  }
  .init-5 .publicRight .bottom ul li{
    padding-right: 37px;
  }
  .fp-tableCell{
    padding-top: 60px;
  }
}
@media screen and (max-width: 1250px), screen and (max-height: 800px) {
  .fp-tableCell .ui .publicBox:after {
    top: 0;
  }
  #index-body .init-3,
  #index-body .init-3 .fp-tableCell,
  #index-body .init-4,
  #index-body .init-4 .fp-tableCell,
  .init-5,
  .init-5 .fp-tableCell {
    height: auto !important;
  }
  #index-body .init-4 .publicBox .publicRight .share ul li .ig {
    height: 132px;
  }
  #index-body .init-4 .publicBox .publicRight .share {
    width: 108.2%;
  }
  #index-body .init-4 .publicBox:after,
  #index-body .init-4 .publicBox:before,
  .init-5 .publicBox:after {
    top: -25%;
  }
  #header.transparent {
    background: white;
  }
  .init-5 .publicLeft .info {
    margin: 10% 0;
  }
  .init-5 .publicRight .box {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1250px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .section {
    padding-top: 40px !important;
  }
  #index-body .section,
  #index-body .section .fp-tableCell {
    height: auto !important;
  }
  h2.title {
    font-size: 32px;
  }
  h2.title small {
    font-size: 14px;
  }
  #banner .publicLeft a.more {
    margin-top: 8%;
  }
  a.more {
    font-size: 14px;
  }
  a.more i {
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    margin-right: 10px;
  }
  #banner .publicLeft .bottom {
    margin-top: 10%;
  }
  #banner .publicLeft .list ul li {
    width: 100%;
    padding: 10px;
  }
  #banner .publicLeft .list ul {
    margin: -10px;
  }
  #index-body .init-1 .box .img .img-box {
    height: 500px;
  }
  #index-body .init-2 .btn div {
    max-width: 40px;
  }
  #index-body .init-2 .list ul li .img-box {
    height: 300px;
  }
  #index-body .init-2 .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-2 .navList ul li {
    padding: 10px 20px;
  }
  #index-body .init-3 .publicRight .list ul li .tit h3 {
    font-size: 14px;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li {
    padding: 10px 5%;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li .box .right h6 {
    font-size: 14px;
    margin: 10px 0;
  }
  #index-body .init-2 .list ul{
    padding-right: 0;
    margin-right: 0;
  }
  #index-body .init-2 .list ul .slick-list{
    overflow: hidden;
  }
  #index-body .init-2 .navList ul li{
    font-size: 14px;
  }
  #index-body .init-6{
    height: 660px !important;
  }
  #index-body .init-6 .box{
    padding: 0 0 0 29px;
  }
  #index-body .init-4 .publicBox .publicRight .share,
  #index-body .init-4 .publicBox .publicRight .share ul,
  #index-body .init-4 .publicBox .publicRight .share ul li{
    height: auto;
  }
  #index-body .init-4 .publicBox .publicRight .share ul li .ig{
    height: 200px;
  }
  .init-5 .publicLeft .info p{
    padding: 3px 20px;
  }
  #index-body .init-6 .list ul li{
    font-size: 14px;
    padding: 32px 6px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    padding: 0 15px;
  }
  .cname {
    display: none !important;
  }
  #banner {
    margin-top: 0;
  }
  h2.title {
    font-size: 24px;
  }
  a.more i {
    line-height: 28px;
    height: 28px;
    padding: 0 15px;
  }
  a.more i img {
    max-width: 30px;
  }
  #index-body .init-1 .box .img .img-box {
    height: 200px;
  }
  #index-body .init-1 .box .img {
    width: 100%;
  }
  #index-body .init-1 .box .box2 {
    width: 100%;
    margin-top: 5%;
  }
  #index-body .init-1 .box .box2 .box {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  #index-body .init-2 .btn {
    margin-top: 0;
  }
  #index-body .init-2 .list ul {
    margin-right: 0;
    padding-right: 2px;
  }
  #index-body .init-2 .list ul li .img-box {
    height: 240px;
    font-size: 4px;
  }
  #index-body .init-2 .navList ul li {
    padding: 5px 10px;
    font-size: 14px;
  }
  #index-body .init-3 .publicLeft,
  #index-body .init-4 .publicBox .publicLeft,
  .init-5 .publicLeft {
    width: 100%;
  }
  #index-body .init-3 .publicRight,
  #index-body .init-4 .publicBox .publicRight,
  .init-5 .publicRight {
    width: 100%;
  }
  .init-3 .fp-tableCell .ui .publicBox:after,
  #index-body .init-4 .publicBox:after,
  .init-5 .publicBox:after {
    display: none;
  }
  #index-body .init-3 .publicBox a.more,
  #index-body .init-4 .publicBox .publicLeft a.more {
    margin-top: 5%;
    float: none;
    display: inline-block;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li {
    padding: 10px 15px;
  }
  #index-body .init-4 .publicBox .publicRight .share ul li {
    width: 25%;
  }
  #index-body .init-4 .publicBox .publicRight .share {
    width: 100%;
  }
  .init-5 .publicLeft .info {
    margin: 5% 0;
    font-size: 16px;
  }
  .init-5 .publicLeft {
    padding: 2% 15px;
  }
  .init-5 .publicLeft .info p {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .init-5 .publicRight h3 {
    font-size: 24px;
  }
  .init-5 .publicRight .box .right .form ul li {
    padding: 10px 0;
  }
  .init-5 .publicRight .box .right .form ul {
    margin: -10px 0;
  }
  .init-5 .publicRight .box .right .form ul li input {
    font-size: 14px;
  }
  .init-5 .publicRight .box .left {
    margin-top: 6%;
  }
  .init-5 .publicRight .box .left .text {
    margin-top: 20px;
  }
  .init-5 .publicRight .box .right .form ul li input[type="submit"] {
    height: 32px;
    line-height: 32px;
    width: 100px;
  }
  #banner li .content h2{
    font-size: 50px;
  }
  #index-body .init-6 .list ul li{
    font-size: 14px;
  }
  .init-5 .publicRight .bottom{
    padding-top: 30px;
  }
  #index-body .init-6 .list{
    padding: 0;
  }
  #index-body .init-6 .list ul li{
    padding: 30px 7px;
  }
}
@media screen and (max-width: 700px) {
  #banner .publicLeft {
    width: 100%;
  }
  #banner .publicRight {
    width: 100%;
    padding: 3% 2%;
  }
  .fp-tableCell .ui .publicBox:before,
  .fp-tableCell .ui .publicBox:after {
    display: none;
  }
  #banner .publicRight:after {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #banner .publicLeft .list ul li {
    width: 33.33%;
  }
  #banner .publicLeft .bottom,
  #banner .publicLeft a.more {
    margin-top: 5%;
  }
  #index-body .init-1 .box .box2 .box .left {
    width: 100%;
  }
  #index-body .init-1 .box .box2 .box .right {
    width: 100%;
  }
  #index-body .init-1 .box .box2 .box .right ul li .content {
    padding: 15px;
  }
  #index-body .init-1 .box .box2 .box .right ul li .content h6 {
    font-size: 24px;
  }
  #index-body .init-2 .navList {
    display: none;
  }
  #index-body .init-3 .publicRight .list ul li .tit {
    width: 30%;
  }
  #index-body .init-3 .publicRight .list ul li .icon {
    width: 10%;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li .box .right {
    padding-right: 5%;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li .box .left .img-box {
    height: 120px;
  }
  #index-body .init-4 .publicBox .publicRight .share {
    display: none;
  }
  .init-5 .publicRight .box .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .init-5 .publicRight .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .init-5 .publicRight .box .left .text {
    margin-top: 10px;
  }
  .init-5 .publicRight h3 {
    font-size: 20px;
  }
  h2.title small {
    margin-top: 10px;
  }
  #banner li .content p{
    margin: 0 auto 20px;
  }
  #banner li .content a.more{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-1 .box .box2 .box .left .text{
    line-height: 2;
  }
  #index-body .init-6{
    display: none;
  }
  #index-body .init-4 .publicBox .publicLeft{
    padding: 0;
  }
  .init-5 .publicLeft .info p{
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  #banner .publicLeft .bottom {
    display: none;
  }
  #index-body .init-1 .box .box2 .box .right ul li {
    width: 50%;
  }
  #index-body .init-3 .publicRight .list ul li .icon {
    width: 20%;
    padding: 0 5%;
  }
  #index-body .init-3 .publicRight .list ul li .tit {
    width: 80%;
  }
  #index-body .init-3 .publicRight .list ul li .content {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li .box .right {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
  #index-body .init-4 .publicBox .publicRight .list ul li .box .left {
    width: 100%;
  }
  .init-5 .publicRight .box .left .text {
    font-size: 14px;
  }
  #index-body .init-1 .box .box2 .box .left h6 {
    font-size: 20px;
  }
  #index-body .init-3 .publicRight h6 {
    font-size: 20px;
    line-height: 1.2;
  }
  .init-5 .publicRight,
  #index-body .init-3 .publicLeft,
  #index-body .init-4 .publicBox .publicLeft,
  .init-5 .publicLeft,
  #index-body .init-3 .publicRight,
  #index-body .init-4 .publicBox .publicRight,
  .init-5 .publicRight,
  #index-body .init-1 .box .box2 .box .left,
  #banner .publicRight,
  #banner .publicLeft {
    padding: 3% 15px;
  }
  #index-body .init-1 .box .box2 h2.title {
    padding-left: 15px;
  }
  #index-body .init-1 .box .box2 {
    padding-left: 0;
  }
  .init-5 .publicRight .bottom{
    display: none;
  }
}
.inner-banner {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.inner-banner .box {
  padding: 3% 3%;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.inner-banner .box h5 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.inner-banner .box .mbx {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.7;
}
.inner-banner .box .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .box .mbx a:hover {
  color: #074ca0;
}
.inner-banner .map {
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page span.tagTitle {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  padding: 0 15px;
  line-height: 38px;
  height: 40px;
  display: inline-block;
  margin: 3px;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #0341b0;
  color: white;
}
.about-page h2.title {
  font-size: 58px;
}
.about-page .about-1 .publicBox {
  padding-top: 60px;
}
.about-page .about-1 .publicBox:after,
.about-page .about-4 .publicBox:after,
.about-page .about-6 .publicBox:after,
.about-page .about-2 .publicBox:after,
#header.about .nav .publicBox:after {
  display: none;
}
.about-page .about-1 .publicBox .publicLeft {
  padding: 0 3%;
  width: 50%;
}
.about-page .about-1 .publicBox .publicLeft h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
}
.about-page .about-1 .publicBox .text {
  /*padding: 0 10px;*/
  font-size: 16px;
  line-height: 30px;
  max-height: 360px;
  overflow: auto;
}
.about-page .about-1 .publicBox .publicRight {
  width: 50%;
}
.about-page .about-1 .publicBox .publicRight .img-box {
  height: 480px;
}
.about-page .about-1 .publicBox .publicRight .img-box:after {
  display: none;
}
.about-page .about-2 .publicBox {
  padding: 120px 0;
}
.about-page .about-2 .publicBox .list ul {
  margin: 0 -70px;
}
.about-page .about-2 .publicBox .list ul li {
  padding: 0 70px;
}
.about-page .about-2 .publicBox .list ul li .box {
  padding-left: 45px;
}
.about-page .about-2 .publicBox .list ul li .box h6 {
  font-size: 65px;
  color: #3a3a3a;
  font-family: "Anton";
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.about-page .about-2 .publicBox .list ul li .box h6:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 4px solid #8f8f8f;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .publicBox .list ul li .box .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-top: 5px;
}
.about-page .about-3 .publicBox {
  padding: 50px 0;
  background: #f5f5f5;
}
.about-page .about-3 .publicBox i.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: inherit;
  z-index: -2;
}
.about-page .about-3 .publicBox .publicLeft {
  padding: 0 3%;
}
.about-page .about-3 .publicBox .publicLeft h3 {
  font-weight: bold;
  font-size: 43px;
  line-height: 1.4;
  text-transform: uppercase;
}
.about-page .about-3 .publicBox .publicRight .text {
  font-size: 32px;
  color: #666;
  line-height: 3;
  padding-left: 9.1%;
  margin: -0.7em 0;
}
.about-page .about-3 .publicBox .publicRight .text p {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 -10%;
  padding: 0 10%;
}
.about-page .about-3 .publicBox .publicRight .text p:last-child {
  border-bottom: none;
}
.about-page .about-4 .publicBox {
  padding: 120px 0 190px;
}
.about-page .about-4 .publicBox .box .left {
  width: 53%;
  vertical-align: middle;
}
.about-page .about-4 .publicBox .box .right {
  width: 47%;
  padding-left: 4%;
  vertical-align: middle;
  margin-top: -5%;
}
.about-page .about-4 .publicBox .box .right h3 {
  font-weight: 900;
  font-size: 35px;
  color: #074ca0;
  text-transform: uppercase;
  line-height: 1.2;
}
.about-page .about-4 .publicBox .box .right .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.about-page .about-5 .publicBox .publicLeft {
  padding: 0 2%;
}
.about-page .about-5 .publicBox .publicLeft a.more {
  margin-top: 7%;
  display: inline-block;
}
.about-page .about-5 .publicBox .publicRight .list {
  padding-right: 15%;
  margin-right: -10%;
  overflow: hidden;
}
.about-page .about-5 .publicBox .publicRight .list ul {
  margin: 0 -18px;
}
.about-page .about-5 .publicBox .publicRight .list ul .slick-list {
  overflow: unset;
}
.about-page .about-5 .publicBox .publicRight .list ul li {
  padding: 0 18px;
}
.about-page .about-5 .publicBox .publicRight .list ul li a.img-box {
  height: 400px;
}
.about-page .about-6 .publicBox {
  padding: 110px 40px;
}
.about-page .about-6 .publicBox a.more {
  float: right;
}
.about-page .about-6 .publicBox .list {
  margin-top: 80px;
}
.about-page .about-6 .publicBox .list ul {
  margin: -35px;
}
.about-page .about-6 .publicBox .list ul li {
  padding: 35px;
}
.about-page .about-6 .publicBox .list ul li img {
  width: 100%;
}
#footer {
  overflow: hidden;
}
#footer .footer-top {
  background: #f5f5f5;
  padding: 4% 2%;
  position: relative;
}
#footer .footer-top:after {
  content: '';
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: -2;
  background: inherit;
}
#footer .footer-top h2.title {
  font-size: 60px;
}
#footer .footer-bottom .publicBox {
  padding: 60px 0 30px;
}
#footer .footer-bottom .publicBox .publicLeft {
  height: inherit;
  padding: 3% 25px 0;
}
#footer .footer-bottom .publicBox .publicLeft .info {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  width: 100%;
  margin-bottom: 10%;
}
#footer .footer-bottom .publicBox .publicLeft .info p {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 -25px;
  padding: 0 25px;
  direction: ltr;
}
#footer .footer-bottom .publicBox .publicLeft .info p:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .footer-bottom .publicBox .publicLeft .coy {
  font-size: 16px;
  max-width: 350px;
  line-height: 30px;
  margin-top: 20%;
}
#footer .footer-bottom .publicBox .publicLeft .coy svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .publicBox .publicRight {
  padding: 0 2%;
}
#footer .footer-bottom .publicBox .publicRight .box .left {
  vertical-align: middle;
  padding-right: 19%;
  margin-top: 10%;
}
#footer .footer-bottom .publicBox .publicRight .box .left #ewm{
  border: 3px solid #fff;
  margin-right: 6px;
}
#footer .footer-bottom .publicBox .publicRight .box .left #ewm,
#footer .footer-bottom .publicBox .publicRight .box .left .whatsapp{
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-bottom .publicBox .publicRight .box .left h6 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid #7c8084;
  display: inline-block;
  margin-top: 12px;
}
#footer .footer-bottom .publicBox .publicRight .box .left .text {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}
#footer .footer-bottom .publicBox .publicRight .box .right {
  vertical-align: middle;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul {
  margin: -30px 0;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li {
  padding: 30px 0;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input {
  line-height: 50px;
  height: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
  font-size: 18px;
  color: black;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input::-webkit-input-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input:-moz-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input::-moz-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input:-ms-input-placeholder {
  color: #acacac;
  text-transform: uppercase;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input::placeholder {
  color: #acacac;
  text-transform: uppercase;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input:focus {
  border-color: #074ca0;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input[type="submit"] {
  line-height: 50px;
  height: 50px;
  width: 110px;
  border-radius: 25px;
  background: url("../images/icon-more.png") center center no-repeat #074ca0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .publicBox .publicRight .box .right .form ul li input[type="submit"]:hover {
  background-color: #222;
}
.contact-page .publicBox {
  padding: 140px 0 150px;
}
.contact-page .publicBox .publicLeft {
  padding: 0 3%;
}
.contact-page .publicBox .publicLeft h3 {
  font-size: 24px;
  font-weight: 900;
  color: #074ca0;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact-page .publicBox .publicLeft .text {
  margin-top: 10px;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 1.6;
}
.contact-page .publicBox .publicLeft .box {
  margin-top: 20%;
  padding: 12%;
  text-align: center;
  background: #f5f5f5;
}
.contact-page .publicBox .publicLeft .box h6 {
  font-size: 24px;
  color: #666;
  line-height: 1.6;
}
.contact-page .publicBox .publicLeft .box .share {
  margin-top: 8%;
}
.contact-page .publicBox .publicLeft .box .share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.contact-page .publicBox .publicRight {
  padding: 0 4%;
}
.contact-page .publicBox .publicRight h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.contact-page .publicBox .publicRight .info {
  margin: 4% 0 8%;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #5d5d5d;
  line-height: 1.8;
}
.contact-page .publicBox .publicRight .info p {
  width: 45%;
  float: left;
}
.contact-page .publicBox .publicRight .form {
  margin-top: 4%;
  margin-bottom: 50px;
}
.contact-page .publicBox .publicRight .form ul {
  margin: -15px -10px;
}
.contact-page .publicBox .publicRight .form ul li {
  padding: 15px 10px;
}
.contact-page .publicBox .publicRight .form ul li input,
.contact-page .publicBox .publicRight .form ul li textarea {
  width: 100%;
  line-height: 26px;
  padding: 10px 15px;
  background: #eee;
  font-size: 18px;
  color: black;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .publicBox .publicRight .form ul li input::-webkit-input-placeholder, .contact-page .publicBox .publicRight .form ul li textarea::-webkit-input-placeholder {
  color: #858585;
}
.contact-page .publicBox .publicRight .form ul li input:-moz-placeholder, .contact-page .publicBox .publicRight .form ul li textarea:-moz-placeholder {
  color: #858585;
}
.contact-page .publicBox .publicRight .form ul li input::-moz-placeholder, .contact-page .publicBox .publicRight .form ul li textarea::-moz-placeholder {
  color: #858585;
}
.contact-page .publicBox .publicRight .form ul li input:-ms-input-placeholder, .contact-page .publicBox .publicRight .form ul li textarea:-ms-input-placeholder {
  color: #858585;
}
.contact-page .publicBox .publicRight .form ul li input::placeholder,
.contact-page .publicBox .publicRight .form ul li textarea::placeholder {
  color: #858585;
}
.contact-page .publicBox .publicRight .form ul li input:focus,
.contact-page .publicBox .publicRight .form ul li textarea:focus {
  background: rgba(7, 76, 160, 0.1);
}
.contact-page .publicBox .publicRight .form ul li textarea {
  height: 260px;
}
.contact-page .publicBox .publicRight .form ul li input[type="submit"] {
  width: auto;
  padding: 10px 50px;
  background: #074ca0;
  color: white;
}
.contact-page .publicBox .publicRight .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .publicBox .publicRight .form ul li.wid-100 {
  width: 100%;
}
.news-page .publicBox .publicLeft {
  padding-left: 7%;
  padding-right: 2.5%;
  vertical-align: middle;
}
.news-page .publicBox .publicLeft a.img-box {
  height: 230px;
  margin-top: 6%;
}
.news-page .publicBox .publicRight {
  vertical-align: middle;
  padding: 4% 5% 2.3%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .publicBox .publicRight time {
  font-weight: 300;
  font-size: 14px;
  color: #074ca0;
  display: block;
}
.news-page .publicBox .publicRight h6 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  height: auto;
  background: transparent;
  padding: 0;
}
.news-page .publicBox .publicRight h6:hover {
  color: #074ca0;
}
.news-page .publicBox .publicRight .text {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 1.8;
}
.news-page .publicBox .publicRight a.link {
  margin-top: 20px;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .publicBox .publicRight a.link:hover {
  color: #074ca0;
}
.news-page .publicBox .slide:first-child .publicRight,
.news-page .publicBox .slide:last-child .publicRight {
  border-top: none;
}
.newdet-page .publicBox .publicLeft {
  margin-top: 4%;
  vertical-align: top;
}
.m-link {
  margin: 5% 0;
  font-size: 16px;
  font-weight: 300;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #074ca0;
}
.newdet-page .publicBox .publicRight h2.title {
  margin-left: 0;
}
.newdet-page .publicBox .publicRight .btn {
  margin-right: 0;
  direction: ltr;
}
.newdet-page .publicBox .publicRight .prodetList {
  padding: 0;
}
.product-page .publicBox {
  padding: 40px 0 80px;
}
.product-page .publicBox .publicLeft {
  padding: 40px 3%;
    position: sticky;
    top: 50px;
}
.product-page .publicBox .publicLeft .box {
  padding: 8%;
  background: #f5f5f5;
}
.product-page .publicBox .publicLeft .box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
}
.product-page .publicBox .publicLeft .box h1 {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  color: #363636;
}
.product-page .publicBox .publicLeft .box .text {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 2;
  margin-top: 20px;
  word-break: break-word;
}
.product-page .publicBox .publicLeft .box a.link {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  color: white;
  background: #074ca0;
  display: inline-block;
  text-transform: uppercase;
  margin: 40px auto 0;
}
.product-page .publicBox .publicLeft .box.last {
  text-align: center;
  margin-top: 14%;
}
.product-page .publicBox .publicLeft .box.last img {
  display: block;
  margin: 0 auto 40px;
}
.product-page .publicBox .publicLeft .box.last h5 {
  color: #074ca0;
}
.product-page .publicBox .publicRight .navList {
  padding: 20px 20px;
}
.product-page .publicBox .publicRight .navList ul li {
  padding: 8px 8px;
  display: inline-block;
}
.product-page .publicBox .publicRight .navList ul li a {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  padding: 0 15px;
 
  background: white;
  font-size: 16px;
  color: #074ca0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: -1px;
}
.product-page .publicBox .publicRight .navList ul li a.active {
  background: #006fbc;
  color: #fff;
}
.product-page .publicBox .publicRight .lgList {
  padding: 4% 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .publicBox .publicRight .lgList ul {
  margin: -10px;
}
.product-page .publicBox .publicRight .lgList ul li {
  padding: 10px;
}
.product-page .publicBox .publicRight .productList .slide {
  padding: 1%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-yd-page .publicBox .publicRight .productList .slide{
  padding: 0;
}
.product-page .publicBox .publicRight .productList .prodes {
  font-size: 16px;
  line-height: 2;
  color: #5d5d5d;
  padding-left: 20px;
}
.product-page .publicBox .publicRight .productList .slide .img {
  width: 33.333%;
  padding:1%;
  vertical-align: middle;
}
.product-page .publicBox .publicRight .productList .slide .img a.img-box {
  height: 330px;
}
.product-page .publicBox .publicRight .productList .slide .content {
  width: 66.666%;
  vertical-align: middle;
}
.product-page .publicBox .publicRight .productList .slide .content h6 {
  font-weight: 900;
  font-size: 24px;
  color: #074ca0;
  display: block;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-yd-page .publicBox .publicRight .productList .slide .content h6{
  border-bottom: 0;
  color: #000;
}
.product-page .publicBox .publicRight .productList .slide .content .text {
  margin: 20px 0 45px;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 2;
  padding-right: 10px;
}
.product-page .publicBox .publicRight .productList .slide .content a.link {
  line-height: 58px;
  height: 60px;
  padding: 0 75px;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .publicBox .publicRight .productList .slide .content{
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 10px;
}
.product-yd-page .publicBox .publicRight .productList .slide .content a.link{
  border: 0;
  height: auto;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 20px;
}
.product-page .publicBox .publicRight .productList .slide .content a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .publicBox .publicRight .productList .slide .content a.link:hover {
  background: #074ca0;
  color: white;
}
.product-page .publicBox .publicRight .productList .slide .content a.link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page .publicBox .publicRight .productList .slide:last-child {
  padding: 6% 5% 0;
}
.product-yd-page .publicBox .publicRight .productList .slide{
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-yd-page .publicBox .publicRight .productList .slide .img{
  height: auto;
  width: 35%;
}
.product-yd-page .publicBox .publicRight .productList .slide .img a.img-box{
  height: 100%;
  background-size: cover;
}
.product-yd-page .publicBox .publicRight .productList .slide .content{
  width: 65%;
}
.product-yd-page .publicBox .publicRight .productList .slide .content .gallery{
  margin: 20px  20px 20px 0;
}
.product-yd-page .publicBox .publicRight .productList .slide .content .gallery ul{
  margin-right: -16px;
}
.product-yd-page .publicBox .publicRight .productList .slide .content .gallery ul li{
  padding-right: 16px;
}
.product-yd-page .publicBox .publicRight .productList .slide .content .gallery ul li .img-box{
  border: 1px solid rgba(0,0,0,0.2);
}
.product-yd-page .publicBox .publicRight .productList .slide .content .gallery ul li .tit{
  font-size: 14px;
  line-height: 2;
  word-break: break-word;
}
.prodet-page .publicRight .imgBox {
  background: #f7f7f7;
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.prodet-page .publicRight .imgBox .bigImg{
  width: 100%;
  margin: 0 auto;
}
.prodet-page .publicRight .imgBox .smallImg {
  width: 60%;
  padding-bottom: 30px;
}
.prodet-page .publicRight .imgBox .smallImg ul {
  margin: -12px;
  padding-top: 20px;
}
.prodet-page .publicRight .imgBox .smallImg ul li {
  padding: 12px;
}
.prodet-page .publicRight .imgBox .smallImg ul li a.img-box {
  border: 2px solid #074ca0;
}
.prodet-page .publicRight .imgBox .smallImg ul .slick-arrow {
  height: 32px;
  width: 32px;
  background: url("../images/icon-arrow-prev.png") center center no-repeat transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .publicRight .imgBox .smallImg ul .slick-arrow.slick-prev {
  right: 105%;
}
.prodet-page .publicRight .imgBox .smallImg ul .slick-arrow.slick-next {
  left: 105%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.prodet-page .publicRight h1 {

  line-height: 40px;
  height: 40px;
  background: #074ca0;
  color: white;
  font-size: 18px;
  padding: 0 20px;
}

.prodet-page .publicRight .ret {
  padding: 25px 2% 2%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
}
.prodet-page .publicRight .ret table {
  border: none;
}
.prodet-page .publicRight .ret table tr td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  font-size: 14px;
}
.prodet-page .publicRight h2.title {
  font-size: 36px;
  font-weight: 900;
  margin-left: 4%;
}
.prodet-page .publicRight .btn {
  float: right;
  margin-right: 4%;
}
.prodet-page .publicRight .btn div {
  max-width: 44px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .publicRight .prodetList {
  margin-top: 6%;
  display: inline-block;
  width: 100%;
  padding: 0 4%;
}
.prodet-page .publicRight .prodetList ul {
  margin: -25px;
}
.prodet-page .publicRight .prodetList ul li {
  padding: 25px;
}
.prodet-page .publicRight .prodetList ul li .box {
  -o-box-shadow: 0 7px 17px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 7px 17px rgba(0, 0, 0, 0.09);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.09);
  background: white;
}
.prodet-page .publicRight .prodetList ul li .box a.img-box {
  height: 340px;
}
.prodet-page .publicRight .prodetList ul li .box h5 {
  margin: 20px 0 30px;
  font-weight: bold;
  font-size: 16px;
  color: #363636;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.solutions-page .publicBox {
  padding: 110px 0 140px;
}
.solutions-page .solutions-1 h3 {
  font-weight: 300;
  font-size: 24px;
  color: #5d5d5d;
  line-height: 1.4;
  text-align: center;
}
.solutions-page .solutions-1 h3 a {
  color: #074ca0;
}
.solutions-page .solutions-1 .box {
  margin-top: 110px;
}
.solutions-page .solutions-1 .box ul {
  margin: -10px;
}
.solutions-page .solutions-1 .box ul li {
  padding: 10px;
}
.solutions-page .solutions-1 .box ul li a.img-box:after {
  display: none;
}
.solutions-page .solutions-1 .box .left {
  padding-right: 20px;
}
.solutions-page .solutions-1 .box .left .bigImg {
  width: 75%;
}
.solutions-page .solutions-1 .box .left .bigImg a.img-box {
  height: 460px;
  background: black;
  display: flex !important;
  align-content: center;
}
.solutions-page .solutions-1 .box .left .bigImg a.img-box:after {
  display: none;
}
.solutions-page .solutions-1 .box .left .bigImg a.img-box video {
  display: inline-block;
  vertical-align: middle;
}
.solutions-page .solutions-1 .box .left .smallImg {
  padding-left: 6px;
  width: 25%;
}
.solutions-page .solutions-1 .box .left .smallImg ul {
  margin: -3px;
  position: relative;
  top: -3px;
}
.solutions-page .solutions-1 .box .left .smallImg ul li {
  padding: 3px;
  display: block !important;
}
.solutions-page .solutions-1 .box .left .smallImg ul li a.img-box {
  height: 149px;
}
.solutions-page .solutions-1 .box .right {
  padding-left: 20px;
}
.solutions-page .solutions-1 .box .right .content {
  height: 460px;
  padding: 4% 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #f5f5f5;
  position: relative;
}
.solutions-page .solutions-1 .box .right .content:after {
  content: '';
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
}
.solutions-page .solutions-1 .box .right .content h5 {
  font-size: 26px;
  line-height: 1.2;
}
.solutions-page .solutions-1 .box .right .content .text {
  margin-top: 20px;
  font-size: 18px;
  color: #5d5d5d;
}
.solutions-page .solutions-1 .box .right .content .text span {
  color: #074ca0;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.solutions-page .solutions-2 {
  margin-top: 120px;
}
.solutions-page .solutions-2 .text {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 1.8;
  padding: 0 2.5%;
  margin-bottom: 60px;
}
.solutions-page .solutions-2 a.img-box {
  height: 430px;
}
.solutions-page .solutions-2 a.img-box:after {
  display: none;
}
.solutions-page .solutions-2 h6 {
  padding: 25px 20px 50px;
  font-size: 18px;
  color: #5d5d5d;
}
.solutions-page .solutions-2 h6 img {
  margin-right: 7%;
}
.solutions-page .solutions-2 h6 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions-page .solutions-2 .box {
  padding-bottom: 60px;
  margin: -45px;
}
.solutions-page .solutions-2 .box:last-child {
  padding-bottom: 0;
}
.solutions-page .solutions-2 .box .slide {
  padding: 45px;
}
@media screen and (max-width: 1800px) {
  .about-page .about-1 .publicBox .publicRight .img-box {
    height: 450px;
  }
  .about-page .about-2 .publicBox .list ul li .box h6 {
    font-size: 48px;
  }
  .about-page .about-2 .publicBox .list ul li .box .text {
    font-size: 14px;
  }
  .about-page .about-2 .publicBox .list ul li .box {
    padding-left: 30px;
  }
  .about-page .about-2 .publicBox .list ul li .box h6:before {
    left: -30px;
    border-width: 2px;
    width: 12px;
    height: 12px;
  }
  .about-page .about-2 .publicBox .list ul li {
    padding: 0 30px;
  }
  .about-page .about-2 .publicBox .list ul {
    margin: 0 -30px;
  }
  .about-page .about-2 .publicBox {
    padding: 80px 0;
  }
  .about-page .about-3 .publicBox .publicLeft h3 {
    font-size: 36px;
  }
  .about-page .about-3 .publicBox .publicRight .text {
    font-size: 24px;
  }
  .about-page .about-4 .publicBox {
    padding: 80px 0 120px;
  }
  .about-page .about-4 .publicBox .box .right h3 {
    font-size: 28px;
  }
  .about-page .about-4 .publicBox .box .right .text {
    margin-top: 20px;
  }
  .about-page .about-6 .publicBox {
    padding: 100px 0;
  }
  #footer .footer-bottom .publicBox .publicLeft .info {
    font-size: 20px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .left h6,
  #footer .footer-bottom .publicBox .publicRight .box .left .text {
    font-size: 16px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul li {
    padding: 15px 0;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul {
    margin: -15px 0;
  }
  #footer .footer-bottom .publicBox .publicLeft {
    padding-top: 0;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul li input,
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul li input[type="submit"] {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  #mapContainer {
    height: 400px !important;
  }
  .contact-page .publicBox {
    padding: 100px 0;
  }
  .contact-page .publicBox .publicLeft .box h6 {
    font-size: 20px;
  }
  .contact-page .publicBox .publicLeft .box {
    padding: 8%;
    margin-top: 15%;
  }
  .contact-page .publicBox .publicRight h5 {
    font-size: 20px;
  }
  .contact-page .publicBox .publicRight .info {
    font-size: 16px;
  }
  .contact-page .publicBox .publicRight .info {
    margin: 3% 0 4%;
  }
  .contact-page .publicBox .publicRight .form ul li {
    padding: 5px;
  }
  .contact-page .publicBox .publicRight .form ul {
    margin: -5px;
  }
  .contact-page .publicBox .publicRight .form ul li input,
  .contact-page .publicBox .publicRight .form ul li textarea {
    font-size: 16px;
  }
  .contact-page .publicBox .publicRight .form ul li textarea {
    height: 200px;
  }
  .contact-page .publicBox .publicRight {
    padding: 0 3%;
  }
  .inner-banner .box {
    padding: 6% 3%;
  }
  .product-page .publicBox .publicRight .productList .slide {
    padding: 4% 0;
  }
  .product-page .publicBox .publicRight .productList .slide .content h6 {
    font-size: 20px;
  }
  .product-page .publicBox .publicRight .productList .slide .content .text {
    margin: 15px 0 25px;
  }
  .product-page .publicBox .publicRight .productList .slide .content a.link {
    line-height: 42px;
    height: 44px;
    padding: 0 40px;
    font-size: 16px;
  }
  .product-page .publicBox .publicLeft .box h5 {
    font-size: 20px;
  }
  .product-page .publicBox .publicLeft .box .text {
    font-size: 14px;
  }
  .product-page .publicBox .publicLeft .box a.link {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
  }
  .prodet-page .publicRight .imgBox .smallImg {
    margin-top: 5%;
  }
  .prodet-page .publicRight .btn div {
    max-width: 36px;
  }
  .prodet-page .publicRight h2.title {
    font-size: 28px;
  }
  .prodet-page .publicRight .prodetList {
    margin-top: 3%;
  }
  .prodet-page .publicRight .prodetList ul li .box a.img-box {
    height: 220px;
  }
  .prodet-page .publicRight .prodetList ul li .box h5 {
    margin: 15px 0;
  }
  .solutions-page .publicBox {
    padding: 80px 0;
  }
  .solutions-page .solutions-1 .box {
    margin-top: 70px;
  }
  .solutions-page .solutions-2 {
    margin-top: 60px;
  }
  .solutions-page .solutions-2 .text {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .solutions-page .solutions-2 h6 {
    padding: 20px;
    font-size: 16px;
  }
  .solutions-page .solutions-2 .box {
    padding-bottom: 30px;
  }
  .solutions-page .solutions-2 a.img-box {
    height: 320px;
  }
  .news-page .publicBox .publicRight {
    padding: 4%;
  }
  .news-page .publicBox .publicLeft a.img-box {
    margin-top: 0;
  }
  .news-page .publicBox .publicRight .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .news-page .publicBox .publicLeft {
    padding: 0 3%;
  }
  .prodet-page .publicRight .prodetList ul li {
    padding: 15px;
  }
  .prodet-page .publicRight .prodetList ul {
    margin: -15px;
  }
  .prodet-page .publicRight .prodetList ul li .box a.img-box {
    height: 180px;
  }
  .prodet-page .publicRight .prodetList ul li .box h5 {
    font-size: 14px;
  }
  #footer .footer-bottom .publicBox .publicLeft .coy {
    font-size: 14px;
  }
  .inner-banner .box h5 {
    font-size: 28px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .news-page .publicBox .publicRight .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .news-page .publicBox .publicLeft a.img-box {
    height: 180px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 28px;
    height: 30px;
    padding: 0 9px;
    font-size: 14px;
  }
  #footer .footer-bottom .publicBox .publicLeft .info {
    font-size: 18px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .left {
    padding-right: 10%;
  }
  .solutions-page .solutions-1 .box {
    margin-top: 40px;
  }
  .solutions-page .solutions-1 .box .right .content {
    padding: 2% 5%;
  }
  .solutions-page .solutions-1 .box .right .content .text {
    font-size: 16px;
  }
  .solutions-page .solutions-2 h6 img {
    max-width: 70px;
  }
  .prodet-page .publicRight .imgBox {
    padding: 0 15%;
  }
  .prodet-page .publicRight .ret {
    padding-bottom: 8%;
  }
  .product-page .publicBox .publicRight .productList .slide .content h6 {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .product-page .publicBox .publicRight .productList .slide .content .text {
    font-size: 14px;
  }
  .product-page .publicBox .publicRight .productList .slide .content a.link {
    line-height: 36px;
    height: 38px;
    padding: 0 25px;
  }
  .product-page .publicBox .publicRight .productList .slide .content a.link img {
    margin-left: 10px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .contact-page .publicBox .publicLeft .box {
    padding: 6%;
  }
  .contact-page .publicBox .publicLeft .box h6 {
    font-size: 18px;
  }
  .contact-page .publicBox .publicLeft .box .share a {
    max-width: 30px;
    margin: 0 4px;
  }
  .contact-page .publicBox .publicRight .info {
    font-size: 14px;
  }
  .contact-page .publicBox .publicRight .form ul li input,
  .contact-page .publicBox .publicRight .form ul li textarea {
    font-size: 14px;
    padding: 7px 10px;
  }
  .inner-page span.tagTitle {
    font-size: 20px;
  }
  .about-page .about-2 .publicBox .list ul li .box h6 {
    font-size: 36px;
  }
  .about-page .about-3 .publicBox .publicLeft h3 {
    font-size: 28px;
  }
  .about-page .about-3 .publicBox .publicRight .text {
    font-size: 18px;
  }
  .about-page .about-4 .publicBox .box .right .text br {
    display: none;
  }
  .about-page .about-5 .publicBox .publicRight .list ul li a.img-box {
    height: 300px;
  }
  .about-page .about-6 .publicBox {
    padding: 50px 0;
  }
  .about-page .about-6 .publicBox .list {
    margin-top: 40px;
  }
  .about-page .about-6 .publicBox .list ul li {
    padding: 20px;
  }
  .about-page .about-6 .publicBox .list ul {
    margin: -20px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .left {
    margin-top: 6%;
  }
  .about-page h2.title {
    font-size: 36px;
  }
  .product-page .publicBox .publicRight .navList ul li a {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li,#header .nav .ui.menu .box .h-search {
    font-size: 14px;
  }
  .product-page .publicBox .publicRight .navList ul li a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }
  #footer .footer-top h2.title,
  .about-page h2.title {
    font-size: 32px;
  }
  .inner-page .publicBox .publicLeft {
    width: 100%;
    padding: 0 10px !important;
  }
  .inner-page .publicBox .publicRight {
    width: 100%;
    margin-top: 25px;
  }
  .about-page .about-1 .publicBox {
    padding-top: 60px;
  }
  .about-page .about-1 .publicBox .publicRight .img-box {
    height: 300px;
  }
  .about-page .about-2 .publicBox {
    padding: 40px 0;
  }
  .about-page .about-2 .publicBox .list ul li .box h6 {
    font-size: 28px;
  }
  .about-page .about-2 .publicBox .list ul li {
    padding: 0 10px;
  }
  .about-page .about-2 .publicBox .list ul {
    margin: 0 -10px;
  }
  .about-page .about-2 .publicBox .list ul li .box .text {
    font-size: 12px;
  }
  .about-page .about-3 .publicBox .publicRight .text p {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .about-page .about-3 .publicBox .publicRight .text {
    padding-left: 10px;
    font-size: 16px;
  }
  .about-page .about-3 .publicBox .publicLeft h3 {
    font-size: 24px;
  }
  .about-page .about-3 .publicBox {
    padding: 40px 0;
  }
  .about-page .about-4 .publicBox .box .right {
    margin-top: 5%;
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-4 .publicBox .box .left {
    width: 100%;
  }
  .about-page .about-5 .publicBox .publicLeft a.more {
    margin-top: 3%;
  }
  .about-page .about-6 .publicBox .list ul li {
    padding: 10px;
  }
  .about-page .about-6 .publicBox .list ul {
    margin: -10px;
  }
  .about-page .about-4 .publicBox {
    padding: 60px 0;
  }
  #footer .footer-bottom .publicBox .publicLeft .info {
    font-size: 16px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .left .text {
    margin-top: 10px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .left {
    padding-right: 5%;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul li input {
    font-size: 14px;
  }
  .contact-page .publicBox {
    padding: 60px 0;
  }
  .contact-page .publicBox .publicLeft .box {
    padding: 3%;
    margin-top: 5%;
  }
  .contact-page .publicBox .publicLeft .box .share {
    margin-top: 3%;
  }
  .inner-page .publicBox .publicLeft > img {
    width: 100%;
  }
  .product-page .publicBox .publicLeft .box {
    padding: 3%;
  }
  .product-page .publicBox .publicLeft .box.last {
    margin-top: 4%;
  }
  .product-page .publicBox .publicRight .navList {
    padding: 0 10px;
  }
  .product-page .publicBox .publicRight .productList .slide .img {
    width: 35.79545455%;
  }
  .product-page .publicBox .publicRight .productList .slide .content {
    width: 64.20454545%;
    padding-left: 10px;
  }
  .product-page .publicBox .publicRight .productList .slide .content h6 {
    padding-left: 10px;
    margin-left: -10px;
  }
  .product-page .publicBox {
    padding: 40px 0;
  }
  .prodet-page .publicRight .ret {
    padding: 4% 10px;
  }
  .prodet-page .publicRight h1,
  .prodet-page .publicRight .prodetList {
    padding: 0 10px;
  }
  .prodet-page .publicRight h2.title {
    margin-left: 10px;
  }
  .prodet-page .publicRight .btn {
    margin-right: 10px;
  }
  .solutions-page .solutions-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .solutions-page .solutions-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .solutions-page .solutions-1 .box .right .content {
    height: auto;
    padding: 3% 15px;
  }
  .solutions-page .solutions-2 .text {
    padding: 0 15px;
    font-size: 14px;
  }
  .solutions-page .solutions-2 h6 {
    padding: 15px;
    font-size: 14px;
  }
  .solutions-page .solutions-2 .box .slide {
    padding: 20px;
  }
  .solutions-page .solutions-2 .box {
    margin: -20px;
  }
  .solutions-page .solutions-2 a.img-box {
    height: 280px;
  }
  .news-page .publicBox .publicLeft {
    display: none;
  }
  .news-page .publicBox .publicRight {
    margin-top: 0;
  }
  .about-page .about-4 .publicBox .box .right {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .publicBox .publicRight {
    padding: 4% 15px;
  }
  #footer .footer-bottom .publicBox .publicLeft .info p {
    padding: 0 15px;
    margin: 0 -15px;
  }
  #footer .footer-bottom .publicBox .publicLeft {
    padding: 0 15px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul li {
    padding: 10px 0;
  }
  #footer .footer-bottom .publicBox .publicRight .box .right .form ul {
    margin: -10px 0;
  }
  .product-page .publicBox .publicLeft .box.last img {
    margin-bottom: 20px;
  }
  .product-page .publicBox .publicLeft .box a.link {
    margin-top: 20px;
  }
  .inner-page span.tagTitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-page .about-5 .publicBox .publicRight .list ul li a.img-box {
    height: 220px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .publicBox .publicRight .img-box {
    height: 220px;
  }
  #footer .footer-top h2.title,
  .about-page h2.title {
    font-size: 24px;
  }
  #footer .footer-bottom .publicBox .publicLeft {
    width: 100%;
  }
  #footer .footer-bottom .publicBox .publicRight {
    width: 100%;
  }
  #footer .footer-bottom .publicBox .publicLeft .info p {
    padding: 0 10px;
    margin: 0 -10px;
  }
  #footer .footer-bottom .publicBox .publicLeft {
    padding: 0 10px;
  }
  #footer .footer-bottom .publicBox .publicLeft .coy {
    margin: 5% 0;
  }
  #footer .footer-bottom .publicBox {
    padding: 40px 0 20px;
  }
  .contact-page .publicBox .publicRight .info p {
    width: 100%;
  }
  .contact-page .publicBox .publicRight .form ul li {
    width: 100%;
  }
  .product-page .publicBox .publicRight .navList ul li a {
    font-size: 14px;
  }
  .prodet-page .publicRight .btn div {
    margin-left: 7px;
  }
  .solutions-page .solutions-1 .box .left .bigImg a.img-box {
    height: 300px;
  }
  .solutions-page .solutions-1 .box .left .smallImg ul li a.img-box {
    height: 96px;
  }
  .solutions-page .solutions-2 .box .slide {
    width: 100%;
  }
  .solutions-page .solutions-2 a.img-box {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .publicRight h2.title {
    font-size: 24px;
  }
  .prodet-page .publicRight .btn {
    display: none;
  }
  .solutions-page .solutions-1 .box .right .content h5 {
    font-size: 20px;
  }
  .prodet-page .publicRight .imgBox {
    padding: 0;
  }
  .product-page .publicBox .publicRight .navList {
    display: none;
  }
  .prodet-page .publicRight .ret {
    border-top: none;
    font-size: 14px;
  }
  .prodet-page .publicRight .ret .retBox {
    display: block;
    margin-bottom: 30px;
  }
  .product-page .publicBox .publicRight .productList .slide .img {
    width: 100%;
  }
  .product-page .publicBox .publicRight .productList .slide .content {
    width: 100%;
    margin-top: 15px;
  }
  .about-page .about-6 .publicBox {
    padding: 40px 10px;
  }
  .about-page .about-6 .publicBox a.more {
    display: none;
  }
  .about-page .about-2 .publicBox .list ul li .box .text {
    font-size: 14px;
  }
  .about-page .about-3 .publicBox .publicLeft h3 {
    font-size: 20px;
  }
  .about-page .about-4 .publicBox .box .right h3 {
    font-size: 22px;
  }
  .about-page .about-3 .publicBox .publicRight .text p {
    line-height: 1.6;
  }
}
.solutions-page {
  overflow: hidden;
}
.noLine .publicBox:after {
  display: none;
}
.solutions-page .solutions-1 {
  text-align: center;
}
.solutions-page .solutions-1 h2.title {
  font-size: 48px;
}
.solutions-page .solutions-1>img  {
  margin: 50px auto;
  display: block;
  max-width: 90%;
}
.solutions-page .solutions-1 .text {
  max-width: 950px;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
}
.solutions-page .solutions-2 {
  position: relative;
  z-index: 1;
  padding: 200px 5%;
}
.solutions-page .solutions-1 .box ul li h6 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.solutions-page .solutions-2:after {
  content: '';
  width: 105%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url('../images/solutions-2.jpg') center center no-repeat;
  background-size: cover;
}
.solutions-page .solutions-2 .content {
  max-width: 47%;
  display: block;
  margin-left: auto;
  text-align: left;
  color: white;
}
.solutions-page .solutions-2 .content h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.solutions-page .solutions-2 .content .text {
  opacity: .75;
  margin-top: 20px;
  padding: 0;
  color: inherit;
}
.solutions-page .publicBox {
  padding-bottom: 0 !important;
}

@media screen and (max-width:700px) {
  #banner ul, #banner ul * {
    height: auto;
  }
  #banner li img {
    width: 100%;
  }
  #banner li .content h2 {
    font-size: 20px;
  }
  .fp-tableCell {
    padding-top: 0 !important;
  }
  .init-5 .publicRight, #index-body .init-3 .publicLeft, #index-body .init-4 .publicBox .publicLeft, .init-5 .publicLeft, #index-body .init-3 .publicRight, #index-body .init-4 .publicBox .publicRight, .init-5 .publicRight, #index-body .init-1 .box .box2 .box .left, #banner .publicRight, #banner .publicLeft {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #index-body .init-4 {
    background-size: cover;
  }
  #index-body .init-4 .publicBox .publicRight .list ul {
    margin: -10px -15px;
  }
  .m-page {
    padding-left: 17px;
    padding-right: 17px;
  }
  .solutions-page .solutions-1 h2.title,.solutions-page .solutions-2 .content h3 {
    font-size: 26px;
  }
  .solutions-page .solutions-1 .box ul li h6 {
    font-size: 18px;
  }
  .solutions-page .solutions-2 .content {
    max-width: none;
  }
  .solutions-page .solutions-2 {
    padding: 50px 15px;
  }
  .solutions-page .solutions-2 .content .text {
    margin-bottom: 0;
  }
  /*.inner-banner .box {
    display: block !important;
  }*/
  .publicBox.centerLine:after {
    display: none;
  }
  #ewm {
    display: none;
  }
}
#spotlight .scene img {
  background: white;
}
@media screen and (max-width:1000px) {
  .about-page .about-1 .publicBox .publicLeft,
  .about-page .about-1 .publicBox .publicRight {
    width: 100%;
  }
}
.text.lin {
    font-size: 16px;
}
.about-page .about-1 .publicBox .publicRight .img-box,#index-body .init-1 .box .img {
  position: relative;
}
.about-page .about-1 .publicBox .publicRight .img-box .play,#index-body .init-1 .box .img .play {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: black;
  cursor: pointer;
  cursor: hand;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#index-body .init-1 .box .img .play {
  left: 28%;
}
.about-page .about-1 .publicBox .publicRight .img-box .play:hover,#index-body .init-1 .box .img .play:hover{
  background-color: #074ca0;
  color: white;
}
.service-page .about-1 {
    padding: 110px 0;

  }
  .service-page .about-1 .left {
    padding-right: 7%;
    position: relative;
  }
  .service-page .about-1 .left > h6 {
    position: absolute;
    right: 0;
    top: 20%;
    color: #e5e5e5;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateY(100%);
    -moz-transform: rotate(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    line-height: 1;
  }
  .service-page .about-1 .left .bg {
    position: absolute;
    left: -55px;
    top: -55px;
    width: 70%;
    height: 95%;
    z-index: -1;
    background-color: #ebebeb;
  }
  .service-page .about-1 .left .imgBox {
    height: 100%;
    position: relative;
  }
  .service-page .about-1 .left .imgBox .play{
    position: absolute;
    left: 50%;
    top: 50%;
      -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
  }
  .service-page .about-1 .left .imgBox .slick-slide>div,
  .service-page .about-1 .left .imgBox .slick-slide,
  .service-page .about-1 .left .imgBox .slick-track,
  .service-page .about-1 .left .imgBox .slick-list{
    height: 100%;
  }
  .service-page .about-1 .left .imgBox h6 {
    position: absolute;
    right: -48px;
    top: 52%;
    z-index: 11;
    padding: 16px 22px 16px;
    border-radius: 50px 0px 0px 50px;
    background-color: #222222;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }
  .service-page .about-1 .left .imgBox h6 small {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
    margin-left: .5em;
  }
  .service-page .about-1 .left .imgBox span.img {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);*/
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
  .service-page .about-1 .left .imgBox:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 104%;
    width: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    display: none;
  }
  .service-page .about-1 .left .imgBox:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108%;
    width: 100%;
    background-color: #074ca0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    z-index: -1;
    display: none;
  }
  .service-page .about-1 .left .imgBox.box:after{
    background: #eee;
  }
  .service-page .about-1 .left .imgBox:hover h6 {
    border-radius: 0px 50px 50px 0px;
  }
  .service-page .about-1 .right {
    vertical-align: middle;
  }
  .service-page .about-1 .right .text {
    margin: 1em 0;
    max-height: 320px;
    overflow: auto;
    padding-right: 1em;
    font-size: 18px;
    line-height: 1.7;
  }
  .service-page .about-1 .right .text p {
    margin-top: 1em;
  }
  .service-page .about-1 .right .text p:first-child {
    margin-top: 0;
  }
  .service-page .about-1 .right .phone {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    margin-left: 80px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .service-page .about-1 .right .phone span {
    position: relative;
    display: block;
    color: #222222;
    font-weight: 800;
    font-size: 30px;
    margin-top: 8px;
    line-height: 1;
  }
  .service-page .about-1 .right img {
    display: block;
    margin-top: 40px;
  }
  .service-page .about-1 .right .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    margin: 0 5px;
    display: inline-block;
  }
  .service-page .about-1 .right .slick-dots li button{
    display: none;
  }
  .service-page .about-1 .right .slick-dots li.slick-active{
    background: #074ca0;
  }
  .service-page .about-5 {
    padding: 60px 12px;
    background: #f1f1f1 url("") right top no-repeat;
  }
  .service-page .about-5 .box{
    padding-bottom: 0;
  }
  .service-page .about-5 .left {
    padding-right: 5%;
    position: relative;
    z-index: 1;
  }
  .service-page .about-5 .left .img {
    height: 726px;
    border-bottom-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .service-page .about-5 .left .img.ie2 {
    margin-left: 30%;
    height: 290px;
    border-left: 15px solid white;
    border-top: 15px solid white;
    border-bottom-left-radius: 0;
    margin-top: -20%;
    position: relative;
  }
  .service-page .about-5 .left .img.ie2 span {
    position: absolute;
    left: -3%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .service-page .about-5 .left .img.ie2 span img {
    -webkit-animation: rotate360 10s linear infinite;
    -moz-animation: rotate360 10s linear infinite;
    animation: rotate360 10s linear infinite;
  }
  .service-page .about-5 .left .bg {
    width: 70%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
  }
  .service-page .about-5 .left .bg img {
    -webkit-animation: tb 2s linear infinite alternate;
    -moz-animation: tb 2s linear infinite alternate;
    animation: tb 2s linear infinite alternate;
  }
  .service-page .about-5 .right .text {
    margin: 10px 0 0;
  }
  .service-page .about-5 .right .text p {
    margin-top: 1em;
    line-height: 2;
  }
  .service-page .about-5 .right .text p:first-child {
    margin-top: 0;
  }
  .service-page .about-5 .right .text p strong{
    font-weight: bold;
    font-size: 24px;
  }
  .service-page .about-5 .right .list {
    margin-bottom: 60px;
  }
  .service-page .about-5 .right .list ul {
    margin: -5px;
  }
  .service-page .about-5 .right .list ul li {
    padding: 5px;
    font-size: 18px;
  }
  .service-page .about-5 .right .list ul li i.fa {
    margin-right: .5em;
    color: #074ca0;
  }
  .service-page .about-5 .right .list ul li .text{
    margin: 0;
  }
  @-webkit-keyframes tb {
    from {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(10%);
      -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%);
    }
  }
  @-moz-keyframes tb {
    from {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(10%);
      -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%);
    }
  }
  @keyframes tb {
    from {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(10%);
      -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%);
    }
  }
  @-webkit-keyframes rotate360 {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes rotate360 {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotate360 {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .service-page .about-60 .box {
    padding: 40px;
    background: #074ca0;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-top: -7%;
  }
  .service-page .about-60 .box ul {
    margin: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .about-60 .box li {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
  }
  .service-page .about-60 .box li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .service-page .about-60 .box li span {
    margin-right: 15px;
    max-width: 30%;
    flex-shrink: 0;
  }
  .service-page .about-60 .box li .content {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .about-why {
    padding: 60px 0;
  }
  .service-page .about-why .list ul {
    margin: -30px -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .about-why .list ul li {
    padding: 30px 25px;
  }
  .service-page .about-why .list ul li .box {
    position: relative;
    padding: 40px 30px 45px;
    background-color: #ffffff;
    border-radius: 30px 0px 0px 0px;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 100%;
  }
  .service-page .about-why .list ul li .box i.fa {
    font-size: 50px;
    position: relative;
    left: 20px;
    margin: 20px 0;
  }
  .service-page .about-why .list ul li .box:hover i.fa{
    color: white;
  }
  .service-page .about-why .list ul li .box i.fa:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 105px;
    height: 90px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .service-page .about-why .list ul li .box .text{
    max-height: 145px;
    min-height: 145px;
    overflow: auto;
    line-height: 1.7;
    font-size: 18px;
  }
  .service-page .about-why .list ul li .box span.line2:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0px;
    width: 6px;
    height: 70px;
    background-color: #074ca0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .service-page .about-why .list ul li .box span.line2:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0px;
    width: 10px;
    height: 100px;
    background-color: #111111;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .service-page .about-why .list ul li .box h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 1em;
  }
  .service-page .about-why .list ul li .box:hover i.fa:after {
    background-color: #074ca0;
  }
  .service-page .about-why .list ul li .box:hover i.fa img{
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .service-page .about-why .list ul li .box:hover span.line2:after {
    height: 90px;
  }
  .service-page .about-why .list ul li .box:hover span.line2:before {
    height: 70px;
  }
  .service-page .serv-1{
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .serv-1 ul{
  background: #074ca0;
  border-radius: 10px;
  padding: 50px 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .serv-1 ul li{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto !important;
}
.service-page .serv-1 ul li .icon{
  border-radius: 100%;
  background: white;
  text-align: center;
  width: 76px;
  height: 76px;
  line-height: 72px;
}
.service-page .serv-1 ul li .icon img{
  vertical-align: middle;
}
.service-page .serv-1 ul li p{
  font-size: 18px;
  padding-right: 10px;
  color: white;
}
.service-page .contact-3 {
  padding: 0 0 70px;
}
.service-page .contact-3 .left {
  width: 35%;
  padding-right: 3%;
  vertical-align: middle;
  padding-top: 1%;
}
.service-page .contact-3 .left .text {
  margin-top: 1.5em;
}
.service-page .contact-3 .right {
  width: 65%;
  vertical-align: top;
}
.service-page .contact-3 ul{
  margin: -10px;
}
.service-page .contact-3 ul li{
  padding: 10px;
}
.service-page .contact-3 ul li textarea,
.service-page .contact-3 ul li input{
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 16px; 
  border: 1px solid #ddd;
}
.service-page .contact-3 ul li input[type="submit"]{
  background: #074ca0;
  color: white;
}
.service-page .contact-3 ul li.wid-100{
  width: 100%;
}
.service-page .contact-3 ul li textarea {
  height: 200px;
  padding: 15px 12px;
}
.service-page .contact-3 ul li label{
  font-size: 18px;
}
.inner-page .text {
  font-size: 18px;
  line-height: 1.7;
}
.inner-page h6.smallTitle {
  position: relative;
  color: #074ca0;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.inner-page h2.title {
  font-size: 36px;
  line-height: 1.2;
}
.solution-page .service-3 {
    background: #f1f1f1;
    padding: 0 0 180px;
}
.solution-page .service-3 .left {
    padding-left: 3%;
    vertical-align: middle;
}
.solution-page .service-3 .right {
    padding-right: 4%;
    vertical-align: middle;
}
.solution-page .service-3 .right .list {
    margin: 40px 0;
}
.solution-page .service-3 .right .list ul li {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.solution-page .service-3 .right .list ul li span {
    width: 64px;
    height: 64px;
    padding: 4px;
    /*background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);*/
    background-image: -webkit-linear-gradient(0deg,#009fe8 0%,#1d83c7 100%);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    border-radius: 100%;
}
.solution-page .service-3 .right .list ul li span i {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #006fbc;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    border-radius: inherit;
}
.solution-page .service-3 .right .list ul li:last-child {
    margin-bottom: 0;
}
  @media screen and (max-width: 1700px){
    .service-page .about-1 {
        padding-top: 100px;
      }
      .service-page .about-why .list ul li .box i.fa {
        font-size: 40px;
      }
      .service-page .about-why .list ul li .box h6 {
        font-size: 20px;
        line-height: 36px;
      }
      .inner-page h2.title {
    font-size: 32px;
  }
  }
  @media screen and (max-width: 1500px){
    .service-page .about-1 .left .imgBox {
        height: 440px;
      }
      .service-page .about-1 .right .phone {
        font-size: 16px;
      }
      .service-page .about-1 .right .phone span {
        font-size: 24px;
        line-height: 44px;
      }
      .solution-page .service-3 {
        padding: 80px 0 200px;
    }
  }
  @media screen and (max-width: 1400px){
    .service-page .about-1 .left .imgBox h6 {
        font-size: 36px;
        padding: 10px 15px;
      }
      .service-page .about-1 .left .imgBox h6 small {
        font-size: 12px;
      }
      .service-page .about-1 .left > h6 {
        right: -20px;
      }
      .service-page .about-5 .left .img {
        height: 400px;
      }
      .service-page .about-5 .left .img.ie2 {
        height: 260px;
      }
      .service-page .about-5 .left .img.ie2 span {
        max-width: 120px;
      }
      .service-page .about-1,
      .service-page .about-5 {
        background-size: 40% auto;
      }
       .service-page .about-why .list ul li .box {
        zoom: .8;
      }
      .service-page .about-why .list ul li {
        padding: 15px;
      }
      .service-page .about-why .list ul {
        margin: -15px;
      }
  }
  @media screen and (max-width: 1250px){
    .service-page .about-1 .right img {
        margin-top: 10px;
      }
      .service-page .about-5 {
        padding: 70px 0;
      }
      .service-page .about-5 .right .list ul li {
        font-size: 15px;
      }
      .service-page .about-5 .right .list {
        margin-bottom: 30px;
      }
      .service-page .about-5 .left .img.ie2 {
        margin-top: -27%;
      }
      .service-page .about-why .list ul li .box h6 {
        font-size: 16px;
        line-height: 30px!important
      }
      .service-page .about-why .list ul li .box i.fa:after {
        width: 80px;
        height: 70px;
      }
  }
  @media screen and (max-width: 1200px){
  .service-page .serv-1 ul{
    padding: 50px 20px;
  }
}
  @media screen and (max-width: 1000px){
    .service-page .about-1 .left {
        display: none;
      }
      .service-page .about-1 .right {
        width: 100%;
      }
      .service-page .about-1 {
        padding-top: 60px;
      }
      .service-page .about-5 .left {
        display: none;
      }
      .service-page .about-5 .right {
        width: 100%;
        padding-left: 0;
      }
      .service-page .about-why .list.list1 ul li {
        width: 50% !important;
      }
      .service-page .serv-1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .serv-1 ul li{
    width: 50% !important;
    margin-bottom: 20px;
  }
  .service-page .contact-3 .left {
    padding-right: 0;
    width: 100%;
  } 
  .service-page .contact-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
   .inner-page h2.title {
    font-size: 22px;
    line-height: 1.5;
  }
   .solution-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .solution-page .service-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .solution-page .service-3 .right .list ul li {
        margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 700px){
      .service-page .about-why .list ul li .box {
        padding: 25px;
      }
  }
  @media screen and (max-width: 500px){
      .service-page .about-1,
      .service-page .about-5 {
        background-size: 60% auto;
      }
      .service-page .about-why .list.list1 ul li {
        width: 100% !important;
      }
       .service-page .serv-1 ul li{
    width: 100% !important; 
  }
  .service-page .serv-1 {
    -webkit-transform: translateY(-14%);
    -moz-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    transform: translateY(-14%);
  }
  .solution-page .service-3 .right .list ul li{
      width: 100%;
    }
  .solution-page .service-3 .right .list ul li span {
        margin-left: 10px;
    }
     .solution-page .service-3 {
        padding: 60px 0;
    }
  }


.inner-page .ui.container {
 
}
.quality-page .mbx .ui.container {
  max-width: none;
}
.quality-page span.h2 {
  font-weight:900;
  text-transform:uppercase;
}

.quality-page span.h3 {
  font-size: 40px;
  line-height: 1.5;
  display: block;
    font-weight:900;
  text-transform:uppercase;
  margin-bottom: .5em;
  color: #074ca0;
}
.quality-page .quality-1 {
  padding: 60px 0 100px;
  text-align: center;
}
.quality-page .quality-1 .text {
  margin-top: 2em;
  font-size: 18px;
  line-height: 1.7;
}
.quality-page .quality-2 .slide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-page .quality-2 .slide .left {
  padding-right: 7%;
}
.quality-page .quality-2 .slide .left * {
  height: 100%;
}
.quality-page .quality-2 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-2 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
}
.quality-page .quality-2 .slide:nth-child(even) {
  direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
  padding-left: 7%;
  padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  direction: ltr;
}
.quality-page .quality-3 {
  padding: 70px 0 90px;
  background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.quality-page .quality-3 .box .left {
  width: 60%;
}
.quality-page .quality-3 .box .right {
  padding-left: 10%;
  width: 40%;
}
.quality-page .quality-3 .list {
  margin-top: 60px;
}
.quality-page .quality-3 .list ul {
  margin: -7px;
}
.quality-page .quality-3 .list ul li {
  padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
  display: block;
}
.quality-page .quality-4 .list ul {
  margin: -10px;
}
.quality-page .quality-4 .list ul li {
  padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
  width: 100%;
  background: #f7f7f7;
}
.quality-page .quality-4 .list ul li span.h6 {
  font-size: 18px;
  font-weight: 500;
  color: #074ca0;
  display: block;
  margin-top: .6em;
  text-align: center;
}
.quality-page .quality-4 .btn {
  font-size: 20px;
}
.quality-page .quality-4 .btn div {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: white;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: .5s;
  cursor: pointer;
}
.quality-page .quality-4 .btn div.prev {
  right: 93%;
}
.quality-page .quality-4 .btn div.next {
  left: 93%;
}
.quality-page .quality-4 .btn div:hover {
  background-color: #074ca0;
  color: white;
}
.quality-page .quality-5 {
  padding: 110px 0;
}
.quality-page .quality-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
  margin-bottom: .5em;
}
.quality-page .quality-5 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
}
.quality-page .quality-5 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  background-color: #074ca0
}
.quality-page .quality-5 .list ul li.active span.h6 {
  color: #074ca0;
}
.quality-page .quality-5 .box .right {
  padding-left: 7%;
  vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick {
  position: relative;
}
.quality-page .quality-5 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.quality-page .quality-5 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}


.quality-page .quality-51 {
  padding: 110px 0;
}
.quality-page .quality-51 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-page .quality-51 span.h2 {
  margin-bottom: .5em;
}
.quality-page .quality-51 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-51 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
}
.quality-page .quality-51 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-page .quality-51 .list ul li span.h6 i:after,
.quality-page .quality-51 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-page .quality-51 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-51 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-page .quality-51 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-page .quality-51 .list ul li.active span.h6 i:after,
.quality-page .quality-51 .list ul li.active span.h6 i:before {
  background-color: #074ca0
}
.quality-page .quality-51 .list ul li.active span.h6 {
  color: #074ca0;
}
.quality-page .quality-51 .box .right {

  vertical-align: middle;
}
.quality-page .quality-51 .box .right .slick {
  position: relative;
}
.quality-page .quality-51 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.quality-page .quality-51 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}


.quality-page .quality-52 {
  padding: 110px 0;
}
.quality-page .quality-52 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-page .quality-52 span.h2 {
  margin-bottom: .5em;
}
.quality-page .quality-52 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-52 .list ul li span.h6 {
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: space-between;
  font-weight: 700;
}
.quality-page .quality-52 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-page .quality-52 .list ul li span.h6 i:after,
.quality-page .quality-52 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-page .quality-52 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-52 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-page .quality-52 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-page .quality-52 .list ul li.active span.h6 i:after,
.quality-page .quality-52 .list ul li.active span.h6 i:before {
  background-color: #074ca0
}
.quality-page .quality-52 .list ul li.active span.h6 {
  color: #074ca0;
}
.quality-page .quality-52 .box .right {

  vertical-align: middle;
}
.quality-page .quality-52 .box .right .slick {
  position: relative;
}
.quality-page .quality-52 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.quality-page .quality-52 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}





.quality-page .quality-7 {
  padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
  margin-top: 60px;
}
.quality-page .quality-7 .box .left {
  width: 66%;
  padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
  font-size: 14px;
}
.quality-page .quality-7 .box .left .text>* {
  margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
  font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
  font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
  font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
  color: #074ca0;
}
.quality-page .quality-7 .box .right {
  width: 34%;
}
.h2 {
  font-weight: 800;
  font-size: 40px;
  display: block;
  line-height: 1.5;
  color: #074ca0;
}
@media screen and (max-width: 1600px) {
  .quality-page {
    padding-top: 70px;
  }
   .quality-page .quality-1 {
    padding: 50px 0;
  }
  .quality-page span.h3{
    font-size: 28px;
  }
  span.h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
   .quality-page span.h3{
     font-size: 24px;
   }
   span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-2 .slide .left,
  .quality-page .quality-3 .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .quality-page .quality-2 .slide .right,
  .quality-page .quality-3 .box .right {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-2 .slide,
  .quality-page .quality-3 .box {
    direction: ltr !important;
    display: block;
  }
  .quality-page .quality-2 .slide .left .img {
    height: 240px;
  }
  .quality-page .quality-3 {
    padding: 50px 0;
  }
  span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .quality-page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  span.h2 {
    font-size: 20px;
  }
}
.solution-page h2 {
  font-size: 40px;
  font-weight: 900;
  color: #074ca0;
  text-transform: uppercase;
}
.solution-page .solution-1 {
  padding-bottom: 0;
  text-align: center;
}
.solution-page .solution-1 h3 {
  font-size: 24px;
  color: #3797ce;
  text-transform: uppercase;
  line-height: 1;
}
.solution-page .solution-1 h2 {
  margin: 0px 0;
}
.solution-page .solution-1 .text {
  font-size: 18px;
  color: #000;
  max-width:1400px;
  display: block;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.solution-page .solution-1 .list ul {
  margin: -15px;
}
.solution-page .solution-1 .list ul li {
  padding: 15px;
}

.solution-page .solution-2 {
  padding: 50px 0;
  background: #f9f9f9;
}
.solution-page .solution-2 .content {
  margin-top: 30px;
  font-size: 18px;
  color: #303030;
}
.solution-page .solution-3 {
  background: #fafafa;

}
.solution-page .solution-3 .box {
  padding-top: 20px;
}
.solution-page .solution-3 .box ul {
  border-top: 1px solid #3797ce;
}
.solution-page .solution-3 .box ul li {
  padding: 40px 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border-bottom: 1px solid #3797ce;
}
.solution-page .solution-3 .box ul li .left {
  width: 33.3%;
  text-align: center;
  padding: 0 4% 0 2%;
  vertical-align: middle;
}
.solution-page .solution-3 .box ul li .right {
  width: 66.6%;
  vertical-align: middle;
}

.solution-page .solution-3 .box ul li .right h4 {
  font-size: 30px;
  color: #3797ce;  
  text-transform: uppercase;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
line-height: 1.2;

}

.solution-page .solution-3 .box ul li .right .content {
   font-size: 16px;
   color: #303030;
   margin: 10px 0 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
  line-height: 28px;
}
.solution-page .solution-3 .box ul li .right a.more {
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  font-size: 14px;
  color: white;
  border-radius: 5px;
  border: 1px solid white;
  text-transform: capitalize;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: inline-block;
}

.solution-page .solution-3 .box ul li .right a.more:hover {
  background: white;
  color: #3797ce;
}
.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #074ca0;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.mores {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #074ca0;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #074ca0;
}

.seoPublic .Auxil-related .list ul li .box .content a.mores i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.mores:hover {
    color: white;
    background: #074ca0;
}
.seoPublic > div {
    padding:  60px 0 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}
@media screen and (max-width:1500px){
  .solution-page h2{
    font-size: 58px;
  }
}
@media screen and (max-width:1400px){
  .solution-page h2{
    font-size: 50px;
  }
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }
     .seoPublic .Auxil-related .list ul li .box .content a.mores {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}
@media screen and (max-width:1200px){
  .solution-page h2{
    font-size: 58px;
  }
}
@media screen and (max-width:1000px){
  .solution-page h2{
    font-size: 36px;
  }
   #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #074ca0;
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}
@media screen and (max-width:700px){
   .solution-page .solution-1 {
        padding: 60px 0;
    }
    .solution-page .solution-1 h3 {
        font-size: 28px;
    }
    .solution-page .solution-1 .text,.solution-page .solution-2 .content {
        font-size: 15px;
        line-height: 28px;
    }
     
    .solution-page .solution-3 .box ul li .right a.more {
        display: none;
    }
    .solution-page .solution-3 .box ul li .right h4 {
        font-size: 24px;
    }
    .solution-page .solution-3 .box ul li .left {
        width: 100%;
        padding: 10px 0;
    }
    .solution-page .solution-3 .box ul li .right {
        width: 100%;
    }
}
@media screen and (max-width:500px){
  .solution-page h2{
    font-size: 28px;
  }
}
.product-page .publicBox .publicLeft,
.product-page .publicBox.centerLine:after{
  display: none!important;
}
.product-page .publicBox .publicRight{
  width:100%!important;
}
.prodet-page .publicRight .imgBox .bigImg li {
    padding: 0 5%;
}
.prodet-page .publicRight .imgBox .smallImg{
  padding-left: 30px;
}

/*2025-5-7 证书修改*/
.gallery-page {
  padding: 90px 0 110px;
}
 .honorbox {
  position: relative;
}
.honorbox .btn {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #565656;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 9;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
  .honorbox .btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #074ca0;
  border-color: #074ca0;
}
  .honorbox .btn:hover i {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
  .honorbox .btn.slick-prev {
  left: 0;
}
  .honorbox .btn.slick-next {
  right: 0;
}
  .honorbox .btn i {
  font-size: 24px;
  color: #565656;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
 .honorbox .main {
  overflow: hidden;
  padding: 0 ;
  max-width: 1330px;
  margin: 0 auto;
}
.honorbox .main ul li .img-box{
  height: 610px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .gallery-page{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page{
    padding: 30px 0;
  }
}

/*2025-5-9 关于我们页面*/
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  width: 100%;

  object-fit: cover;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: #074ca0;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #074ca0;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #074ca0;
  border-radius: 50%;
  animation: ks 3s linear infinite;
  
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1650px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
  max-height: 100%;
  overflow: hidden;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 42px;
  font-family: 'syne';
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  max-width: 1465px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
  font-family: 'syne';
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: #074ca0;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  font-family: 'syne';
  font-weight: 600;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
#sb{
  width: 50%;
}
#footer .init-5{
  position: relative;
}
#footer .init-5 i.gradient{
  bottom: -20%;
  height: 90%;
  width: 40%;
  left: 20%;
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .service-page .ser-1{
        -webkit-transform: translateY(0%) !important;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
      }
      table td{
        white-space: nowrap;
      }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
   .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #sb{
    width: 100%;
  }
  .service-page .serv-1{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .con {
    max-height: 320px;
  }
}