#ewm{
  margin-top: 30px;
  width: 150px;
  border: 5px solid #FFFFFF;
}


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


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

#header.active{
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


#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: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  font-weight: 600;
  -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 {
  border-color: #fd2318;
  color: #05488e;
  -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: 40px 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;
  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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: none;
  font-size: 30px;
  border: none;
  background: transparent;
}
#banner .slick-prev {
  left: 15%;
}
#banner .slick-next {
  right: 15%;
}
#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 {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

table tr:first-child {
  color: #ffffff;
  background: #04478e;
}

table tr:nth-child(even) {
  background: #f5f5f5;
}

.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: 200;
}
#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: #fff;
  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: black;
  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;
  text-transform: capitalize;
  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-banner {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }

  #ewm{
    display: none;
  }
}
#banner {
  position: relative;
}
#banner .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
#banner .ball1 {
  position: absolute;
  right: 25%;
  top: 25%;
  -webkit-animation: mymove2 2s infinite;
  -moz-animation: mymove2 2s infinite;
  animation: mymove2 2s infinite;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}
#banner .ball2 {
  position: absolute;
  right: 40%;
  top: 45%;
}
#banner ul {
  position: relative;
  z-index: 1;
}
#banner li {
  position: relative;
  height: 940px;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 1000px;
  margin: auto;
}
#banner h2 {
  margin-bottom: 10px;
  color: #04478e;
  line-height: .9;
  font-size: 150px;
  font-weight: bold;
  text-transform: uppercase;
}
#banner h2 small {
  color: #FFFFFF;
  font-size: 200px;
  display: block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
