body {
  font-family: "Microsoft Yahei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}

#ewm{
  width: 100px;
  border: 3px solid #fff;
}


.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.hover-language {
	width: auto;
	position: relative;
	vertical-align: middle;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language: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;
}


/* 首页新增 */
@-webkit-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.btn2 {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn2 i:after,
.btn2 i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn2 i:before {
  border-left: none;
  border-top: none;
}
.btn2 i:after {
  border-right: none;
  border-bottom: none;
}
.btn2:hover {
  background: #fdc210;
  -webkit-transition: 1.5s .9s;
  -moz-transition: 1.5s .9s;
  -ms-transition: 1.5s .9s;
  -o-transition: 1.5s .9s;
  transition: 1.5s .9s;
}
.btn2:hover i:after {
  -webkit-animation: wh 1s;
  -o-animation: wh 1s;
  animation: wh 1s;
  border-color: #fdc210;
}
.btn2:hover i:before {
  -webkit-animation: hw 1s;
  -o-animation: hw 1s;
  animation: hw 1s;
  border-color: #fdc210;
}


.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#index-body .section {
  height: 100vh;
}


/*#index-body .init-2 .left img{max-width:none;}*/

#index-body .section h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 36px;
  color: white;
}
#index-body .section h2 small {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 5px;
}
#index-body .init-1 {
  position:relative;
}
#index-body .init-1:after {
  content:'';
  width:100%;
  height:100%;
  background:url('../images/xt.png') center center;
  position:absolute;
  top:0;
  left:0;
  opacity:.3;
}
#index-body .init-1 ul,
#index-body .init-1 .slick-slider .slick-track,
#index-body .init-1 .slick-slider .slick-list {
  height: 100%;
}
#index-body .init-1 .slick-slide > div {
  height: 100%;
}
#index-body .init-1 li {
  position: relative;
  height: 100vh;
}
#index-body .init-1 li > img {
  height: 100%;
  max-width: none;
  min-width: 100%;
  /*width: 100%;*/
}
#index-body .init-1 .content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index:1;
}
#index-body .init-1 .content .ui {
  padding:0 2.7%;
}
#index-body .init-1 .content .box {
  max-width: 550px;
}
#index-body .init-1 .content .box h2 {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
#index-body .init-1 .content .box h2:after {
  content: '';
  width: 196px;
  height: 13px;
  background: #fdc210;
  position: absolute;
  right: -30px;
  bottom: 10px;
  z-index: -1;
}
#index-body .init-1 .content .box p {
  font-size: 18px;
  color: white;
  line-height: 34px;
  margin: 20px 0 40px;
}
#index-body .init-1 .content .box a.more {
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 50px;
  height: 50px;
  padding: 0 60px;
  color: white;
}
#index-body .init-1 .content .box a.more:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
}


#index-body .init-2 {
  font-size: 0;
  background: #101010 url("../images/init-2-l.jpg") left center;
  text-align: right;
}
#index-body .init-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  padding-right: 6%;
  text-align: left;
}
#index-body .init-2 .left ul {
  padding: 60px 0 100px;
}
#index-body .init-2 .left ul li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom:1px;
  height: 100px;
  width: 100px;
  border-radius: 30%;
  border: 3px solid white;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left ul li:nth-child(10)~li {
  display:none !important;
}
#index-body .init-2 .left ul li a {
  display:block;
  height:100%;
  width:100%;
}
#index-body .init-2 .left ul li[data-id="8"] {
  background-image: url("../images/prolin-2.png");
}
#index-body .init-2 .left ul li[data-id="8"]:hover{
  background-image: url("../images/prolin-2.png");
}
#index-body .init-2 .left ul li[data-id="9"] {
  background-image: url("../images/prolin-1.png");
}
#index-body .init-2 .left ul li[data-id="9"]:hover{
  background-image: url("../images/prolin-1.png");
}
#index-body .init-2 .left ul li[data-id="10"] {
  background-image: url("../images/prolin-3.png");
}
#index-body .init-2 .left ul li[data-id="10"]:hover{
  background-image: url("../images/prolin-3.png");
}
#index-body .init-2 .left ul li[data-id="11"] {
  background-image: url("../images/icon-init-2-l-3-1.png");
}
#index-body .init-2 .left ul li[data-id="11"]:hover{
  background-image: url("../images/icon-init-2-l-3-2.png");
}
#index-body .init-2 .left ul li[data-id="12"] {
  background-image: url("../images/icon-init-2-l-4-1.png");
}
#index-body .init-2 .left ul li[data-id="12"]:hover{
  background-image: url("../images/icon-init-2-l-4-2.png");
}
#index-body .init-2 .left ul li[data-id="13"] {
  background-image: url("../images/icon-init-2-l-5-1.png");
}
#index-body .init-2 .left ul li[data-id="13"]:hover{
  background-image: url("../images/icon-init-2-l-5-2.png");
}
#index-body .init-2 .left ul li[data-id="14"] {
  background-image: url("../images/icon-init-2-l-6-1.png");
}
#index-body .init-2 .left ul li[data-id="14"]:hover{
  background-image: url("../images/icon-init-2-l-6-2.png");
}
#index-body .init-2 .left ul li[data-id="22"] {
  background-image: url("../images/prolin-4.png");
}
#index-body .init-2 .left ul li[data-id="22"]:hover{
  background-image: url("../images/prolin-4.png");
}
#index-body .init-2 .left ul li[data-id="57"] {
  background-image: url("../images/icon-init-2-l-11-1.png");
}
#index-body .init-2 .left ul li[data-id="57"]:hover{
  background-image: url("../images/icon-init-2-l-11-2.png");
}
#index-body .init-2 .left ul li[data-id="58"] {
  background-image: url("../images/icon-init-2-l-9-1.png");
}
#index-body .init-2 .left ul li[data-id="58"]:hover{
  background-image: url("../images/icon-init-2-l-9-2.png");
}
#index-body .init-2 .left ul li[data-id="59"] {
  background-image: url("../images/icon-init-2-l-10-1.png");
}
#index-body .init-2 .left ul li[data-id="59"]:hover{
  background-image: url("../images/icon-init-2-l-10-2.png");
}



#index-body .init-2 .left ul li:hover {
  border-color: #fdc210;
}
#index-body .init-2 .left a.more {
  font-size: 35px;
  text-transform: capitalize;
  font-family: "Roboto-BoldCondensed";
  color: #fdc210;
}
#index-body .init-2 .left p {
  font-size: 18px;
  color: #575757;
  line-height: 24px;
}
#index-body .init-2 .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  background: url("../images/init-2-r-1.png") right center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}

#index-body .init-2 .right .about_btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-top: 300px;
  display: inline-block;
  color: #ffffff;
  background-color: #0085a1;
  padding: 10px 40px;
}

