body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}

.hover-language{
  position: relative;
}
.hover-language .zhuyu {
  margin: 0 20px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.hover-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  /*width: 50px;*/
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #093469;
  color: white;
}
.hover-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 45;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #01509a;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  white-space: nowrap;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #01509a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu a.language {
  margin: 0 20px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto!important;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#banner ul li .content img{
  position: absolute;
  width: 27.5%;
  left: 13%;
  top: 40%;
}
#banner ul li .content h2 {
  font-family: "BebasNeue";
  font-size: 100px;
  color: #01509a;
}
#banner ul li .content p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 50px;
}
#banner ul li .content a.btn {
  display: inline-block;
  font-size: 20px;
  padding: 10px 55px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner ul li .content a.btn:hover {
  background-color: #fff;
  color: #01509a;
}
.our-history {
  position: relative;
}
.our-history .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-history .box .left {
  background-color: #093469;
  width: 30%;
  border-radius: 0 0 0 30px;
}
.our-history .box .left .img {
  margin-top: -130px;
}
.our-history .box .right {
  background-color: #0071b7;
  color: #fff;
  width: 100%;
  border-radius: 0 0 0px 0;
}
.our-history .box .right ul {
  padding: 60px 15em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-history .box .right ul li {
  padding-left: 20px;
  width: 25%;
  padding-right: 20px;
}
.our-history .box .right ul li:not(:last-child) {
  border-right: 2px solid #fff;
}
.our-history .box .right ul li .content {
  padding-left: 95px;
}
.our-history .box .right ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
}
.our-history .box .right ul li h6 {
  font-size: 14px;
  line-height: 1;
}
.our-history .box .right ul li h2 {
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
}
.our-history .box .right ul li h2 em,.our-history .box .right ul li h2 span{
	font-size: 36px;
	font-weight:700;
}
.our-about {
  background-image: url(/nbhoge/2021/08/24/chanpin.png);
  background-repeat: no-repeat;
  background-position: bottom right 10%;
  padding: 180px 0 200px;
}
.our-about h2 {
  font-size: 40px;
  color: #093469;
  font-weight: bold;
}
.our-about i {
  display: block;
  margin: 30px 0;
}
.our-about .text {
  margin-bottom: 50px;
}
.our-about p {
  font-size: 22px;
}
.our-about a.btn {
  display: inline-block;
  font-size: 20px;
  padding: 10px 55px;
  border: 2px solid #01509a;
  border-radius: 5px;
  color: #01509a;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about a.btn:hover {
  background-color: #01509a;
  color: #fff;
}
h2.tit {
  font-size: 50px;
  font-weight: bold;
}
h2.tit span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
h2.tit span::after {
  content: "";
  position: absolute;
  width: 60px;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5px;
  border-radius: 5px;
  background-color: #093469;
}
.why-choose-us {
  background: url('../image/bg2.png') no-repeat center;
      background-size: 100% 100%;
  color: #fff;
  padding: 0 120px;
  padding-top: 80px;
}
.why-choose-us box {
  padding: 0 15px;
}
.why-choose-us h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
.why-choose-us h2 span::before,
.why-choose-us h2 span::after {
  background-color: #fff;
}
.why-choose-us p {
  font-size: 22px;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 10px;
}
.i-advantage .box ul li i img{
	width: 100px;
}
.i-advantage {
  padding: 50px 0;
  margin-top: 30px;
}
.i-advantage .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  display: flex;
      flex-direction: row;
      justify-content: center;
}
.i-advantage .box ul li {
  padding: 0 40px;
}
.i-advantage .box ul li:not(:last-child) {
  border-right: 1px solid #b9b9b9;
}
.i-advantage .box ul li .content {
  padding-left: 100px;
  position: relative;
      text-align: left;
}
.i-advantage .box ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-advantage .box ul li h2 {
  font-size: 24px;
  font-weight: bold;
}
.i-advantage .box ul li p {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.blue-color {
  color: #093469;
}
.our-product {
    background: #f3f3f3;
}
.our-product .box {
  margin-top: 20px;
  background: auto;
}
.our-product .box ul {
  margin: -30px;
}
.our-product .box ul li {
  padding: 30px;
}
.our-product .box ul li .text {
  text-align: left;
  background-color: #fff;
  padding: 30px 20px;
  height: 90px;
}
.our-product .box ul li .text .name {
  font-size: 18px;
}
.our-product .box ul li .text .more {
  font-size: 18px;
  color: #093469;
  margin-top: 15px;
}
.our-product .tab {
  margin-top: 60px;
  padding-bottom: 40px;;
}
.our-product .tab span {
  margin: 0 10px;
}
.left-btn,
.right-btn {
  display: inline-block;
  width: 47px;
  height: 47px;
  border: 1px solid #000;
  line-height: 45px;
  font-size: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.left-btn:hover,
.right-btn:hover {
  border-color: #0071b7;
  background-color: #0071b7;
  color: #fff;
}
.our-news {
  padding-top: 180px;
}
.our-news .box {
  padding: 0 65px;
  margin-top: 100px;
  position: relative;
}
.our-news .box > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-news .box > span.left-btn {
  left: -47px;
}
.our-news .box > span.right-btn {
  right: -47px;
}
.our-news .box ul {
  margin: 0 -17px;
}
.our-news .box ul li {
  padding: 0 17px;
}
.our-news .box ul li a:hover .text {
  background-color: #01509a;
  color: #fff;
}
.our-news .box ul li .text {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .box ul li .text h4 {
  font-size: 23px;
  line-height: 30px;
  min-height: 60px;
  font-weight: bold;
}
.our-news .box ul li .text .date {
  font-size: 20px;
}
.our-contact {
  padding-top: 180px;
  padding-bottom: 200px;
}
.our-contact .box {
  margin-top: 100px;
}
.our-contact .box .left {
  width: 50%;
  padding-right: 20px;
}
.our-contact .box .left .img {
  height: 665px;
}
.our-contact .box .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-contact .box .right {
  width: 50%;
  padding-left: 20px;
}
.our-contact .box .right .form {
  background-color: #fff;
  padding: 85px 45px;
  height: 665px;
}
.our-contact .box .right .form ul {
  margin: -35px -17px;
}
.our-contact .box .right .form ul li {
  padding: 35px 17px;
  width: 50%;
}
.our-contact .box .right .form ul li.wid-100 {
  width: 100%;
}
.our-contact .box .right .form ul li input {
  width: 100%;
  font-size: 18px;
  padding: 15px 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.our-contact .box .right .form ul li button {
  font-size: 20px;
  padding: 15px 35px;
  border: 1px solid #093469;
  color: #093469;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-contact .box .right .form ul li button:hover {
  background-color: #093469;
  color: #fff;
}
#footer {
  background-color: #f0f0f0;
  position: relative;
}
#footer .left {
  background-color: #093469;
  color: #fff;
  width: 60%;
  border-radius: 0 150px 0 0;
}
#footer .left .top {
  padding: 120px 0 70px;
  max-width: 900px;
  margin: 0 auto;
}
#footer .left .top .foot-content {
  margin: 0 -10px;
}
#footer .left .top h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
#footer .left .top h4::after {
  content: "";
  width: 140px;
  display: block;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}