#banner p {
  font-size: 20px;
  max-width: 430px;
  margin: auto;
  letter-spacing: 2px;
}
#banner .down_btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .down_btn .line {
  width: 1px;
  height: 100px;
  background: #000000;
}
#banner .down_btn .btn {
  font-size: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: #dc0203;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: mymove 1s infinite;
  -moz-animation: mymove 1s infinite;
  animation: mymove 1s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  cursor: pointer;
}
@-webkit-keyframes mymove {
  from {
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
  to {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}
@-moz-keyframes mymove {
  from {
    -moz-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
  to {
    -moz-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}
@keyframes mymove {
  from {
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
  to {
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}
@-webkit-keyframes mymove2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-moz-keyframes mymove2 {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes mymove2 {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.tit1 {
  font-size: 60px;
  line-height: 1.1;
}
.tit1 span {
  color: #04478e;
}
.our-product ol.tab li {
  font-size: 30px;
  line-height: 1.8;
}
.our-product ol.tab li i {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.our-product .list {
  padding: 0 80px;
  position: relative;
}
.our-product .list .arrow_l,
.our-product .list .arrow_r {
  position: absolute;
  top: 35%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #000000;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-product .list .arrow_l:hover,
.our-product .list .arrow_r:hover {
  background: #dc0203;
}
.our-product .list .arrow_l {
  left: 0;
}
.our-product .list .arrow_r {
  right: 0;
}
.our-product .list ul {
  margin: -10px;
}
.our-product .list ul li {
  padding: 10px;
}
.our-product .list ul li .img {
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  overflow: hidden;
}
.our-product .list ul li:hover .img {
  -webkit-box-shadow: 10px 0 20px #DDDDDD;
  box-shadow: 10px 0 20px #DDDDDD;
}
.more_btn {
  display: inline-block;
  height: 77px;
  line-height: 77px;
  padding: 0 25px;
  color: #000000;
  background: #FFFFFF;
  -webkit-box-shadow: 20px 10px 30px #CCCCCC;
  box-shadow: 20px 10px 30px #CCCCCC;
  border-radius: 50px;
}
.more_btn span,
.more_btn i {
  display: inline-block;
  vertical-align: middle;
}
.our-about {
  color: #FFFFFF;
  background: #04478e;
  border-radius: 120px 0 0 0;
}
.our-about .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 10%;
}
.our-about .right {
  width: 50%;
  vertical-align: middle;
}
.our-about h1 {
  font-size: 50px;
  line-height: 1.3;
  font-style: italic;
}
.our-about p {
  line-height: 2;
}
.our-about .more_btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.our-about .img {
  width: 50vw;
  height: 940px;
}
.our-about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about .play {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.our-about .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.i-advantage {
  padding: 100px 0;
  background: url(../images/adv_bg.jpg) no-repeat center;
  background-size: cover;
}
.i-advantage .list {
  margin-top: 120px;
}
.i-advantage .list .mml-text {
  padding-left: 140px;
  position: relative;
}
.i-advantage .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.i-advantage .list .mml-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dc0203;
}
.i-advantage .list ul {
  margin: -40px -20px;
}
.i-advantage .list ul li {
  padding: 40px 20px;
}
.our-news {
  background: #ececec;
  border-radius: 0 120px 0 0;
  padding: 140px 0 100px;
}
.our-news .list {
  margin-top: 50px;
}
.our-news .list ul {
  margin: -45px;
}
.our-news .list ul li {
  padding: 45px;
}
.our-news .list .line {
  height: 3px;
  background: #000000;
}
.our-news .list time {
  color: #dc0203;
}
.our-news .list h2 {
  font-size: 32px;
  line-height: 1.1;
}
.our-news .list .mml-text {
  padding-right: 15%;
}
#footer {
  background: url(../images/foot_bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
#footer .footer-top {
  padding: 140px 0 90px;
}
#footer .footer-top h2 {
  font-size: 80px;
  line-height: 1;
}
#footer .footer-top h2::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #dc0203;
  border-radius: 50%;
}
#footer .footer-top .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #000000;
  background: #FFFFFF;
  border-radius: 50%;
}
#footer .footer-top .social-links a:hover {
  color: #FFFFFF;
  background: #dc0203;
}
#footer .footer-top .social-links a:not(:last-child) {
  margin-right: 25px;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-top .footer-content ul li em,
#footer .footer-top .footer-content ul li span {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .footer-content .footer-block ul.ty li {
  margin-bottom: 20px;
}
#footer .footer-top .footer-content .footer-block ul.ty li span {
  border-bottom: 2px solid #dc0203;
}
#footer .footer-top .footer-content .footer-block ul.ty li img {
  vertical-align: -webkit-baseline-middle;
}
#footer .footer-top .footer-content .footer-block.form {
  max-width: 450px;
}
#footer .footer-top .footer-content .footer-block.form ul {
  margin: -10px;
}
#footer .footer-top .footer-content .footer-block.form ul li {
  padding: 10px;
}
#footer .footer-top .footer-content .footer-block.form ul li.wid-100 {
  width: 100%;
}
#footer .footer-top .footer-content .footer-block.form input {
  font-size: 18px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  padding: 15px;
  width: 100%;
}
#footer .footer-top .footer-content .footer-block.form button {
  height: 77px;
  line-height: 77px;
  border: none;
  color: #000000;
  background: #ffffff;
  padding: 0 18px;
  border-radius: 50px;
  margin-top: 40px;
}
#footer .footer-bottom {
  line-height: 2;
}
#footer .footer-bottom .logo {
  width: 160px;
}
#footer .footer-bottom .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .footer-bottom .box {
  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;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-bottom .support img {
  max-height: 16px;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #banner h2 {
    font-size: 150px;
  }
  #banner h2 small {
    font-size: 170px;
  }
  #banner p {
    font-size: 20px;
  }
  .our-product ol.tab li {
    font-size: 26px;
  }
  .tit1 {
    font-size: 50px;
  }
  .our-about h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }

  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 20px;
    font-size: 16px;
  }

  .hover-language .zhuyu{
    font-size: 16px;
  }

  #header .nav .ui.menu .logo{
    width: 250px;
  }

  #banner li{
    height: 700px;
  }

  #banner .left{
    max-width: 700px;
  }

  #banner .slick-prev {
    left: 5%;
  }
  #banner .slick-next {
    right: 5%;
  }
  #banner h2 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 30px;
  }
  #banner h2 small {
    font-size: 100px;
  }
  #banner .ball1 {
    right: 20%;
  }
  .our-about .left {
    padding-right: 5%;
  }
  .our-about .img {
    height: 850px;
  }
  .our-news .list .mml-text {
    padding-right: 0;
  }
  #footer .footer-top h2 {
    font-size: 60px;
  }
  .font-24 {
    font-size: 20px;
  }
  #footer .footer-top .footer-content .footer-block.form {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }

  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 20px;
    font-size: 14px;
  }

  .hover-language .zhuyu{
    font-size: 14px;
  }

  #header .nav .ui.menu .logo{
    width: 200px;
  }

  .tit1 {
    font-size: 50px;
  }
  .our-about h1 {
    font-size: 40px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 18px;
  }
  .our-about .img {
    height: 750px;
  }
  .more_btn {
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list ul li {
    width: 50%!important;
    padding: 15px;
  }
  .font-30 {
    font-size: 24px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list ul li {
    padding: 15px;
  }
  .our-news .list h2 {
    font-size: 30px;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .footer-top h2 {
    font-size: 50px;
  }
  #footer .footer-top .footer-content .footer-block.form {
    max-width: 300px;
  }
  #footer .footer-top .footer-content .footer-block.form button {
    margin: 0;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
  }
  #footer .footer-top {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .ball1,
  #banner .ball2 {
    display: none;
  }
  #banner li {
    height: 400px;
  }
  #banner .down_btn {
    display: none;
  }
  #banner .left {
    text-align: center;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner h2 small {
    font-size: 60px;
    display: inline-block;
  }
  #banner p {
    max-width: 100%;
  }
  .tit1 {
    font-size: 30px;
  }
  .our-product ol.tab li {
    font-size: 18px;
    line-height: 2;
  }
  .our-product ol.tab li i {
    width: 10px;
  }
  .our-product .list .arrow_l,
  .our-product .list .arrow_r {
    display: none;
  }
  .our-product .list {
    padding: 0;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
    margin-top: 40px;
  }
  .our-about h1 {
    font-size: 30px;
  }
  .our-about .img {
    width: auto;
    height: 300px;
  }
  .our-about {
    padding: 60px 0;
  }
  .font-24 {
    font-size: 16px;
  }
  .i-advantage .title .fl,
  .i-advantage .title .fr {
    float: none;
  }
  .i-advantage .title .fr {
    margin-top: 20px;
  }
  .i-advantage .list .mml-text i {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .i-advantage .list .mml-text {
    padding-left: 90px;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .our-news {
    padding: 60px 0;
  }
  #footer .footer-top .footer-content .footer-block.link,
  #footer .footer-top .footer-content .footer-block.product {
    display: none;
  }
  #footer .footer-bottom .mml-text .fl,
  #footer .footer-bottom .mml-text .fr {
    float: none;
  }
  .our-about .left {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner h2 small {
    font-size: 30px;
  }
  #banner p {
    font-size: 14px;
  }
  #banner li {
    height: 300px;
  }
  .our-product ol.tab {
    display: none;
  }
  .our-about {
    border-radius: 60px 0 0 0;
  }
  .i-advantage {
    display: none;
  }
  .our-news {
    border-radius: 0 60px 0 0;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.contact,
  #footer .footer-top .footer-content .footer-block.form {
    max-width: 100%;
  }
  #footer .footer-top .footer-content .footer-block.form {
    margin-top: 40px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top h2 {
    font-size: 40px;
  }
  #footer .footer-top .footer-content .footer-block.form input {
    font-size: 14px;
  }
  #footer .footer-bottom .box {
    display: block;
  }
  #footer .footer-bottom .logo {
    display: none;
  }
}





