@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
  font-weight: 500;
  font-display: swap;
}

#mobile3{
  position: sticky;
}
body, html{
  height: auto;
}

#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  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%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
  border-radius: 37px;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

.grid-box {
  letter-spacing: -4px;
  font-size: 12px;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
img{
  width: auto;
  height: auto;
}
:root {
  --base-color: #015db4;
  --color: #015db4;
}
#mobile3 .m-search form input[type=submit]{
    background: url(../images/icon-search-white.png) center center no-repeat;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "mon";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.tit,
.title {
  font-weight: 500;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 95%;
  max-width: 1331px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.font-44{
  line-height: 1.2;
}
#header {
  z-index: 9;
  position: fixed;
  background: #fff;
  padding: 15px 0;
  width: 100%;
  top: 0;
  left: 0;
}

#header.scoller.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: auto;
  height: 51px;
  line-height: 51px;
  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-radius: 100%;
  display: inline-block;
  border-radius: 5px;
  background: var(--base-color);
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
#header .nav .feedback:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .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;
  max-width: 1720px;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  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%);
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 18px;
  font-size: 18px;
  color: #000;
  -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;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 400;
  background-size: 0%;
}
#header .ui.menu .menu-box ul.menu > li:hover, 
#header .ui.menu .menu-box ul.menu > li.active{
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/active-bj.png) center 4px no-repeat;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
  font-weight: bold;
}
#header .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;
  width: 240px;
  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 var(--base-color);
  display: none \9;
}
#header .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: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-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: 0;
  left:100%;
  width: 240px;
  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 var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .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 .ui.menu .email {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-weight: bold;
}
#header .ui.menu .email img {
  margin-right: 15px;
}
#header .ui.menu .language {
  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;
  position: relative;
  margin-right: 40px;
  margin-left: 20px;
}
#header .ui.menu .language 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
#header .ui.menu .language span img {
  margin-right: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -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 var(--base-color);
  display: none;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  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;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#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%;
  position: relative;
}
#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.3;
}
#banner .slick-arrow:hover {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  right: 15px;
}
#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: var(--base-color);
  -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: var(--base-color);
  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;
  word-break: keep-all;
  font-size: 16px;
  font-weight:500;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.project table tr:nth-child(1){
  background: var(--base-color);
  color: #fff;
}
.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: var(--base-color);
}
#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: var(--base-color) !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: var(--base-color);
  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;
  right: 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: var(--base-color);
}
#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;
}
#banner .bannerbox ul.bannerlist li {
  text-align: center;
  position: relative;
}
#banner .bannerbox ul.bannerlist li .textbox {
  text-align: center;
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  left: 0;
  top: 5%;
  position: absolute;
}
#banner .bannerbox ul.bannerlist li .textbox .title {
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.16666667;
  margin-bottom: 20px;
}
#banner .bannerbox ul.bannerlist li .textbox p {
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.625;
  color: #ffffff;
  font-weight: 700;
}
#index-body span.tag {
  font-size: 14px;
  color: #e68213;
  text-transform: uppercase;
  font-weight: 500;
}
#index-body p {
  /*font-weight:500;*/

}

a.more {
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  border-radius: 5px;
  display: inline-block;
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  color: #fff;
  font-weight:500;

}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#index-body .init-1{
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container{
  width: 1750px;
}
#index-body .init-1 .container .left{
  width: 40%;
}
#index-body .init-1 .container .left img{
  width: 100%;
}
#index-body .init-1 .container .right{
  width: 60%;
  padding-left: 50px;
}
#index-body .init-1 .container .right .fCont{
  padding-right: 200px
}
#index-body .init-1 .container .right .fCont .tips{
  color: #e68213;
  text-transform: uppercase;
  font-weight: 500;
}
#index-body .init-1 .container .right .fCont .tipsTitle{
  color: #1e1e1e;
  font-weight: bold;
}
#index-body .init-1 .container .right .fCont .des{
  color: #626262;
}
#index-body .init-1 .container .right .fCont .line{
  height: 1px;
  background: #9d9d9c;
}
#index-body .init-1 .container .right .bCont .moreC{
  width: calc(100% - 360px);
}
#index-body .init-1 .container .right .bCont .moreC .des{
  font-weight: 500;
  color: #131313;
  font-style: italic;
}
#index-body .init-1 .container .right .bCont .img2{
  width: 320px;
}