#footer .left .top h4::before {
  content: "";
  width: 65px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  border-radius: 5px;
}
#footer .left .top .foot-block.contact {
  width: 55%;
  padding: 0 10px;
}
#footer .left .top .foot-block.contact .foot-logo {
  margin-bottom: 20px;
}
#footer .left .top .foot-block.contact ul li {
  font-size: 20px;
  line-height: 2;
}
#footer .left .top .foot-block.contact ul li span {
  display: block;
  padding-left: 60px;
}
#footer .left .top .foot-block.link {
  width: 45%;
  padding: 0 10px;
}
#footer .left .top .foot-block.link ul {
  margin-top: 25px;
}
#footer .left .top .foot-block.link ul li {
  font-size: 20px;
  line-height: 2;
  text-transform: uppercase;
}
#footer .left .top .foot-block.link ul li img {
  vertical-align: text-bottom;
  margin-right: 15px;
}
#footer .left .bottom {
  font-size: 16px;
  padding: 25px 0;
  border-top: 1px solid #fff;
}
#footer .left .bottom p,
#footer .left .bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .right {
  background-color: #fff;
  width: 45%;
  padding: 50px 0 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 150px 0 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(9, 52, 105, 0.5);
  box-shadow: 0 0 10px 0 rgba(9, 52, 105, 0.5);
}
#footer .right h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #093469;
  font-weight: bold;
}
#footer .right i {
  margin: 20px auto;
  display: block;
  width: 90%;
}
#footer .right .social-links {
  margin-top: 30px;
}
#footer .right .social-links a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
#footer .right .social-links a:not(:last-child) {
  margin-right: 30px;
}
#footer .right .social-links a:nth-child(1) {
  background-color: #4066c7;
}
#footer .right .social-links a:nth-child(2) {
  background-color: #33a9ff;
}
#footer .right .social-links a:nth-child(3) {
  background-color: #f0361d;
}
#footer .right .social-links a:nth-child(4) {
  background-color: #e43542;
}
#ewm {
  width: 200px;
  border: 1px solid #093469;
  padding: 5px;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(9, 52, 105, 0.2);
  box-shadow: 0 0 10px 0 rgba(9, 52, 105, 0.2);
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #banner ul li .content h2 {
    font-size: 80px;
  }
  .our-history .box .right ul {
    
  }
  .our-history .box .right ul li {
    padding-left: 40px;
  }
  .our-history .box .right ul li h6 {
    font-size: 16px;
  }
  .our-about h2 {
    font-size: 30px;
  }
  .our-about p {
    font-size: 18px;
  }
  .why-choose-us p {
    font-size: 18px;
  }
  .i-advantage .box ul li h2 {
    font-size: 18px;
  }
  .i-advantage .box ul li p {
    font-size: 16px;
  }
  .i-advantage .box ul {
    margin: 0 -20px;
  }
  .i-advantage .box ul li {
    padding: 0 20px;
  }
  .our-history .box .right ul li .content {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu a.language {
    font-size: 16px;
  }
  #banner ul li .content h2 {
    font-size: 70px;
  }
  .our-history .box .right ul {
    padding: 60px 20px;
  }
  .our-history .box .right ul li i {
    width: 50px;
  }
  .our-history .box .right ul li .content {
    padding-left: 70px;
  }
  .our-history .box .right ul li h2 {
    margin-top: 10px;
  }
  .i-advantage .box ul li i {
    width: 50px;
  }
  .i-advantage .box ul li .content {
    padding-left: 60px;
  }
  .our-news .box ul li .text {
    padding: 30px 20px;
  }
  .our-news .box ul li .text h4 {
    font-size: 18px;
  }
  #footer .left {
    width: 75%;
  }
  #footer .right {
    width: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .i-advantage .ui.container{
	  width: 800px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  #header .nav .ui.menu a.language {
    font-size: 14px;
    margin: 0 15px;
  }
  #header .nav .ui.menu .logo {
    width: 250px;
  }
  #banner ul li .content h2 {
    font-size: 60px;
  }
  .our-history .box .left {
    display: none;
  }
  .our-history .box .right {
    width: 100%;
    border-radius: 0 0 0px 0px;
  }
  .our-about {
    padding: 100px 0 200px;
  }
  .why-choose-us {
    padding: 100px 0;
  }
  .i-advantage .box ul {
    margin: -20px;
  }
  .i-advantage .box ul li {
    width: 50%;
    padding: 20px;
  }
  .i-advantage .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-advantage .box ul li:not(:last-child) {
    border: none;
  }
  .our-product .box ul {
    margin: -10px;
  }
  .our-product .box ul li {
    padding: 10px;
  }
  .our-product {
   
  }
  .our-news {
    padding-top: 100px;
  }
  .our-contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #footer .right .social-links a:not(:last-child) {
    margin-right: 10px;
  }
  #footer .left .top .foot-block.contact ul li {
    font-size: 16px;
  }
  #footer .left .top .foot-block.link ul li {
    font-size: 16px;
  }
  .our-news .box > span.left-btn {
    left: 0;
  }
  .our-news .box > span.right-btn {
    right: 0;
  }
  
}
@media screen and (max-width: 1000px) {
  .product-page .grid-box .pro .center .box.grid-box .list.column{
    width: 100%;
    padding: 0 0 20px;
  }
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content h2 {
    font-size: 45px;
  }
  h2.tit {
    font-size: 30px;
  }
  .our-contact .box .left {
    display: none;
  }
  .our-contact .box .right {
    width: 100%;
    padding-left: 0;
  }
  .our-contact .box .right .form {
    height: auto;
  }
  #footer .left {
    width: 100%;
    border-radius: unset;
  }
  #footer .right {
    display: none;
  }
  #footer .left .top {
    padding: 60px 15px;
  }
  .our-history .box .right ul {
    margin-left: -20px;
  }
  .our-history .box .right ul li {
    padding-left: 20px;
  }
  .our-history .box .right ul li h6 {
    font-size: 14px;
  }
  .our-history .box .right ul li h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  #banner ul li .content h2 {
    font-size: 24px;
  }
  #banner ul li .content p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #banner ul li .content a.btn {
    font-size: 12px;
    padding: 8px 20px;
  }
  .our-about a.btn {
    font-size: 12px;
    padding: 8px 20px;
  }
  h2.tit {
    font-size: 20px;
  }
}