h2.home-tit {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}
h2.home-tit span {
  color: #04478e;
}

.inner-page a.btn {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  display: inline-block;
  padding: 0 35px;
  border-radius: 50px;
}

.inner-banner {
  overflow: hidden;
  position: relative;
}
.inner-banner .mbx {
  font-size: 16px;
  color: #050607;
}
.inner-banner h2 {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  /*text-shadow: 0 2px 0 black;*/
  color: #04478e;
}
.inner-banner .chr-banner-bg {
  border-bottom-left-radius: 120px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .chr-content-container {
  position: relative;
  width: 100%;
  max-width: 1700px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.inner-banner .chr-banner-content {
  height: 430px;
  padding-left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-banner .chr-banner-content .chr-banner-content-inner {
  margin-bottom: 110px;
}
.inner-banner .ui.container,
.inner-page .ui.container {
  width: 1600px;
}
@media screen and (max-width: 1600px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 100%;
  }
}
.about-page h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.about-page h6::before,
.about-page h6::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 1px;
  background-color: #04478e;
}
.about-page h6::before {
  margin-right: 7px;
}
.about-page h6::after {
  margin-left: 7px;
}


.about-page .about-1 {
  padding: 80px 0;
  position: relative;
}

.about-page .about-1 h3 {
  display: block;
  font-size: 48px;
  color: #212121;
  font-weight: bold;
}
.about-page .about-1 .box {
  margin-top: 40px;
}
.about-page .about-1 .box .left a {
  display: block;
}
.about-page .about-1 .box .left a img {
  width: 100%;
}
.about-page .about-1 .box .right {
  /*padding-left: 70px;*/
}
.about-page .about-1 .box .right .text {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  height: 350px;
  overflow-y: auto;
  padding-right: 80px;
}
.about-page .about-1 .box .right .text p {
  padding-bottom: 30px;
}
.about-page .about-1 .box .right .text p:last-child {
  padding-bottom: 0;
}
.about-page .about-1 .numList {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .numList .btn {
  width: 25%;
  vertical-align: bottom;
  line-height: 100px;
  height: 100px;
  padding: 0 5%;
  text-align: center;
  letter-spacing: -5px;
}
.about-page .about-1 .numList .btn div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .numList .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.about-page .about-1 .numList .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.about-page .about-1 .numList .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
}
.about-page .about-1 .numList .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.about-page .about-1 .numList .num {
  width: 75%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #04478e;
  border-top-right-radius: 60px;
}
.about-page .about-1 .numList .num ul {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
.about-page .about-1 .numList .num ul li h3 {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: white;
}
.about-page .about-1 .numList .num ul li p {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 20px;
}

.about-page .about-2 {
  background-color: #eeeeee;
  padding: 90px 0 100px;
  border-top-left-radius: 120px;
}
.about-page .about-2 h6::before,
.about-page .about-2 h6::after {
  background-color: black;
}
.about-page .about-2 h2 {
  font-size: 50px;
  font-weight: bold;
}
.about-page .about-2 .box {
  max-width: 1660px;
  margin-left: auto;
  padding-left: 15px;
}
.about-page .about-2 .title {
  max-width: 1600px;
  margin: 0 auto;
}
.about-page .about-2 .list {
  margin-top: 80px;
}
.about-page .about-2 .list ul{
  margin: -15px;
}
.about-page .about-2 .list ul li{
  padding: 15px;
}

.about-page .about-2 .swiper-container {
  padding-right: 125px;
}
.about-page .about-2 .dots {
  margin-top: 100px;
}
.about-page .about-2 .swiper-scrollbar {
  height: 6px;
  max-width: 380px;
  margin: 0 auto;
  background: #959595;
  border-radius: unset;
}
.about-page .about-2 .swiper-scrollbar-drag {
  background: white;
  border-radius: unset;
}
.about-page .about-3 {
  padding: 80px 0;
}
.about-page .about-3 .box {
  max-width: 1660px;
  margin-left: auto;
  padding-left: 15px;
}
.about-page .about-3 h6:before,
.about-page .about-3 h6:after {
  display: none;
}
.about-page .about-3 .list {
  margin-top: 65px;
}
.about-page .about-3 .list ul{
  margin: -15px;
}
.about-page .about-3 .list ul li{
  padding: 15px;
}

.about-page .about-3 .swiper-container {
  padding-right: 370px;
}
.about-page .about-3 .dots {
  margin-top: 25px;
}
.about-page .about-3 .swiper-scrollbar {
  height: 6px;
  background: #e3e3e3;
  border-radius: unset;
}
.about-page .about-3 .swiper-scrollbar-drag {
  background: #04478e;
  border-radius: unset;
}
.about-page .about-4 {
  padding: 80px 0;
}
.about-page .about-4 .title {
  display: inline-block;
  text-align: left;
}
.about-page .about-4 .img {
  margin-top: 80px;
}


@media screen and (max-width: 1600px) {
  .inner-banner .chr-banner-content{
    height: 300px;
  }
  .inner-banner .chr-banner-content .chr-banner-content-inner {
    margin-bottom: 60px;
  }
  .inner-banner h2{
    font-size: 36px;
  }
  .about-page .about-1 .box .right .text{
    font-size: 16px;
    height: 290px;
  }  
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 h2 {
    font-size: 50px;
  }

  .about-page .about-1 .numList{
    margin-top: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 200px;
  }
  .about-page .about-2 {
    border-top-right-radius: 200px;
  }
  /*.inner-banner .chr-banner-content {
    height: 400px;
  }*/
  .about-page .about-2 h2 {
    font-size: 35px;
  }
  .inner-banner h2 {
    font-size: 35px;
  }

  .about-page .about-1 .numList{
    margin-top: 40px;
  }
  .about-page .about-1 .numList .btn{
    display: none;
  }

  .about-page .about-1 .numList .num{
    width: 100%;
  }

  .about-page .about-1 .numList .num ul li h3{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1{
    padding-top: 0;
  }

  .about-page .about-1 .box .left{
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .box .right{
    width: 100%;
    margin-top: 40px;
  }

  .about-page .about-1 .numList .num{
    height: auto;
    padding: 30px 30px 0;
  }
  .about-page .about-1 .numList .num ul li{
    margin-bottom: 30px;
  }

  .inner-banner .chr-banner-bg {
    background: no-repeat 50%;
    border-radius: initial;
  }
  .inner-banner .chr-banner-content {
    height: 200px;
    padding-left: 50px;
  }
  .inner-banner .chr-banner-content .chr-banner-content-inner {
    margin-bottom: 30px;
  }
  .about-page .about-2 .list {
    margin-top: 30px;
  }
  .about-page .about-2 .dots {
    margin-top: 30px;
  }
  .about-page .about-3 .swiper-container {
    padding-right: 150px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 .img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 80px;
  }
  .about-page .about-2 {
    border-top-right-radius: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-2 .swiper-container {
    padding-right: 0;
  }
  .about-page .about-2 .box {
    padding-right: 15px;
  }
  .about-page .about-3 .box {
    padding-right: 15px;
  }
  .about-page .about-3 .swiper-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-banner .chr-banner-content {
    height: 150px;
    padding-left: 30px;
  }
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 0;
  }
  .about-page .about-2 h2 {
    font-size: 24px;
  }
}
h2.inner-tit {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  /*line-height: 130px;
  padding-left: 60px;*/
}
h2.inner-tit.small{
  line-height: 1.5;
}
h2.inner-tit span{
    color: #04478e;
    font-style: italic;
    font-size: 28px;
}
/*h2.inner-tit::before {
  content: url(../images/inner-tit-yuan.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  z-index: -1;
}*/
.faq-page {
  padding: 100px 0;
}
.faq-page h3 {
  font-size: 38px;
  font-weight: bold;
  margin-top: 20px;
}
.faq-page .list {
  margin-top: 60px;
}
.faq-page .list ul li {
  padding: 40px 0;
  border-top: 1px solid #bfbfbf;
}
.faq-page .list ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.faq-page .list ul li h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  position: relative;
  padding-right: 130px;
  cursor: pointer;
  font-weight: bold;
}
.faq-page .list ul li h4 img {
  margin: 0 15px;
}
.faq-page .list ul li h4 span {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}
.faq-page .list ul li .faq-q {
  font-size: 20px;
  padding: 40px 80px;
  display: none;
}
.faq-page .list ul li.active h4 span {
  background-color: #04478e;
  border-color: #04478e;
  color: white;
}
@media screen and (max-width: 1200px) {
  h2.inner-tit {
    font-size: 50px;
  }
  .faq-page h3 {
    font-size: 24px;
  }
  .faq-page .list ul li h4 {
    font-size: 20px;
  }
  .faq-page .list ul li .faq-q {
    font-size: 18px;
    padding: 20px 80px;
  }
  .faq-page .list ul li {
    padding: 30px 0;
  }
  .faq-page .list ul li h4 span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 15px;
  }
  .faq-page .list ul li h4 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 60px 0;
  }
  h2.inner-tit {
    font-size: 35px;
  }
  .faq-page h3 {
    font-size: 20px;
  }
  .faq-page .list {
    margin-top: 30px;
  }
  .faq-page .list ul li h4 {
    font-size: 16px;
  }
  .faq-page .list ul li .faq-q {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  h2.inner-tit{
    font-size: 24px;
  }

  .faq-page .list ul li h4 img{
    display: none;
  }

  .faq-page .list ul li .faq-q{
    padding: 20px 0;
  }
}


.contact-page .contact-1 {
  padding: 80px 0 120px;
  text-align: center;
}
.contact-page .contact-1 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
}
.contact-page .contact-1 .text {
  display: block;
  max-width: 1100px;
  margin: 15px auto 50px;
  font-size: 18px;
  color: #858585;
  line-height: 30px;
}
.contact-page .contact-1 .list {
  display: block;
}
.contact-page .contact-1 .list ul {
  margin: -10px;
}
.contact-page .contact-1 .list ul li {
  padding: 10px;
}
.contact-page .contact-1 .list ul li .box2 {
  display: block;
  padding: 40px 25px 50px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*background: #f6f6f6;*/
}
.contact-page .contact-1 .list ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.contact-page .contact-1 .list ul li .box2 h4 {
  display: block;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box2 p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  opacity: .63;
  height: 44px;
}
.contact-page .contact-1 .list ul li .box2 i {
  display: inline-block;
  border: 6px solid #f6f6f6;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .contact-2 {
  padding: 130px 0 160px;
  text-align: center;
  background: #f6f6f6 url("../images/contact-2-bg.jpg") center top no-repeat;
  background-size: 100% auto;
}
.contact-page .contact-2 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
  line-height: 1;
}
.contact-page .contact-2 h2 small {
  display: block;
  font-size: 18px;
  color: #858585;
  line-height: normal;
  margin-top: 15px;
  font-weight: normal;
}
.contact-page .contact-2 .box {
  margin-top: 45px;
  /*background: white;*/
}
.contact-page .contact-2 .box .left {
  width: 40%;
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  width: 60%;
  vertical-align: middle;
  text-align: left;
}
.contact-page .contact-2 .box .right .form {
  padding: 0 8%;
}
.contact-page .contact-2 .box .right .form ul {
  margin: -10px 0;
}
.contact-page .contact-2 .box .right .form ul li {
  padding: 10px 0;
}
.contact-page .contact-2 .box .right .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.contact-page .contact-2 .box .right .form ul li input,
.contact-page .contact-2 .box .right .form ul li textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: #FFFFFF;
  font-size: 16px;
  color: #333;
  border: none;
  border-radius: 20px;
}
.contact-page .contact-2 .box .right .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.contact-page .contact-2 .box .right .form ul li p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"] {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  text-align: center;
  background: #007dc4;
  color: white;
  font-size: 24px;
  width: auto;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"]:hover {
  background: #222;
}