#index-body .init-2{
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-top: -20px;
  color: #fff;
}
#index-body .init-2 .top{
  line-height: 1;
  font-size: 16px;
}
#index-body .init-2 .top em{
  font-size: 80px;
  font-weight: bold;
}
#index-body .init-2 .top .sub{
  top: -10px;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
}
#index-body .init-2 .img{
  display: inline-block;
  margin-top: 20px;
}
#index-body .init-2 .bottom{
  font-weight: 500;
}
#index-body .init-3{
  
}
#index-body .init-3 .tips{
    color: #e68213;
    text-transform: uppercase;
    font-weight: 500;
}
#index-body .init-3 .tipsTitle{
  font-weight: bold;
  color: #1e1e1e;
}
#index-body .init-3 ul li .box .img{
  display: block;
}
#index-body .init-3 ul li .box .img img{
  width: 100%;
}
#index-body .init-3 ul li .box .title{
  display: block;
  font-weight:bold;
  color: #313232;
}
#index-body .init-3 ul li .box .des{
  color: #626262;
  font-weight:500;
}
.gxs-1 {
  padding: 110px 0;
}
.gxs-1 a.more2 {
  position: absolute;
  right: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 2px solid var(--base-color);
}
.gxs-1 a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-1 a.more2 img {
  margin-left: 10px;
  margin-top: 5px;
}
.gxs-1 .ui.container .top {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-1 .ui.container .top .text {
  width: 40%;
  padding-left: 24px;
  margin-top:45px;
}
.gxs-1 .ui.container .top .text .des{
  color: #626262;
  font-weight:500;
}
.gxs-1 .ui.container .top .right {
  width: 60%;
  position: relative;
}
.gxs-1 .ui.container .top .right a.more2 {
  bottom: -60px;
  font-weight:500;
}
.gxs-1 .ui.container .top .right .textbox {
  max-width: 540px;
  width: 90%;
  position: absolute;
  height: 200px;
  background: #fff;
  z-index: 2;
  padding: 30px;
  left: 0;
  bottom: -100px;
}
.gxs-1 .ui.container .top .right .textbox p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  color:#626262;
  font-weight:500;
}
.gxs-1 .ui.container .bottom {
  margin-top: 147px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-1 .ui.container .bottom .right {
  padding-left: 0;
}
.gxs-1 .ui.container .bottom .right a.more2 {
  left: 0!important;
}
.gxs-1 .ui.container .bottom .left,
.gxs-1 .ui.container .bottom .right {
  position: relative;
  width: 50%;
  height: 655px;
}
.gxs-1 .ui.container .bottom .left a.more2,
.gxs-1 .ui.container .bottom .right a.more2 {
  right: auto;
  left: 0;
  bottom: 45px;
  font-weight:500;
}
.gxs-1 .ui.container .bottom .left .textbox,
.gxs-1 .ui.container .bottom .right .textbox {
  width: 65%;
  max-width: 400px;
  overflow-y: auto;
  height: 200px;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #fff;
  padding: 30px;
}

.gxs-1 .ui.container .bottom .left .textbox p,
.gxs-1 .ui.container .bottom .right .textbox p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  color:#626262;
  font-weight:500;
}
.gxs-2 {
  padding: 115px 0;
  background: #f4f6f8;
}
.gxs-2 .ui.container {
  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;
  -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;
}
.gxs-2 .ui.container .left {
  width: 40%;
}
.gxs-2 .ui.container .left .title {
  margin-bottom: 5px;
  font-weight:bold;
}
.gxs-2 .ui.container .left ul.tlist {
  margin-top: 70px;
  margin-bottom: -20px;
}
.gxs-2 .ui.container .left ul.tlist li {
  margin-bottom: 20px;
}
.gxs-2 .ui.container .left ul.tlist li span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
.gxs-2 .ui.container .left ul.tlist li:hover span,
.gxs-2 .ui.container .left ul.tlist li.active span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/active-bj.png) center center no-repeat;
  color: var(--base-color);
}
.gxs-2 .ui.container .right {
  width: 55%;
}
.gxs-2 .ui.container .right ul.applist {
  display: block;
  margin: -12px;
}
.gxs-2 .ui.container .right ul.applist li {
  padding: 12px;
}
.gxs-2 .ui.container .right ul.applist li .img-box {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .right ul.applist li.active .img-box {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(33, 136, 196, 0.5);
  box-shadow: 0px 0px 15px 5px rgba(33, 136, 196, 0.5);
  border-radius: 5px;
}
.gxs-3 {
}
.gxs-3C{
  background-image: linear-gradient(to bottom,#edf0f2,#fff);
}
.gxs-3 .ui.container {
  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;
  -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;
}
.gxs-3 .ui.container .textbox {
  text-align: left;
  width: 80%;
  max-width: 915px;
}
.gxs-3 .ui.container .textbox .tips{

}
.gxs-3 .ui.container .textbox span.tag {

}
.gxs-3 .ui.container .textbox .title {
  margin: 15px 0;
}
.gxs-3 .ui.container .textbox p {
  color: #313232!important;
  max-width: 630px;
}
.gxs-3 .ui.container a.more {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .ui.container a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
  color: #fff;
}
.gxs-4 {
  padding: 55px 0;
  position: relative;
}
.gxs-4:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 200px;
  background: #edf0f2;
  top: 0;
  z-index: -1;
}
.gxs-4 .ui.container {
  padding: 0 40px;
  position: relative;
}
.gxs-4 .ui.container span.btn {
  position: absolute;
  top: 27%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.gxs-4 .ui.container span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.gxs-4 .ui.container span.btn.slick-prev {
  left: 0;
}
.gxs-4 .ui.container span.btn.slick-next {
  right: 0;
}
.gxs-4 .ui.container ul.productlist {
  margin: 0 -15px;
}
.gxs-4 .ui.container ul.productlist li {
  padding: 0 15px;
}
.gxs-4 .ui.container ul.productlist li .item {
  text-align: center;
}
.gxs-4 .ui.container ul.productlist li .item span {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color:#313232;
}
.gxs-4 .ui.container ul.productlist li .item .img-box {
  border-radius: 100%;
  width: 189px;
  height: 189px;
  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;
  margin: 0 auto;
  margin-top: 25px;
}
.gxs-4 .ui.container ul.productlist li .item .img-box img {
  width: auto;
}
.gxs-4 .ui.container ul.productlist li .item .textbox {
  margin-top: 20px;
}
.gxs-4 .ui.container ul.productlist li .item .textbox .tit {
  margin-bottom: 15px;
  font-weight:bold;
  color:#313232;
}
.gxs-4 .ui.container ul.productlist li .item .textbox .tit a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container ul.productlist li .item .textbox .tit a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-5 {
  padding: 105px 0;
}
.gxs-5 .ui.container {
  text-align: left;
}
.gxs-5 .ui.container > .title {
  margin-top: 10px;
  margin-bottom: 50px;
}
.gxs-5 .ui.container .advbox ul.advlist {
  margin: 0 -17px;
}
.gxs-5 .ui.container .advbox ul.advlist li {
  padding: 0 17px;
}
.gxs-5 .ui.container .advbox ul.advlist li .item .textbox .title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.gxs-6 {
  padding-top: 100px;
  padding-bottom: 130px;
  background: #edf0f2;
}
.gxs-6 .ui.container {
  text-align: center;
}
.gxs-6 .bottom {
  margin-top: 50px;
  position: relative;
}
.gxs-6 .bottom span.btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  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: var(--base-color);
  top: 45%;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.3;
}
.gxs-6 .bottom span.btn:hover{
  opacity: 1;
}
.gxs-6 .bottom span.btn img {
  width: 36px;
  height: 36px;
}
/*.gxs-6 .bottom span.btn:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}*/
.gxs-6 .bottom span.btn.slick-prev {
  left: 20%;
}
.gxs-6 .bottom span.btn.slick-next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gxs-6 .bottom span.btn.slick-next {
  right: 20%;
}
.gxs-6 .bottom ul {
  margin: 0 -125px;
}
.gxs-6 .bottom ul .slick-current li .img-box .textbox {
  opacity: 1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.gxs-6 .bottom ul li {
  padding: 0 125px;
}
.gxs-6 .bottom ul li .img-box {
  position: relative;
}
.gxs-6 .bottom ul li .img-box .textbox {
  position: absolute;
  left: 0;
  padding: 27px;
  background: rgba(255, 255, 255, 0.8);
  bottom: 22px;
  z-index: 3;
  width: 80%;
  max-width: 450px;
  height: 200px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .bottom .navbox {
  margin-top: 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;
  color: #626262;
  font-weight: bold;
}
.gxs-6 .bottom .navbox em {
  margin: 0 5px;
}
.gxs-6 .bottom .navbox em.now {
  color: #000;
}
.gxs-7 {
  padding: 110px 0;
  background: #f4f6f8;
}
.gxs-7 .ui.container {
  text-align: center;
}
.gxs-7 .ui.container .title {
  margin-top: 15px;
  margin-bottom: 50px;
  font-weight:bold; 
  color: #313232;
}
.gxs-7 .ui.container ul.newslist {
  margin: 0 -19px;
}
.gxs-7 .ui.container ul.newslist .slick-list{
  padding-bottom: 20px;
}
.gxs-7 .ui.container ul.newslist li {
  padding: 0 19px;
}
.gxs-7 .ui.container ul.newslist li .item{
  transition: all .5s;
}
.gxs-7 .ui.container ul.newslist li .item .textbox {
  padding: 30px 15px;
  padding-bottom: 40px;
  text-align: left;
}
.gxs-7 .ui.container ul.newslist li .item .textbox .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}
.gxs-7 .ui.container ul.newslist li .item .textbox .time img {
  margin-right: 10px;
}
.gxs-7 .ui.container ul.newslist li .item .textbox .tit {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-weight:bold;
}
.gxs-7 .ui.container ul.newslist li .item .textbox .tit a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.8;
}
.gxs-7 .ui.container ul.newslist li .item .textbox .tit a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-7 .ui.container ul.newslist li .item .textbox p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 2;
}
.gxs-7 .ui.container ul.newslist li .item:hover{
  background: #fff;
  box-shadow: 0 0 20px rgba(154, 154, 154, 0.2);
}
.gxs-8 {
  height: 400px;
  background: url(../images/contact-bj-img.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 120px;
}
.gxs-8 .ui.container {
  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;
  -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;
}
.gxs-8 .ui.container .title {
  color: #fff;
  max-width: 800px;
  font-weight:bold;
}
.gxs-8 .ui.container a.more {
  background: #fff;
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-8 .ui.container a.more:hover {
  background: #000;
  color: #fff;
}
.gxs-8 .formbox {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.gxs-8 .formbox .ui.container form {
  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;
  -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;
  height: 70px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding-right: 70px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gxs-8 .formbox .ui.container form 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;
  -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;
  width: 100%;
}
.gxs-8 .formbox .ui.container form ul li {
  width: 33.33%;
  position: relative;
  padding-left: 80px;
}
.gxs-8 .formbox .ui.container form ul li span {
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: rgba(0, 0, 0, 0.5);
}
.gxs-8 .formbox .ui.container form ul li span i {
  font-size: 12px;
  color: var(--base-color);
}
.gxs-8 .formbox .ui.container form input[type="text"] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #000;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 16px;
}
.gxs-8 .formbox .ui.container form input[type="text"].bnone {
  border-color: transparent;
}
.gxs-8 .formbox .ui.container form input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gxs-8 .formbox .ui.container form input[type="text"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gxs-8 .formbox .ui.container form input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gxs-8 .formbox .ui.container form input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gxs-8 .formbox .ui.container form input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gxs-8 .formbox .ui.container form input[type="submit"] {
  position: absolute;
  top: 0%;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../images/fasong.png) center center no-repeat;
  border: none;
}
#footer .footer-main {
  padding-top: 145px;
  background: #f7f7f7;
}
#footer .footer-main .ui.container {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 120px;
  border-bottom: 1px  solid #eee;
}
#footer .footer-main .ui.container p {
  /*font-weight: 500;*/
  color: #565656;
}
#footer .footer-main .ui.container .logobox .eqbox {
  margin-top: 20px;
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #d5d6db;
}
#footer .footer-main .ui.container .logobox .posbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
#footer .footer-main .ui.container .logobox .posbox i {
  min-width: 20px;
  margin-right: 20px;
}
#footer .footer-main .ui.container .logobox .posbox p {
  /*max-width: 280px;*/
  line-height: 1.8;
  font-weight:500;
}
#footer .footer-main .ui.container .ewm {
  width: 117px;
  height: 117px;
  display: block;
  padding: 5px;
  background: #fff;
}
#footer .footer-main .ui.container > div {
  display: inline-block;
}
#footer .footer-main .ui.container .listCont1{
  width: 356px;
}
#footer .footer-main .ui.container .listCont2{
  width: 200px;
}
#footer .footer-main .ui.container .listCont3{
  width: 180px;
}
#footer .footer-main .ui.container .listCont4{
  width: 240px;
}
#footer .footer-main .ui.container > div .tit {
  margin-bottom: 35px;
  font-weight:bold;
}
#footer .footer-main .ui.container > div ul li {
  color: #565656;
  margin-bottom: 25px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #565656;
  font-weight:500;
}
#footer .footer-main .ui.container > div ul li i {
  margin-right: 15px;
  min-width: 22px;
}
#footer .footer-main .ui.container > div ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}
#footer .footer-main .ui.container > div ul li a:hover {
  text-decoration: underline;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 95%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .ui.container ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container ul.sharelist li {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  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;
  margin-left: 15px;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 12px;
}
#footer .footer-bottom .ui.container ul.sharelist li:nth-child(2){
  background: var(--base-color);
}
#footer .footer-bottom .ui.container ul.sharelist li:hover {
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #000;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #000;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-45 {
  font-size: 45px;
  line-height: 1.22222222;
}
.font-25 {
  font-size: 25px;
}
.font-60 {
  font-size: 60px;
}
@media screen and (max-width: 1800px) {
  #header .ui.menu .menu-box ul.menu>li{
    margin: 0 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  .font-18 {
    font-size: 16px;
  }
  #header .ui.menu .email{
    display: none;
  }
  #header .ui.menu .logo{
    left: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .font-45 {
    font-size: 36px;
  }
  .font-25 {
    font-size: 20px;
  }
  #header .ui.menu .logo {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
  }
  #header .nav .feedback {
    font-size: 14px;
  }
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 14px;
  }
  #header .ui.menu .email {
    display: none;
  }
  #header .nav .feedback{
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .font-45 {
    font-size: 30px;
  }
  .gxs-6 .bottom ul li {
    padding: 0 80px;
  }
  #banner .bannerbox ul.bannerlist li .textbox p{
    text-shadow: 1px 1px 5px #fff;
  }
  #index-body .init-1 .container .left{
    width: 100%;
  }
  #index-body .init-1 .container .right{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  #index-body .init-1 .container .right .fCont{
    padding-right: 0;
  }
  #index-body .init-1 .container .right .bCont .moreC{
    width: 100%;
  }
  #index-body .init-1 .container .right .bCont .img2{
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }
  #index-body .init-2{
    margin-top: 40px;
  }
  #index-body .init-2 .top em{
    font-size: 60px;
  }
  .gxs-1 .ui.container .top .right .textbox {
    width: 70%;
  }
  .gxs-2 .ui.container .left ul.tlist {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  #footer .footer-main .ui.container > div.quick {
    display: none;
  }
  .gxs-8 .ui.container .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box{
    margin-bottom: 0;
  }
  #footer .footer-bottom .ui.container ul.sharelist{
    display: none;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .font-45 {
    font-size: 24px;
  }
  #banner .bannerbox ul.bannerlist li .textbox{
    top: 2%;
    padding-top: 30px;
  }
  .gxs-1 .ui.container .top .text{
    order: -1;
    width: 100%;
    padding-left: 0;
  }
  .gxs-1 .ui.container .bottom .left,
  .gxs-1 .ui.container .bottom .right {
    width: 100%;
  }
  .gxs-1 a.more2{
    position: relative;
    top: 0;
  }
  .gxs-1 .ui.container .top .right .textbox{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .gxs-1 .ui.container .bottom .imgbox img{
    width: 100%;
  }
  .gxs-1 .ui.container .top .right .textbox{
    position: relative;
    top: 0;
    left: 0;
  }
  .gxs-1 .ui.container .bottom .left, .gxs-1 .ui.container .bottom .right{
    height: auto;
  }
  .gxs-1 .ui.container .bottom .left .textbox, .gxs-1 .ui.container .bottom .right .textbox{
    position: relative;
    max-width: 100%;
    height: auto;
    top: 0;
    width: 100%;
  }
  .gxs-1 .ui.container .bottom .left, .gxs-1 .ui.container .bottom .right{
    margin-top: 40px;
  }
  .gxs-1 .ui.container .bottom{
    margin-top: 0;
  }
  .gxs-1 .ui.container .top .right{
    width: 100%;
    margin-top: 20px;
  }
  .gxs-1 .ui.container .top .right .imgbox img{
    width: 100%;
  }
  .gxs-3 {
    padding-top: 40px;
  }
  .gxs-3 .ui.container .textbox {
    margin-bottom: 40px;
  }
  .font-16 {
    font-size: 14px;
  }
  .gxs-6 .bottom span.btn.slick-next {
    right: 3%;
  }
  .gxs-6 .bottom span.btn.slick-prev {
    left: 3%;
  }
  #footer .footer-main .ui.container > div.product {
    display: none;
  }
  .font-60 {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .font-60{
    font-size: 32px;
  }
  #banner .bannerbox ul.bannerlist li .textbox p{
    display: none;
  }
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #banner .bannerbox ul.bannerlist li .textbox .title{
    margin-bottom: 10px;
  }
  #footer .footer-bottom .ui.container {
    -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;
    -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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .gxs-1 .ui.container .top .text {
    width: 100%;
    padding-left: 0;
  }
  .gxs-1 .ui.container .top .text .tit {
    margin-bottom: 20px;
  }
  .gxs-1 .ui.container .top .right {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .gxs-2 .ui.container .left {
    width: 100%;
  }
  .gxs-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .gxs-6 .bottom span.btn {
    top: 97%;
  }
  #footer .footer-main .ui.container .listCont1{
    width: 100%;
  }
  #footer .footer-main .ui.container .listCont4{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .font-60 {
    font-size: 20px;
  }
  #banner .bannerbox ul.bannerlist li .imgbox img{
    height: 280px;
    object-fit: cover;
  }
  #banner .bannerbox ul.bannerlist li .textbox {
    padding-top: 20px;
  }
  #index-body .init-2 .top em{
    font-size: 50px;
  }
  .gxs-1 {
    padding: 40px 0;
  }
  .gxs-1 .ui.container .top .right .textbox {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .gxs-1 .ui.container .top .right a.more2 {
    bottom: 0;
    position: relative;
    left: 20px;
  }
  .gxs-1 .ui.container .bottom .left,
  .gxs-1 .ui.container .bottom .right {
    height: auto;
  }
  .gxs-1 .ui.container .bottom .left .textbox,
  .gxs-1 .ui.container .bottom .right .textbox {
    width: 100%;
    max-width: 400px;
    bottom: 0;
    right: 0;
    position: relative;
    background: #fff;
    padding: 20px;
  }
  .gxs-1 .ui.container .bottom .right {
    padding-left: 0px;
  }
  .gxs-1 .ui.container .bottom .left a.more2,
  .gxs-1 .ui.container .bottom .right a.more2 {
    right: auto;
    left: 20px;
    bottom: 0;
  }
  .gxs-1 .ui.container .bottom .right a.more2 {
    left: 20px!important;
  }
  .font-45 {
    font-size: 20px;
  }
  a.more {
    height: 50px;
    line-height: 50px;
  }
  .gxs-4 {
    padding: 30px 0;
    position: relative;
  }
  .gxs-2 {
    padding: 20px 0;
    background: #f4f6f8;
  }
  .gxs-5 {
    padding: 20px 0;
  }
  .gxs-6 .bottom ul {
    margin: 0;
  }
  .gxs-6 .bottom ul li {
    padding: 0;
  }
  .gxs-6 .bottom ul li .img-box .textbox{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    height: auto;
  }
  .gxs-7 {
    padding: 40px 0;
    background: #f4f6f8;
  }
  .gxs-8 .formbox .ui.container form {
    height: auto;
  }
  .gxs-8 .formbox .ui.container form ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .gxs-8 .formbox .ui.container form {
    padding-right: 0;
  }
  .gxs-8 .formbox .ui.container form input[type="submit"] {
    position: relative;
    top: 0;
  }
  .gxs-8 .formbox .ui.container form {
    padding: 20px;
  }
  .gxs-8 .formbox .ui.container form input[type="text"] {
    border-right: none;
    margin-bottom: 0px;
  }
  .font-18 {
    font-size: 14px;
  }

  #footer .footer-main .ui.container .listCont1{
    margin-top: 40px;
  }
  .gxs-8 {
    padding-top: 45px;
  }
  #footer .footer-main .ui.container {
    padding-bottom: 40px;
  }
  #footer .footer-main .ui.container>div .tit{
    display: none;
  }
  #footer .footer-main .ui.container>div{
    width: 100%;
    margin-bottom: 20px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 25px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
.mb-nav {
  position: relative;
  padding: 20px;
  display: none;
}
.mb-nav h5 {
  font-size: 24px;
  font-weight: bold;
  background: #7bc21f;
  color: #222;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav h5:hover {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  background: #fff;
  display: none;
}
.mb-nav .catebox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 9999;
  font-size: 20px;
  padding: 20px;
}
.mb-nav .catebox i:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
.mb-nav .catebox ul.catelist > li {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu {
  width: 100%;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu li li {
  padding-left: 20px;
  margin: 5px;
  font-size: 14px;
  color: #000;
}
.mb-nav .catebox ul.catelist > li li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox ul.catelist > li li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}


/*inner css kaishi*/
.product-page #form {

  text-align: center;

}

.product-page form {

  max-width: 500px;

  margin: 0 auto;

}

#form ul li span:last-child {

  margin-right: 0;

}
.inner-banner {

  height: 410px;

  background-position: top center;

  background-attachment: fixed;

  padding-top: 160px;

  text-align: center;

  color: white;

}

.inner-banner .mbx {

  display: block;

  font-size: 16px;

  color: #fefefe;

  text-transform: capitalize;

}

.inner-banner .mbx a,

.inner-banner .mbx span {

  display: inline-block;

  vertical-align: middle;

  margin: 0 2px;

}

.inner-banner .mbx a:hover {

  text-decoration: underline;

}

.inner-banner h2 {

  

  font-size: 28px;

  text-transform: uppercase;

  line-height: 2;

  padding: 5px 0 10px;

  max-width: 800px;

  display: block;

  margin: 0 auto 15px;

  border-bottom: 1px solid #9aa3ac;

}

.inner-banner p {

  display: block;

  font-size: 17px;

  color: #fefefe;

  line-height: 1.8;

  max-width: 580px;

  margin: 0 auto;

}

.about-page h3 {

  display: block;

  font-size: 45px;

  color: #242424;

  line-height: 1.2;

  font-weight:700;
  text-transform:capitalize;

  

}

.about-page .about-1 {

  padding: 100px 0 100px;

}

.about-page .about-1 .left {

  width: 57%;

  padding-right: 60px;

}

.about-page .about-1 .left h5 {

  display: block;

  font-size: 30px;

  color: #303030;

  

  text-transform: uppercase;

  line-height: 1;
  margin-top:24px;

}

.about-page .about-1 .left h2 {

  display: block;

  

  font-size: 50px;

  color: #035eb4;

  line-height: 1.8;

  text-transform: uppercase;

  padding: 0px 0 10px;

  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;

}

.about-page .about-1 .left h3 {

  margin-top: 25px;

  line-height:42px;

}

.about-page .about-1 .right {

  width: 43%;

}

.about-page .about-1 .content {

  display: block;

  margin-top: 55px;

  font-size: 16px;

  color: #626262;

  line-height: 2.2;
  
  font-weight:500;

}

.about-page .about-2 .top {

  padding: 50px 0;

  background: #eee;

}

.about-page .about-2 .top ul {

  margin: -10px;

}

.about-page .about-2 .top ul li {

  text-align: center;

  vertical-align: middle;

  padding: 10px;

}

.about-page .about-2 .bottom {

  display: block;

  padding: 110px 0 85px;

}

.about-page .about-2 .bottom .text {

  display: block;

  font-size: 18px;

  color: #242424;

  line-height: 2;

  margin: 5px 0 15px;

}

.about-page .about-2 .bottom a.more {

  font-size: 14px;

  color: #3797ce;

}