/* 内页区域 */
.inner-banner {
  position: relative;
  background: url(/nbhoge/2021/08/11/about-1.png) no-repeat center / cover;
  height: 350px;
}
.inner-banner .text {
  text-align: center;
  padding: 10% 0;
}
.inner-banner .text h2 {
  /*font-weight: 900;*/
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
}
.inner-banner .text .banner-breack {
  font-size: 14px;
  color: #fff;
  padding-top: 15px;
}
.about-page {
  font-family: roboto, sans-serif;
}
.about-page .abt-1 {
  padding: 7rem 0;
}
.about-page .abt-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.about-page .abt-1 ul li {
  text-align: center;
}
.about-page .abt-1 ul li span {
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  color: #0a7dc2;
}
.about-page .abt-1 ul li h5 {
  font-size: 16px;
  color: #5f5f5f;
}
.about-page .abt-2 {
  padding-bottom: 9rem;
}
.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 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%);
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}
.about-page .abt-2 .grid-box .left img {
  width: 100%;
}
.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-left: 2rem;
}
.about-page .abt-2 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-2 .grid-box .right .text p {
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 20px;
}
.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #01509a;
  margin-top: 3.5rem;
}
.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-3 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-3 ul {
  margin-top: 20px;
}
.about-page .abt-3 ul li {
  display: inline-block;
  padding: 0 10px;
}
.about-page .abt-3 ul li .ig {
  text-align: center;
}
.about-page .abt-3 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-3 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-4 {
  padding: 7rem 0;
}
.about-page .abt-4 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-4 ul {
  margin-top: 20px;
}
.about-page .abt-4 ul li {
  display: inline-block;
  padding: 0 5px 20px;
}
.about-page .abt-4 ul li .ig {
  text-align: center;
}
.about-page .abt-4 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-4 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-5 {
  text-align: center;
}
.about-page .abt-5 h2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-5 h4 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  font-style: normal;
}
.about-page .abt-5 ul.grid-box {
  margin-top: 30px;
}
.about-page .abt-5 ul.grid-box li {
  display: inline-block;
  padding: 5px;
}
.about-page .abt-5 ul.grid-box li .text {
  background-color: #ebf1f2;
  padding: 40px 2rem;
}
.about-page .abt-5 ul.grid-box li .text h4 {
  margin-bottom: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul {
  text-align: left;
}
.about-page .abt-5 ul.grid-box li .text ul li {
  position: relative;
  padding-left: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
.about-page .abt-6 {
  text-align: center;
  background-color: #ebf1f2;
  padding: 3rem 0;
  margin: 7rem 0;
}
.about-page .abt-6 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.about-page .abt-6 p {
  font-size: 14px;
  color: #5f5f5f;
}
.about-page .abt-7 {
  padding: 4rem;
}
.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
  width: 100%;
}
.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-right: 2rem;
}
.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #01509a;
}
.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2c2c2c;
}
.about-page .abt-7 .grid-box .right .text p {
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 20px;
}
.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
}
.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-8 {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 4rem 0;
}
.about-page .abt-8 .title {
  text-align: center;
}
.about-page .abt-8 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #01509a;
}
.about-page .abt-8 .title p {
  font-size: 14px;
  margin: 0 auto 40px;
  max-width: 780px;
}

@media screen and (max-width: 1200px) {
  .about-page .abt-2,
  .about-page .abt-4 {
    padding: 4rem 0;
  }
  .about-page .abt-1 ul li {
    width: 50%;
  }
  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }
}

/* 产品页面 */
.product-page {
  background-color: #f7f8fa;
  padding: 5rem 0;
}
.product-page .grid-box .side {
  width: 30%;
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .side h2 {
  padding: 26px 30px;
  font-size: 22px;
  background-color: #01509a;
  color: #fff;
}
.product-page .grid-box .side ul.list {
  background-color: #fff;
  padding: 25px 30px;
}
.product-page .grid-box .side ul.list > li:first-child {
  padding-top: 0;
}
.product-page .grid-box .side ul.list > li {
  font-size: 16px;
  font-weight: bold;
  color: #01509a;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0;
  overflow: hidden;
}
.product-page .grid-box .side ul.list > li a {
  display: block;
}
.product-page .grid-box .side ul.list > li ul {
  display: none;
}
.product-page .grid-box .side ul.list > li ul li {
  font-size: 14px;
  font-weight: normal;
  color: #a2a7b3;
  padding-left: 1em;
  margin: 8px 0;
}
.product-page .grid-box .side ul.list > li ul li:hover {
  color: #000;
}
.product-page .grid-box .pro {
  position: relative;
  width: 70%;
  padding-left: 20px;
}
/*.product-page .grid-box .pro .top {
  position: absolute;
  bottom: 100%;
}*/
.product-page .grid-box .pro .top h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #01509a;
}
.product-page .grid-box .pro .top .con {
  font-size: 14px;
  color: #4d4d4d;
}
.product-page .grid-box .pro .center .box.grid-box .list.column {
  padding: 0 20px 20px 0;
}
.product-page .grid-box .pro .center .box.grid-box .list.column:hover .ig.grid-box {
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
  display: block;
  background-color: #fff;
  box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 20px 40px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
  padding-right: 15px;
  padding-top: 20px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left h4 {
  font-size: 20px;
  font-weight: bold;
  color: #01509a;
  padding-bottom: 15px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left i {
  font-size: 20px;
  color: #01509a;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
}
.m-page a:hover {
  color: #01509a;
}
.m-page span {
  background-color: #01509a;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .product-page .grid-box .side {
    display: none;
  }
  .product-page .grid-box .pro {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .pro .center .box.grid-box .list.column {
    width: 100%;
  }
}

/* 产品详情页 */
.prodet-page .det-1 {
  padding: 4rem 0;
}
.prodet-page .det-1 .grid-box .left {
  width: 50%;
  text-align: center;
  padding-right: 1rem;
}
.prodet-page .det-1 .grid-box .left .ig {
  max-width: 600px;
  margin: auto;.prodet-page .det-1 .grid-box .right
}
.prodet-page .det-1 .grid-box .left .img {
  border: 1px solid #d8dce4;
  margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .left ul {
  margin: 0 -4px;
}
.prodet-page .det-1 .grid-box .left ul li {
  display: inline-block;
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left ul li a {
  display: block;
  border: 1px solid #d8dce4;
}
.prodet-page .det-1 .grid-box .left ul li a img {
  margin: auto;
}
.prodet-page .det-1 .grid-box .right {
  width: 50%;
  padding-left: 2rem;
}
.prodet-page .det-1 .grid-box .right h2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #01509a;
  border-bottom: 1px solid #d8dce4;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
}
.prodet-page .det-1 .grid-box .right .text h4 {
  font-weight: 600;
  font-size: 22px;
  color: #01509a;
}
.prodet-page .det-1 .grid-box .right .text ul li {
  font-size: 16px;
  color: #262e42;
  margin: 1rem 0;
}
.prodet-page .det-1 .grid-box .right .text .more {
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 220px;
  text-align: center;
  color: #fff;
  background-color: #01509a;
  border-radius: 40px;
  padding: 15px 0;
}
.prodet-page .det-1 .grid-box .right .text .more a:not(:last-child){
  margin-right: 40px;
}
.prodet-page .det-2 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #01509a;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-2 .box{
  max-width: 1200px;
  margin: 0 auto;
}
/*.prodet-page .det-2 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background-color: #01509a;
}*/
.prodet-page .det-3 {
  padding: 60px 0;
}
.prodet-page .det-3 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #01509a;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-4{
  padding: 60px 0;
}
.prodet-page .det-4 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #01509a;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page h2{
  text-align: center;
}
.prodet-page h2 span{
  display: inline-block;
  position: relative;
}
.prodet-page h2 span::before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #000;
    height: 1px;
}
.prodet-page h2 span::after{
    content: "";
    position: absolute;
    width: 33.33%;
    left: 50%;
    bottom: -2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    border-radius: 5px;
    background-color: #093469;
}

.prodet-page .det-re {
  padding-bottom: 4rem;
}
.prodet-page .det-re h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #01509a;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-re .box {
  padding-top: 2rem;
}
.prodet-page .det-re .box ul li {
  display: inline-block;
  padding: 8px;
}
.prodet-page .det-re .box ul li .ig {
  display: block;
  text-align: center;
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.1);
  padding: 20px 40px 20px;
  transition: .5s;
}
.prodet-page .det-re .box ul li .ig img {
  display: inline-block;
}
.prodet-page .det-re .box ul li .ig h4 {
  font-size: 15px;
  font-weight: bold;
  color: #01509a;
  margin-top: 2rem;
}
.prodet-page .det-re .box ul li .ig:hover {
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
}
@media screen and (max-width: 992px) {
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}


/* 其他内页区域 */