#index-body .init-2 .right .box {
  display: inline-block;
  vertical-align: middle;
  width: 590px;
  height: 420px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#index-body .init-2 .right .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid white;
}
#index-body .init-2 .right .box i:after,
#index-body .init-2 .right .box i:before {
  border-width: 6px;
  z-index: 1;
}
#index-body .init-2 .right .box span {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right .box span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid white;
}
#index-body .init-2 .right .box:hover {
  background-color: transparent;
}
#index-body .init-2 .right .box:hover span {
  left: 0;
  top: 0;
  -webkit-transition: 1s .9s;
  -moz-transition: 1s .9s;
  -ms-transition: 1s .9s;
  -o-transition: 1s .9s;
  transition: 1s .9s;
}
#index-body .init-2 .right .box h3 {
  font-size: 26px;
  color: white;
  max-width: 360px;
  line-height: 32px;
  margin: 20% auto 0;
  padding: 0 15px;
}
#index-body .init-2 .right .box h3 em {
  font-size: 56px;
  line-height: 60px;
  display: block;
}



#index-body .init-3 {
  background: url("../images/init-3-bg.jpg") center center;
  background-size: 100% 100%;
  position:relative;
}
#index-body .init-3:after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: url("../images/init-3-bg.jpg") center center;
  z-index:-1;
}
#index-body .init-3 .fp-tableCell {
  display: table-cell;
}
#index-body .init-3 .box {
  padding-top: 100px;
}
#index-body .init-3 .box ul {
  font-size: 0;
  margin: -20px -10px;
}
#index-body .init-3 .box ul li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px 20px 90px;
  position: relative;
}
#index-body .init-3 .box ul li a {
  max-width: 300px;
  display: block;
}
#index-body .init-3 .box ul li span {
  width: 80px;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 0;
  display: block;
}
#index-body .init-3 .box ul li h3 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}
#index-body .init-3 .box ul li h3 small {
  display: block;
  font-size: 16px;
  color: #eaeaea;
  line-height: 30px;
  font-family: "Roboto-Light";
  text-transform: none;
  margin-top: 5px;
}
#index-body .init-3 .box ul li:nth-child(4) a {
  max-width: 310px;
}

@media screen and (max-width: 1300px) {
  #index-body .init-2 .right .box {
    width: 400px;
    height: 400px;
  }
  #index-body .init-2 .right .box h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-2 .right .box h3 em {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .init-1 .content .box h2 {
    font-size: 20px;
  }

  #index-body .init-1 .content .box p {
    font-size: 14px;
    line-height: 1.8;
    margin: 15px 0;
  }

  #index-body .init-1 .content .box a.more {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }

  #index-body .init-2 .right .box {
    width: 300px;
    height: 300px;
  }

  #index-body .init-3 .box ul li span {
    width: 40px;
    top: 13px;
  }

  #index-body .init-3 .box ul li {
    padding: 10px 10px 10px 45px;
  }

  #index-body .init-2 .right .box h3 {
    font-size: 28px;
    line-height: 30px;
  }

  #index-body .init-3 .box ul li h3{
    font-size: 18px;
  }

  #index-body .init-3 .box ul li h3 small{
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .section h2 {
    font-size: 30px;
    line-height: 32px;
  }

  #index-body .section{
    height: auto;
  }
  #index-body .init-1 li{
    height: 650px;
  }
  #index-body .init-1 li > img{
    width: auto;
  }

  #index-body .init-2{
    padding: 60px 0;
  }

  #index-body .init-2 .left {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  #index-body .init-2 .right {
    display: none;
  }
  
  #index-body .init-3{
    padding: 60px 0;
    display: none;
  }

  #index-body .init-3 .box ul li{
    width: 50%;
  }

  #index-body .init-3 .box{
    padding-top: 40px;
  }
  
}

@media screen and (max-width: 500px) {
  #index-body .init-1 li {
    height: 450px;
  }
  #index-body .init-1 .content {
    text-align: center;
  }

  #index-body .init-1 .content .box h2:after{
    display: none;
  }

  #index-body .init-3 .box ul li{
    width: 100%;
  }
}
/* end */



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

#header {
  z-index: 100;
  position: fixed;
  width: 100%;
}
#header .h-top {
  background: rgba(0,42,52,0.7);
  color: white;
}
#header .h-top .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;
}
#header .h-top .ui.menu .left {
  margin-left: 0;
  margin-right: auto;
}
#header .h-top .ui.menu .left ul li {
  display: inline-block;
}
#header .h-top .ui.menu .left ul li img {
  vertical-align: baseline;
  margin-right: 10px;
}
#header .h-top .ui.menu .right {
  margin-left: auto;
  margin-right: 0;
}
#header .h-top .ui.menu .right .call-box {
  background: url(../images/nav-bg.png) no-repeat left center;
  background-size: cover;
  padding: 5px 25px 5px 80px;
}
#header .h-top .ui.menu .right .call-box span {
  padding-top: 2px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color:rgba(0,42,52,0.7);
}
#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 .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .logo h2 {
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 17px;
  color: white;
  -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:not(:last-child) {
  margin-right: 40px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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 .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  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;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -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: #fd2318;
}
#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.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
  animation: dx 1s linear infinite alternate;
}
@keyframes dx {
    from {
        margin-right: 20px
    }
    to {
        margin-right: 0;
    }
}
#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: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: 50%;*/
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner2,
  .inner-banner {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }

  #ewm{
    display: none;
  }
}

#banner{
  overflow: hidden;
}
#banner ul li {
  position: relative;
  min-height: 800px;
}
#banner ul li .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  -moz-transition: transform 7000ms ease, -moz-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease, -moz-transform 7000ms ease;
  z-index: 1;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
  z-index: 10;
}
#banner .content .left{
  width: 60%;
}
#banner .content h3 {
  font-size: 36px;
  font-style: italic;
  color: white;
}
#banner .content h2 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: bold;
  color: white;
}
#banner .content h4 {
  font-size: 24px;
  color: white;
}
#banner .content .btn {
  margin-top: 50px;
}
#banner .content .btn a {
  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-color: #0085a1;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  height: 50px;
  line-height: 50px;
}
#banner .content .btn a img {
  margin-right: 10px;
}


#banner .banner_pro{
  max-width: 20%;
  position: absolute;
  right: 20%;
  top: 20%;
  z-index: 10;
}
#banner .banner_pro .warp{
  margin: -5px;
  transform: rotate(45deg);
}
#banner .banner_pro .item{
  width: 50%;
  padding: 5px;
}

#banner .banner_pro .item:first-child{
  transform: scale(1.5);
  transform-origin: right bottom;
}

#banner .banner_pro .item .img{
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  cursor: pointer;
}
#banner .banner_pro .item img{
  transform: rotate(-45deg);
}

#banner .banner_pro_img{
  position: absolute;
  max-width: 30%;
  z-index: 10;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

#banner .banner_pro_img .close{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
}