.about-page .about-2 .bottom a.more i {

  margin-left: 30px;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  position: relative;

  left: 0;

}

.about-page .about-2 .bottom a.more:hover i {

  left: 15px;

}

.about-page .about-3 {

  padding: 120px 0;

  background: #f9f9f9;

}

.about-page .about-3 .ui.container {

  max-width: 1440px;

  margin: 0 auto;

  width: 100%;

}

.about-page .about-3 .left {

  text-align: center;

  vertical-align: middle;

}

.about-page .about-3 .right {

  padding: 0 35px;

}

.about-page .about-3 .right .text {

  font-size: 18px;

  color: #424242;

  line-height: 2;

  margin-top: 30px;

}

.about-page .about-4 {

  background: url("../images/about-4-bg.jpg") center center;

  background-size: cover;

  padding: 100px 0 100px;

}

.about-page .about-4 .ui.container {

  width: 100%;

  max-width: 1440px;

  margin: 0 auto;

}

.about-page .about-4 .left {

  padding: 0 3%;

  color: white;

  vertical-align: middle;

}

.about-page .about-4 .left h3 {

  color: white;

}

.about-page .about-4 .left .text {

  font-size: 18px;

  line-height: 2;

  margin-top: 15px;

}

.about-page .about-4 .right {

  vertical-align: middle;

}

.about-page .about-4 .right ul {

  margin: -10px 0;

}

.about-page .about-4 .right ul li {

  padding: 10px;

}

.about-page .about-5 {

  background: #f8f9fb;

  padding: 100px 0 130px;

  text-align: center;

}

.about-page .about-5 h6 {

  font-size: 16px;

  color: #424242;

}

.about-page .about-5 .box {

  padding-top: 70px;

  max-width: 1200px;

  display: block;

  margin: 0 auto;

}

.about-page .about-5 .box ul {

  overflow: hidden;

}

.about-page .about-5 .box ul li {

  background: white;

  padding: 25px 30px 140px;

  margin-bottom: -100px;

  text-align: left;

  color: #323232;

}

.about-page .about-5 .box ul li i {

  display: block;

  line-height: 80px;

  height: 80px;

}

.about-page .about-5 .box ul li i img {

  display: inline-block;

  vertical-align: middle;

}

.about-page .about-5 .box ul li h4 {

  display: block;

  font-size: 20px;

  

  line-height: 1;

  margin: 38px 0px 15px 0px;
  font-weight:700;
  text-transform:capitalize;

}

.about-page .about-5 .box ul li p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;

}

.about-page .about-5 .box ul li:nth-child(even) {

  background: #015db4;

  color: white;

}

.about-page .about-6 {

  padding: 170px 0 160px;

  text-align: center;

  background: url("../images/about-6-bg.jpg") center center no-repeat;

  background-size: cover;

  margin-bottom: 30px;

}

.about-page .about-6 h2 {

  display: block;

  font-size: 47px;

  color: white;

  line-height: 1.2;

  max-width: 920px;

  margin: 0 auto;

}

.about-page .about-6 h2 em {

  

  text-transform: uppercase;

}

.about-page .about-7 {

  padding-top: 80px;

  text-align: center;

}

.about-page .about-7 .ui.container {

  width: 100%;

  max-width: 1440px;

  margin: 0 auto;

}

.about-page .about-7 h6 {

  font-size: 16px;

  color: #424242;

}

.about-page .about-7 .box {

  padding: 60px 0 70px;

  overflow: hidden;

}

.about-page .about-7 .box ul {

  margin: -25px;

}

.about-page .about-7 .box ul li {

  padding: 25px;

}

.about-page .about-7 .box ul li a {

  display: block;

  border: 10px solid #3797ce;

  -moz-box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);

  -o-box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);

  box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);

}

.about-page .about-7 a.more {

  display: inline-block;

  margin: 0 auto;

  line-height: 40px;

  height: 40px;

  padding: 0 40px;

  font-size: 14px;

  text-transform: uppercase;

  color: white;

  background: #42ba3c;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.about-page .about-7 a.more:hover {

  background: #3797ce;

}

.about-page .about-8 {

  text-align: center;

  /*padding: 95px 0 70px;*/

}

.about-page .about-8 p.tit {

  display: block;

  max-width: 830px;

  margin: 0 auto;

  padding-top: 20px;

  font-size: 16px;

  color: #424242;

  line-height: 1.6;

}

.about-page .about-8 .box {

  overflow: hidden;

  margin-top: 65px;

}

.about-page .about-8 .box ul {

  margin: -5px;

}

.about-page .about-8 .box ul li {

  padding: 5px;

}

.about-page .about-8 .box ul li img {

  width: 100%;

}

.about-page .about-8 .box ul li:nth-child(1) {

    width: 24.5%;

}

.about-page .about-8 .box ul li:nth-child(2) {

    width: 13.7%;

}

.about-page .about-8 .box ul li:nth-child(3) {

    width:19.6%

}

.about-page .about-8 .box ul li:nth-child(4) {

    width: 17.1%;

}

.about-page .about-8 .box ul li:nth-child(5) {

    width: 24.3%;

}

.history-page .history-1 {

  padding: 150px 0 90px;

}

.history-page .history-1 .left h6 {

  font-size: 30px;

  color: #303030;

  

  line-height: 1;

  text-transform: capitalize;

}

.history-page .history-1 .left h3 {

  

  font-size: 40px;

  color: #3797ce;

  line-height: 1;

  text-transform: capitalize;

  margin: 10px 0;

}

.history-page .history-1 .left h2 {

  font-size: 66px;

  color: #242424;

  

  display: inline-block;

  line-height: 1;

  text-transform: capitalize;

}

.history-page .history-1 .left h2 small {

  display: block;

    

  border-bottom: 1px solid #3797ce;

  margin-top: 5px;

  padding-bottom: 15px;

}

.history-page .history-1 .left h5 {

  font-size: 24px;

  color: #242424;

  

  padding: 15px 0 10px;

}

.history-page .history-1 .left h5 i {

  display: inline-block;

  vertical-align: middle;

  margin-right: 15px;

}

.history-page .history-1 .left p {

  display: block;

  font-size: 15px;

  color: #424242;

  line-height: 1.6;

}

.history-page .history-1 .right {

  padding-left: 5%;

}

.history-page .history-2 {

  padding: 90px 0 140px;

  background: #f8f9fb;

}

.history-page .history-2 .history-box .list {

  padding-bottom: 90px;

  position: relative;

}

.history-page .history-2 .history-box .list:after {

  content: '';

  width: 1px;

  height: 100%;

  position: absolute;

  left: 275px;

  background: #a5a5a5;

  top: 40px;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.history-page .history-2 .history-box .list:last-child {

  padding-bottom: 0;

}

.history-page .history-2 .history-box .list:last-child:after {

  display: none;

}

.history-page .history-2 .history-box .list .box {

  padding-left: 275px;

  position: relative;

  min-height: 100px;

}

.history-page .history-2 .history-box .list .box:after {

  content: '';

  width: 13px;

  height: 13px;

  border-radius: 100%;

  border: 3px solid #6b6b6b;

  background: white;

  position: absolute;

  margin-left: -6px;

  top: 40px;

  z-index: 1;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.history-page .history-2 .history-box .list .box .time {

  position: absolute;

  top: 0;

  left: 0;

}

.history-page .history-2 .history-box .list .box .time h4 {

  display: inline-block;

  text-align: center;

  font-size: 18px;

  color: #3797ce;

  text-transform: uppercase;

}

.history-page .history-2 .history-box .list .box .time h4 span {

  display: block;

  font-size: 72px;

  color: #303030;

  

  line-height: 1;

  letter-spacing: 2px;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.history-page .history-2 .history-box .list .box .content {

  padding-top: 10px;

  padding-left: 85px;

  font-size: 18px;

  color: #303030;

  line-height: 1.6;

}

.history-page .history-2 .history-box .list:hover:after {

  background: #3797ce;

}

.history-page .history-2 .history-box .list:hover .box:after {

  border-color: #3797ce;

  -webkit-transform: scale(1.4);

  -moz-transform: scale(1.4);

  -ms-transform: scale(1.4);

  -o-transform: scale(1.4);

  transform: scale(1.4);

}

.history-page .history-2 .history-box .list:hover .box .time h4 span {

  color: inherit;

}

.honor-page .honor-1 {

  margin-top: 130px;

  background: #f1f8fc;

}

.honor-page .honor-1 .left {

  vertical-align: middle;

}

.honor-page .honor-1 .left h6 {

  font-size: 30px;

  color: #303030;

  line-height: 1;

  

}

.honor-page .honor-1 .left h2 {

  display: block;

  font-size: 67px;

  color: #0b89d1;

  line-height: 1;

  text-transform: uppercase;

  

  padding: 20px 0 30px;

}

.honor-page .honor-1 .left p {

  display: block;

  font-size: 15px;

  color: #424242;

  line-height: 2;

  max-width: 500px;

  padding-top: 20px;

  border-top: 1px solid #0b89d1;

}

.honor-page .honor-1 .right {

  vertical-align: middle;

  text-align: right;

  padding-left: 10%;

}

.honor-page .honor-1 .right img {

  margin-top: -10px;

}

.honor-page .honor-2 {

  padding: 160px 0 80px;

}

.honor-page .honor-2 .box ul {

  margin: 0 -40px;

}

.honor-page .honor-2 .box ul li {

  padding: 0 40px;

}

.honor-page .honor-2 .box ul li h6 {

  display: block;

  font-size: 18px;

  color: #242424;

  line-height: 1.6;

  margin-top: 20px;

  padding: 0 5%;

  

}

.honor-page .honor-3 {

  padding: 60px 0 90px;

  background: #f1f8fc;

}

.honor-page .honor-3 .box ul {

  margin: 0 -35px;

}

.honor-page .honor-3 .box ul li {

  padding: 0 35px;

}

.honor-page .honor-4 {

  padding: 60px 0 150px;

}

.honor-page .honor-4 .nav {

  margin-top: 50px;

}

.honor-page .honor-4 .nav ul li {

  text-align: center;

  font-size: 22px;

  color: #0b89d1;

  border-right: 1px solid #0b89d1;

  line-height: 1;

}

.honor-page .honor-4 .nav ul li:last-child {

  border-right: none;

}

.honor-page .honor-4 .nav ul li.active {

  

}

.honor-page .honor-4 .box ul {

  margin: -20px -30px;

}

.honor-page .honor-4 .box ul li {

  padding: 20px 30px;

}

.honor-page .honor-4 .box ul li a {

  display: block;

  border: 10px solid #fafafa;

}

.honor-page .honor-2,

.honor-page .honor-3,

.honor-page .honor-4 {

  text-align: center;

}

.honor-page .honor-2 h3,

.honor-page .honor-3 h3,

.honor-page .honor-4 h3 {

  font-size: 44px;

  

  color: #242424;

  line-height: 1;

  text-transform: uppercase;

}

.honor-page .honor-2 h3 small,

.honor-page .honor-3 h3 small,

.honor-page .honor-4 h3 small {

  display: block;

    

  font-size: 15px;

  color: #424242;

  line-height: 1.6;

  margin-top: 15px;

  text-transform: none;

}

.honor-page .honor-2 .box,

.honor-page .honor-3 .box,

.honor-page .honor-4 .box {

  padding-top: 60px;

  overflow: hidden;

}

.honor-page .honor-2 .box a,

.honor-page .honor-3 .box a,

.honor-page .honor-4 .box a {

  display: block;

}

.honor-page .honor-2 .box a span,

.honor-page .honor-3 .box a span,

.honor-page .honor-4 .box a span {

  overflow: hidden;

  display: block;

}

.server-page .about-3 {

    /*padding: 120px 0;*/

    /*background: #f9f9f9;*/

}

.server-page .about-3 .ui.container {

    /*max-width: 1440px;*/

    margin: 0 auto;

    width: 100%;

}

.server-page .about-3 .left {

    text-align: center;

    vertical-align: middle;

    margin-top: 20px;

}

.server-page .about-3 .right {

  margin-top: 40px;

    padding: 0 15px;

    text-align: left;

}

.server-page .server-1 .right h3 {

  font-size: 26px;

}

.server-page .about-3 .right .text {

    font-size: 16px;

    color: #424242;

    text-align: center;

    line-height: 2;

    margin-top: 30px;

}

.server-page .server-1 {

  padding: 100px 0 60px;

  text-align: center;

}

.server-page .server-1 h3 {

  display: block;

  

   text-align: center;

  font-size: 40px;

  color: #3797ce;

  text-transform: uppercase;

  line-height: 1;

}

.server-page .server-1 h3 small {

  display: block;

  color: #424242;

  font-size: 15px;

    

  padding-top: 20px;

  max-width: 500px;

  margin: 0 auto;

  text-transform: none;

  line-height: 1.6;

}

.server-page .server-1 .box {

  padding-top: 20px;

}

.server-page .server-1 .box ul {

  margin: 0 -30px;

}

.server-page .server-1 .box ul li {

  padding: 0 30px;

}

.server-page .server-2 {

  padding: 60px 0 120px;

  background: #f8f9fb;

}

.server-page .server-2 h3 {

  text-align: center;

  font-size: 40px;

  color: #303030;

  

  line-height: 1;

}

.server-page .server-2 .box {

  padding-top: 60px;

}

.server-page .server-2 .box ul li {

  border: 1px solid #bebfc0;

}

.server-page .server-2 .box ul li:nth-child(3n+1) + li,

.server-page .server-2 .box ul li:nth-child(3n+1) + li + li {

  border-left: none;

}

.server-page .server-2 .box ul li:nth-child(3) ~ li {

  border-top: none;

}

.server-page .server-2 .box ul li .box2 {

  padding: 30px 35px;

  background: white;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.server-page .server-2 .box ul li .box2 i {

  height: 50px;

  line-height: 50px;

  display: block;

}

.server-page .server-2 .box ul li .box2 i img {

  display: inline-block;

  vertical-align: middle;

}

.server-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 20px;
  color: #303030;
  line-height: 1.8;
  margin: 20px 0 5px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.server-page .server-2 .box ul li .box2 .text {
  font-size: 14px;
  color: #303030;
  line-height: 2;
  height: 150px;
  overflow: auto;

}

.server-page .server-2 .box ul li .box2:hover {

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);

  -moz-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);

  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);

  box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);

}

.product-yd-page {

  padding: 100px 0 100px;

}