.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
  background-color: #f0f0f0;
}
.inner-page p {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.inner-page .text {
  color: #828893;
  font-size: 16px;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #0a7dc2;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-family: "POPPINS-SEMIBOLD";
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #01509a;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #0a7dc2 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #0a7dc2 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #0a7dc2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #0a7dc2 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a7dc2;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #0a7dc2;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 66%;
  padding-left: 15px;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #0a7dc2;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #0a7dc2;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 0px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #0a7dc2 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "POPPINS-MEDIUM";
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #0a7dc2;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #0a7dc2;
  border-left: 1px solid #0a7dc2;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #0a7dc2 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #0a7dc2;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p,
.newdet-page .news-content .content div {
  line-height: 30px;
  font-size: 14px;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #0a7dc2;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #0a7dc2;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #0a7dc2 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}

.contact-1{
  padding-top: 90px;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #0a7dc2 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 1px;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #0a7dc2;
  color: white;
}

@media screen and (max-width: 1250px) {
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1000px) {
    
    
    
.inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  
}
@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
}

.info-middle img {
  width: 50%
}



/* Support Start */
.support-page .box .gallery-item {
  padding: 3.5rem 0;
}
.support-page .title .grid-box .left {
  vertical-align: bottom;
}
.support-page .title .grid-box .left .text h3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #2c2c2c;
}
.support-page .title .grid-box .left .text .con {
  font-size: 15px;
  color: #5f5f5f;
}
.support-page .title .grid-box .right {
  vertical-align: bottom;
  text-align: right;
}
.support-page .title .grid-box .right .more a {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e8523d;
}
.inner-page.support-page .list .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  border: none;
  color: #000;
  background-color: #fff;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.zmm_product{
	background: #f3f3f3;
	display: flex;
	flex-direction: row;
	padding: 40px 8%;
}
.inner-page.support-page .list .slick-arrow:hover {
  color: #fff;
  background-color: #e8523d;
}
.inner-page.support-page .list .slick-prev {
  left: 20%;
}
.inner-page.support-page .list .slick-next {
  right: 20%;
}
.inner-page.support-page .list {
  position: relative;
  padding: 2.5rem 0;
}
.inner-page.support-page .list ul li {
  display: inline-block;
}
.inner-page.support-page .list ul .draggable {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.inner-page.support-page .list ul .slick-slide {
  transform: scale(1);
  transition: .5s;
  opacity: 0;
}
.inner-page.support-page .list ul .slick-slide.slick-active {
  opacity: 1;
}
.inner-page.support-page .list ul .slick-slide.slick-active + div {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}
.inner-page.support-page .list ul .slick-slide.slick-center {
  position: relative;
  z-index: 3 !important;
  transform: scale(1.4) !important;
}
.inner-page.support-page .list ul .slick-slide.slick-center + div + div {
  transform: scale(1);
  z-index: 1 !important;
}
@media screen and (max-width: 1300px) {
  .inner-page.support-page .list ul .slick-slide.slick-center {
    transform: scale(1.2) !important;
  }
  .inner-page.support-page .list ul .slick-slide.slick-active + div {
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .inner-page.support-page .list ul .slick-slide {
    opacity: 1;
  }
  .inner-page.support-page .list ul .slick-slide.slick-center {
    transform: scale(1) !important;
  }
  .inner-page.support-page .list ul li {
    padding: 0 10px;
  }
}
/* Support End */

/* Gallery 第二版 Start */
.gallery-page .lg-1 .box .list {
  position: relative;
  padding: 2.5rem 0 5rem;
  overflow: hidden;
}
.gallery-page .lg-1 .box .list::after {
  content: '\20';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50px;
  bottom: 151px;
  width: 500px;
  background-color: #f7f8fa;
  border-radius: 0 50px 0 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text {
  max-width: 520px;
  padding: 3rem 20px 3rem 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text span.tit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  color: #01509a;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  color: #01509a;
  margin: 20px 0 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text .con {
  font-size: 14px;
  color: #262e42;
  margin-bottom: 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text {
  position: relative;
  padding-left: 60px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a {
  position: absolute;
  left: 0;
  width: 60px;
  top: 0;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a {
  display: inline-block;
  margin-bottom: 1px;
  width: 60px;
  line-height: 60px;
  background-color: #01509a;
  color: #fff;
  text-align: center;
  opacity: .3;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a.active {
  opacity: 1;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img img {
  width: 100%;
  border-radius: 0 50px 0 50px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #01509a;
  margin-top: 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even)::after {
  left: auto;
  right: 0;
  border-radius: 0 0 0 50px;
  width: 580px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
  position: relative;
  left: 50%;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
  text-align: right;
  margin-left: auto;
  padding: 3rem 0 3rem 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 860px) {
  .gallery-page .lg-1 .box .list .ig .grid-box .left {
    width: 100%;
  }
  .gallery-page .lg-1 .box .list .ig .grid-box .left .text {
    padding: 20px 0;
  }
  .gallery-page .lg-1 .box .list .ig .grid-box .right {
    width: 100%;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
    left: 0;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
    text-align: left;
    padding: 20px 0;
    margin-left: 0;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
    left: 0;
  }
}

/* Gallery 第二版 End */

/* Service Start */
.service-page {

}
.service-page .ser-1 {
  background-color: #F5F7FA;
}
.service-page .ser-1 .grid-box .left {
  width: 40%;
  vertical-align: middle;
}
.service-page .ser-1 .grid-box .left .text {
  padding: 1.5rem 0;
}
.service-page .ser-1 .grid-box .left .text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #485984;
  margin-bottom: 20px;
}
.service-page .ser-1 .grid-box .left .text .con {
  font-size: 14px;
  color: #262e42;
  margin-bottom: 15px;
}
.service-page .ser-1 .grid-box .left .text ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.service-page .ser-1 .grid-box .left .text ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  margin-right: 8px;
  color: #0aab0a;
}
.service-page .ser-1 .grid-box .left .text ul li span {
  display: inline-block;
  font-size: 16px;
  color: #262e42;
}
.service-page .ser-1 .grid-box .right {
  width: 60%;
  vertical-align: middle;
}
.service-page .ser-2 {
  margin: 80px auto;
}
.service-page .ser-2 .title {
  position: relative;
}
.service-page .ser-2 .title i {
  z-index: -1;
  position: absolute;
  bottom: 45%;
  left: 0;
  font-size: 100px;
  color: #f5f5f5;
  opacity: 0.9;
}
.service-page .ser-2 .title h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #01509a;
}
.service-page .ser-2 .top .grid-box .text {
  font-size: 14px;
  color: #262e42;
  max-width: 500px;
  padding-right: 10px;
  margin: 20px auto 20px 0;
}
.service-page .ser-2 .bot ul {
  margin: 0 -10px;
}
.service-page .ser-2 .bot ul li {
  position: relative;
  padding: 0 10px;
  margin: 40px 0 20px;
}
.service-page .ser-2 .bot ul li .ig {
  position: relative;
  max-width: 214px;
}
.service-page .ser-2 .bot ul li .ig::after {
  content: '1';
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  color: #e9edf4;
  opacity: .5;
}
.service-page .ser-2 .bot ul li .ig img {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px;
}
.service-page .ser-2 .bot ul li .ig h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #01509a;
}
.service-page .ser-2 .bot ul li:nth-child(2) .ig::after {
  content: '2';
}
.service-page .ser-2 .bot ul li:nth-child(3) .ig::after {
  content: '3';
}
.service-page .ser-2 .bot ul li:nth-child(4) .ig::after {
  content: '4';
}
.service-page .ser-3 {
  text-align: center;
  background-color: #f5f7fa;
  padding: 4rem 0;
}
.service-page .ser-3 .grid-box {
  border-radius: 30px;
  overflow: hidden;
}
.service-page .ser-3 .grid-box .column .text {
  background-color: #fff;
  padding: 7.5rem 0;
}
.service-page .ser-3 .grid-box .column .text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #01509a;
  margin: auto auto 20px;
}
.service-page .ser-3 .grid-box .column .text .con {
  font-size: 16px;
  color: #262e42;
  margin: 0 auto;
  max-width: 320px;
}
.service-page .ser-3 .grid-box .column .text .more {
  margin-top: 2.9rem;
}
.service-page .ser-3 .grid-box .column .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  background-color: #01509a;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
}
.service-page .ser-3 .grid-box .column .text .more a:hover {
  opacity: 0.8;
}
.service-page .ser-3 .grid-box .right {
  border-left: 1px solid #ddd;
}
.service-page .ser-3 .grid-box .right .text .more a {
  background-color: #526390;
}
.service-page .ser-4 {
  margin: 5rem 0;
}
.service-page .ser-4 .grid-box .left {
  width: 40%;
  vertical-align: middle;
}
.service-page .ser-4 .grid-box .left .ig {
  max-width: 430px;
  margin: auto;
}
.service-page .ser-4 .grid-box .left .ig img {
  width: 100%;
}
.service-page .ser-4 .grid-box .right {
  width: 60%;
  padding-left: 20px;
  vertical-align: middle;
}
.service-page .ser-4 .grid-box .right .text {
  max-width: 660px;
  margin-left: auto;
}
.service-page .ser-4 .grid-box .right .text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #01509a;
  margin: 20px 0 30px;
  max-width: 400px;
}
.service-page .ser-4 .grid-box .right .text ul li {
  margin: 20px 0;
}
.service-page .ser-4 .grid-box .right .text ul li .txt {
  position: relative;
  padding-left: 20px;
}
.service-page .ser-4 .grid-box .right .text ul li .txt::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '\f14a';
  font: normal normal normal 18px/1 FontAwesome;
  color: #0aab0a;
}
.service-page .ser-4 .grid-box .right .text ul li .txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #01509a;
}
.service-page .ser-4 .grid-box .right .text ul li .txt .con {
  font-size: 14px;
}
.service-page .ser-5 {
  padding: 35px 0;
  background-color: #2a344e;
}
.service-page .ser-5 .grid-box .left {
  width: 80%;
  vertical-align: middle;
}
.service-page .ser-5 .grid-box .left h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 20px 0 0;
}
.service-page .ser-5 .grid-box .right {
  width: 20%;
  vertical-align: middle;
  text-align: right;
}
.service-page .ser-5 .grid-box .right .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  background-color: #01509a;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.service-page .ser-5 .grid-box .right .more a:hover {
  background-color: #d62b39;
}
@media screen and (max-width: 992px) {
  .service-page .ser-1 .grid-box .left {
    width: 100%;
  }
  .service-page .ser-1 .grid-box .right {
    width: 100%;
  }
  .service-page .ser-2 .top .grid-box .column {
    width: 100%;
  }
  .service-page .ser-2 .bot ul li {
    width: 50%;
  }
  .service-page .ser-2 .bot ul li .ig {
    margin: auto;
  }
  .service-page .ser-3 .grid-box .column {
    width: 100%;
  }
  .service-page .ser-3 .grid-box .column.right {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .service-page .ser-4 .grid-box .left {
    width: 100%;
  }
  .service-page .ser-4 .grid-box .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    display: none;
  }
  .service-page .ser-5 .grid-box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .service-page .ser-5 .grid-box .right {
    width: 100%;
    text-align: center;
  }
}
/* Service End */