.product-cat ul li {
  position: relative;
}
.product-cat ul li .img {
  position: relative;
}
.product-cat ul li .img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 35px 40px;
}
.product-cat ul li .text h2 {
  font-size: 32px;
  font-weight: bold;
  color: white;
}
.product-cat ul li .text p {
  color: white;
  line-height: 2;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat ul li .text .btn a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid white;
}
.product-cat ul li .text .btn a img {
  display: inline-block;
  vertical-align: middle;
}
.product-cat ul li:hover .img:before {
  background-color: rgba(0, 67, 135, 0.85);
}
.product-cat ul li:hover .text p {
  height: 84px;
  opacity: 1;
}
h2.ty {
  font-size: 36px;
  font-weight: bold;
}
.our-history {
  background-color: #f5f5f5;
 padding-top: 80px;
    padding-bottom: 120px;
}
.our-history h3 {
  font-size: 24px;
  color: #0085a1;
}
.our-history .box {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  margin-top: 30px;
}
.our-history .box::before {
  /*content: url(../images/map-img.png);*/
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-history .box ul {
  position: relative;
}
.our-history .box ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 90px;
  height: 4px;
  background: url(../images/history-line.png);
}
.our-history .box ul li img {
  display: inline-block;
}
.our-history .box ul li time {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #494949;
}
.our-history .box ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #494949;
}
.our-history .box .join {
  margin-top: 100px;
}
.our-history .box .join a {
  font-weight: bold;
  color: #0085a1;
}
.i-advantage {
  padding: 130px 0;
  background-color: #f5f5f5;
}
.i-advantage h3 {
  color: #33729d;
  font-weight: bold;
}
.i-advantage .box {
  margin: -15px;
}
.i-advantage .faq {
  width: 50%;
  padding: 15px;
}
.i-advantage .faq .faq-box ul li {
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
}
.i-advantage .faq .faq-box ul li:not(:last-child) {
  margin-bottom: 24px;
}
.i-advantage .faq .faq-box ul li .faq-a {
  color: #33729d;
}
.i-advantage .faq .faq-box ul li .faq-q {
  line-height: 2;
  display: none;
}
.i-advantage .choose {
  width: 50%;
  padding: 15px;
}
.i-advantage .choose .choose-box ul {
  margin: -8px -15px;
}
.i-advantage .choose .choose-box ul li {
  padding: 8px 15px;
  width: 50%;
}
.i-advantage .choose .choose-box ul li .content {
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  height: 200px;
}
.i-advantage .choose .choose-box ul li .content i {
  display: block;
  min-height: 50px;
  font-size: 38px;
  color:#007b97;

}
.our-case {
  padding-bottom: 50px;
}
.our-case h2 {
  font-weight: 400;
}
.our-case h2 small {
  font-size: 20px;
}
.our-case .box {
  background-color: #003440;
  color: white;
  padding-top: 120px;
}
.our-case .list {
  overflow: hidden;
  margin-top: 90px;
}
.our-case .list ul {
  margin: -5px;
}
.our-case .list ul li {
  padding: 5px;
}
.our-case .list ul li .img:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .5s ease;
}
.our-case .list ul li .text{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: .5s ease;
}
.our-case .list ul li:hover .img:before{
  opacity: 1;
}
.our-case .list ul li:hover .text{
  transform: translateY(-50%);
  opacity: 1;
}


.our-case .dots {
  margin-top: 40px;
}
.our-case .dots ul li {
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #003440;
  margin: 0 5px;
}
.our-case .dots ul li.slick-active {
  background-color: #008eff;
}
.our-case .dots ul li button {
  display: none;
}
.our-news {
  padding: 100px 0;
}
.our-news h3 {
  color: #0085a1;
}
.our-news h3::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 3px;
  background-color: #0085a1;
  color: #0085a1;
  vertical-align: middle;
  margin-right: 5px;
}
.our-news .img {
  overflow: hidden;
  border-radius: 3px;
}
.our-news .box {
  margin: -15px;
}
.our-news .left {
  padding: 15px;
  width: 50%;
}
.our-news .left h4 {
  font-size: 29px;
}
.our-news .right {
  padding: 15px;
  width: 50%;
}
.our-news .right h4 {
  font-size: 22px;
}
.our-news .right ul li:not(:last-child) {
  margin-bottom: 20px;
}
.our-news .right ul li .img {
  width: 35%;
  vertical-align: middle;
}
.our-news .right ul li .text {
  width: 65%;
  vertical-align: middle;
}
.Quotation {
  background-color: #003440;
  color: white;
  padding: 40px 0;
}
.Quotation h2 {
  font-size: 32px;
}
.Quotation .column {
  width: 50%;
  vertical-align: middle;
}
.Quotation a {
  display: inline-block;
  background-color: #0085a1;
  padding: 10px 50px;
}
#footer {
  background-color: #000017;
  color: white;
}

#footer .footer-top .logo > a{
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-top .logo h2{
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-top {
  padding: 60px 0;
}
#footer .footer-top .footer-content {
  margin: -15px;
  display: flex;
  justify-content: space-between;
}

#footer .footer-top .footer-content .footer-block:nth-child(1){
  max-width: 400px;
}

#footer .footer-top .footer-content .footer-block {
  padding: 15px;
}
#footer .footer-top .footer-content .footer-block.info ul li i {
  color: #0085a1;
}
#footer .footer-top .footer-content .footer-block.projects ul {
  margin: -3px;
}
#footer .footer-top .footer-content .footer-block.projects ul li {
  padding: 3px;
  width: 33.33%;
}
#footer .footer-top .footer-content .footer-block.projects ul li img {
  border-radius: 6px;
}
#footer .footer-top .footer-content .footer-block a.about {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background-color: #0085a1;
  text-transform: uppercase;
  padding: 10px 15px;
}
#footer .footer-top .footer-content .footer-block .form form {
  position: relative;
}
#footer .footer-top .footer-content .footer-block .form input[type="email"] {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 2px solid #313131;
  font-size: 14px;
  color: #ccc;
  padding-left: 20px;
  padding-right: 90px;
}
#footer .footer-top .footer-content .footer-block .form input[type="submit"] {
  width: 90px;
  height: 45px;
  background-color: #0085a1;
  border: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