.product-yd-page h2 {

  font-size: 40px;

  color: #0b89d1;

  

  text-transform: uppercase;

  line-height: 1;

}
.product-yd-page h1 {

  font-size: 45px;

  color: #015db4;

  

  text-transform: capitalize;
  font-weight:bold;

  line-height: 1;

}
.product-yd-page .Auxil-catdes{
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-yd-page .text {

  display: block;

  font-size: 16px;

  color: #424242;

  line-height: 1.6;

  margin-top: 10px;

}

.product-yd-page .box {

  margin-top: 30px;

}

.product-yd-page .box ul {

  margin: -7px;

}

.product-yd-page .box ul li {

  padding: 7px;

}

.product-yd-page .box ul li a {

  display: block;

  background: #f6f6f6;

  padding: 45px 40px 40px;

  position: relative;

  height: 460px;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  z-index: 1;

}

.product-yd-page .box ul li a>img {

  max-width: 77%;

}

/*.product-yd-page .box ul li a:after {

  content: '';

  z-index: -1;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url("../images/product-yd-bg.jpg");

  background-size: cover;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  opacity: 0;

}*/

.product-yd-page .box ul li a h3 {
  padding-bottom: 20px;
  display: block;

  max-width: 60%;

  font-size: 30px;

  color: #242424;
  font-weight:bold;

  line-height: 1.5;

  text-transform: capitalize;

  

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  position: relative;

  z-index: 1;

}

.product-yd-page .box ul li a > img {

  display: block;

  margin-left: auto;

  margin-right: 0;

  position: absolute;

  bottom: -65px;

  right: -47px;

}

.product-yd-page .box ul li a em {

  width: 50px;

  height: 50px;

  border-radius: 100%;

  text-align: center;

  line-height: 50px;

  background: #d0d0d0;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  position: absolute;

  bottom: 50px;

}

.product-yd-page .box ul li a em img {

  display: inline-block;

  vertical-align: middle;

}

.product-yd-page .box ul li a:hover:after {

  opacity: 1;

}

.product-yd-page .box ul li a:hover h3 {

  color: #015db4;

}

.product-yd-page .box ul li a:hover em {

  background: #015db4;

}

.product-yd-page .box ul li:nth-child(odd) {

  margin-top: -150px;

}

.product-yd-page .box ul li:nth-child(2) {

  margin-top: 150px;

}

.product-yd-page .box ul li:first-child {

  margin-top: 0;

}

.product-page .product-1 {

  margin-top: 0px;

  padding: 100px 0 100px;

  background: #f7f7f7;
margin-bottom: 0px;
}

.product-page .product-1 .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-page .product-1 .left {

  width: 100%;

  vertical-align: middle;

  position: relative;
  
}

.product-page .product-1 .left img{
  width: 100%;
}

.product-page .product-1 .left{
  display: inline-flex;
  justify-content: center;
}
.product-page .product-1 .left .big-img{
  width: 630px;
  height: 630px;
  object-fit: contain;
  background: #fff;
}
.product-page .product-1 .left .gallery-img{
  width: 224px;
  padding-left: 10px;
}
.product-page .product-1 .left .gallery-img ul{
  height: 590px;
}
.product-page .product-1 .left .gallery-img ul li a{
  display: block;
  overflow: hidden;
}
.product-page .product-1 .left .gallery-img ul li img{
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}
/*.product-page .product-1 .left img {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 0;

}*/

.product-page .product-1 .right {

  width:100%;

  vertical-align: middle;

  padding-left: 0%;

}

.product-page .product-1 .right h1 {

  font-size: 42px;
  font-weight:bold;

  color: #015db4;

  line-height: 1.5;

  

  text-transform: capitalize;

}

.product-page .product-1 .right h6 {
  display: block;
  font-size: 30px;
  color: #303030;
  margin-top: 40px;

}
.product-page .product-1 .right .content.table{
  margin:20px 0;
}

.product-page .product-1 .right .box ul.productlist{
  margin:0 -10px;
}
.product-page .product-1 .right .box ul.productlist li{
  padding: 10px;
}
.product-page .product-1 .right .box ul.productlist li h5{
  margin-top: 15px;
}
.product-page .product-1 .right .tabox{
  display: block;
  width: 100%;
  margin-top: 40px;
}
.product-page .product-1 .right .tabox .top{
  border-top: 1px solid var(--base-color);
  margin-bottom: 40px;
}
.product-page .product-1 .right .tabox .top ul li,
.product-page .product-1 .right .tabox .top ul  span{
  font-size: 18px;
  font-weight: 700;
  color: #333;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: -2px;
}
.product-page .product-1 .right .tabox .top ul  span{
  top: 2px;
  position: relative;
  cursor: pointer;
}
.product-page .product-1 .right .tabox .top ul li.active,
.product-page .product-1 .right .tabox .top ul li:hover,
.product-page .product-1 .right .tabox .top ul  span:hover{
  background: var(--base-color);
  color: #fff;
}
.sanmen {

  text-align: center;

  margin-top: 15px;

  font-size: 25px;

  color: #0b89d1;

  text-shadow: #000 1px 1px 1px;

}

.smtzh {

  margin-left: 200px;

  margin-right: 200px;

  font-size: 18px;

   margin-top: 15px;

}

.product-page .product-1 .right .text {

  font-size: 18px;

  color: #424242;

  line-height: 1.6;

}

.product-page .product-1 .right .text p {

  /*padding-left: 15px;*/

  position: relative;

  line-height: 28px;

}

.product-page .product-1 .right .text p:before {

  /*content: '';*/

  border: 2px solid #424242;

  border-radius: 100%;

  position: absolute;

  top: 10px;

  left: 0;

  opacity: .7;

}

.product-page .product-2 {

  padding-top: 90px;

}

.product-page .ui.container {

  max-width: 1180px;

}

.product-page .product-2 h3 {

  display: block;

  font-size: 30px;

  color: #0b89d1;

  

  text-transform: capitalize;

}

.product-page .product-2 .text {

  display: block;

  margin-top: 20px;

  font-size: 16px;

  color: #424242;

  line-height: 1.8;

}

.product-page .product-2 .box {

  padding: 50px 0;

  text-align: center;

}

.product-page .product-2 .box ul li a {

  display: block;

  position: relative;

  cursor: default;

}

.product-page .product-2 .box ul li a:after {

  /*content: '';*/

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.35);

-webkit-transition: .5s;

    -moz-transition: .5s;

    -ms-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

}

.product-page .product-2 .box ul li img {

  width: 100%;

}

.product-page .product-2 .box ul {

  margin: -10px;

}

.product-page .product-2 .box ul li {

  padding: 10px;

}

.product-page .product-2 .box ul li a h5 {

  position: relative;

  /*left: 0;*/

  /*top: 50%;*/

  width: 100%;

  text-align: center;

  font-size: 14px;

  color: black;

  padding: 0 10px;

  max-width: 100%;

-webkit-transition: .5s;

    -moz-transition: .5s;

    -ms-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

z-index: 1;

/*background: #eee;*/

margin-top: 10px;

}

.product-page .product-2 .box ul li a:hover h5 {

  color: #0b89d1;

}

.product-page .product-2 .text table {

  font-size: 14px;

  overflow: auto;

}

.product-page .product-2 .text table tbody {

  table-layout: inherit;

  min-width: 1200px;

}

.product-page .product-2 .text table tbody td:first-child {

  white-space: nowrap;

}

.product-page .product-3 {

  padding: 50px 0 80px;

}

.product-page .product-3 h3 {

  display: block;

  font-size: 30px;

  color: #303030;

  

  text-transform: capitalize;

}

.product-page .product-3 .box {

  margin-top: 40px;

  overflow: hidden;

}

.product-page .product-3 .box ul {

  margin: -25px;

}

.product-page .product-3 .box ul li {

  padding: 25px;

  position: relative;

}

.product-page .product-3 .box ul li span {

  height: 350px;

  line-height: 350px;

  text-align: center;

}

.product-page .product-3 .box ul li span img {

  display: inline-block;

  vertical-align: middle;

}

.product-page .product-3 .box ul li:nth-child(4n+1):after {

  content: '';

  position: absolute;

  width: 400%;

  height: 1px;

  background: #e9e9e9;

  left: 0;

  bottom: 0;

}