@media screen and (max-width: 700px) {
  .prodet-page .det-1 .grid-box .right .text .more a{
    font-size: 14px;
    max-width: 150px;
  }
  .about-page .abt-1 {
    padding: 2rem 0;
}
.about-page .abt-8 .title h3 {
    font-size: 20px;
}
}


#header .nav .ui.menu .search-pro form {
  position: relative;
}
#header .nav .ui.menu .search-pro input[type="text"] {
  width: 200px;
  height: 30px;
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px 0 15px;
}
#header .nav .ui.menu .search-pro input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/white-search.png) no-repeat center;
  background-size: 20px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 0;
}


#header .nav .ui.menu .search-pro input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .search-pro input[type="text"]::-moz-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .search-pro input[type="text"]::-ms-input-placeholder {
  color: #fff;
}



.contact-page .contact-3 .box{
    margin-top:50px;
}
.contact-page .contact-3 ul{
    display: flex;
    flex-wrap: wrap;
}
.contact-page .contact-3 ul li{
    width:20%;
    background-color:#fff;
    padding:55px 35px;
}
.contact-page .contact-3 ul li h3{
    font-size:18px;
    font-weight:bold;
    font-family: arial;
    margin:10px 0;
}
.contact-page .contact-3 ul li p{
    font-size:16px;
    position: relative;
    padding-left:40px;
    font-family: arial;
    text-align: left;
}
.contact-page .contact-3 ul li p i{
    position: absolute;
    left:0;
    top:0;
    min-width:25px;
    line-height: 25px;
    text-align: center;
    color:#093469;
}
.contact-page .contact-3 ul li p:nth-child(2) i{
    font-size:25px;
}
.contact-page .contact-3 ul li:hover{
    background-color:#093469;
    color:#fff;
}
.contact-page .contact-3 ul li:hover p{
    color:#fff;
}
.contact-page .contact-3 ul li:hover p i{
    color:#fff;
}