@media screen and (max-width: 1200px) {
  .contact-page .contact-2 {
    padding: 130px 0 50px;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right .form ul li label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .box .right .form ul li label {
    margin-bottom: 0;
  }
  .contact-page .contact-2 .box .right .form ul li {
    padding: 5px 0;
  }
  .contact-page .contact-2 .box .right .form ul {
    margin: -5px 0;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 5px 10px;
  }
  .contact-page .contact-2 .box .right .form ul li textarea {
    height: 80px;
  }
  .contact-page .contact-2 .box .right .form ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"] {
    margin-top: 5px;
  }
  .contact-page .contact-2 h2,
  .contact-page .contact-1 h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .list ul li .box2 {
    padding: 30px 15px;
  }
  .contact-page .contact-1 .list ul li .box2 p {
    height: 66px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li p {
    height: auto;
  }
  .contact-page .contact-1 .list ul li .box2 p {
    height: auto;
  }
  .contact-page .contact-2 h2 small {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right .form {
    padding: 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    background: white;
    padding: 30px;
  }
  .contact-page .contact-2 .box .left {
    display: none;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .right .form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-2 h2,
  .contact-page .contact-1 h2 {
    font-size: 24px;
  }
  .contact-page .contact-2 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-2 .box .right {
    padding: 20px;
  }
}

.news-page {
  padding: 100px 0;
}
.news-page .new-silder {
  margin-top: 60px;
}
.news-page .new-silder h3 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-silder h3::after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: black;
  vertical-align: middle;
  margin: 0 15px;
}
.news-page .new-silder ul {
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-silder ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 45px;
  border-radius: 30px;
}
.news-page .new-silder ul li a {
  display: block;
  min-width: 130px;
  text-align: center;
  padding: 0 30px;
}
.news-page .new-silder ul li:hover,
.news-page .new-silder ul li.active {
  background-color: #04478e;
  color: white;
}
.news-page .list {
  margin-top: 55px;
}
.news-page .list ul li {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
}
.news-page .list ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.news-page .list ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .list ul li .content .img {
  width: auto;
}
.news-page .list ul li .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  margin-right: 30px;
}
.news-page .list ul li .content .text .date {
  font-size: 24px;
}
.news-page .list ul li .content .text .date span {
  color: #04478e;
}
.news-page .list ul li .content .text p {
  font-size: 24px;
  margin: 25px 0;
  width: 75%;
  line-height: 2;
}
.news-page .list ul li .content a.btn {
  background-color: #04478e;
  color: white;
}
@media screen and (max-width: 1200px) {
  .news-page .new-silder h3 {
    font-size: 24px;
  }
  .news-page .new-silder ul li {
    font-size: 20px;
  }
  .news-page .list ul li .content .text p {
    width: 100%;
  }
  .news-page .list ul li .content .text p {
    font-size: 18px;
  }
  .news-page .list ul li .content .text .date {
    font-size: 18px;
  }
  .news-page .list ul li .content .text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page .new-silder {
    display: none;
  }
  .news-page .list ul {
    font-size: 0;
    margin: -30px -10px;
  }
  .news-page .list ul li {
    width: 50%;
    display: inline-block;
    padding: 30px 10px;
    vertical-align: top;
  }
  .news-page .list ul li .content {
    display: block;
  }
  .news-page .list ul li .content .text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .news-page .list ul li:last-child {
    border-bottom: none;
  }
  .news-page .list ul li .content .text .date {
    font-size: 14px;
  }
  .news-page .list ul li .content .text p {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .list ul li {
    width: 100%;
  }
}
.product-page {
  padding: 100px 0 60px;
}
.product-page .product-1 {
  background: url(../images/product-bg.png) no-repeat left bottom;
  padding-bottom: 190px;
  /*padding-top: 50px;*/
}
.product-page .product-1 .box:before {
  left: 100%;
}
.product-page .product-2 {
  background: url(../images/product-bg2.png) no-repeat right bottom;
  padding-bottom: 190px;
  padding-top: 50px;
}
.product-page .product-2 .box:before {
  right: 100%;
}
.product-page .product-2 .img {
  left: 50%;
}
.product-page .product-2 .list {
  right: 50%;
}
.product-page .title .left {
  width: 50%;
  vertical-align: middle;
}
.product-page .title .right {
  width: 50%;
  vertical-align: middle;
}
.product-page .title .right a.btn {
  background-color: #04478e;
  color: white;
}
.product-page .box {
  position: relative;
}
.product-page .box::before {
  content: url(../images/product-after.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .box .img {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.product-page .box .list {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.product-page .box .list ul li {
  width: 50%;
  /*border: 3px solid #eeeeee;
  background-color: #ffffff;*/
  padding: 5px;
}
.product-page .box .list ul li .inner {
  cursor: pointer;
  position: relative;
  border: 3px solid #f6f6f6;
  background-color:#ffffff;
}
.product-page .box .list ul li .inner img {
  width: 100%;
}
.product-page .box .list ul li .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover {
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .product-page .box::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-2 {
    padding-bottom: 90px;
  }
  .product-page .product-1 {
    padding-bottom: 90px;
  }
  .product-page {
    padding: 60px 0;
  }

  .product-page .box .img {
    width: 100%;
  }
  .product-page .box .list {
    width: 100%;
  }
  .product-page .product-2 .img {
    left: auto;
  }
  .product-page .product-2 .list {
    right: auto;
  }
}
@media screen and (max-width: 700px) {
  
  .product-page .product-2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product-page .product-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product-page .title .left {
    width: 100%;
  }
  .product-page .title .right {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .product-page .box .list ul li{
    width: 100%;
  }
}

.prodet-page {
  padding: 0 0 100px;
}
.prodet-page .prodet-1 .title .left {
  width: 40%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .title .right {
  width: 60%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .title .right h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .title .right h1 {
  font-size: 36px;
  font-weight: bold;
}
.prodet-page .prodet-1 .content {
  margin-top: 0px;
}
.prodet-page .prodet-1 .content .img {
  width: 50%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .content .img .images{
  padding: 15%;
}

.prodet-page .prodet-1 .content .img img{
  border-radius: 50%;
  overflow: hidden;
}

.prodet-page .prodet-1 .content .list {
  width: 14%;
}
.prodet-page .prodet-1 .content .list ul li {
  border: 1px solid #eeeeee;
}
.prodet-page .prodet-1 .content .list ul li .inner {
  cursor: pointer;
  position: relative;
}
.prodet-page .prodet-1 .content .list ul li .inner img {
  width: 100%;
}
.prodet-page .prodet-1 .content .list ul li .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04478e;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover {
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .text {
  width: 50%;
  font-size: 16px;
  padding-left: 25px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .content .text *{
  text-align: left!important;
}
/*.prodet-page .prodet-1 .content .text table,
.prodet-page .prodet-1 .content .text tbody,
.prodet-page .prodet-1 .content .text table tr {
  display: block;
  width: 100%;
}
.prodet-page .prodet-1 .content .text table td {
  border: none;
  display: inline-block;
  font-size: 16px;
}
.prodet-page .prodet-1 .content .text table tr {
  margin-bottom: 4px;
  border: 1px solid #dedede;
  font-size: 0;
}
.prodet-page .prodet-1 .content .text table td:first-child {
  width: 25%;
  padding: 20px;
}
.prodet-page .prodet-1 .content .text table td:last-child {
  width: 75%;
}*/

.prodet-page .prodet-1 .content .text h1{
  font-size: 36px;
  font-weight: bold;
}

.prodet-page .prodet-1 .content .text .share h4 {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
}
.prodet-page .prodet-1 .content .text .share .fl a {
  display: inline-block;
  margin-left: 20px;
  color: #9a9a9a;
  line-height: 50px;
}
.prodet-page .prodet-1 .content .text .share a.btn {
  background-color: #04478e;
  color: white;
}
.prodet-page .prodet-2 {
  padding-top: 60px;
}
.prodet-page .prodet-2 .box {
  margin-top: 55px;
  font-size: 16px;
}

.prodet-page .prodet-2 .box table{
  text-align: center;
}

.prodet-page .prodet-3 {
  padding-top: 60px;
}
.prodet-page .prodet-3 .box {
  margin-top: 55px;
}
.prodet-page .prodet-3 .box ul {
  margin: -18px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 18px;
}
.prodet-page .prodet-3 .box ul li .img {
  border-radius: 50%;
  overflow: hidden;
}
.prodet-page .prodet-3 .box ul li p {
  font-size: 16px;
  margin-top: 15px;
}
h2.prodet-tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding: 30px 0 30px 0px;
  border-bottom: 1px solid #e3e3e3;
}
h2.prodet-tit::before {
  /*content: url(../images/prodet-yuan.png);*/
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
h2.prodet-tit span {
  color: #04478e;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .title .right h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .title .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .title .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .content .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .content .list {
    width: 22%;
  }
  .prodet-page .prodet-1 .content .text {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .content .text h1{
    font-size: 30px;
  }
  .prodet-page {
    padding: 60px 0;
  }
  h2.prodet-tit {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 10px;
  }
}



.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: #04478e none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  
  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;
  
}
.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: #04478e;
  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 {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  
  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: #04478e;
}
.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: #04478e;
  text-decoration: underline;
}


.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 0px;
}
.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-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: #04478e;
  color: white;
}



/* banner-animte */
.chr-banner-canvas{
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.chr-banner-canvas i{
  top:100%;
  border:20px solid rgba(255,255,255,.3);
  border-radius: 50%;
  animation: square 15s infinite;
    transition-timing-function: linear;
}


.chr-banner-canvas i:nth-child(2) {
  animation-delay: 2s;
  animation-duration: 7s;
}
.chr-banner-canvas i:nth-child(3) {
  animation-delay: 4s;
}
.chr-banner-canvas i:nth-child(4) {
  animation-duration: 8s;
}

@keyframes square {
  0% {
    opacity: 0.5;
    transform: translateY(0px) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-250px) scale(1.3);
  }
  100% {
    opacity: 0;
    transform: translateY(-500px) scale(1);
  }
}
/* end */




.lg-page {
  padding: 100px 0;
}
.lg-page .title {
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1e;
  padding: 2rem 0;
}
.lg-page .title span {
  font-size: 18px;
}
.lg-page .title h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
}
.lg-page ul.grid-box {
  margin: -10px;
}
.lg-page ul.grid-box li.column {
  padding: 10px;
}
.lg-page ul.grid-box li.column .ig {
  display: block;
  position: relative;
  overflow: hidden;
}
.lg-page ul.grid-box li.column .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lg-page ul.honour-ig.grid-box li.column .ig::after {
  display: none;
}
.lg-page ul.grid-box li.column .ig img {
  width: 100%;
}
.lg-page ul.grid-box li.column .ig span {
  z-index: 2;
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}
.lg-page ul.grid-box li.column .ig span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity ease 0.4s, width ease 0.4s;
  -ms-transition: opacity ease 0.4s, width ease 0.4s;
  transition: opacity ease 0.4s, width ease 0.4s;
}
.lg-page ul.grid-box li.column .ig span:hover::after {
  opacity: 1;
  left: -1px;
  width: 100%;
}
.lg-page ul.grid-box li.column .ig .text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.lg-page ul.grid-box li.column .ig .text h4 {
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-page ul.grid-box li.column .ig .text p {
  position: absolute;
  bottom: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  opacity: 0;
  margin-top: 1.5rem;
  -webkit-transition: transform ease .25s, opacity ease .25s;
  -ms-transition: transform ease .25s, opacity ease .25s;
  transition: transform ease .25s, opacity ease .25s;
  -webkit-transform: translateY(58px);
  -moz-transform: translateY(58px);
  -ms-transform: translateY(58px);
  -o-transform: translateY(58px);
  transform: translateY(58px);
}
.lg-page ul.grid-box li.column .ig:hover .text {
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  -o-transform: translateY(-58px);
  transform: translateY(-58px);
}
.lg-page ul.grid-box li.column .ig:hover .text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .lg-page ul.grid-box li.column {
    width: 100%;
  }
  .lg-page ul.honour-ig.grid-box li.column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .lg-page ul.honour-ig.grid-box li.column {
    width: 50%;
  }
  .lg-page ul.grid-box li.column .ig span {
    font-size: 14px;
  }
  .lg-page ul.grid-box li.column .ig .text {
    position: relative;
    color: #000;
    background-color: #fff;
    padding: 10px;
  }
  .lg-page ul.grid-box li.column .ig .text h4 {
    font-size: 20px;
  }
  .lg-page ul.grid-box li.column .ig:hover .text p {
    display: none;
  }
  .lg-page ul.grid-box li.column .ig:hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}




/* 分页 */
.m-page{
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span{
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
}

.m-page a:hover,
.m-page span{
  background-color: #f50101;
  color: white;
}




.factory_title .column{
  width: 50%;
  vertical-align: middle;
}
.factory_title .column a{
  display: inline-block;
  border: 1px solid #04478e;
  background-color: black;
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  margin-left: 10px;
  transition: .3s ease;
}
.factory_title .column a:hover,
.factory_title .column a.active{
  background-color: #04478e;
  color: white;
}

@media screen and (max-width: 1000px) {
  .factory_title .column{
    width: 100%;
  }
  .factory_title .column:nth-child(2){
    display: none;
  }
}


.new_product_container li{
  background: #04478e;
  color: #fff;
  border-radius: 0 90px 0 0;
}
.new_product_container li:not(:last-child){
  margin-bottom: 30px;
}
.new_product_container .img,
.new_product_container .mml-text{
  width: 50%;
  vertical-align: middle;
}

.new_product_container .img{
  background-color: #eeeeee; /* 针对不支持渐变的浏览器 */
  background-image: radial-gradient(#ffffff, #eeeeee);
}

.new_product_container .mml-text{
  padding: 0 50px;
}

.new_product_container .mml-text h4{
  font-size: 40px;
  font-weight: bold;
}

.new_product_container .mml-text .read_more a{
  display: inline-block;
  font-weight: bold;
  padding: 10px 25px;
  color: #04478e;
  background: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 1400px) {
  .new_product_container .mml-text h4{
    font-size: 30px;
  }

  .new_product_container .mml-text{
    padding: 0 30px;
  }
}

@media screen and (max-width: 1000px) {
  .new_product_container .img,
  .new_product_container .mml-text{
    width: 100%;
  }

  .new_product_container .mml-text{
    padding: 30px 15px;
  }

  .new_product_container li{
    border-radius: 0;
  }
}


.pro_list .slick-dots{
  text-align: center;
}
.pro_list .slick-dots li{
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #cccccc;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}
.pro_list .slick-dots li.slick-active{
  background: #04478e;
}
.pro_list .slick-dots li button{
  display: none;
}



.play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
  font-size: 30px;
  color: black;
}
.play:after,
.play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}



.product-yd-page ul {
  margin: -40px -20px;
}
.product-yd-page ul li {
  padding: 40px 20px;
}
.product-yd-page ul li a {
  display: block;
}
.product-yd-page ul li a img {
  width: 100%;
}
.product-yd-page ul li a h5 {
  position: relative;
  z-index: 1;
  /*bottom: 15px;*/
  width: 100%;
  padding: 5px 15px;
  font-size: 24px;
  color: black;
  text-align: center;
}
.product-yd-page {
  padding: 90px 0;
}
.product-yd-page .top {
  display: block;
}
.product-yd-page .top .left {
  width: 25%;
  vertical-align: middle;
}
.product-yd-page .top .left h3 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.product-yd-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed;
}
.product-yd-page .top .right .text {
  padding: 30px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2;
}
.product-yd-page .nav {
  margin-bottom: 40px;
}
.product-yd-page .nav ul {
  margin: -3px -6px;
}
.product-yd-page .nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
}
.product-yd-page .nav ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-yd-page .nav ul li a:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: #007dc4;
}
.product-yd-page .nav ul li a:hover {
  color: #007dc4;
}
.product-yd-page .nav ul li a:hover:after,
.product-yd-page .nav ul li a.active:after {
  opacity: 1;
}

.product-yd-page .search {
  padding: 45px 0;
  text-align: right;
}
.product-yd-page .search form {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.product-yd-page .search form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 32px;
  padding-right: 10px;
  font-size: 18px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-yd-page .search form input[type='submit'] {
  width: 32px;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: none;
}
.product-yd-page .search form input:focus {
  border-color: #007dc4;
}
.product-yd-page .bottom ul {
  margin: -30px -15px;
}
.product-yd-page .bottom ul li {
  padding: 30px 15px;
}

.product-yd-page .bottom ul li a.img{
  border-radius: 50%;
  overflow: hidden;
  transition: .5s ease;
}
.product-yd-page .bottom ul li a.img:hover{
  -webkit-box-shadow: 10px 0 20px #dddddd;
  box-shadow: 10px 0 20px #dddddd;
}

.product-yd-page .bottom ul li a.img-box {
  display: block;
}
.product-yd-page .bottom ul li a.img-box img {
  width: 100%;
}
.product-yd-page .bottom ul li h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 0;
  font-size: 18px;
  color: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-yd-page .bottom ul li:hover h5 {
  color: #007dc4;
}



.i-history {
  position: relative;
  padding: 0 40px;
}
.i-history:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #eeeeee;
  z-index: 8;
}
.i-history ul li {
  padding: 0 20px 50px;
  position: relative;
  cursor: pointer;
}
.i-history ul li h3 {
  font-size: 40px;
  font-weight: 700;
  color: #04478e;
}
.i-history ul li p {
  font-size: 16px;
  padding: 5px 0; 
  min-height:130px;
  line-height: 30px;
}
.i-history ul li:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 20px;
  bottom: 0;
  background: #eeeeee;
  z-index: 8;
}
.i-history ul li:hover h3 {
  color: #04478e;
}
.i-history ul li:hover:after {
  background: #04478e;
}


.i-history .slick-slider{
  z-index: 999;
}



.product-yd-page2 .list ul{
  margin: -70px;
}
.product-yd-page2 .list ul>li{
  padding: 70px;
}

.product-yd-page2 .list .img{
  border-radius: 50%;
  overflow: hidden;
}

.product-yd-page2 .list .mml-text{
  display: inline-block;
  text-align: left;
}

.product-yd-page2 .list .mml-text ol>li i img{
  transform: scale(.5);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.product-yd-page2 .list .mml-text ol>li:hover i img{
  filter: none;
}



.button-group .button{
  background-color: #04478e!important;
}