.product-page .product-3 .box ul li h6 {

  display: block;

  font-size: 24px;

  color: #303030;

  

  margin-top: 20px;

  text-align: center;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.product-page .product-3 .box ul li a {

  display: block;

}

.product-page .product-3 .box ul li a:hover h6 {

  color: #3797ce;

}

.recruitment-page .recruitment-1 .box {

  padding: 110px 0 70px;

  border-bottom: 1px solid #c2c2c2;

}

.recruitment-page .recruitment-1 .box .left {

  width: 55%;

  vertical-align: bottom;

}

.recruitment-page .recruitment-1 .box .left h6 {

  display: block;

  font-size: 30px;

  color: #303030;

  

  line-height: 1;

  margin-bottom: 15px;

}

.recruitment-page .recruitment-1 .box .left h2 {

  display: block;

  font-size: 67px;

  color: #0b89d1;

  line-height: 1;

  text-transform: uppercase;

  

}

.recruitment-page .recruitment-1 .box .left h2:after {

  content: '';

  width: 70%;

  height: 1px;

  background: #3797ce;

  margin-top: 30px;

  display: block;

}

.recruitment-page .recruitment-1 .box .left .text {

  display: block;

  margin-top: 25px;

  font-size: 16px;

  color: #424242;

  line-height: 1.6;

}

.recruitment-page .recruitment-1 .box .left .text strong {

  

}

.recruitment-page .recruitment-1 .box .left .text h5 {

  display: block;

  font-size: 24px;

  color: #424242;

  

}

.recruitment-page .recruitment-1 .box .right {

  width: 45%;

  vertical-align: bottom;

  text-align: right;

}

.recruitment-page .recruitment-2 {

  padding-bottom: 130px;

}

.recruitment-page .recruitment-2 .search-recruitment {

  margin: 50px 0 65px;

  position: relative;

  padding-left: 100px;

}

.recruitment-page .recruitment-2 .search-recruitment h5 {

  position: absolute;

  left: 0;

  top: 0;

  font-size: 16px;

  color: #424242;

  

  text-transform: capitalize;

}

.recruitment-page .recruitment-2 .search-recruitment ul {

  margin: 0 -25px;

}

.recruitment-page .recruitment-2 .search-recruitment ul li {

  padding: 0 25px;

  position: relative;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:after {

  content: '';

  width: 20px;

  height: 1px;

  background: #8e8e8e;

  position: absolute;

  top: 50%;

  right: 0;

  -webkit-transform: translateX(50%);

  -moz-transform: translateX(50%);

  -ms-transform: translateX(50%);

  -o-transform: translateX(50%);

  transform: translateX(50%);

}

.recruitment-page .recruitment-2 .search-recruitment ul li span,

.recruitment-page .recruitment-2 .search-recruitment ul li input {

  display: block;

  width: 100%;

  line-height: 28px;

  height: 28px;

  padding: 0 15px;

  font-size: 16px;

  color: #424242;

  border: 1px solid #b5b5b5;

}

.recruitment-page .recruitment-2 .search-recruitment ul li span::-webkit-input-placeholder,

.recruitment-page .recruitment-2 .search-recruitment ul li input::-webkit-input-placeholder {

  color: #424242;

}

.recruitment-page .recruitment-2 .search-recruitment ul li span:-moz-placeholder,

.recruitment-page .recruitment-2 .search-recruitment ul li input:-moz-placeholder {

  color: #424242;

}

.recruitment-page .recruitment-2 .search-recruitment ul li span::-moz-placeholder,

.recruitment-page .recruitment-2 .search-recruitment ul li input::-moz-placeholder {

  color: #424242;

}

.recruitment-page .recruitment-2 .search-recruitment ul li span:-ms-input-placeholder,

.recruitment-page .recruitment-2 .search-recruitment ul li input:-ms-input-placeholder {

  color: #424242;

}

.recruitment-page .recruitment-2 .search-recruitment ul li span {

  cursor: pointer;

  cursor: hand;

  position: relative;

  padding-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}

.recruitment-page .recruitment-2 .search-recruitment ul li span:after {

  content: "\f0d7";

  font-family: "FontAwesome";

  position: absolute;

  right: 5px;

  top: 0;

  opacity: 0;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(1),

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(2) {

  width: 18%;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(3),

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(4) {

  width: 25%;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(5) {

  width: 14%;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(5) input[type="submit"] {

  background: #0b89d1;

  color: white;

  text-transform: uppercase;

  border: none;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(5) input[type="submit"]:hover {

  background: #111;

}

.recruitment-page .recruitment-2 .search-recruitment ul li dl {

  position: absolute;

  top: 100%;

  width: 100%;

  border: 1px solid #f8f8f8;

  z-index: 1;

  font-size: 14px;

  display: none;

  max-height: 500px;

  background: white;

}

.recruitment-page .recruitment-2 .search-recruitment ul li dl dd {

  padding: 5px 10px;

  cursor: pointer;

  cursor: hand;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.recruitment-page .recruitment-2 .search-recruitment ul li dl dd:nth-child(odd) {

  background: #f8f8f8;

}

.recruitment-page .recruitment-2 .search-recruitment ul li dl dd:hover {

  background: #3797ce;

  color: white;

}

.recruitment-page .recruitment-2 .search-recruitment ul li .box {

  position: relative;

}

.recruitment-page .recruitment-2 .search-recruitment ul li .box:hover span:after {

  opacity: 1;

}

.recruitment-page .recruitment-2 .search-recruitment ul li .box:hover dl {

  display: block;

}

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-last-child(2):after,

.recruitment-page .recruitment-2 .search-recruitment ul li:nth-last-child(1):after {

  display: none;

}

.recruitment-page .recruitment-2 h3 {

  font-size: 30px;

  color: #232323;

  

  line-height: 1;

}

.recruitment-page .recruitment-2 .box2 {

  padding-top: 15px;

}

.recruitment-page .recruitment-2 .box2 dl {

  letter-spacing: -5px;

}

.recruitment-page .recruitment-2 .box2 dl .tab {

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  letter-spacing: 0;

  display: inline-block;

  vertical-align: top;

}

.recruitment-page .recruitment-2 .box2 dl .tab:first-child {

  width: 45%;

}

.recruitment-page .recruitment-2 .box2 dl .tab:nth-child(2) {

  width: 25%;

}

.recruitment-page .recruitment-2 .box2 dl .tab:nth-child(3) {

  width: 20%;

}

.recruitment-page .recruitment-2 .box2 dl .tab:nth-child(4) {

  width: 10%;

}

.recruitment-page .recruitment-2 .box2 dl dt .tab {

  padding: 15px;

  font-size: 18px;

  

  background: #3e3e3e;

  color: white;

}

.recruitment-page .recruitment-2 .box2 dl dd {

  border-bottom: 1px solid #d7d7d7;

}

.recruitment-page .recruitment-2 .box2 dl dd .tab {

  padding: 25px 15px;

  font-size: 16px;

  cursor: pointer;

  cursor: hand;

}

.recruitment-page .recruitment-2 .box2 dl dd .tab:first-child:before {

  content: '';

  border: 2px solid #2d2d2d;

  margin-right: 10px;

  display: inline-block;

  vertical-align: middle;

}

.recruitment-page .recruitment-2 .box2 dl dd .content {

  display: block;

  letter-spacing: 0;

  text-align: center;

  padding-bottom: 60px;

  display: none;

}

.recruitment-page .recruitment-2 .box2 dl dd .content .text {

  padding: 40px 20px;

  border: 1px solid #e8e8e8;

  background: #fdfdfd;

  font-size: 14px;

  color: #3d3d3d;

  line-height: 2;

  margin-bottom: 30px;

  text-align: left;

}

.recruitment-page .recruitment-2 .box2 dl dd .content .text strong {

  font-size: 16px;

  

  color: #191919;

}

.recruitment-page .recruitment-2 .box2 dl dd .content > a {

  width: 175px;

  line-height: 40px;

  height: 40px;

  text-align: center;

  font-size: 16px;

  color: #2d2d2d;

  text-transform: uppercase;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  display: inline-block;

  margin: 0 7px;

}

.recruitment-page .recruitment-2 .box2 dl dd .content > a.more {

  background: #0b89d1;

  color: white;

}

.recruitment-page .recruitment-2 .box2 dl dd .content > a.btn {

  background: #f0f0f0;

}

.recruitment-page .recruitment-2 .box2 dl dd .content > a:hover {

  color: white;

  background: #111;

}

.recruitment-page .recruitment-2 .box2 dl dd:nth-child(even) {

  background: #fcfcfc;

}

.recruitment-page .recruitment-2 .box2 dl dd.active {

  background: white;

}

@media screen and (max-width: 1400px) {

  .about-page .about-1 .left h5,

  .honor-page .honor-1 .left h6,

  .history-page .history-1 .left h6,

  .recruitment-page .recruitment-1 .box .left h6,

  .recruitment-page .recruitment-2 h3 {

    font-size: 24px;

  }

  .about-page .about-1 .left h2 {

    font-size: 38px;

  }

  .honor-page .honor-1 .left h2,

  .history-page .history-1 .left h2,

  .recruitment-page .recruitment-1 .box .left h2,

  .product-yd-page h2 {

    font-size: 44px;

  }

   .product-page .product-1 .right h1 {

     font-size: 44px;

     line-height: 28px;

   }

  .about-page h3,

  .history-page .history-1 .left h3,

  .product-page .product-2 h3,

  .server-page .server-1 h3,

  .server-page .server-2 h3 {

    font-size: 28px;

  }

  .inner-banner h2 {

    font-size: 18px;

  }

  .inner-banner p {

    font-size: 15px;

  }

  .about-page .about-1 .content,

  .about-page .about-2 .bottom .text,

  .about-page .about-3 .right .text,

  .about-page .about-4 .left .text,

  .about-page .about-5 .box ul li p,

  .honor-page .honor-1 .left p,

  .product-page .product-2 .text,

  .recruitment-page .recruitment-1 .box .left .text,

  .server-page .server-1 h3 small,

  .product-yd-page .text {

    font-size: 14px;

  }

  .about-page .about-2 .top ul {

    margin: 0;

  }

  .about-page .about-5 .box ul li h4,

  .recruitment-page .recruitment-1 .box .left .text h5 {

    font-size: 18px;

  }

  .about-page .about-5 .box ul li i {

    height: 60px;

    line-height: 60px;

  }

  .about-page .about-5 .box ul li i img {

    max-height: 100%;

  }

  .about-page .about-5 .box ul li {

    padding: 15px 15px 120px;

  }

  .about-page .about-6 {

    padding: 100px 0;

  }

  .about-page .about-6 h2 {

    font-size: 32px;

    max-width: 700px;

  }

  .honor-page .honor-1 {

    margin-top: 50px;

  }

  .honor-page .honor-2,

  .honor-page .honor-3,

  .honor-page .honor-4 {

    padding: 60px 0;

  }

  .honor-page .honor-2 h3,

  .honor-page .honor-3 h3,

  .honor-page .honor-4 h3 {

    font-size: 32px;

  }

  .honor-page .honor-4 .nav ul li {

    font-size: 18px;

  }

  .honor-page .honor-4 .box ul li {

    padding: 15px;

  }

  .honor-page .honor-4 .box ul {

    margin: -15px;

  }

  .honor-page .honor-2 .box ul li,

  .honor-page .honor-3 .box ul li {

    padding: 0 20px;

  }

  .honor-page .honor-2 .box ul,

  .honor-page .honor-3 .box ul {

    margin: 0 -20px;

  }

  .honor-page .honor-2 .box ul li h6 {

    font-size: 16px;

  }

  .history-page .history-1 {

    padding: 60px 0;

  }

  .history-page .history-1 .left h5 {

    font-size: 20px;

  }

  .history-page .history-2 .history-box .list .box .time h4 span {

    font-size: 60px;

  }

  .history-page .history-2 .history-box .list .box .time h4 {

    font-size: 15px;

  }

  .history-page .history-2 .history-box .list .box {

    padding-left: 200px;

  }

  .history-page .history-2 .history-box .list:after {

    left: 200px;

  }

  .history-page .history-2 .history-box .list .box .content {

    padding-left: 60px;

    font-size: 16px;

  }

  .history-page .history-2 .history-box .list {

    padding-bottom: 40px;

  }

  .history-page .history-2 {

    padding: 80px 0;

  }

  .product-page .product-1 {

    margin-top: 50px;

  }

  .product-page .product-1 .right h6 {

    font-size: 24px;

    margin-top: 20px;

  }

  .product-page .product-3 .box ul li {

    padding: 10px;

  }

  .product-page .product-3 .box ul {

    margin: -10px;

  }

  .product-page .product-3 .box ul li h6 {

    font-size: 18px;

    margin-top: 5px;

  }

  .recruitment-page .recruitment-1 .box {

    padding: 60px 0;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li {

    padding: 0 10px;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul {

    margin: 0 -10px;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li span,

  .recruitment-page .recruitment-2 .search-recruitment ul li input {

    font-size: 14px;

  }

  .recruitment-page .recruitment-2 .box2 dl dt .tab {

    font-size: 15px;

  }

  .recruitment-page .recruitment-2 .box2 dl dd .tab {

    padding: 15px;

    font-size: 14px;

  }

  .recruitment-page .recruitment-2 .box2 dl .tab:first-child {

    width: 40%;

  }

  .recruitment-page .recruitment-2 .box2 dl .tab:nth-child(4) {

    width: 15%;

  }

  .recruitment-page .recruitment-2 .box2 dl dd .content > a {

    width: 140px;

    line-height: 36px;

    height: 36px;

    font-size: 14px;

  }

  .server-page .server-1 {

    padding: 50px 0;

  }

  .server-page .server-1 .box ul li {

    padding: 0 15px;

  }

  .server-page .server-1 .box ul {

    margin: 0 -15px;

  }

  .server-page .server-2 .box ul li .box2 h4 {

    font-size: 16px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

    height: 38px;

  }

  .server-page .server-2 .box ul li .box2 i {

    height: 40px;

    line-height: 40px;

  }

  .server-page .server-2 .box ul li .box2 i img {

    max-height: 100%;

  }

  .server-page .server-2 .box ul li .box2 .text {

    font-size: 13px;

    height: 144px;

  }

  .server-page .server-2 .box ul li .box2 {

    padding: 15px;

  }

  .server-page .server-2 {

    padding: 60px 0;

  }

  .product-yd-page .box ul li a h3 {

    font-size: 28px;

    max-width: 70%;

  }

  .product-yd-page .box ul li a > img {

    max-width: 50%;

  }

  .product-yd-page .box ul li a {

    height: 380px;

  }

  .product-yd-page .box ul li:nth-child(2) {

    margin-top: 100px;

  }

  .product-yd-page .box ul li:nth-child(odd) {

    margin-top: -100px;

  }

  .product-yd-page .box ul li:first-child {

    margin-top: 0;

  }

}

@media screen and (max-width: 1250px) {
  .inner-banner{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4{
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
  }
    .about-page .about-8 .box ul li:nth-child(1),

    .about-page .about-8 .box ul li:nth-child(4) {

        width: 100%;

    }

    .about-page .about-8 .box ul li:nth-child(2) {

        width: 41%;

    }

    .about-page .about-8 .box ul li:nth-child(3) {

        width: 59%;

    }

    .about-page .about-8 .box ul li:nth-child(5) {

        width: 100%;

    }

  .product-yd-page {

    padding: 10px 0;

  }

  .product-page .product-2 .text table {

    font-size: 13px;

  }

  #index-body .init-1 ul li .text h3 {

    width: 100%;

  }

  .honor-page .honor-1 .left h2,

  .history-page .history-1 .left h2,

  .product-page .product-1 .right h1,

  .recruitment-page .recruitment-1 .box .left h2,

  .product-yd-page h2 {

    font-size: 36px;

  }

  .product-yd-page .box ul li {

    width: 100% !important;

    margin: 0 !important;

  }

  .product-yd-page .box ul li a > img {

    max-width: 40%;

    bottom: 25px;

    right: 25px;

  }

  .product-yd-page .box ul li a em {

    height: 40px;

    width: 40px;

    line-height: 40px;

  }

  .product-yd-page .box ul li a {

    padding: 25px;

    height: 320px;

  }

  .product-yd-page .box ul li a h3 {

    font-size: 24px;

    max-width: 60%;

  }

  .server-page .server-1 .box {

    padding-top: 20px;

  }

  .recruitment-page .recruitment-1 .box .left {

    width: 100%;

  }

  .recruitment-page .recruitment-1 .box .right {

    display: none;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li {

    width: 33.333% !important;

    margin-bottom: 15px;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(3):after {

    display: none;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(4) {

    width: 80% !important;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(5) {

    width: 20% !important;

  }

  .recruitment-page .recruitment-2 .box2 dl dd .tab {

    padding: 15px 10px;

    font-size: 13px;

  }

  .recruitment-page .recruitment-2 {

    padding-bottom: 60px;

  }

  .product-page .product-3 .box ul li:nth-child(4n+1):after {

    display: none;

  }

  .product-page .product-3 .box ul li:nth-child(3n+1):after {

    width: 300%;

    content: '';

    position: absolute;

    height: 1px;

    background: #e9e9e9;

    left: 0;

    bottom: 0;

    display: block;

  }

  .history-page .history-1 .right {

    display: none;

  }

  .history-page .history-1 .left {

    width: 100%;

  }

  .about-page h3,

  .history-page .history-1 .left h3,

  .product-page .product-2 h3,

  .server-page .server-1 h3,

  .server-page .server-2 h3 {

    font-size: 24px;

  }

  .about-page .about-1 .left h5,

  .honor-page .honor-1 .left h6,

  .history-page .history-1 .left h6,

  .recruitment-page .recruitment-1 .box .left h6,

  .recruitment-page .recruitment-2 h3 {

    font-size: 20px;

  }

  .history-page .history-1 .left h5 {

    font-size: 18px;

  }

  .history-page .history-2 .history-box .list .box .time h4 span {

    font-size: 40px;

  }

  .history-page .history-2 .history-box .list .box .time h4 {

    font-size: 13px;

  }

  .history-page .history-2 .history-box .list .box .content {

    padding-top: 0;

  }

  .history-page .history-2 .history-box .list:after,

  .history-page .history-2 .history-box .list .box:after {

    top: 20px;

  }

  .honor-page .honor-1 .right {

    display: none;

  }

  .honor-page .honor-1 .left {

    width: 100%;

    padding: 30px 0;

  }

  .honor-page .honor-2 .box ul li,

  .honor-page .honor-3 .box ul li,

  .honor-page .honor-4 .box ul li {

    padding: 0 10px;

  }

  .honor-page .honor-2 .box ul,

  .honor-page .honor-3 .box ul,

  .honor-page .honor-4 .box ul {

    margin: 0 -10px;

  }

  .honor-page .honor-2 h3,

  .honor-page .honor-3 h3,

  .honor-page .honor-4 h3 {

    font-size: 28px;

  }

  .about-page .about-1 .left h2 {

    font-size: 28px;

  }

  .about-page .about-1 .left {

    width: 100%;

  }

  .about-page .about-1 .right {

    width: 100%;

    margin-top: 30px;

  }

  .about-page .about-1 {

    padding: 50px 0;

  }

  .about-page .about-1 .content {

    margin-top: 20px;

  }

  .about-page .about-2 {

    display: none;

  }

  .about-page .about-3 .right {

    padding: 0 15px;

    vertical-align: middle;

  }

  .about-page .about-1 .content,

  .about-page .about-2 .bottom .text,

  .about-page .about-3 .right .text,

  .honor-page .honor-1 .left p,

  .product-page .product-2 .text,

  .recruitment-page .recruitment-1 .box .left .text,

  .server-page .server-1 h3 small,

  .product-yd-page .text {

    line-height: 2.0;

  }

  .about-page .about-3,

  .about-page .about-4,

  .about-page .about-5 {

    padding: 50px 0;

  }

    .about-page .about-5 .box ul li p {

    line-height: 28px;

  }

  .about-page .about-4 .left .text {

    line-height: 28px;

  }

  .about-page .about-1 .content {

    line-height: 28px;

  }

  .about-page .about-5 .box {

    padding-top: 40px;

  }

  .about-page .about-5 .box ul li {

    width: 50%;

  }

  .about-page .about-5 .box ul li:nth-child(3) {

    left: 50%;

    position: relative;

  }

  .about-page .about-5 .box ul li:nth-child(4) {

    left: -50%;

    position: relative;

  }

  .about-page .about-6 {

    padding: 60px 0;

  }

  .about-page .about-6 h2 {

    font-size: 28px;

  }

  .about-page .about-7 .box {

    padding: 30px 0;

  }

  .about-page .about-7 {

    padding-top: 40px;

  }

  .about-page .about-8 {

    /*padding: 50px 0;*/

  }

  .about-page .about-8 .box {

    margin-top: 30px;

  }

  .about-page .about-7 .box ul li {

    padding: 15px;

  }

  .about-page .about-7 .box ul {

    margin: -15px;

  }

  .product-page .product-2 .box ul li {

    width: 20%;

  }

}

@media screen and (max-width: 700px) {

  .about-page .about-1 .left h2 {

    font-size: 24px;

	line-height:40px;

  }

  .about-page h3,

  .history-page .history-1 .left h3,

  .product-page .product-2 h3,

  .server-page .server-1 h3,

  .server-page .server-2 h3 {

    font-size: 20px;

  }

  .about-page .about-3 .right,

  .about-page .about-4 .left {

    width: 100%;

  }

  .about-page .about-3 .left {

    width: 100%;

    margin-bottom: 20px;

  }

  .about-page .about-4 .right {

    width: 100%;

    margin-top: 30px;

  }

  .about-page .about-4 .right ul li {

    width: 33.333%;

  }

  .about-page .about-6 h2 {

    font-size: 22px;

  }

  .about-page .about-8 p.tit {

    padding: 0 15px;

  }

  .honor-page .honor-1 .left h2,

  .history-page .history-1 .left h2,

  .product-page .product-1 .right h1,

  .recruitment-page .recruitment-1 .box .left h2,

  .product-yd-page h2 {

    font-size: 24px;

	line-height:40px;

  }

  .newdet-page h3{

  font-size:20px;

  line-height:36px;}

  .honor-page .honor-2 h3,

  .honor-page .honor-3 h3,

  .honor-page .honor-4 h3 {

    font-size: 24px;

  }

  .honor-page .honor-2 .box ul li h6 {

    line-height: 1.4;

  }

  .honor-page .honor-4 .nav ul li {

    width: 33.33%;

    font-size: 14px;

    padding: 0 15px;

  }

  .honor-page .honor-2 .box,

  .honor-page .honor-3 .box,

  .honor-page .honor-4 .box {

    padding-top: 30px;

  }

  .history-page .history-2 .history-box .list .box {

    padding-left: 140px;

  }

  .history-page .history-2 .history-box .list .box .time h4 span {

    font-size: 32px;

  }

  .history-page .history-2 .history-box .list .box .content {

    padding-left: 40px;

    font-size: 14px;

  }

  .history-page .history-2 .history-box .list:after {

    left: 140px;

  }

  .product-page .product-3 .box ul li:nth-child(3n+1):after {

    display: none;

  }

  .product-page .product-3 .box ul li:nth-child(2n+1):after {

    width: 300%;

    content: '';

    position: absolute;

    height: 1px;

    background: #e9e9e9;

    left: 0;

    bottom: 0;

    display: block;

  }

  .product-page .product-1 .left{
    flex-wrap: wrap;
  }
  .product-page .product-1 .left .big-img{
    width: 100%;
    height: auto;
   
  }
  .product-page .product-1 .left .gallery-img{
    width: 100%;
    height: auto;
     margin-top: 10px;
    padding-left: 0;
  }
  .product-page .product-1 .left .gallery-img ul{
    height: auto;
  }
  .product-page .product-1 .left .gallery-img ul li{
    padding: 0 5px;
  }
  .recruitment-page .recruitment-2 .search-recruitment {

    margin: 30px 0;

    padding-left: 0;

  }

  .recruitment-page .recruitment-2 .search-recruitment h5 {

    position: static;

  }

  .recruitment-page .recruitment-2 .box2 dl .tab:nth-child(4) {

    display: none;

  }

  .recruitment-page .recruitment-2 .box2 dl .tab:first-child {

    width: 55%;

  }

  .recruitment-page .recruitment-2 .box2 dl dd .content {

    padding-bottom: 30px;

  }

  .server-page .server-2 {

    padding: 30px 0;

  }

  .server-page .server-2 .box {

    padding-top: 30px;

  }

  .server-page .server-2 .box ul {

    border-top: 1px solid #bebfc0 !important;

  }

  .server-page .server-2 .box ul li {

    width: 100%;

    border: 1px solid #bebfc0 !important;

    border-top: none !important;

  }

  .server-page .server-2 .box ul li .box2 h4 {

    height: auto;

    display: block;

  }

  .server-page .server-2 .box ul li .box2 .text {

    height: auto;

  }

  .product-yd-page .box ul li a {

    height: 270px;

  }

  .honor-page .honor-4 .nav {

    display: none;

  }

  .product-page .product-2 .box ul li {

    width: 25%;

  }

}

@media screen and (max-width: 500px) {
.product-yd-page .box ul li a em{
  bottom: 10px;
}
.product-yd-page .box ul li a h3{
  width: 100%;
  max-width: 100%;
}
.product-yd-page .box ul li a > img{
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 60%;
}

  .product-yd-page .box ul li a h3 {

    font-size: 20px;

	line-height:32px

  }

  .product-yd-page .box ul li a {

    height: auto;

  }

  .server-page .server-1 .box ul li {

    padding: 10px;

  }

  .server-page .server-1 .box ul {

    margin: -10px;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li {

    width: 100% !important;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(4) {

    width: 70% !important;

  }

  .recruitment-page .recruitment-2 .search-recruitment ul li:nth-child(5) {

    width: 30% !important;

  }

  .recruitment-page .recruitment-2 .box2 dl {

    min-width: 700px;

  }

  .recruitment-page .recruitment-2 .box2 {

    overflow: auto;

  }

  .product-page .product-1 .right {

    width: 100%;

    padding-left: 0;

  }

  .product-page .product-1 .left {

    width: 100%;

    position: static;

    margin-bottom: 30px;

  }

  .product-page .product-1 .left img {

    position: static;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

    max-height: 200px;

  }

  .product-page .product-1 {

    padding: 30px 0;

  }

  .product-page .product-2 {

    padding-top: 50px;

  }

  .product-page .product-1 .right h6 {

    font-size: 20px;

  }

  .product-page .product-3 .box ul li:after {

    width: 100%;

    content: '';

    position: absolute;

    height: 1px;

    background: #e9e9e9;

    left: 0;

    bottom: 0;

    display: block !important;

  }

  .history-page .history-2 .history-box .list .box .time {

    position: static;

    padding-left: 40px;

    text-align: left;

    margin-bottom: 10px;

  }

  .history-page .history-2 .history-box .list .box .time h4 span {

    font-size: 28px;

    text-align: left;

  }

  .history-page .history-2 .history-box .list .box {

    padding-left: 0;

  }

  .history-page .history-2 .history-box .list:after {

    left: 0;

  }

  .history-page .history-2 {

    padding: 50px 0;

  }

  .honor-page .honor-2 .box ul li h6 {

    font-size: 14px;

  }

  .honor-page .honor-2 h3 small,

  .honor-page .honor-3 h3 small,

  .honor-page .honor-4 h3 small {

    font-size: 13px;

  }

  .about-page .about-5 .box ul li {

    left: 0 !important;

    width: 100% !important;

  }

  .product-page .product-2 .box ul li {

    width: 100%;

  }

}

.news-page {

  padding: 100px 0 0px;

}

.news-page .top {

  display: block;

}

.news-page .top ul li {

  display: inline-block;

}

.news-page .top ul li a {

  display: block;

  line-height: 46px;

  height: 46px;

  padding: 0 42px;

  font-size: 18px;

  color: #171717;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.news-page .top ul li a:hover,

.news-page .top ul li a.active {

  background: #3797ce;

  color: white;

}

.news-page .bottom {

  /*padding-top: 60px;*/

}

.news-page .bottom ul {

  margin: -15px;

}

.news-page .bottom ul li {

  padding: 15px;

  /*border-bottom: 1px #e0e0e0 dashed;*/

}

.news-page .bottom ul li:last-child {

  border-bottom: none;

}

.news-page .bottom ul li a.img {

  display: block;

  position: relative;

}

.news-page .bottom ul li a.img img {

  width: 100%;

}

.news-page .bottom ul li a.img time {

  padding: 5px 10px;

  border-radius: 5px;

  color: white;

  background: #015db4;

  font-size: 20px;

  font-family: 'POPPINS-MEDIUM';

  line-height: 1;

  position: absolute;

  display: inline-block;

  left: 25px;

  top: -12px;

  text-align: center;

}

.news-page .bottom ul li a.img time em {

  display: block;

  font-size: 30px;

  line-height: 1;

}

.news-page .bottom ul li .content {

  display: block;

  /*padding: 25px 15px;*/

  /*background: #f5f5f5;*/

}

.news-page .bottom ul li .content h4 {

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  font-size: 24px;

  color: #015db4;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  /*font-family: 'POPPINS-MEDIUM';*/

  margin: 20px 0 5px;

}

.news-page .bottom ul li .content h4:hover {

  color: #3797ce;

}

.news-page .bottom ul li .content p {

  font-size: 14px;

  color: #333333;

  line-height: 28px;

}

.newdet-page {

  padding: 100px 0;

}

.newdet-page h3 {

  font-size: 26px;

  color: black;

  font-weight: 500;

  text-transform: capitalize;

}

.newdet-page time {

  display: block;

  margin: 15px 0;

  font-size: 14px;

  color: black;

  opacity: .6;

}

.newdet-page .content {

  display: block;

  padding: 15px 0;

  border-top: 1px #ccc dashed;

  border-bottom: 1px #ccc dashed;

  font-size: 16px;

  color: #666;

  line-height: 32px;

}

.newdet-page .share {

  padding-top: 10px;

}

.newdet-page .share h4 {

  font-size: 14px;

  color: black;

  display: inline-block;

  vertical-align: middle;

}

.newdet-page .share ul {

  display: inline-block;

  vertical-align: middle;

}

.newdet-page .share ul li {

  width: auto;

  margin-left: 20px;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.newdet-page .share ul li:hover {

  color: #3797ce;

}

.news-about-page h3.tit {

  font-size: 30px;

  color: #303036;

  line-height: 1.2;

  text-align: center;

  text-transform: capitalize;

}

.news-about-page h3.tit small {

  display: block;

  font-size: 16px;

  line-height: normal;

  margin-top: 15px;

  opacity: .55;

}

.contact-page {

  padding: 100px 0;

}

.contact-page .contact-1 .top i {

  font-size: 12px;

  color: black;

  opacity: .4;

  margin-bottom: 20px;

  display: block;

}

.contact-page .contact-1 .top h2 {

  font-size: 45px;

  color: #1e1e1e;

  font-weight: 700;

  line-height: 60px;

text-transform:capitalize;

}

.contact-page .contact-1 .top .content {

  padding: 27px 0 0px;

  font-size: 18px;

  line-height: 28px;

  color: #626262;

  /*opacity: .4;*/
  font-weight:500;

}

.contact-page .contact-1 .bottom h3,

#form{

  font-size: 45px;
  text-transform:capitalize;
  color: #1e1e1e;
  font-weight:700;

}

.contact-page .contact-1 .bottom .left {

  padding-right: 20px;

  width: 50%;

}

.contact-page .contact-1 .bottom .left .list {

  padding-top: 50px;

}

.contact-page .contact-1 .bottom .left .list ul li {

  padding-left: 50px;

  position: relative;

  margin-bottom: 25px;

  font-size: 18px;

  color: #626262;
  line-height: 1.8;
  font-weight:500;

}

.contact-page .contact-1 .bottom .left .list ul li:last-child {

  margin-bottom: 0;

}

.contact-page .contact-1 .bottom .left .list ul li i {

  position: absolute;

  left: 0;

  top: 0;

}

.contact-page .contact-1 .bottom .left .list ul li i img {

  display: inline-block;

  vertical-align: middle;

}

.contact-page .contact-1 .bottom .share {

  padding-top: 50px;

}

.contact-page .contact-1 .bottom .share h3 {

  display: block;

  font-size: 30px;

  color: #303036;

  margin-bottom: 20px;

}

.contact-page .contact-1 .bottom .share ul li {

  width: 44px;

  height: 44px;

  line-height: 44px;

  text-align: center;

  border-radius: 100%;

  font-size: 26px;

  margin-right: 10px;

  margin-bottom: 5px;

  background: #707070;

  color: white;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.contact-page .contact-1 .bottom .share ul li:hover {

  background: #3797ce;

}

.contact-page .contact-1 .bottom .right {

  width: 50%;

  padding-left: 20px;

}

#form {

  margin-top: 20px;

}

#form ul li {

  padding-bottom: 14px;

  font-size: 16px;

}

#form ul li:last-child {

  padding-bottom: 0;

}

.contact-page .contact-1 #form {

  /*margin-top: 50px;*/
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;

}

.contact-page .contact-1 #form ul {

  letter-spacing: -5px;

  margin: -5px;

  margin-top: 20px;

}

.contact-page .contact-1 #form ul li {

  width: 33.33%;

  letter-spacing: 0;

  display: inline-block;

  vertical-align: top;

  padding: 5px;

  float: right;

}
.contact-page .contact-1 #form ul li:nth-child(1){
  display: none;
}

.contact-page .contact-1 #form ul li textarea {

  height: 120px;

}

.contact-page .contact-1 #form ul li:nth-child(5),

.contact-page .contact-1 #form ul li:nth-child(6) {

  width: 100%;

}

.amap-copyright,.amap-logo {

  display: none!important;

}

#form.john {

  margin-top: 0;

}

#form.john form {

  margin-top: 30px;

}

#form ul li input,

#form ul li textarea {

  width: 100%;

  line-height: 26px;
    font-weight:500;

  padding: 7px 12px;

  border: 1px solid #b9b9b9;

  font-size: 14px;

  color: #333;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

#form ul li input::-webkit-input-placeholder,

#form ul li textarea::-webkit-input-placeholder {

  color: #686868;

}

#form ul li input:-moz-placeholder,

#form ul li textarea:-moz-placeholder {

  color: #686868;

}

#form ul li input::-moz-placeholder,

#form ul li textarea::-moz-placeholder {

  color: #686868;

}

#form ul li input:-ms-input-placeholder,

#form ul li textarea:-ms-input-placeholder {

  color: #686868;

}

#form ul li input:focus,

#form ul li textarea:focus {

  border-color: #3797ce;

}

#form ul li textarea {

  height: 200px;

  resize: vertical;

}

#form ul li span {

  display: inline-block;

  vertical-align: middle;

  margin-right: 50px;

}

#form ul li span input {

  width: 30px;

  height: 30px;

  cursor: pointer;

  cursor: hand;

  position: relative;

}