.contact-page .contact-4{
    padding-top:80px;
}
.contact-page .contact-4 .left{
    width:50%;
}
.contact-page .contact-4 .right{
    width:50%;
    padding-top:60px;
    padding-left:70px;
}
.contact-page .contact-4 .form {
  background-color: #fff;
  padding: 85px 45px;
  height: 665px;
}
.contact-page .contact-4 .form ul {
  margin: -35px -17px;
}
.contact-page .contact-4 .form ul li {
  padding: 35px 17px;
  width: 50%;
}
.contact-page .contact-4 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-4 .form ul li input {
  width: 100%;
  font-size: 18px;
  padding: 15px 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.contact-page .contact-4 .form ul li button {
  font-size: 20px;
  padding: 15px 35px;
  border: 1px solid #093469;
  color: #093469;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.contact-page .contact-4 .form ul li button:hover {
  background-color: #093469;
  color: #fff;
}
.contact-page .contact-4 h2{
    font-size:32px;
    font-family: arial;
    color: #125ba0;
}
.contact-page .contact-4 p{
    font-size:15px;
    font-family: arial;
}
.contact-page .contact-4 i.line{
    width:355px;
    height:1px;
    background-color:#000;
    display:block;
    position: relative;
    margin:30px 0 40px;
}
.contact-page .contact-4 i.line:after{
    content:"";
    position: absolute;
    width:105px;
    height:5px;
    left:0;
    bottom:-2px;
    background-color:#093469;
    border-radius: 5px;
}
.contact-page .contact-4 h3{
    font-size:18px;
    color:#797979;
}
.contact-page .contact-4 .right ul li{
    font-size:16px;
    padding-left:25px;
    position: relative;
}
.contact-page .contact-4 .right ul li i{
    position: absolute;
    left:0;
    top:5px;
}



@media screen and (max-width: 1400px) {
  .contact-page .contact-3 ul li{
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-3 ul li{
    width: 50%;
  }
  .contact-page .contact-4 .left{
    width: 100%;
  }
  .contact-page .contact-4 .right{
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-4 .form{
    padding: 30px 15px;
  }
  .contact-page .contact-4 .form{
    height: auto;
  }
  .contact-page .contact-4 .form ul{
    margin: -10px;
  }
  .contact-page .contact-4 .form ul li{
    padding: 10px;
  }
  .contact-page .contact-4 .form ul li input{
    font-size: 14px;
  }
  .contact-page .contact-4 .form ul li button{
    font-size: 16px;
  }

  .about-page .abt-1 ul li span{
    font-size: 2rem;
  }
  .about-page .abt-7{
    padding: 4rem 0;
  }

  .about-page .abt-5 ul.grid-box li .text{
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-3 ul li{
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-3 ul li{
    width: 100%;
  }
  .contact-page .contact-3 ul li > img{
    display: none;
  }
  .contact-page .contact-3 ul li h3{
    text-align: left;
  }
  .contact-page .contact-4 .form ul li{
    width: 100%;
  }
}


.series {
    width: 100%;
    padding-top: 50px;
	    background: #f3f3f3;
	}
.series .series_title{
	width: 100%;
}
.series p{
    line-height: 27px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.series .product{
    background: #0071b7;
    color: #fff;
    padding: 10px;
    margin-left: 15px;
}
.series .series_wz{
	    font-size: 18px;
	    padding-top: 22px;
	    color: #cbcbcb;
		font-weight: normal;
}
.img-box img{
	width:100%;
}
.our-product .img-box
{
	border-bottom: 2px solid #eeee;
}

.more_san{
			position: absolute;
		    right: 0px;
		    top: 0px;
		    font-size: 40px;
		    color: #fff;
		    text-align: center;
		    line-height: 90px;
		    border-left: 90px solid transparent;
		    border-bottom: 90px solid #c7c7c7;
		    width: 0;
		    height: 0;
}
.more_san:hover{
	border-bottom: 90px solid #0071b7;
}
.more_san_txt{
    position: absolute;
    font-size: 40px;
    color: #fff;
    z-index: 99;
    right: 10px;
    bottom: 0px;
}

.zmm_honor{
	background: url(../image/bg3.png) no-repeat center;
	    background-size: 100% 100%;
	    color: #fff;
		padding: 30px 5%;
		
}
.zmm_honor .zmm_honor_title{
	    font-size: 40px;
	    font-weight: bolder;
	    padding-left: 50px;
	    margin-top: 20px;
	    margin-bottom: 20px;
		text-transform:uppercase;
}
.zmm_honor .zmm_honor_info{
		font-size: 20px;
	    padding-left: 50px;
	    margin-bottom: 80px;
}
.honorswiper {
	overflow: hidden;
    padding: 50px;
}

.factory{
	background: url(../image/bg4.png) no-repeat center;
	    background-size: 100% 100%;
	    color: #fff;
		padding: 50px 5%;
		position: relative;
}
.zmmindex-title{
	    font-size: 40px;
	    font-weight: bolder;
	    color: #000;
	    text-transform: uppercase;
	    text-align: center;
	    margin-top: 40px;
}
.zmmindex-info{
	    text-align: center;
	    color: #7c7a7a;
	    margin-top: 30px;
	    font-size: 20px;
}
.zmmindex-title:after{
	content: "";
	    width: 50px;
	    height: 8px;
	    position: absolute;
	    background: #187ebd;
	    left: 50%;
	    margin-top: 70px;
	    margin-left: -25px;
}

.index-list{
	display:flex;
	flex-direction: row;
	margin-top: 30px;
}
.index-list .item{
    width:33%;
	padding: 30px;
}
.index-list .item .list-title{
	color: #0071b7;
	    padding: 20px;
	    font-size: 20px;
	    font-weight: bold;
	    background: #fff;
}
.index-list .item .list-info{
	padding: 20px;
	    font-size: 15px;
	    line-height: 30px;
	    background: #fff;
	    padding-bottom: 20px;
	    color: #000;
	    padding-top: 0;
	        height: 200px;
    overflow: hidden;
}
.index-list .item:hover{
	position: relative;
	top:-30px

}
.index-list .item:hover .list-info,.index-list .item:hover .list-title{
	background: #0071b7;
	color: #fff;
}


.index-news{
		padding: 10px 5%;
		position: relative;
}
.index-news-list{
	display:flex;
	flex-direction: row;
	margin-top: 30px;
}
.index-news-list .item{
	padding: 30px;
	cursor: pointer;
}
.index-news-list .item:hover{
	position: relative;
	top:-30px
}
.index-news-list .list-title{
		color: #000;
	    padding: 20px;
	    font-size: 20px;
	    font-weight: bold;
}



.index-news-list .list-info{
		padding: 20px;
		    font-size: 14px;
		    color: #9E9E9E;
		    font-weight: bold;
		    padding-top: 0;
}
.index-button{
	text-align: center;
	    margin: 20px;
}
.zmmview{
	    width: 150px;
	    line-height: 40px;
	    background: #0071b7;
	    outline: none;
	    color: #fff;
		border: none;
}

.zmm_footer{
		background: url(../image/footbg.png) no-repeat center;
		    background-size: 100% 100%;
		    color: #fff;
		    position: relative;
		    display: flex;
		    flex-direction: row;
}
.footer-left{
	width: 60%;
}
.footer-left .zitem1{
	display: flex;
	    flex-direction: row;
	    width: 100%;
	    border-bottom: 1px solid #255f84;
}
.footer-left .zitem1 .foot-logo{
	        width: 30%;
	        text-align: right;
}
.footer-left .zitem1 .foot-logoxx{
	width: 60%;
	    font-size: 20px;
	    padding-left: 50px;
	    padding-right: 9vw;
	    margin-top: 40px;
	    margin-bottom: 35px;
	    border-left: 1px solid #255f84;
}

.footer-left .zitem2{
	    padding: 40px 10%;
	        display: flex;
	        flex-direction: row;
			margin-left: 30px;
}
.footer-left .zitem2 .zitem2-item{
		padding: 40px;
}
.footer-left .zitem2 .zitem2-item .item-title{
	font-size: 18px;
	    margin-bottom: 20px;
}
.footer-left .zitem2 .zitem2-item  .item-li{
	    color: #748692;
	    margin-bottom: 5px;
	    font-size: 16px;
	    cursor: pointer;
}
.footer-right{
	width: 40%;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 1em;
    border-left: 1px solid #255f84;
}
.footer-right .index-contact{
	    margin-top: 100px;
	    font-weight: bold;
	    font-size: 28px;
	    margin-bottom: 40px;
}
.footer-right  .contact-list-item
{
	 color: #748692;
	 line-height: 40px;
	 font-size: 14px;
}
.footer-right .lianxi{
	margin-top: 30px;
	margin-bottom: 50px;
}
.footer-right .zcopyright{
	     color: #748692;
	     width: 80%;
	     padding-bottom: 40px;
	     font-size: 14px;
}
.banner{
	position: relative;
}
.banner .swiper-button-prev,.banner  .swiper-button-next{
	color: #fff;
}
.banner .swiper-pagination{
	position: absolute;
	text-align: right;
	padding-right:20px ;
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
		width: 22px;
	    height: 5px;
	    display: inline-block;
	    background: #fff;
	    opacity: 0.55;
		border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	 opacity:1;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 35px !important;
	    left: -35px !important;
	    width: 100%;
}
.doSearch {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
.doSearch .close {
  position: absolute;
  left: 80%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.doSearch input {
  width: 40%;
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  padding: 10px 0;
  text-indent: 20px;
  font-size: 18px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
}
.doSearch a {
  position: absolute;
  right: 28%;
  top: 50%;
  transform: translateY(-50%);
}

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


.footer-left .zitem2{
	    padding: 40px 5%;
	        display: flex;
	        flex-direction: row;
			margin-left: 30px;
}
.footer-left .zitem2 .zitem2-item{
		padding: 30px;
}

}



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

.footer-left .zitem1 .foot-logoxx{
	width: 60%;
	    font-size: 18px;
	    padding-left: 50px;
	    padding-right: 9vw;
	    margin-top: 40px;
	    margin-bottom: 35px;
	    border-left: 1px solid #255f84;
}
.footer-left .zitem2{
	    padding: 40px 3%;
	        display: flex;
	        flex-direction: row;
			margin-left: 30px;
}
.footer-left .zitem2 .zitem2-item{
		padding: 17px;
}
.footer-right .lianxi{
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-right .index-contact{
	    margin-top: 40px;
	    font-weight: bold;
	    font-size: 24px;
	    margin-bottom: 20px;
}

}













@media screen and (max-width: 1200px) {
	.zmm_footer
	{
		flex-wrap: wrap;
	}
	.footer-left {
	    width: 100%;
	}
	.footer-right {
	    width: 100%;
		text-align: center;
	}
	.footer-right .zcopyright{
		margin: auto;
	}
}
.zmmmmbg{
	background: #f3f3f3;
}

.zmm_product .left{
	    width: 300px;
}
.zmm_product .left .item_title{
	    width: 300px;
	    height: 50px;
	    background: #0071b7;
	    text-align: left;
	    color: #fff;
	    line-height: 50px;
	    font-size: 22px;
	    font-weight: bolder;
	    padding-left: 20px;
}
.zmm_product .left .item_list{
		width: 270px;
	    height: 50px;
	    text-align: left;
	    color: #939393;
	    line-height: 50px;
	    font-size: 15px;
	    padding-left: 1px;
	    border-bottom: 1px solid #f3f3f3;
	    background: #fff;
	    margin-right: 15px;
	    margin-bottom: 10px;
	    margin-left: 15px;
	    cursor: pointer;
}
.zmm_product .left .item_list:hover{
	color:#0071b7;
}
.leftzz{
	background: #fff;
	padding-bottom: 20px;
}
.zmm_product .right{
	padding: 0 0px 0 20px;
	min-width:70% ;
}
.zmm_product .right ul{
	display: flex;
	flex-wrap: wrap;
}
.zmm_product .right ul li{
	width: 33%;
	padding: 0 5px;
	margin-bottom: 30px;
}


.right .name{
	background: #fff;
	    height: 90px;
	    line-height: 90px;
	    font-size: 14px;
	    padding-left: 10px;
	    border-top: 1px solid #c7c7c7;
}


.am-pagination > a{
    background-color: #fff;
    border: 0;
    height: 46px;
    padding: 0;
    min-width: 46px;
    line-height: 32px;
    font-size: 18px;
    color: #757676;
    border: 1px #ececec solid;
	padding: 0.5em 1em;
}

.am-pagination:before, .am-pagination:after {
    content: " ";
    display: table;
}
.am-pagination > a {
    display: inline-block;
}
.am-pagination > a.active {
    background-color: #00aae7;
    border-color: #00aae7;
    color: #fff;
}
.am-pagination-centered {
    text-align: center;
}
.am-pagination {
    padding-left: 11px;
    margin: 0 0 1.5rem 0;
    list-style: none;
    color: #999999;
    text-align: right;
    margin-right: 30px;
}

.productinfo_title{
	padding-left: 8%;
	    font-size: 36px;
	    font-weight: bold;
	    margin-bottom: 30px;
	    margin-top: 30px;
}
.productinfo{
	display: flex;
	padding: 0 8%;
	margin-bottom: 20px;
}
.productinfo .imgkk{
	    width: 48%;
	    border: 1px solid #eee;
		margin-right: 2%;
}
.productinfo .imgkk img{
	width: 100%;
}
.productinfo  .info1{
	width: 50%;
	padding: 10px;
}
.titlexx
{    
	font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
	margin-bottom: 20px;
	
	
}
.titlexx::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    bottom: -2px;
    left: 0;
    background: #0071b7;
}
.info2{
	padding: 0 8%;
}
.buttonxx{
	    padding: 20px 8%;
	    text-align: center;
}
.buttonxx button{
	margin-right: 20px;
	    border: 1px solid #0172b7;
	    padding: 10px;
	    background: #fff;
	    border-radius: 25px;
	    width: 140px;
	    color: #0172b7;
	    font-weight: bold;
	    font-size: 16px;
}
.buttonxx button:hover{
	 background:#0172b7;
	 color: #fff;
}


.equi{
	padding: 20px 8%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.equi .item{
	width: 33%;
	padding: 10px;
	cursor: pointer;
	
}
.equi .item img{
	width: 100%;
}
.equi .item p{
	text-align: center;
	    font-size: 22px;
}
.equi .item h2{
	text-align: left;
	font-size: 18px;
	font-weight: bolder;
	padding: 5px;
}
.equi .item h3{
	text-align: left;
	padding: 5px;
	color: #999;
	font-size: 16px;
}
.honor{
	padding: 20px 8%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.honor .item{
	width: 21%;
	    padding: 20px 30px;
	    margin: 20px 2%;
	    
	    background: #f6f6f6;
	    cursor: pointer;
	
}

.honor .item:hover{
	    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.03);
	    background: #fff;
	
}

.honor .item img{
	width: 100%;
}
.honor .item p{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    padding: 20px;
    border-top: 1px solid #dcdcdc;
}

.newsinfo{
	padding:40px 8%;
}
.newsinfo h1{
	font-size: 36px;
	font-weight: bolder;
	width: 100%;
	margin: auto;
	padding: 15px 30px;
	text-align: center;
}
.newsinfo h2{
	font-size: 16px;
	color: #d3d3d3;
	border-bottom: 1px solid #f3f3f3;
	text-align: center;
	padding: 10px;
}
.newsinfo p{
	    line-height: 36px;
	    font-size: 18px;
	    padding: 20px;
	    color: #6a6868;
}
.info-fy{
	border-top: 1px solid #f3f3f3;
	margin:0px 8%;
	position: relative;
	height: 120px;
	margin-bottom: 0;
	padding: 40px 0;
	font-size: 16px;
}
.info-fy .pre{
	position: absolute;
	left:0;
	line-height: 40px;
	font-weight: bold;
	    width: 400px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
}
.info-fy .pre a{
	font-weight: normal;
	color: #999;
}
.info-fy .next{
	position: absolute;
	right:0;
	line-height: 40px;
	font-weight: bold;
	    width: 400px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
}
.info-fy .next a{
	font-weight: normal;
	color: #999;
}

.contact11{
	display: flex;
	flex-direction: row;
}
.contact11 .map {
	width: 50%;
}
.contact11 .map img{
	width: 100%;
	height: 100%;
}

.contact11 .contactxx {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 50%;
}
.contact11 .contactxx .item{
	        width: 50%;
	        background: #fafafa;
	        text-align: center;
	        justify-content: center;
	        border: 1px solid #F4F4F4;
			font-size: 16px;
}
.contact11 .contactxx .item img{
	    width: 60px;
	    margin-top: 50px;
		
}
.contact11 .contactxx .item h3{
	font-size: 16px;
}
.contact11 .contactxx .item p{
	font-size: 16px;
	margin-top: 20px;
}


.contactformtt
{
		text-align: center;
	    font-size: 26px;
	    font-weight: bold;
	    margin: 20px;
}
.contactformtt_info{
	font-size: 16px;
	padding: 10px;
    margin: 0 10%;
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
	    color: #999;

}
.bmmmm{
	margin-top: 40px;
	margin-bottom:40px;
	text-transform: uppercase;
	background: #0071b7;
	width: 120px;
	height: 50px;
	color: #fff;
	outline: none;
	border: none;
	
}
.formxx{
	max-width: 1600px;
	margin: auto;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	 justify-content: left;
}


.formxx .foitem{
	width: 33%;
	text-align: left;
}
.formxx .foitem p,.formxx .foitem2 p{
	    text-align: left;
	    font-size: 14px;
		margin-top: 20px;
	    font-weight: normal;
}
.formxx .foitem p span,.formxx .foitem2 p span{
	color: red;
}

.formxx .foitem input{
	background: #f8f8f8;
	    outline: none;
	    border: none;
	    padding: 20px;
	    width: 80%;
	    margin: auto;
		margin-top: 10px;
}


.foitem2{
	width: 98%;
	text-align: left;
}
.foitem2 textarea{
	width: 94%;
	background: #f8f8f8;
	    outline: none;
	    border: none;
	    padding: 20px;
		margin-top: 20px;
		height: 100px;
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner ul li .content h2 {
    font-size: 30px;
  }
  #banner ul li .content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #banner ul li .content a.btn {
    font-size: 14px;
  }
  .our-history {
    display: none;
  }
  .our-about {
    padding: 60px 0 0;
    background-image: none;
  }
  .our-about h2 {
    font-size: 20px;
  }
  .our-about p {
    font-size: 14px;
  }
  .our-about .text {
    margin-bottom: 30px;
  }
  .our-about a.btn {
    font-size: 14px;
  }
  .why-choose-us {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .our-product {
  }
  .our-product .box {
    margin-top: 50px;
  }
  .our-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .our-news .box {
    margin-top: 50px;
    padding: 0;
  }
  .our-news .box > span {
    display: none;
  }
  .our-contact {
    display: none;
  }
  .our-product .tab {
    margin-top: 30px;
  }
  .our-news .box ul li .text h4 {
    font-size: 16px;
  }
  .our-news .box ul li .text .date {
    font-size: 14px;
  }
  #footer .left .top .foot-block.contact {
    width: 100%;
  }
  #footer .left .top .foot-block.link {
    display: none;
  }
  #footer .left .top .foot-block.contact ul li span {
    display: inline-block;
    padding-left: 0;
  }
  .zmm_honor .zmm_honor_title{
	    font-size: 26px;
	    font-weight: bolder;
	    padding-left: 15px;
	    margin-top: 10px;
	    margin-bottom: 10px;
		text-transform:uppercase;
}
.zmm_honor .zmm_honor_info{
		font-size: 16px;
	    padding-left: 15px;
	    margin-bottom: 10px;
}
.honorswiper {
	overflow: hidden;
    padding: 15px;
}
 .zmmindex-title{
	    font-size: 26px;
	    font-weight: bolder;
	    color: #000;
	    text-transform: uppercase;
	    text-align: center;
	    margin-top: 10px;
}
.zmmindex-info{
	    text-align: center;
	    color: #7c7a7a;
	    margin-top: 30px;
	    font-size: 15px;
} 

.series p{
    line-height: 27px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.series .series_wz{
	    font-size: 15px;
	    padding-top: 22px;
	    color: #cbcbcb;
		font-weight: normal;
}

.zmmindex-title:after{
	content: "";
	    width: 50px;
	    height: 5px;
	    position: absolute;
	    background: #187ebd;
	    left: 50%;
	    margin-top: 50px;
	    margin-left: -25px;
}

.index-list .item{
    width:100%;
	padding: 10px 0px;
}
.index-list .item .list-info{
	padding: 20px;
	    font-size: 14px;
	    line-height: 30px;
	    background: #fff;
	    padding-bottom: 20px;
	    color: #000;
	    padding-top: 0;
	        height: 145px;
    overflow: hidden;
}
.index-news-list .item{
	padding: 10px 0px;
	cursor: pointer;
}
.footer-left .zitem1 .foot-logoxx{
	width: 69%;
	    font-size: 12px;
	    padding-left: 15px;
	    
	    margin-top: 10px;
	    margin-bottom: 10px;
	    border-left: 1px solid #255f84;
}

.footer-right .index-contact{
	    margin-top: 20px;
	    font-weight: bold;
	    font-size: 26px;
	    margin-bottom: 10px;
}

.footer-right{
	width: 100%;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 1em;
    border-left: 1px solid #255f84;
}

.footer-right .lianxi{
	margin-top: 10px;
	margin-bottom: 10px;
}

.productinfo{
	display: grid;
	padding: 0 8%;
	margin-bottom: 20px;
}


.productinfo .imgkk{
	    width: 100%;
	    border: 1px solid #eee;
		margin-right: 2%;
}

.productinfo  .info1{
	width: 100%;
	padding: 10px 0px;
}

.productinfo_title{
	padding-left: 8%;
	    font-size: 30px;
	    font-weight: bold;
	    margin-bottom: 30px;
	    margin-top: 40px;
}

.footer-right  .contact-list-item
{
	 color: #748692;
	 line-height: 30px;
	 font-size: 14px;
}

.equi{
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.honor{
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.honor .item{
	width: 21%;
	    padding: 3px 10px;
	    margin: 8px 2%;
	    
	    background: #f6f6f6;
	    cursor: pointer;
	
}

.newsinfo{
	padding:40px 2%;
}

.newsinfo h1{
	font-size: 22px;
	font-weight: bolder;
	width: 100%;
	margin: auto;
	padding: 5px 1px;
	text-align: center;
}

.contact11 .contactxx .item{
	        width: 100%;
	        background: #fafafa;
	        text-align: center;
	        justify-content: center;
	        border: 1px solid #F4F4F4;
			font-size: 16px;
}
.contact11 .contactxx .item img{
	    width: 60px;
	    margin-top: 10px;
		
}

.contact11 .contactxx .item p{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}




.formxx{
	max-width: 1600px;
	margin: auto;
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	 justify-content: left;
}
.formxx .foitem{
	width: 100%;
	text-align: left;
}
.formxx .foitem input{
	background: #f8f8f8;
	    outline: none;
	    border: none;
	    padding: 20px;
	    width: 100%;
	    margin: auto;
		margin-top: 10px;
}

.foitem2{
	width: 100%;
	text-align: left;
}
.foitem2 textarea{
	width: 100%;
	background: #f8f8f8;
	    outline: none;
	    border: none;
	    padding: 20px;
		margin-top: 20px;
		height: 100px;
}


.info-fy{
	border-top: 1px solid #f3f3f3;
	margin:0px 2%;
	position: relative;
	height: 120px;
	margin-bottom: 0;
	padding: 15px 0;
	font-size: 16px;
}

.zmm_product{
	background: #f3f3f3;
	display: flex;
	flex-direction: row;
	padding: 20px 10px;
}






}