#footer .footer-top .footer-content .footer-block .social-links a {
  font-size: 16px;
  opacity: .4;
  margin-right: 20px;
}
#footer .footer-top .footer-content .footer-block h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
#footer .footer-top .footer-content .footer-block h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0085a1;
}
#footer .footer-top .footer-content .footer-block h4 {
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
}
#footer .footer-bottom .box {
  padding: 20px 0;
  border-top: 2px solid #383737;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo h2 {
    display: none;
  }
  #banner ul li {
    min-height: 600px;
  }
  .product-cat ul li .text {
    padding: 20px;
  }
  .product-cat ul li .text h2 {
    font-size: 20px;
  }
  .our-news .left h4 {
    font-size: 24px;
  }
  .our-news .right h4 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  h2.ty {
    font-size: 30px;
  }
  #header .nav .ui.menu .logo img {
    width: 70px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content h3 {
    font-size: 24px;
  }
  #banner .content h2 {
    font-size: 60px;
  }
  #banner .content h4 {
    font-size: 20px;
  }
  #banner ul li {
    min-height: 500px;
  }
  .our-history h3 {
    font-size: 18px;
  }
  h2.ty {
    font-size: 24px;
  }
  .i-advantage .faq {
    width: 100%;
  }
  .i-advantage .choose {
    width: 100%;
  }
  .our-case .dots {
    display: none;
  }
  .our-news .left {
    width: 100%;
  }
  .our-news .right {
    width: 100%;
  }
  .Quotation .column {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  #footer .footer-top .footer-content .footer-block.link {
    display: none;
  }
  .our-history .box::before {
    display: none;
  }
  .our-history .box {
    padding-top: 0;
  }
  .our-history .box .join {
    margin-top: 60px;
  }
  .i-advantage {
    padding: 90px 0;
  }
  .our-case .box {
    padding-top: 90px;
  }
  .our-case .list {
    margin-top: 60px;
  }
  .our-case {
    padding-bottom: 0;
  }
  .our-news {
    padding: 90px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content h3 {
    font-size: 20px;
  }
  #banner .content h2 {
    font-size: 50px;
  }
  #banner .content h4 {
    font-size: 16px;
  }
  #footer .footer-bottom p,
  #footer .footer-bottom a {
    font-size: 14px;
  }
  #footer .footer-bottom img {
    max-height: 14px;
  }

  #footer .footer-top .footer-content{
    display: block;
  }

  #footer .footer-top .footer-content .footer-block {
    max-width: 100%!important;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li {
    min-height: 400px;
  }
  #banner .content h2 {
    font-size: 40px;
  }
  .i-advantage .choose .choose-box ul li {
    width: 100%;
  }
  .our-news .right ul li .img {
    width: 100%;
  }
  .our-news .right ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .our-news .left h4 {
    font-size: 20px;
  }
  .Quotation h2 {
    font-size: 24px;
  }
  .font-18 {
    font-size: 14px;
  }
  #footer .footer-bottom p,
  #footer .footer-bottom a {
    font-size: 12px;
  }
  #footer .footer-bottom img {
    max-height: 12px;
  }
}
.inner_h5 {
  font-size: 14px;
  color: #FFA400;
}
.inner_h2 {
  font-size: 32px;
  color: #0085a1;
}
.inner-banner {
  padding: 200px 0px 100px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.inner-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #020C25;
  opacity: 0.7;
}
.inner-banner h2 {
  font-size: 32px;
  color: white;
}
.inner-banner .mbx {
  display: inline-block;
  padding: 12px 30px 12px 30px;
  background-color: #EAF0FF;
  font-size: 16px;
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 .box {
  margin: -10px;
}
.contact-page .contact-1 .left {
  padding: 10px 60px 10px 10px;
  width: 50%;
  vertical-align: middle;
}
.contact-page .contact-1 .left .warp {
  margin: -10px;
}
.contact-page .contact-1 .left .warp .item {
  width: 100%;
  padding: 10px;
}
.contact-page .contact-1 .left .warp .item .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-1 .left .warp .item .icon-box-header .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
}
.contact-page .contact-1 .left .warp .item .icon-box-body h4 {
  margin: 0px 0px 5px 0px;
}
.contact-page .contact-1 .left .warp .item:nth-child(1) .icon-box-header .icon {
  color: white;
  background-color: #122C6C;
}
.contact-page .contact-1 .left .warp .item:nth-child(2) .icon-box-header .icon {
  color: white;
  background-color: #FFA400;
}
.contact-page .contact-1 .left .bottom {
  border-top: 1px solid #E9EAED;
}
.contact-page .contact-1 .left .bottom .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin-right: 15px;
}
.contact-page .contact-1 .left .bottom .social-links a:nth-child(odd) {
  background-color: #122C6C;
  color: white;
}
.contact-page .contact-1 .left .bottom .social-links a:nth-child(even) {
  background-color: #FFA400;
  color: white;
}
.contact-page .contact-1 .right {
  padding: 10px 10px 10px 40px;
  width: 50%;
  vertical-align: middle;
}
.contact-page .contact-1 .right .form {
  padding: 40px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
}
.contact-page .contact-1 .right .form ul li {
  padding: 15px;
}
.contact-page .contact-1 .right .form ul li:not(:first-child) {
  margin-top: 7px;
}
.contact-page .contact-1 .right .form input,
.contact-page .contact-1 .right .form textarea {
  padding: 15px 25px 15px 25px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #E9EAED;
}
.contact-page .contact-1 .right .form textarea {
  height: 140px;
}
.contact-page .contact-1 .right .form button {
  font-size: 14px;
  font-weight: bold;
  border: none;
  background-color: #FFA400;
  color: white;
  text-transform: uppercase;
  padding: 20px 40px 20px 40px;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .box {
    margin: 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left .warp .item {
    width: 100%;
  }
  .inner_h2 {
    font-size: 24px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
}
.faq-page .faq-1 {
  padding: 100px 0px 80px 0px;
}
.faq-page .faq-1 .box {
  margin: -10px;
}
.faq-page .faq-1 .left {
  /*width: 50%;*/
  padding: 10px;
}
.faq-page .faq-1 .left ul li {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
}
.faq-page .faq-1 .left ul li:not(:last-child) {
  margin-bottom: 20px;
}
.faq-page .faq-1 .left ul li .faq-a {
  padding: 20px 40px 20px 40px;
  position: relative;
}
.faq-page .faq-1 .left ul li .faq-a::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  margin-right: 30px;
  font-size: 25px;
  line-height: 1;
}
.faq-page .faq-1 .left ul li .faq-q {
  display: none;
  padding: 0px 40px 40px 40px;
}
.faq-page .faq-1 .left ul li.active .faq-a {
  background-color: #FFA400;
  color: white;
}
.faq-page .faq-1 .left ul li.active .faq-a::after {
  content: "\f106";
}
.faq-page .faq-1 .right {
  width: 50%;
  padding: 10px 10px 10px 60px;
}
.faq-page .faq-1 .right .contact-box {
  padding: 60px 60px 60px 70px;
  background-image: url(../images/faq-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.faq-page .faq-1 .right .contact-box::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #020C2500), color-stop(50%, #020C25));
  background-image: -webkit-linear-gradient(top, #020C2500 0 0%, #020C25 50%);
  background-image: -moz-linear-gradient(top, #020C2500 0 0%, #020C25 50%);
  background-image: linear-gradient(180deg, #020C2500 0 0%, #020C25 50%);
  opacity: 0.75;
  z-index: -1;
}
.faq-page .faq-1 .right .contact-box .list ul {
  margin: -7.5px;
}
.faq-page .faq-1 .right .contact-box .list ul li {
  width: 50%;
  padding: 7.5px;
}
.faq-page .faq-1 .right .contact-box .list ul li i {
  font-size: 14px;
  color: #FFA400;
}
.faq-page .faq-1 .right .contact-box .elementor-icon-list-text {
  color: #FFFFFF;
  padding-left: 8px;
}
.faq-page .faq-1 .right .contact-box .elementor-heading-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.faq-page .faq-1 .right .contact-box .elementor-spacer-inner {
  height: 177px;
}
.faq-page .faq-1 .right .contact-box .elementor-widget-container {
  display: inline-block;
  margin: 40px 0px 0px 0px;
  padding: 10px 50px 15px 40px;
  background-color: white;
}
.faq-page .faq-1 .right .contact-box .elementor-icon-box-wrapper {
  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;
  text-align: left;
}
.faq-page .faq-1 .right .contact-box .elementor-icon-box-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #FFA400;
  color: white;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  margin-right: 20px;
}
.faq-page .faq-1 .right .contact-box .elementor-icon-box-title {
  margin-bottom: 5px;
}
.ty-video {
  padding: 100px 0;
  background-image: url(../images/faq-2.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.ty-video::before {
  content: "";
  background-color: #020C25;
  opacity: 0.7;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -moz-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.ty-video .play {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.ty-video .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
  font-size: 20px;
  color: #FFA400;
}
.ty-video .play::after,
.ty-video .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.ty-video .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.ty-video h2 {
  color: white;
}
.ty-video p {
  color: white;
  padding: 0% 26% 0% 26%;
}
.ty-video .btn a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 40px 20px 40px;
  color: white;
  background-color: #FFA400;
}
.ty-blog {
  padding: 100px 0px 100px 0px;
}
.ty-blog .list {
  margin-top: 40px;
}
.ty-blog .list ul {
  margin: -15px;
}
.ty-blog .list ul li {
  padding: 15px;
}
.ty-blog .list ul li .content {
  text-align: left;
}
.ty-blog .list ul li .content .btn a {
  font-weight: bold;
  color: #FFA400;
  text-transform: uppercase;
}
.ty-blog .list ul li .content .btn i {
  margin-left: 10px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .box {
    margin: 0;
  }
  .faq-page .faq-1 .left {
    width: 100%;
    padding: 0;
  }
  .faq-page .faq-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .faq-page .faq-1 .txt-center {
    text-align: left;
  }
  .ty-blog .list ul li {
    width: 100%!important;
  }
  .ty-video p {
    padding: 0% 10% 0% 10%;
  }
  .faq-page .faq-1 {
    padding: 40px 0;
  }
  .ty-video {
    padding: 40px 0;
  }
  .ty-blog {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .ty-video p {
    padding: 0;
  }
  .faq-page .faq-1 .right {
    display: none;
  }
}
.siderbar-box {
  margin: -10px;
}
.siderbar-box .sidebar-left {
  width: 65%;
  padding: 10px;
}
.siderbar-box .sidebar-right {
  width: 35%;
  padding: 10px 10px 40px 40px;
}
@media screen and (max-width: 1000px) {
  .siderbar-box {
    margin: 0;
  }
  .siderbar-box .sidebar-left {
    width: 100%;
    padding: 0;
  }
  .siderbar-box .sidebar-right {
    display: none;
  }
}
.news-page {
  padding: 100px 0px 100px 0px;
}
.news-page .newlist ul li {
  margin-bottom: 30px;
}
.news-page .newlist .btn a {
  font-weight: bold;
  color: #FFA400;
  text-transform: uppercase;
}
.news-page .newlist .btn i {
  margin-left: 10px;
}
.news-page .recent {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
  padding: 40px 40px 20px 40px;
}
.news-page .recent .list ul li {
  margin-bottom: 20px;
}
.news-page .recent .list ul li h4 {
  padding-bottom: 5px;
}
.news-page .subscribe {
  background-color: #122C6C;
  margin-top: 40px;
  padding: 40px 40px 40px 40px;
}
.news-page .subscribe h3 {
  color: white;
}
.news-page .subscribe p {
  color: #AEB4C3;
}
.news-page .subscribe .email ul {
  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;
}
.news-page .subscribe .email ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .subscribe .email ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  margin-right: 0;
}
.news-page .subscribe .email ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.news-page .subscribe .email input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  font-size: 16px;
  padding: 16px 20px 16px 20px;
}
.news-page .subscribe .email input[type="submit"] {
  text-transform: uppercase;
  color: white;
  background-color: #FFA400;
  padding: 22px 10px 22px 10px;
  border: none;
  width: 100%;
  font-weight: bold;
}
.news-page .categories {
  margin-top: 40px;
  padding: 40px 40px 40px 40px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(18, 44, 108, 0.1);
}
.news-page .categories ul li:not(:last-child) {
  padding-bottom: 20px;
}
.news-page .categories ul li a {
  font-size: 16px;
  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;
}
.news-page .categories ul li a .icon-list i {
  color: #FFA400;
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 20px;
  }
}
.about-page .about-1 {
  padding: 100px 0;
}
.about-page .about-1 .box {
  margin: -15px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.about-page .about-1 .left ul li {
  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-bottom: 20px;
}
.about-page .about-1 .left ul li .icon-box-header .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
}
.about-page .about-1 .left ul li .icon-box-body h4 {
  font-size: 23px;
  margin: 0px 0px 10px 0px;
}
.about-page .about-1 .left ul li:nth-child(1) .icon-box-header .icon {
  color: white;
  background-color: #FFA400;
}
.about-page .about-1 .left ul li:nth-child(2) .icon-box-header .icon {
  color: white;
  background-color: #122C6C;
}
.about-page .about-1 .left .btn a {
  display: inline-block;
  padding: 18px 32px 18px 32px;
  color: white;
  background-color: #FFA400;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.about-page .about-1 .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-1 .right .flex .text {
  width: 50%;
  padding: 40px 40px 40px 40px;
}
.about-page .about-1 .right .flex .img {
  width: 50%;
  background-position: 56% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-1 .right .flex.one .text {
  background-color: #0085a1;
  color: white;
  margin: 40px 0px 0px 0px;
}
.about-page .about-1 .right .flex.two .text {
  background-color: #FFA400;
  color: white;
  margin: -34px 0px 60px 0px;
}
.about-page .about-2 {
  margin-top: 0px;
  margin-bottom: 60px;
}
.about-page .about-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about-page .about-2 .box .left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-2 .box .left .text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -60px;
}
.about-page .about-2 .box .left .text > div {
  color: white;
  background-color: #FFA400;
  margin: 0% 50% 0% 0%;
  padding: 5% 5% 5% 5%;
}
.about-page .about-2 .box .left .text > div a {
  text-transform: uppercase;
  font-weight: bold;
}
.about-page .about-2 .box .right {
  width: 50%;
  padding: 6% 6% 6% 6%;
  margin: 0px 0px 60px 0px;
  background-color: #002a34;
}
.about-page .about-2 .box .right h2,
.about-page .about-2 .box .right p {
  color: white;
}
.about-page .about-2 .box .right ul {
  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;
  margin-top: 30px;
}
.about-page .about-2 .box .right ul li {
  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;
  width: 50%;
}
.about-page .about-2 .box .right ul li .icon {
  width: 50px;
  font-size: 40px;
  color: #FFA400;
}
.about-page .about-2 .box .right ul li .content {
  padding: 10px 10px 10px 10px;
}
.about-page .about-2 .box .right ul li .content .number-wrapper {
  font-size: 32px;
  font-weight: bold;
}
.about-page .about-2 .box .right ul li .content .number-wrapper span {
  color: white;
}
.about-page .about-2 .box .right ul li .content .number-wrapper sup {
  font-size: 20px;
  color: #FFA400;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .list {
  margin-top: 40px;
}
.about-page .about-3 .list ul {
  margin: -15px;
}
.about-page .about-3 .list ul li {
  padding: 15px;
  width: 33.33%;
}
.about-page .about-3 .list ul li .profile-card {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about-page .about-3 .list ul li .profile-card::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}
.about-page .about-3 .list ul li .profile-card .hover-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-page .about-3 .list ul li .profile-card .hover-area.alignment-bottom {
  bottom: 0;
  -moz-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
.about-page .about-3 .list ul li .profile-card .hover-area .profile-body {
  padding: 0px 0px 40px 0px;
}
.about-page .about-3 .list ul li .profile-card .hover-area .profile-body h3 {
  color: white;
  margin-bottom: 3px;
}
.about-page .about-3 .list ul li .profile-card .hover-area .profile-body p {
  color: white;
}
.about-page .about-3 .list ul li .profile-card:hover::before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.about-page .about-3 .list ul li .profile-card:hover .hover-area {
  opacity: 1;
  visibility: visible;
}
.about-page .about-3 .list ul li .profile-card:hover .hover-area.alignment-bottom {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-2 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .left {
    width: 100%;
    height: 590px;
  }
  .about-page .about-2 .box .right {
    width: 100%;
  }
  .about-page .about-2 .box .left .text {
    margin-bottom: 0;
  }
  .about-page .about-2 .box .left .text > div {
    margin: 0% 40% 0% 0%;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .box .left {
    height: 336px;
  }
  .about-page .about-2 .box .left .text {
    display: none;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-1 .right .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .right .flex .text {
    width: 100%;
  }
  .about-page .about-1 .right .flex .img {
    width: 100%;
    height: 240px;
  }
  .about-page .about-1 .right .flex.one .text {
    margin: 0;
  }
  .about-page .about-1 .right .flex.two .text {
    margin: 0;
  }
  .about-page .about-1 .right .flex.two .img {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .about-page .about-2 .box .right ul li .icon {
    margin-left: 10px;
  }
  .about-page .about-2 .box .right {
    margin: 0;
  }
  .about-page .about-2 {
    margin-bottom: 0;
  }
}
.service-page .service-1 {
  padding: 100px 0px 100px 0px;
}
.service-page .service-1 .box {
  margin: -10px;
}
.service-page .service-1 .left {
  width: 50%;
  padding: 10px 40px 10px 10px;
}
.service-page .service-1 .left ul li {
  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 .service-1 .left ul li .text {
  width: 50%;
  text-align: center;
}
.service-page .service-1 .left ul li .text .content {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 30px 20px 30px 20px;
}
.service-page .service-1 .left ul li .text .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #FFA400;
  margin-bottom: 13px;
}
.service-page .service-1 .left ul li .text .icon i {
  font-size: 40px;
}
.service-page .service-1 .left ul li .text h3 {
  color: #122C6C;
}
.service-page .service-1 .left ul li .text p {
  color: #767E93;
}
.service-page .service-1 .left ul li .text a {
  text-transform: uppercase;
  font-weight: bold;
  color: #FFA400;
}
.service-page .service-1 .left ul li:nth-child(1) .text:nth-child(1) .content {
  background-color: #122C6C;
  margin: 30px 0px 0px 0px;
}
.service-page .service-1 .left ul li:nth-child(1) .text:nth-child(1) h3 {
  color: white;
}
.service-page .service-1 .left ul li:nth-child(2) .text:nth-child(2) .content {
  background-color: #FFA400;
  margin: -30px 0px 0px 0px;
}
.service-page .service-1 .left ul li:nth-child(2) .text:nth-child(2) .icon {
  color: white;
}
.service-page .service-1 .left ul li:nth-child(2) .text:nth-child(2) h3 {
  color: white;
}
.service-page .service-1 .left ul li:nth-child(2) .text:nth-child(2) p {
  color: white;
}
.service-page .service-1 .left ul li:nth-child(2) .text:nth-child(2) a {
  color: white;
}
.service-page .service-1 .right {
  width: 50%;
  padding: 10px 10px 10px 60px;
}
.service-page .service-1 .right .contact-box {
  padding: 60px 60px 60px 70px;
  background-image: url(../images/faq-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .right .contact-box::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #020C2500), color-stop(50%, #020C25));
  background-image: -webkit-linear-gradient(top, #020C2500 0 0%, #020C25 50%);
  background-image: -moz-linear-gradient(top, #020C2500 0 0%, #020C25 50%);
  background-image: linear-gradient(180deg, #020C2500 0 0%, #020C25 50%);
  opacity: 0.75;
  z-index: -1;
}
.service-page .service-1 .right .contact-box .list ul {
  margin: -7.5px;
}
.service-page .service-1 .right .contact-box .list ul li {
  width: 50%;
  padding: 7.5px;
}
.service-page .service-1 .right .contact-box .list ul li i {
  font-size: 14px;
  color: #FFA400;
}
.service-page .service-1 .right .contact-box .elementor-icon-list-text {
  color: #FFFFFF;
  padding-left: 8px;
}
.service-page .service-1 .right .contact-box .elementor-heading-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.service-page .service-1 .right .contact-box .elementor-spacer-inner {
  height: 240px;
  margin-bottom: 20px;
}
.service-page .service-1 .right .contact-box .elementor-widget-container {
  display: inline-block;
  margin: 40px 0px 0px 0px;
  padding: 10px 50px 15px 40px;
  background-color: white;
}
.service-page .service-1 .right .contact-box .elementor-icon-box-wrapper {
  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;
  text-align: left;
}
.service-page .service-1 .right .contact-box .elementor-icon-box-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #FFA400;
  color: white;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  margin-right: 20px;
}
.service-page .service-1 .right .contact-box .elementor-icon-box-title {
  margin-bottom: 5px;
}
.service-page .service-2 {
  background-image: url(../images/service-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
  position: relative;
}
.service-page .service-2::before {
  content: "";
  background-color: #020C25;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.service-page .service-2 .left {
  width: 50%;
  vertical-align: middle;
}
.service-page .service-2 .left .form {
  padding: 40px 40px 40px 40px;
  background-color: white;
}
.service-page .service-2 .left .form ul li {
  width: 100%;
  margin: 7px 0px 0px 0px;
  padding: 15px;
}
.service-page .service-2 .left .form ul li.wid-50 {
  width: 50%;
}
.service-page .service-2 .left .form input,
.service-page .service-2 .left .form textarea {
  font-size: 16px;
  width: 100%;
  border: 1px solid #E9EAED;
  padding: 15px 25px 15px 25px;
}
.service-page .service-2 .left .form textarea {
  overflow: auto;
  resize: vertical;
  height: 140px;
}
.service-page .service-2 .left .form button {
  padding: 20px 40px 20px 40px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFA400;
  color: white;
}
.service-page .service-2 .right {
  width: 50%;
  vertical-align: middle;
  padding: 0px 0px 0px 80px;
}
.service-page .service-2 .right h2 {
  color: white;
}
.service-page .service-2 .right p {
  color: white;
}
.service-page .service-2 .right h3 {
  color: white;
}
.service-page .service-2 .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .right .flex .item {
  width: 100%;
}
.service-page .service-2 .right ul li {
  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;
  color: white;
}
.service-page .service-2 .right ul li:not(:last-child) {
  padding-bottom: -webkit-calc(15px / 2);
  padding-bottom: -moz-calc(15px / 2);
  padding-bottom: calc(15px / 2);
}
.service-page .service-2 .right ul li i {
  color: #FFA400;
  width: 1.25em;
  font-size: 14px;
}
.service-page .service-2 .right ul li .elementor-icon-list-text {
  padding-left: 5px;
}
.service-page .service-3 {
  padding: 100px 0px 80px 0px;
}
.service-page .service-3 .list {
  margin-top: 40px;
}
.service-page .service-3 ul {
  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 .service-3 ul li {
  width: 25%;
}
.service-page .service-3 ul li .content {
  margin: 0 10px 0 10px;
  position: relative;
}
.service-page .service-3 ul li .content .line {
  position: absolute;
  z-index: 1;
  width: 42%;
  max-width: 42%;
  top: 15%;
  left: 83%;
}
.service-page .service-3 ul li .content .jkit-icon-box-wrapper {
  padding: 0px 20px 0px 20px;
}
.service-page .service-3 ul li .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  margin: 0px 0px 20px 0px;
}
.service-page .service-3 ul li .icon i {
  font-size: 30px;
  vertical-align: middle;
}
.service-page .service-3 ul li h3 {
  margin: 0px 0px 5px 0px;
}
.service-page .service-3 ul li:nth-child(odd) .icon {
  background-color: #122C6C;
  color: white;
}
.service-page .service-3 ul li:nth-child(even) .icon {
  background-color: #FFA400;
  color: white;
}
.service-page .service-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .left {
  width: 50%;
  background-image: url(../images/service-4-1.jpg);
  background-position: 15% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-page .service-4 .right {
  width: 50%;
  padding: 5% 5% 5% 5%;
  background-color: #122C6C;
  position: relative;
  z-index: 1;
}
.service-page .service-4 .right::before {
  content: "";
  position: absolute;
  background-image: url(../images/silhouette-near-a-window.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.service-page .service-4 .right h2 {
  color: white;
}
.service-page .service-4 .right .elementor-icon {
  display: inline-block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  background-color: #FFA400;
  color: white;
}
.service-page .service-4 .right ul li .comment-content p {
  color: white;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.service-page .service-4 .right ul li .profile-image img {
  display: inline-block;
  margin: -25px 0px 0px 0px;
  width: 60px;
  border-radius: 50%;
  max-width: 100%;
}
.service-page .service-4 .right ul li .profile-info .profile-name {
  color: #FFA400;
  margin-bottom: 5px;
}
.service-page .service-4 .right ul li .profile-info .profile-des {
  color: #AEB4C3;
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left {
    width: 100%;
    padding: 10px;
  }
  .service-page .service-1 .right {
    width: 100%;
    padding: 10px;
    margin-top: 40px;
  }
  .service-page .service-1 .right .contact-box .elementor-spacer-inner {
    margin-bottom: 0;
  }
  .service-page .service-2 .left {
    width: 100%;
  }
  .service-page .service-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .service-page .service-3 ul li {
    width: 50%;
  }
  .service-page .service-3 ul li .content .jkit-icon-box-wrapper {
    margin: 20px 0 0 0;
  }
  .service-page .service-3 ul li:nth-child(2) .line {
    display: none;
  }
  .service-page .service-1 {
    padding: 40px 0;
  }
  .service-page .service-2 {
    padding: 40px 0;
  }
  .service-page .service-3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .left ul li .text {
    width: 100%;
  }
  .service-page .service-1 .left ul li:nth-child(1) .text:nth-child(1) .content {
    margin: 0;
  }
  .service-page .service-1 .left ul li:nth-child(2) .text:nth-child(2) .content {
    margin: 0;
  }
  .service-page .service-1 .right .contact-box .elementor-spacer-inner {
    height: 40px;
  }
  .service-page .service-1 .right .contact-box {
    padding: 40px 40px 40px 40px;
  }
  .service-page .service-1 .right .contact-box .txt-center {
    text-align: left;
  }
  .service-page .service-1 .right .contact-box .elementor-icon-box-wrapper {
    display: block;
  }
  .service-page .service-1 .right .contact-box .elementor-icon-box-icon {
    margin-bottom: 5px;
  }
  .service-page .service-1 .right .contact-box .elementor-widget-container {
    margin: 20px 0 0 0;
  }
  .service-page .service-2 .left .form ul li.wid-50 {
    width: 100%;
  }
  .service-page .service-2 .left .form {
    padding: 20px 20px 20px 20px;
  }
  .service-page .service-2 .right .flex {
    display: block;
  }
  .service-page .service-2 .right .flex .item {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .service-page .service-3 ul li {
    width: 100%;
  }
  .service-page .service-3 ul li .content .line {
    display: none;
  }
  .service-page .service-4 .left {
    display: none;
  }
  .service-page .service-4 .right {
    width: 100%;
  }
  .service-page .service-4 .right ul li .comment-content p {
    font-size: 16px;
  }
}
.product-page .product-1 {
  padding: 100px 0;
  max-width: 1600px;
}
.product-page .product-1 .warp .item:not(:last-child) {
  padding-bottom: 100px;
}
.product-page .product-1 .warp .item ul {
  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;
  margin: -10px;
}
.product-page .product-1 .warp .item ul li {
  width: 33.33%;
  padding: 10px;
}
.product-page .product-1 .warp .item ul li .cat-box {
  height: 100%;
  background-color: #122C6C;
  padding: 40px 30px 40px 30px;
}
.product-page .product-1 .warp .item ul li .cat-box h2 {
  color: white;
}
.product-page .product-1 .warp .item ul li .cat-box p {
  color: #AEB4C3;
}
.product-page .product-1 .warp .item ul li .img {
  position: relative;
  overflow: hidden;
}
.product-page .product-1 .warp .item ul li .img>a{
  display: block;
}
.product-page .product-1 .warp .item ul li .img::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: left;
  padding: 0px 30px 0px 30px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  opacity: 0;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body {
  position: relative;
  z-index: 2;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .title {
  font-size: 26px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  color: #FFA400;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .icon-box-description {
  font-size: 16px;
  color: white;
  margin: 0% 0% -30% 0%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .icon-box-button {
  position: relative;
  z-index: 2;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .icon-box-button .btn-wrapper {
  position: relative;
  z-index: 2;
}
.product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .icon-box-button a.icon-box-link {
  display: inline-block;
  color: white;
  margin: 0% 0% -70% 0%;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .product-1 .warp .item ul li .img:hover::before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.product-page .product-1 .warp .item ul li .img:hover .jkit-icon-box-wrapper {
  padding: 0px 30px 120px 30px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .product-page .product-1 .warp .item ul li {
    width: 50%;
  }
  .product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .icon-box-description {
    margin: 0% 0% -34% 0%;
  }
  .product-page .product-1 .warp .item ul li .img .jkit-icon-box-wrapper .icon-box.icon-box-body .icon-box-button a.icon-box-link {
    margin: 0% 0% -73% 0%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .warp .item ul li {
    width: 50%;
  }
  .product-page .product-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .warp .item ul li .cat-box {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .warp .item ul li {
    width: 100%;
  }
}
.prodet-page {
  padding-top: 100px;
  padding-bottom: 70px;
}
.prodet-page .prodet-1 .box {
  margin-left: -15px;
  margin-right: -15px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.prodet-page .prodet-1 .right h3 {
  font-size: 32px;
  font-weight: bold;
}
.prodet-page .prodet-1 .right p {
  line-height: 2;
}
.prodet-page .prodet-1 .right a.contact {
  display: inline-block;
  padding: 15px 35px;
  background-color: #FFA400;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.prodet-page .prodet-1 .img {
  border: 1px solid #f5f5f5;
  overflow: hidden;
  border-radius: 10px;
}
.prodet-page .prodet-1 .small-img ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .small-img ul li {
  margin: 6px 0;
  padding: 0 3px;
}
.prodet-page .prodet-1 .small-img ul li img {
  border-radius: 3px;
  border: 1px solid rgba(5, 5, 5, 0.1);
}


.prodet-small-img ul {
  margin: 0 -3px;
}
.prodet-small-img ul li {
  margin: 6px 0;
  padding: 0 3px;
}
.prodet-small-img ul li img {
  border-radius: 3px;
  border: 1px solid rgba(5, 5, 5, 0.1);
}

.prodet-page .prodet-2 {
  padding-top: 30px;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  margin: 0 12px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  color: #24589b;
  font-size: 20px;
  display: block;
  padding: 10px 20px;
  background-color: #f9fafb;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 41, 66, 0.03) inset;
  box-shadow: 0 3px 5px 0 rgba(25, 41, 66, 0.03) inset;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.prodet-page .prodet-2 .options ul li a:hover {
  color: white;
  background-color: #ff9046;
}
.prodet-page .prodet-2 .options ul li.active a {
  color: white;
  background-color: #ff9046;
}
.prodet-page .prodet-2 .ret {
  padding: 30px 0 50px;
}
.prodet-page .prodet-3 h4 {
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin: 15px 0 30px;
}
.prodet-page .prodet-3 ul {
  margin-left: -20px;
  margin-right: -20px;
}
.prodet-page .prodet-3 ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.prodet-page .prodet-3 ul li .content {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
  box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
  overflow: hidden;
  border-radius: 15px;
}
.prodet-page .prodet-3 ul li .content .product-details {
  padding: 20px 30px;
}
.prodet-page .prodet-3 ul li .content .product-categories {
  margin-right: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9fa5bc;
  font-size: 13px;
}
.prodet-page .prodet-3 ul li .content .product-title {
  margin: 3px 0 8px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-3 ul li.column {
    width: 50%;
  }
  .prodet-page {
    padding-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
  }
  .prodet-page .prodet-3 ul li.column {
    width: 100%;
  }
}



.gl-page ul{
  margin: -10px;
}
.gl-page ul li{
  padding: 10px;
}

/* 产品侧边栏 */
.sidebar-box{
  padding: 0 15px;
}
.sidebar-box .sidebar-left{
  width: 30%;
  padding: 0 30px;
  position: sticky;
  top: 100px;
  z-index: 2;
}
.sidebar-box .sidebar-left .sidebar-nav{
  padding: 30px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
}
.sidebar-box .sidebar-left .sidebar-nav h4{
  color: #122C6C;
}

.sidebar-box .sidebar-left .sidebar-nav ul li a{
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  position: relative;
  transition: .5s ease;
}
.sidebar-box .sidebar-left .sidebar-nav ul li a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #fcc700;
  transition: .5s ease;
}
.sidebar-box .sidebar-left .sidebar-nav ul li:first-child{
  border-top: 1px solid #e5e5e5;
}
.sidebar-box .sidebar-left .sidebar-nav ul li{
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.sidebar-box .sidebar-right{
  width: 70%;
  position: relative;
  z-index: 1;
}

.sidebar-box .sidebar-left .sidebar-nav ul li a.active,
.sidebar-box .sidebar-left .sidebar-nav ul li a:hover{
  background-color: #122c6c;
  color: white;
}
.sidebar-box .sidebar-left .sidebar-nav ul li a.active:before,
.sidebar-box .sidebar-left .sidebar-nav ul li a:hover:before{
  width: 5px;
}

.sidebar-box .sidebar-left .sidebar-nav ul li ul{
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 100%;
  background-color: #f8f8f8;
}

.sidebar-box .sidebar-left .sidebar-nav ul li:hover ul{
  display: block;
} 

@media screen and (max-width: 1000px) {
  .sidebar-box .sidebar-left{
    display: none;
  }

  .sidebar-box .sidebar-right{
    width: 100%;
  }
}

.zzzslist li{
  padding: 0 15px;
}
.zzzslist li h5{
  font-size: 14px;
  margin-top: 15px;
}
/*.shuiyin{
  position: relative;
}
.shuiyin:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 2;
  background: url(../images/shuiying.png) no-repeat center;
  background-size: 100%;
}*/
/* end */



/*.fancybox-content:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/shuiying.png) no-repeat center;
  background-size: 100%;
}*/