#form ul li span input[type='radio']:checked {

  border: none;

}

#form ul li span input[type='radio']:checked:after {

  width: 100%;

  height: 100%;

  border-radius: 100%;

  top: 0;

  left: 0;

  position: absolute;

  background-color: #666;

  content: '';

  display: inline-block;

  visibility: visible;

  border: 4px solid white;

  -moz-box-shadow: 0 0 1px 1px #666;

  -o-box-shadow: 0 0 1px 1px #666;

  box-shadow: 0 0 1px 1px #666;

}

#form ul li span label {

  font-size: 16px;

  color: #686868;

  margin-left: 10px;

  opacity: .7;

}

#form ul li input[type="submit"] {

  width: 180px;

  background: #015db4;
  
  border-radius: 5px;

  color: white;

  font-size: 18px;

  text-transform: uppercase;

  text-align: center;

  border: none;


}

#form ul li input[type="submit"]:hover {

  background: #333;

}

.contact-page.john-page .contact-1 .top i {

  font-size: 18px;

  font-weight: bold;

  color: black;

  margin-bottom: 10px;

}

.contact-page.john-page .contact-1 .top h2 {

  font-size: 50px;

  font-weight: bold;

  color: #3797ce;

  padding-bottom: 15px;

  padding-right: 10px;

  border-bottom: 1px solid #3797ce;

  display: inline-block;

  line-height: 1;

}

.contact-page.john-page .contact-1 .top .content {

  font-size: 16px;

  padding: 0;

  margin-top: 20px;

  color: #424242;

}

.contact-page.john-page .contact-1 .bottom .right {

  width: 100%;

  margin-top: 40px;

}

.contact-page.john-page #form {

  overflow: hidden;

}

.contact-page.john-page #form ul li {

  padding: 8px 5%;

}

.contact-page.john-page #form ul li.wid-100 {

  width: 100%;

}

.contact-page.john-page #form ul {

  margin: -8px -5%;

}

.contact-page.john-page .bottom .content {

  margin-top: 25px;

}

.contact-page.john-page .bottom .content h4 {

  font-size: 24px;

  color: black;

  font-weight: bold;

}

.contact-page.john-page .bottom .content p {

  font-size: 16px;

}

.contact-page.john-page .bottom .content p strong {

  font-weight: bold;

  color: black;

  margin-right: 10px;

}

.inner-page .sideBox .side-left {

  width: 25%;

  padding-right: 40px;

}

.inner-page .sideBox .side-left h2 {

  display: block;

  font-size: 36px;

  /*font-family: 'Poppins-Bold';*/

  /*text-transform: uppercase;*/

  line-height: 1;

  color: #29a6df;

  margin-bottom: 20px;

}

.inner-page .sideBox .side-left .box ul li a {

  display: block;

  padding: 20px 25px;

  /*background: #f1f1f1;*/

  /*margin-bottom: 10px;*/

  font-size: 20px;

  position: relative;

  color: #212121;

  line-height: 1.4;

  border-top: 1px solid #d3d3d3;

-webkit-transition: .5s;

-moz-transition: .5s;

-ms-transition: .5s;

-o-transition: .5s;

transition: .5s;

}

.inner-page .sideBox .side-left .box>ul>li:last-child>a {

  border-bottom: 1px solid #d3d3d3;

}

.inner-page .sideBox .side-left .box ul li a i {

  position: absolute;

  left: 5px;

  top: 50%;

-webkit-transform: translateY(-50%);

-moz-transform: translateY(-50%);

-ms-transform: translateY(-50%);

-o-transform: translateY(-50%);

transform: translateY(-50%);

}

.inner-page .sideBox .side-left .box ul li ul {

  display: none;

}

.inner-page .sideBox .side-left .box ul li ul li a {

  background: #F9F9F9;

}

.inner-page .sideBox .side-left .box ul li a:hover {

  color: #29a6df;

}

.inner-page .sideBox .side-left .info {

  margin-top: 10px;

  position: relative;

  display: inline-block;

  width: 100%;

}

.inner-page .sideBox .side-left .info h5 {

  color: white;

  position: absolute;

  bottom: 20px;

  left: 0;

  width: 100%;

  padding: 0 10px;

  text-align: center;

  font-size: 22px;

  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}

.inner-page .sideBox .side-right {

  width: 75%;

}

.product-page .side-right .top .form {

  display: inline-block;

  vertical-align: middle;

  max-width: 40%;

  width: 100%;

  position: relative;

}

.product-page .side-right .top .form:before {

  content: '';

  height: 16px;

  width: 1px;

  background: #747474;

  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.product-page .side-right .top {

    text-align: right;

}

.product-page .side-right .top .form input {

  width: 100%;

  line-height: 36px;

  height: 36px;

  padding-left: 14px;

  padding-right: 40px;

  font-size: 16px;

  color: black;

  border: none;

  border-bottom: 1px solid #c9c9c9;

  background: none;

}

.product-page .side-right .top .form input::-webkit-input-placeholder {

  color: #747474;

  font-style: italic;

}

.product-page .side-right .top .form input:-moz-placeholder {

  color: #747474;

  font-style: italic;

}

.product-page .side-right .top .form input::-moz-placeholder {

  color: #747474;

  font-style: italic;

}

.product-page .side-right .top .form input:-ms-input-placeholder {

  color: #747474;

  font-style: italic;

}

.product-page .side-right .top .form input:focus {

  border-color: #0d95e8;

}

.product-page .side-right .top .form input[type="submit"] {

  width: 36px;

  border-bottom: none;

  background: url("../images/icon-search2.png") center center no-repeat;

  position: absolute;

  right: 0;

  top: 0;

  padding: 0;

}

.product-page .side-right .top .show {

  display: inline-block;

  vertical-align: middle;

  position: relative;

  margin-left: 100px;

  margin-right: 20px;

}

.product-page .side-right .bottom .block ul {

  margin: -30px -10px;

}

.product-page .side-right .bottom .block ul li {

  padding: 30px 10px;

}

.product-page .side-right .bottom .block ul li a.img-box {

  display: block;

  background: #f0f0f0;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.product-page .side-right .bottom .block ul li h6 {

  font-size: 16px;

  color: #29a6df;

  line-height: 1.5;

  padding: 10px 0;

  text-align: center;

}

.product-page .side-right .bottom .block ul li h4 {

  display: block;

  /*margin-top: 15px;*/

  font-size: 24px;

  color: #333333;

  text-align: center;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  /*font-family: 'POPPINS-SEMIBOLD';*/

}

.product-page .side-right .bottom .block ul li:hover h4 {

  color: #0d95e8;

}

.prodet-page #form h3 {

  font-size: 24px;

  text-transform: uppercase;

}

.prodet-page {

  padding: 150px 0 120px;

}

.prodet-page .prodet-1 .img {

  width: 60%;

  padding-right: 30px;

  vertical-align: middle;

}

.prodet-page .prodet-1 .img img {

  width: 100%;

}

.prodet-page .prodet-1 .text {

  width: 40%;

  vertical-align: middle;

}

.prodet-page .prodet-1 .text h3 {

  font-size: 29px;

}

.prodet-page .prodet-1 .text .content {

  margin: 25px 0 65px;

}

.prodet-page .prodet-1 .text .content ul li {

  padding-left: 20px;

  margin-bottom: 10px;

  font-size: 16px;

  color: rgba(16, 16, 16, 0.67);

  position: relative;

}

.prodet-page .prodet-1 .text .content ul li:last-child {

  margin-bottom: 0;

}

.prodet-page .prodet-1 .text .content ul li:after {

  content: '';

  border: 4px solid #3797ce;

  position: absolute;

  top: 7px;

  left: 0;

}

.prodet-page .prodet-1 .text a.more {

  line-height: 40px;

  height: 40px;

  padding: 0 27px;

  font-size: 18px;

  display: inline-block;

  border: 1px solid black;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

.prodet-page .prodet-1 .text a.more.active,

.prodet-page .prodet-1 .text a.more:hover {

  background: #3797ce;

  color: white;

  border-color: #3797ce;

}

.prodet-page .prodet-1 .text a.more.active:hover {

  background: #111;

  color: white;

  border-color: #111;

}

.prodet-page .prodet-1 .text .gallery {

  margin-top: 75px;

}

.prodet-page .prodet-1 .text .gallery ul {

  margin: -5px;

}

.prodet-page .prodet-1 .text .gallery ul li {

  padding: 5px;

}

.prodet-page .prodet-1 .text .gallery ul li a {

  display: block;

}

.prodet-page .prodet-2 {

  padding: 100px 0 60px;

}

.prodet-page .prodet-2 h2 {

  font-size: 24px;

  text-transform: uppercase;

  margin-bottom: 20px;

}

.prodet-page .prodet-2 .content {

  display: block;

  font-size: 16px;

  color: #626262;

  line-height: 28px;

}

.prodet-page .prodet-2 .content table {

  border: none;

}

.prodet-page .prodet-3 h2 {

  font-size: 24px;

  text-transform: uppercase;

  margin-bottom: 20px;

  line-height: 1;

}

.solution-page h2 {

  font-size: 48px;

     

  color: #303030;

}

.solution-page .solution-1 {

  padding: 140px 0 90px;

  text-align: center;

}

.solution-page .solution-1 h3 {

  font-size: 40px;

  color: #3797ce;

     

  text-transform: uppercase;

  line-height: 1;

}

.solution-page .solution-1 h2 {

  margin: 25px 0;

}

.solution-page .solution-1 .text {

  font-size: 18px;

  color: #303030;

  max-width: 750px;

  display: block;

  margin: 0 auto;

  padding-bottom: 60px;

}

.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 {

  padding: 60px 0;

}

.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.333%;

  text-align: center;

  padding: 0 4% 0 2%;

  vertical-align: middle;

}

.solution-page .solution-3 .box ul li .right {

  width: 66.666%;

  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;

}

.solution-page .solution-3 .box ul li:hover {

  background: #3797ce;

}

.solution-page .solution-3 .box ul li:hover h4,

.solution-page .solution-3 .box ul li:hover .right .content {

  color: white;

}

@media screen and (max-width: 1600px) {

  .prodet-page {

    padding: 80px 0;

  }

  .prodet-page .prodet-1 .text .gallery {

    margin-top: 30px;

  }

  .prodet-page .prodet-1 .text .content {

    margin: 10px 0 20px;

  }

  .prodet-page .prodet-1 .text a.more {

    font-size: 16px;

    line-height: 32px;

    height: 32px;

    padding: 0 23px;

  }

  .prodet-page .prodet-1 .text h3 {

    font-size: 25px;

  }

  .prodet-page .prodet-1 .text .content ul li {

    font-size: 14px;

  }

  .product-page .side-right .top{

    margin-bottom: 30px;

  }

  .prodet-page .prodet-2 {

    padding: 50px 0;

  }

  .contact-page {

    padding: 60px 0;

  }

  .contact-page .contact-1 .top h2 {

    font-size: 40px;

    line-height: 48px;

  }

  .contact-page .contact-1 .top .content {

    font-size: 16px;

    padding: 30px 0;

  }

  .contact-page .contact-1 .bottom h3,

  #form,

  .contact-page .contact-1 .bottom .share h3 {

    font-size: 24px;

  }

  .contact-page .contact-1 .bottom .share ul li {

    width: 36px;

    height: 36px;

    line-height: 36px;

    font-size: 20px;

  }

}

@media screen and (max-width: 1250px) {

  #form ul li span label {

    font-size: 14px;

  }

  .contact-page .contact-1 .bottom .left {

    width: 100%;

    padding-right: 0;

  }

  .contact-page .contact-1 .bottom .right {

    width: 100%;

    padding-left: 0;

    padding-top: 40px;

  }

  .contact-page .contact-1 .bottom .list ul li {

    font-size: 16px;

  }

  .contact-page .contact-1 .top h2 {

    font-size: 36px;

  }

  .prodet-page .prodet-1 .text a.more {

    font-size: 13px;

  }

  .prodet-page .prodet-1 .text h3 {

    font-size: 22px;

  }

  .prodet-page .prodet-2 h2,

  .prodet-page .prodet-3 h2 {

    font-size: 22px;

  }

  .contact-page .contact-1 .bottom .share {

    padding-top: 40px;

  }

}

@media screen and (max-width: 1000px) {

  #form ul li span input {

    width: 20px;

    height: 20px;

  }

  #form ul li span {

    margin-right: 20px;

  }

  #form ul li input[type="submit"] {

    font-size: 16px;

  }

  .contact-page .contact-1 .bottom .share #ewm {

    display: none;

  }

}

@media screen and (max-width: 700px) {

  .contact-page .contact-1 .bottom .left {

    width: 100%;

    padding-right: 0;

  }

  .contact-page .contact-1 .bottom .right {

    width: 100%;

    padding-top: 30px;

  }

  .contact-page .contact-1 .top h2,.contact-page .contact-1 .bottom .share h3 {

    font-size: 28px;

    line-height: 32px;

  }

  .prodet-page .prodet-1 .img {

    width: 100%;

    padding-right: 0;

  }

  .prodet-page .prodet-1 .text {

    width: 100%;

    padding-top: 30px;

  }

  .contact-page .contact-1 #form ul li {

    width: 100%;

  }

  .contact-page .contact-1 .bottom .share ul li {

    width: 38px;

    height: 38px;

    line-height: 38px;

    font-size: 16px;

  }

    .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 h2 {

        font-size: 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%;

    }

    #banner li .content .left h2 small {

        font-size: 15px;

        white-space: normal;

    }

    #index-body .init-2 .box ul li img {

        max-height: 150px;

        display: block;

        margin: 0 auto;

    }

}

@media screen and (max-width: 500px) {

  .news-page{
    padding: 40px 0;
  }
  .news-page .bottom ul li .content h4{
    font-size: 20px;
  }

    #index-body .init-2.mob {

        display: block;

        background: aliceblue;

    }

    #index-body .init-1,#index-body .init-5 {

        display: block;

    }

    #index-body .init-5 .box ul li {

        width: 100%;

        border-left: none;

        border-bottom: 1px solid rgba(0,0,0,.5);

    }

    #index-body .init-5 .box ul li:last-child {

        border-bottom: none;

    }

    #index-body .init-2 .box ul li {

        width: 100%;

        border: none;

    }

    #index-body .init-2 .box ul li img {

        max-height: 110px;

    }

    #index-body .init-1 ul li .img img {

        max-width: 100% !important;

    }

    #index-body .init-1 ul li .img {

        margin: 0 !important;

    }

    #index-body .init-1 ul li {

        padding: 20px 0 !important;

    }

}

#msg2 .box {

  position: fixed;

  top: 50%;

  width: 100%;

  max-width: 300px;

  left: 50%;

  background: white;

  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  padding: 20px 15px;

  -webkit-transform: translate(-50%,-50%);

  -moz-transform: translate(-50%,-50%);

  -ms-transform: translate(-50%,-50%);

  -o-transform: translate(-50%,-50%);

  transform: translate(-50%,-50%);

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  margin-top: 40px;

  display: none;

  max-height: 80%;

  overflow: auto;

  z-index: 10;

}

#msg2.active .box {

  display: block;

}

#msg2 .box h3 {

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 15px;

}

#msg2 .box i.close {

  width: 30px;

  height: 30px;

  display: block;

  position: absolute;

  top: 18px;

  right: 10px;

  cursor: pointer;

  cursor: hand;

}

#msg2 .box i.close:after,

#msg2 .box i.close:before {

  content: '';

  width: 24px;

  height: 1px;

  display: block;

  background: black;

  position: absolute;

  top: 50%;

  left: 10%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

#msg2 .box i.close:after {

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}

#msg2 .box i.close:before {

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

}

#msg2 .box form ul li {

  padding-bottom: 10px;

  font-size: 14px;

}

#msg2 .box form ul li:last-child {

  padding-bottom: 0;

}

#msg2 .box form ul li input,

#msg2 .box form ul li textarea {

  width: 100%;

  line-height: 24px;

  border: 1px solid #eee;

  padding: 5px 10px;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}

#msg2 .box form ul li input:focus,

#msg2 .box form ul li textarea:focus {

  border-color: #0b89d1;

}

#msg2 .box form ul li textarea {

  height: 80px;

  resize: vertical;

  -webkit-transition: .5s all,height 0s;

  -moz-transition: .5s all,height 0s;

  -ms-transition: .5s all,height 0s;

  -o-transition: .5s all,height 0s;

  transition: .5s all,height 0s;

}

#msg2 .box form ul li input[type="submit"] {

  background: #0b89d1;

  color: white;

}

#msg2 .box form ul li input[type="submit"]:hover {

  background: #222;

}

.cus-page .cus-1 {
  padding: 100px 0;
}
.cus-page .cus-1 .ui.container {
  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;
  -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;
}
.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}
.cus-page .cus-1 .ui.container .right {
  padding-left: 5%;
}
.cus-page .cus-1.ser2 .ui.container .right{
  padding-right: 5%
}
.cus-page .cus-1 .ui.container .right .h3{
 font-weight: 700;
 margin-bottom: 40px;
 color: #1e1e1e;
}
.cus-page .cus-2 {
  height: 250px;
  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;
  position: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: var(--base-color);
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.cus-page .cus-2 .ui.container a.more{
  background: #fff;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-2 .ui.container a.more:hover{
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {
  font-weight: 700;
  color: #fff;
}
.cus-page .cus-2 .ui.container p {
  line-height: 1.8;
  margin-top: 20px;
  max-width: 880px;
}
.cus-page .cus-3 {
  /*padding-bottom: 120px;*/
      padding: 120px 120px;
}
.cus-page .cus-3 .ui.container {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1320px;
  position: relative;
}
.cus-page .cus-3 .ui.container:before {
  content: "";
  width: 90%;
  height: 210px;
  max-width: 800px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #edf0f2;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .left {
  max-width: 700px;
  width: 59%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.cus-page .cus-3 .ui.container .left .h2 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 35px;
}
.cus-page .cus-3 .ui.container .left p {
  color: #000;
  line-height: 1.5;
}
.cus-page .cus-3 .ui.container .left .bottom {
  padding-top: 100px;
  padding-left: 70px;
}
.cus-page .cus-3 .ui.container .left .bottom 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;
  -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;
}
.cus-page .cus-3 .ui.container .left .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  width: 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover,
.cus-page .cus-3 .ui.container .left .bottom ul li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i {
  border-color: var(--base-color);
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:before,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:before {
  background: var(--base-color);
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:after,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:after {
  background: var(--base-color);
}
.cus-page .cus-3 .ui.container .left .bottom ul li i {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #999;
  position: relative;
  margin-right: 40px;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i:before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  background: #999;
  left: 100%;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i:after {
  width: 1px;
  height: 40px;
  background: #999;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5px;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .right {
  width: 41%;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li {
  display: none;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box {
  text-align: center;
  background: #fff;
  padding-bottom: 50px;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box img {
  margin: 0 auto;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text {
  max-width: 273px;
  margin: 30px auto 0;
  text-align: left;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .num {
  display: block;
  margin-top: 35px;
  color: var(--base-color);
  font-weight: 700;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}
.project .init-1 li a{
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all .5s;
  padding: 6px 16px;
}
.project .init-1 li a:hover,
.project .init-1 li a.active{
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.project .init-2 .img{
  background: #fff;
  display: block;
}
.project .init-2 .title{
  display: block;
  transition: all .5s;
}
.project .init-2 .title:hover{
  color: var(--color);
}
.project .project-1 {
  padding: 0px 0;
}
.project .project-1 .ui.container ul.project {
  margin: 0 -20px;
}
.project .project-1 .ui.container ul.project li {
  padding: 20px ;
}
.project .project-1 .ui.container ul.project li .item:hover .img-box .hoverbox {
  bottom: 0;
}
.project .project-1 .ui.container ul.project li .item .img-box {
  position: relative;
}
.project .project-1 .ui.container ul.project li .item .img-box .hoverbox {
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--base-color);
  color: #fff;
  padding: 20px;
  bottom: -100%;
  -webkit-transition: 2s all;
  -moz-transition: 2s all;
  transition: 2s all;
}
.project .project-1 .ui.container ul.project li .item .img-box .hoverbox p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.project .project-1 .ui.container ul.project li .item .img-box .hoverbox a {
  font-size: 20px;
  color: #fff;
}
.project .project-1 .ui.container ul.project li .item .img-box .hoverbox a i {
  margin-left: 10px;
}
.project .project-1 .ui.container ul.project li .item .h5 {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.project .project-1 .ui.container ul.project li .item .h5 a {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.project .project-1 .ui.container ul.project li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
.project .project-2 {
  padding-top: 100px;
}
.project .project-2 .ui.container .main {
  margin-top: 0px;
  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;
  -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;
  background: #fff;
  padding: 40px 10%;
  border-radius:20px; 
  padding-left: 180px;
}
.project .project-2 .ui.container .main .left {
  width: 35%;
  position: relative;
}
.project .project-2 .ui.container .main .right {
  width: 60%;
  text-align: left;
}
.project .project-2 .ui.container .main .right .h1 {
  color: #000;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 700;
}
.project .project-2 .ui.container .main .right .content {
  color: #999;
  line-height: 1.5;
  max-height: 146px;
  overflow-y: auto;
}
.project .project-3 {
  padding: 100px 0;
}
.project .project-3 .ui.container {
  text-align: center;
}
.project .project-3 .ui.container .h3 {
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}
.project .project-3 .ui.container .box ul.jectlist {
  margin: 0 -20px;
}
.project .project-3 .ui.container .box ul.jectlist li {
  padding: 0 20px;
  text-align: left;
}
.project .project-3 .ui.container .box ul.jectlist li .item {
  padding-left: 35px;
  position: relative;
  padding-top: 75px;
  z-index: 3;
}
.project .project-3 .ui.container .box ul.jectlist li .item .num {
  position: absolute;
  font-size: 140px;
  font-weight: 700;
  color: #fff;
  left: 0;
  top: 0;
  line-height: 1;
  z-index: -1;
}
.project .project-3 .ui.container .box ul.jectlist li .item .h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.project .project-3 .ui.container .box ul.jectlist li .item p {
  color: #999;
  line-height: 1.8;
}
.font-50 {
  font-size: 50px;
}
.mb-15 {
  margin-bottom: 15px;
}
.map iframe{
  width: 100%;
}


.project .project-2 .ui.container .main {
  padding-left: 180px;
}
.project .project-2 .ui.container .main .left .gallerybox {
  width: 150px;
  position: absolute;
  left:-160px;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.project .project-2 .ui.container .main .left .gallerybox ul.gallerylist li {
  padding: 10px 0;
}
.project .project-2 .ui.container .main .left .gallerybox ul.gallerylist li img {
  width: 100%;
}
.project .project-1 .cateitem .h4 {
  color: var(--base-color);
  font-weight: bold;
}
.gxs-9 {
  padding: 115px 0;
  background: #fff;
}
.gxs-9 .ui.container .h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.gxs-9 .ui.container .mainbox ul.advlist .slick-dots {
  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;
}
.gxs-9 .ui.container .mainbox ul.advlist .slick-dots li {
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 100%;
  margin: 10px;
}
.gxs-9 .ui.container .mainbox ul.advlist .slick-dots li.slick-active {
  background: var(--base-color);
}
.gxs-9 .ui.container .mainbox ul.advlist .slick-dots li button {
  display: none;
}
.gxs-9 .ui.container .mainbox ul.advlist li {
  padding: 10px;
}
.gxs-9 .ui.container .mainbox ul.advlist li .item {
  background: #fff;
  -webkit-box-shadow: 13px 15px 30px 0px rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0px rgba(169, 198, 228, 0.2);
  padding: 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 170px;
}
.gxs-9 .ui.container .mainbox ul.advlist li .item:before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-9 .ui.container .mainbox ul.advlist li .item:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}
.gxs-9 .ui.container .mainbox ul.advlist li .item:hover .textbox .h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-9 .ui.container .mainbox ul.advlist li .item .icon {
  max-width: 40px;
  max-height: 40px;
  margin: 0 30px 10px 0;
  overflow: hidden;
  min-width: 40px;
}
.gxs-9 .ui.container .mainbox ul.advlist li .item .textbox .h5 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-9 .ui.container .mainbox ul.advlist li .item .textbox .content {
  line-height: 1.5;
  opacity: 0.5;
}
/*inner css jieshu*/

    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 80px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 0;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.6;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.8;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--base-color);
        color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--base-color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--base-color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--base-color);
        color: white;
    }

    .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: var(--base-color);
    }

    .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.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--base-color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #fff;
    }

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

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #000;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            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: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #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: var(--base-color);
            border-radius: 5px;
            color: white;
        }

        #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;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
       
    }

   .cus-page .cus-2 .ui.container a.more{
      min-width: 218px;
    }
      @media screen and (max-width: 1000px) {
 .cus-page .cus-2{
  height: auto;
  padding: 20px;
}
.cus-page .cus-3 .ui.container .left{
  width: 100%;
}
.cus-page .cus-2 .ui.container{
  flex-wrap: wrap;
}
.font-50{
  font-size: 30px;
}
      }
         @media screen and (max-width: 700px) {
           .cus-page .cus-3 .ui.container .right {
    width: 100%;
}
.cus-page .cus-3{
  padding: 40px 20px;
}
.cus-page .cus-3 .ui.container .left .bottom ul li{
  width: 100%;
}
.font-50{
  font-size: 20px;
}
.project .project-2 .ui.container .main .left .gallerybox{
  display: none;
}
.project .project-2 .ui.container .main {
    padding-left: 20px;
}
.project .project-2 .ui.container .main .left{
  width: 100%;
}
.project .project-2 .ui.container .main .right{
  width: 100%;
}
}
/*seo*/
.seoPublic .Auxil-about .box .right .text a {
    color: #666;
}
p.fl.footlink {
    width: 974px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h1.erjife {
    font-size: 30px;
    color: #0b89d1;
    line-height: 1.5;
    text-transform: uppercase;
}
.title.font-45.tex {
    font-size: 45px;
    line-height: 1.22222222;
}
span.sichi {
    font-size: 18px;
}
li.title.font-18.tits {
    margin-bottom: 0px!important;
}
h1.downstrea {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 2;
    padding: 5px 0 10px;
    max-width: 800px;
    display: block;
    margin: 0 auto 15px;
    border-bottom: 1px solid #9aa3ac;
}
.seoIndustry.Auxil-industry.tex .ui.container {
    margin-top: 150px;
}
.seoIndustry.Auxil-industry.tex .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2em;
}
.seoIndustry.Auxil-industry.yincang a {
    color: #666;
}
@media screen and (max-width: 1000px){
  a.yejiaoyejiao,
  h1.Auxil-h1,
  h1.erjife,
  .yincang {
    display: none !important;
  }
  p.fl.footlink {
    width: 100%;
    white-space: normal;
}
  .news-page .bottom ul li .content h4 {
    white-space: normal;
  }
  .inner-banner {
    padding-top: 55px;
  }
}
.inner-page .m-page {
  margin-top: 100px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #aaaaab;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
.inner-page .m-page a:hover,
.inner-page .m-page span:hover,
.inner-page .m-page a span.current,
.inner-page .m-page span span.current {
  color: black;
  border-color: black;
}


 #mobile .menu-content .mob-yuy ul li:nth-child(3),
         #header .ui.menu .language ul.lang li:nth-child(3){
           display: none;
         }




.fix-tool {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
   max-width: 600px;

}

.fix-tool .box {
    display: flex;
}
.fix-tool .box img{
  width: auto;
  max-height: 100%;
}
.fix-tool .box .left {
    width: 0%;
    color: #ffffff;
    background-color: #ff3d00;
    padding: 15px;
    border-radius: 5px 0 0 5px;
}
.fix-tool .box .right {
    width: 100%;
    background-color: var(--base-color);
    padding: 30px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}
.fix-tool .box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.fix-tool .social-links a{
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
}

.fix-tool .social-links a + a{
  margin-left: 15px;
}

@media (max-width: 1000px) {
  .fix-tool {
    display: none;
  }
  .cus-page .cus-2 .ui.container a.more{
    margin-top: 20px;
  }
}
        
@media (max-width: 700px) {
  .server-page .server-2{
    margin-top: 40px;
  }
  .cus-page .cus-1{
    padding-bottom: 0;
  }
  .cus-page .cus-1 .ui.container .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .cus-page .cus-1.ser2 .ui.container .right{
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cus-page .cus-2{
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .cus-page .cus-1{
    padding-top: 40px;
  }
}
        


.gallery-page {
  padding: 120px 0;
}
.gallery-page .container .gallery-list ul{
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: var(--base-color);
  font-size: 18px;
  padding: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #000;
  color: #fff;
}


.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    font-family: 'Marcellus';
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}
@media screen and (max-width: 500px) {
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .container .gallery-list ul li{
    padding: 15px 0;
  }
  .faq-page{
    padding: 40px 0;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
}