@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  font-weight: 400;
  max-width: 1920px;
  --color: #0b53ac;
  margin: 0 auto;  
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1700px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  max-width: 1920px;
  width: 100%;
  background: #fff;
}
#header .nav {
  padding: 21px 0;
}
#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;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 42px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 27px;
  font-size: 20px;
  line-height: 1;
  color: #111;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:active,
#header .nav .ui.menu .menu-box ul.menu > li > a::active {
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  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 #0095da;
  display: none \9;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
.hyzs {
    font-size: 16px;
    line-height: 30px;
}
h3.f_40 {
    margin-block: 30px;
    font-size: 35px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
  display: block;
}
#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 .h-search {
  border-right: 1px solid #000;
  cursor: pointer;
  margin-left: 30px;
  padding: 6px 33px 6px 0;
}
#header .nav .ui.menu .yuy {
  margin-left: 33px;
  position: relative;
}
#header .nav .ui.menu .yuy span{
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
#header .nav .ui.menu .yuy span img{
  max-height: 18px;
  margin-right: 10px;
}
#header .nav .ui.menu .yuy span i{
  margin-left: 5px;
  color: #5eb5de;
}
#header .nav .ui.menu .yuy ul {
  position: absolute;
  right: 0;
  top: 100%;
  line-height: normal;
  background-color: white;
  color: black;
  min-width: 100%;
  display: none;
}
#header .nav .ui.menu .yuy ul li {
  border-bottom: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
  padding: 6px 5px;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .1em;
  max-width: 20px;
  margin-top: -0.2em;
}
#header .nav .ui.menu .yuy ul li a:hover {
  background-color: #0095da;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header.inner .nav,
#header.active .nav{
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#banner .slick-arrow:hover {
  background-color: #0095da;
}
#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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#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: #0095da;
  -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: #0095da;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  /*border: 1px solid #666;*/
  /*width: auto !important;*/
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  /*background: #f9f9f9;*/
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #0095da;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #0095da !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: #000;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #0095da;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li {
  padding-left: 15px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #222;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
      line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0095da;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
  margin-top: 79px;
  overflow: hidden;
}
#banner .boxSlide li {
  position: relative;
}
#banner .boxSlide li .content {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner .boxSlide li .content .left {
  max-width: 750px;
  padding-bottom: 67px;
  z-index: 1;
}
#banner .boxSlide li .content span.h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1.3;
  display: block;
  padding-bottom: .2em;
}
#banner .boxSlide li .content i{
  display: block;
  margin-top: 36px;
}
#banner .boxSlide li .content dl{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px -13px -13px;
}
#banner .boxSlide li .content dl dd{
  padding: 13px;
}
#banner .boxSlide li .content dl dd i{
  margin-top: 0;
  display: block;
  line-height: 50px;
}
#banner .boxSlide li .content dl dd i img{
  display: inline-block;
  vertical-align: middle;
}
#banner .boxSlide li .content dl dd em{
  font-size: 16px;
  line-height: 1.8;
  display: block;
  margin-top: 12px;
}
#banner .boxSlide li .content p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin: .4em 0 .8em;
}
#banner .boxSlide li .content a.more {
  line-height: 46px;
  height: 46px;
  width: auto;
  padding: 0 32px;
  border-radius: 23px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #0095da;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 52px;
}
#banner .boxSlide li .content a.more:hover {
  background-color: black;
}
#banner .boxSlide li .content .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#banner .page{
  bottom: 50px;
  right: 125px;
}
#banner .page span{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
#banner .page i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  width: 144px;
	height: 1px;
	background-color: #cbcbcb;
  position: relative;
}
#banner .page i em{
  position: absolute;
  left: 0;
  top: -1px;
  width: 47px;
  height: 3px;
	background-color: #0095da;
  transition: .5s;
}
#banner .smallSlide {
  position: absolute;
  right: 7%;
  bottom: 4%;
}
#banner .smallSlide ul li {
  max-width: 180px;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  cursor: pointer;
}
#banner .smallSlide ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: white;
}
#banner .smallSlide ul li span i {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #cbcbcb;
  position: relative;
  margin-left: 10px;
}
#banner .smallSlide ul li span i:after {
  content: '';
  height: 300%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #0095da;
  width: 0;
  -webkit-transition: .5s opacity,.5s .5s width;
  -moz-transition: .5s opacity,.5s .5s width;
  transition: .5s opacity,.5s .5s width;
  opacity: 0;
}
#banner .smallSlide ul li.active span i:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 5s 1.5s width,.5s opacity;
  -moz-transition: 5s 1.5s width,.5s opacity;
  transition: 5s 1.5s width,.5s opacity;
}
a.btnLink {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
a.btnLink i {
  width: 56px;
  height: 56px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .8em;
  /*border: 1px solid rgba(255, 255, 255, 0.6);*/
  position: relative;
}
a.btnLink i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
}
a.btnLink i em {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;*/
}
/*a.btnLink i em:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #50e1e2;
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -3px;
  -webkit-animation: fz 1s linear infinite alternate;
  -moz-animation: fz 1s linear infinite alternate;
  animation: fz 1s linear infinite alternate;
}*/
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes fz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes fz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
#index-body .init-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-1 .left {
  padding: 0 5%;
  width: 65%;
  background-color: #f5f5f5;
  /*background: url("../images/init-1-bg.jpg") center center no-repeat;*/
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .left i.icon {
  color: rgba(209, 209, 209, 0.33);
  font-size: 265px;
  letter-spacing: 3px;
  display: block;
  line-height: 1;
  position: absolute;
  right: 21px;
  top: 17px;
  font-weight: bold;
  z-index: -1;
}
#index-body .init-1 .left span.h2 {
  font-weight: bold;
  font-size: 18px;
  color: #0095da;
  line-height: 2;
  display: block;
}
#index-body .init-1 .left span.h6 {
  display: block;
  font-weight: bold;
  font-size: 60px;
  color: #474747;
  line-height: 1;
  margin: 16px 0 0;
}
#index-body .init-1 .left em{
  margin-top: 28px;
  display: block;
}
#index-body .init-1 .left em img{
  margin: 0;
}
#index-body .init-1 .left .content {
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
  max-width: 808px;
  padding-right: 1em;
  max-height: 240px;
  overflow: auto;
  margin-top: 52px;
}
#index-body .init-1 .left .content strong{
  font-weight: bold;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
}
#index-body .init-1 .left .content p {
  margin-top: 1.5em;
}
#index-body .init-1 .left img {
  margin-top: 93px;
}
#index-body .init-1 .left .link {
  font-weight: bold;
  font-size: 16px;
  color: #444;
  margin-top: 43px;
}
#index-body .init-1 .left .link a {
  display: inline-block;
  margin-right: 3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
#index-body .init-1 .left .link a:after {
  content: '>';
  margin-left: .5em;
}
#index-body .init-1 .left .link a:hover {
  color: #0095da;
}
#index-body .init-1 .right {
  width: 35%;
  background: url("../images/init-1-bg2.jpg") left bottom no-repeat;
  background-size: cover;
  color: white;
  padding: 2.9% 5%;
  height: 880px;
}
#index-body .init-1 .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 53px;
}
#index-body .init-1 .right ul li i {
  width: 70px;
  margin-right: 25px;
}
#index-body .init-1 .right ul li .content span {
  font-weight: 500;
  font-size: 15px;
  color: var(255, 255, 255, 0.65);
  margin-bottom: .5em;
  display: block;
}
#index-body .init-1 .right ul li .content p {
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
}
#index-body .init-1 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-1 .right .play {
  display: inline-block;
  font-size: 16px;
  padding: .5em 1em;
  border-radius: 2em;
  background: black;
  color: white;
  margin-top: 3em;
  transition: .5s;
  cursor: pointer;
}
#index-body .init-1 .right .play:hover {
  background: white;
  color: #0095da;
}
#index-body .init-1 .right .play i.fa {
  margin-right: .5em;
}
#index-body .init-2 {
  position: relative;
  color: white;
  height: 934px;
  overflow: hidden;
}
/*#index-body .init-2 .box {
  position: absolute;
  left: 3%;
  top: 8%;
  z-index: 1;
}*/
#index-body .i-box{
  padding: 84px 0;
  position: relative;
  z-index: 1;
}
#index-body .i-box span.h2 {
  font-weight: bold;
  font-size: 45px;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
#index-body .i-box::after{
  content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: 58px;
    left: 37px;
    font-size: 8.333em;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 700;
    color: #f3f3f3;
}
#index-body .init-2 .box .text {
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0 2.5em;
  font-weight: 500;
  opacity: .78;
}
#index-body .init-2 .listImg {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -2;
  background: black;
}
#index-body .init-2 .listImg ul {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .listImg ul li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .listImg ul li.active {
  opacity: 1;
}
#index-body .init-2 .list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}
#index-body .init-2 .list ul {
  height: 100%;
}
#index-body .init-2 .list ul div{
  height: 100%;
}
#index-body .init-2 .list ul li {
  position: relative;
  height: 100%;
}
#index-body .init-2 .list ul li i.bg {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 149, 218, 0.8);
  background-image: -webkit-gradient(linear, left bottom, left top, to(rgba(0, 149, 218, 0.8)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 149, 218, 0.8) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 149, 218, 0.8) 100%);
  background-image: linear-gradient(0deg, rgba(0, 149, 218, 0.8) 100%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 149, 218, 0.8)', endColorstr='rgba(0, 149, 218, 0.8)',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 149, 218, 0.8)', endColorstr='rgba(0, 149, 218, 0.8)', GradientType=1);
  /* 兼容IE5~IE9 */
  overflow: hidden;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .list ul li i.bg:after {
  content: '';
  background: url("../images/icon-2.png") no-repeat top right;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .list ul li span.h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
#index-body .init-2 .list ul li .wz{
  position: absolute;
  top: 0;
  left: 0;
  padding: 20.419% 12%;
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
   opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .box2 {
  padding: 4% 12% 24%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
#index-body .init-2 .list ul li .box2 span.h6 {
  line-height: 1.4;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
}
#index-body .init-2 .list ul li .box2 .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0 2.5em;
}
#index-body .init-2 .list ul li .box2 .img dl{
  margin-right: -24px;
}
#index-body .init-2 .list ul li .box2 .img dl dd{
  padding-right: 24px;
}
#index-body .init-2 .list ul li .box2 .img dl dd a{
  display: block;
  border: 1px solid #eee;
}
#index-body .init-2 .list ul li .box2 a.btnLink{
  margin-top: 74px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
#index-body .init-2 .list ul li .box2 a.btnLink img{
  margin-right: 14px;
}
#index-body .init-2 .list ul li .box3 {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 4% 12% 24%;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .box3 span.h6 {
  margin-bottom: 2em;
}
#index-body .init-2 .list ul li .box3 a.btnLink i {
  margin-right: 0;
}
#index-body .init-2 .list ul li:hover .wz,
#index-body .init-2 .list ul li.active .wz,
#index-body .init-2 .list ul li:hover i.bg,
#index-body .init-2 .list ul li.active i.bg {
  opacity: 1;
}
#index-body .init-2 .list ul li:hover .box2,
#index-body .init-2 .list ul li.active .box2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .list ul li:hover .box3,
#index-body .init-2 .list ul li.active .box3 {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
.more{
  display: inline-block;
  width: 178px;
	height: 46px;
	background-color: #0095da;
	border-radius: 22px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  /*text-transform: uppercase;*/
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover{
  background: #000;
}
#index-body .init-3 {
  padding: 84px 0 95px;
  background: #fff;
  position: relative;
  z-index: 1;
}
#index-body .init-3::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 58px;
  left: 37px;
  font-size: 8.333em;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
  color: #f3f3f3;
}
#index-body .init-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-3 .top span.h2 {
  position: relative;
  font-size: 45px;
  text-transform: capitalize;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  max-width: 433px;
  letter-spacing: 1px;
}
#index-body .init-3 .top span.h2 i {
  position: absolute;
  left: -1.3em;
  bottom: -0.5em;
  z-index: -1;
}
#index-body .init-3 .top span.h6 {
  font-weight: bold;
  font-size: 51px;
  color: #dbdbdb;
  letter-spacing: .05em;
  display: block;
  line-height: .6;
  margin-left: -1.8em;
}
#index-body .init-3 .top span.h6:first-letter {
  color: #0095da;
  text-transform: uppercase;
}
#index-body .init-3 .bottom {
  margin-top: 45px;
}
#index-body .init-3 .bottom .list ul {
  margin: -25px;
}
#index-body .init-3 .bottom .list ul li {
  padding: 25px;
}
#index-body .init-3 .bottom .list ul li .box{
  background-color: #ffffff;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
  position: relative;
  padding: 0 14px 52px 18px;
}
#index-body .init-3 .bottom .list ul li .box span{
  font-size: 20px;
  line-height: 1.6;
  color: #0095da;
  font-weight: bold;
  padding: 13px 0 5px;
  display: block;
  border-bottom: 1px solid #ececec;
}
#index-body .init-3 .bottom .list ul li .box .tit{
  font-size: 18px;
  line-height: 1.9;
  font-weight: bold;
  color: #343434;
  display: block;
  border-bottom: 1px solid #ececec;
  margin: 7px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .bottom .list ul li .box .tit:hover{
  color: #0095da;
}
#index-body .init-3 .bottom .list ul li .box .pro-img{
  display: block;
  padding: 20px 0;
}
#index-body .init-3 .bottom .list ul li .box .text {
  font-size: 14px;
  color: #686868;
  line-height: 1.7;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .bottom .list ul li .box .text p{
  padding-left: 24px;
  position: relative;
}
#index-body .init-3 .bottom .list ul li .box .text p::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/init3-check.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
#index-body .init-3 .bottom .list ul li .box .line{
  display: block;
  margin-top: 18px;
  border-bottom: 1px solid #ececec;
}
#index-body .init-3 .bottom .list ul li .box .more{
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c6c6c6;
}
#index-body .init-3 .bottom .list ul li:hover .box .more{
  background-color: #0095da;
}
#index-body .init-3 .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .init-3 .btn div.prev {
  left: 0;
}
#index-body .init-3 .btn div.next {
  right: 0;
}
#index-body .init-3 .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-4 {
  text-align: right;
  background-size: cover;
  background-position: center center;
}
#index-body .init-4 .box {
  max-width: 685px;
  display: block;
  width: 100%;
  padding: 91px 3.5% 105px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  margin-right: auto;
}
#index-body .init-4 .box span.h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.2;
}
/*#index-body .init-4 .box span.h2:after {
  content: '';
  width: 2em;
  height: 2px;
  background-color: white;
  display: block;
  margin-top: .5em;
}*/
#index-body .init-4 .box .text {
  margin: 1em 0 2em;
  font-size: 18px;
  line-height: 1.6;
}
#index-body .init-4 .box .list ul li {
  margin-bottom: 6px;
  padding: 23px 10px;
  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;
  z-index: 1;
  position: relative;
}
#index-body .init-4 .box .list ul li i {
  width: 58px;
  text-align: center;
  margin-right: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-4 .box .list ul li span {
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .list ul li::before {
  content: '';
  width: 112%;
  height: 100%;
  position: absolute;
  left: -12%;
  top: 0;
  z-index: -1;
  background-color: #0095da;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .box .list ul li::after{
 content: '';
 position: absolute;
 right: -12%;
 top: 21px;
 width: 5px;
	height: 42px;
	background-color: #0095da;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .box .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-4 .box .list ul li:hover::before,
#index-body .init-4 .box .list ul li.active::before,
#index-body .init-4 .box .list ul li:hover::after,
#index-body .init-4 .box .list ul li.active::after {
  opacity: 1;
}
#index-body .init-4 .box .list ul li.active span {
  text-decoration: underline;
}
#index-body .init-5 {
  padding: 78px 0 108px;
  position: relative;
}
#index-body .init-5 .tit{
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  padding-top: 45px;
}
#index-body .init-5 .tit::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 100px;
  line-height: 1;
  letter-spacing: 1px;
	color: #f3f3f3;
}
#index-body .init-5 .text {
  margin-top: 1em;
  font-weight: 500;
  font-size: 16px;
  color: #212121;
}
#index-body .init-5 .list {
  padding: 67px 0 0 0;
}
#index-body .init-5 .list ul{
  margin: 0 -44px;
}
#index-body .init-5 .list ul li{
  padding: 0 44px;
  position: relative;
}
#index-body .init-5 .list ul li .img img{
  width: 100%;
  height: 250px;
}
#index-body .init-5 .list ul li .box {
  padding: 20px 0 0 0;
  /*padding: 39px 64px 47px 37px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background: rgba(0,0,0,0.5);*/
}
#index-body .init-5 .list ul li .box .title{
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  /*padding-left: 66px;*/
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*#index-body .init-5 .list ul li .box .title::before{
  content: '';
  position: absolute;
  width: 46px;
	height: 53px;
  background: url(../images/init-5-icon.png) no-repeat;
  top: 0;
  left: 0;
}*/
#index-body .init-5 .list ul li .box .text {
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
#index-body .init-5 .list ul li .bottom{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 27px 0 0 0;
}
#index-body .init-5 .list ul li .bottom time{
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.7;
}
#index-body .init-5 .list ul li::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 30%;
  background-color: #dee3e0;
  display: none;
}
#index-body .init-5 .list ul .slick-current li .box::after{
  display: block;
}
#index-body .init-5 .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .init-5 .btn div.prev {
  left: 0;
}
#index-body .init-5 .btn div.next {
  right: 0;
}
#index-body .init-5 .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@-webkit-keyframes fq {
  from {
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 30;
    stroke-dasharray: 520;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 10;
    stroke-dasharray: 10;
    opacity: 0;
  }
}
@-moz-keyframes fq {
  from {
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 30;
    stroke-dasharray: 520;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 10;
    stroke-dasharray: 10;
    opacity: 0;
  }
}
@keyframes fq {
  from {
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 30;
    stroke-dasharray: 520;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 10;
    stroke-dasharray: 10;
    opacity: 0;
  }
}
#footer {
  background-color: #010000;
  color: white;
}
#footer .footer-top {
  padding: 50px 0;
  color: white;
  background: url("../images/footer-top.jpg") center center no-repeat;
  background-size: cover;
}
#footer .footer-top .left {
  vertical-align: middle;
  width: 70%;
}
#footer .footer-top .left span.h6 {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
#footer .footer-top .right {
  vertical-align: middle;
  width: 30%;
  text-align: right;
}
#footer .footer-top .right a.more {
   width: auto;
	height: 81px;
  line-height: 81px;
	border: solid 1px #ffffff;
  padding: 0 43px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  font-size: 25px;
  text-transform: capitalize;
}
#footer .footer-top .right a.more:hover {
  background-color: white;
  color: #0095da;
}
#footer .footer-center {
  padding: 74px 0 73px;
}
#footer .footer-center .left {
  vertical-align: middle;
  width: 20%;
}
#footer .footer-center .right {
  vertical-align: middle;
  width: 80%;
  margin-top: 10px;
  text-align: right;
}
#footer .footer-center .right .list ul li {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 60px;
}
#footer .footer-center .right .list ul li i {
  margin-right: .5em;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
#footer .footer-bottom .box {
  padding: 50px 0 60px;
}
#footer .footer-bottom .left {
  width: 25%;
  vertical-align: middle;
  padding-right: 5%;
}
#footer .footer-bottom .left .text {
  font-size: 16px;
  color: #afafaf;
  line-height: 2;
}
#footer .footer-bottom .left .text span.h6{
  color: #fff;
}
#footer .footer-bottom .left .share {
  margin-top: 35px;
}
#footer .footer-bottom .left .share a {
  margin-right: 12px;
  width: 48px;
	height: 47px;
	background-color: #202020;
  line-height: 47px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .left .share a img{
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .left .share a:hover{
  background: #0095da;
}
#footer .footer-bottom .right {
  width: 75%;
  /*vertical-align: middle;*/
}
#footer .footer-bottom .right .info {
  margin: -10px;
  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-bottom .right .info .slide {
  padding: 10px;
}
#footer .footer-bottom span.h6 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 2em;
}
#footer .footer-bottom .right .info .slide .link {
  display: block;
}
#footer .footer-bottom .right .info .slide .link a {
  font-size: 16px;
  line-height: 2;
  color: #838383;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .right .info .slide .link a:last-child {
  margin-bottom: 0;
}
#footer .footer-bottom .right .info .slide .link a:hover {
  color: white;
}
#footer .footer-bottom .right .info .slide #ewm{
  width: 167px;
  border: 6px solid #fff;
}
/*#footer .footer-bottom .right .info .slide:nth-child(1) {
  width: 20%;
}
#footer .footer-bottom .right .info .slide:nth-child(2) {
  width: 22%;
}
#footer .footer-bottom .right .info .slide:nth-child(3) {
  width: 20%;
}
#footer .footer-bottom .right .info .slide:nth-child(4) {
  width: 36%;
}*/
#footer .footer-bottom .coy {
  padding: 15px 0;
  text-align: center;
}
#footer .footer-bottom .coy p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  color: #454545;
}
#footer .footer-bottom .coy p svg {
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: #454545;
}
#footer .footer-bottom .coy p svg text{
  font-weight: bold;
}
#barSlideBox {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 20;
}
#barSlideBox .slide {
  position: relative;
}
#barSlideBox .slide a,
#barSlideBox .slide span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0095da;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
}
#barSlideBox .slide a img,
#barSlideBox .slide span img {
  display: inline-block;
  vertical-align: middle;
  max-height: 15px;
  filter: brightness(100);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#barSlideBox .slide a:hover,
#barSlideBox .slide span:hover {
  background-color: #000;
}
#barSlideBox .slide a p {
  white-space: nowrap;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background: white;
  z-index: -1;
  margin-right: -.7em;
  font-size: 14px;
  display: none;
}
#barSlideBox .slide a:hover p {
  display: flex;
}
#barSlideBox .slide .ctx {
  position: absolute;
  right: 100%;
  top: 0;
  width: 120px;
  display: none;
}
#barSlideBox .slide .ctx #ewm {
  border: 3px solid white;
}
#barSlideBox .slide:hover .ctx {
  display: block;
}
#barSlideBox .slide:nth-child(1) a,
#barSlideBox .slide:nth-child(1) span {
  border-top-left-radius: 10px;
}
/*#barSlideBox .slide:nth-child(3) a,
#barSlideBox .slide:nth-child(3) span {
  border-bottom-left-radius: 10px;
}*/
/*#barSlideBox .slide:nth-child(4) {
  margin-top: 8px;
}*/
#barSlideBox .slide:nth-child(5) a,
#barSlideBox .slide:nth-child(5) span {
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1800px) {
  .ui.container {
    width: 1430px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #banner .boxSlide li .content p {
    font-size: 24px;
  }
  #banner .smallSlide ul li span {
    font-size: 16px;
  }
  #index-body .init-1 .left i.icon {
    font-size: 180px;
  }
  #index-body .init-1 .left .content,
  #index-body .init-2 .box .text,
  #index-body .init-2 .list ul li .box2 .text,
  #index-body .init-5 .text{
    font-size: 14px;
  }
  #index-body .init-1 .left img {
    margin: 25px 0;
  }
  #index-body .init-1 .left .link {
    font-size: 14px;
  }
  #index-body .init-1 .right ul li .content span {
    font-size: 13px;
  }
  #index-body .init-1 .right ul li .content p {
    font-size: 38px;
  }
  #index-body .init-1 .right ul li {
    margin-bottom: 30px;
  }
  #index-body .init-1 .right {
    height: 700px;
  }
  #index-body .init-2 .box span.h2 {
    font-size: 36px;
  }
  a.btnLink {
    zoom: .8;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 20px;
  }
  #index-body .init-3 .top {
    margin-left: 5%;
  }
  #index-body .init-2 {
    height: 800px;
  }
  #index-body .init-3 {
    padding: 100px 0;
  }
  #index-body .init-3 .top span.h2,
  #index-body .init-3 .top span.h6 {
    font-size: 42px;
  }
  #index-body .init-3 .btn div,
  #index-body .init-5 .btn div {
    max-width: 22px;
  }
  #index-body .init-3 .bottom .list ul li .box .left span.h6 {
    font-size: 38px;
  }
  #index-body .init-3 .bottom .list ul li .box .left .text {
    font-size: 14px;
  }
  #index-body .init-3 .bottom .list ul li .box .left a.more svg {
    zoom: .8;
  }
  #index-body .init-4 .box span.h2 {
    font-size: 30px;
  }
  #index-body .init-4 .box .text {
    font-size: 16px;
  }
  #index-body .init-4 .box .list ul li span {
    font-size: 18px;
  }
  #index-body .init-4 .box {
    max-width: 540px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #index-body .init-4 .box .list ul li {
    padding: 5px;
    margin-bottom: 15px;
  }
  #index-body .init-5 span.h2 {
    font-size: 40px;
  }
  #index-body .init-4 .box .list ul li i {
    width: 40px;
  }
  #index-body .init-4 .box .list ul li i img {
    max-height: 45px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #footer .footer-top .left span.h6 {
    font-size: 28px;
  }
  #footer .footer-top .right a.more {
    line-height: 44px;
    height: 44px;
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-center .right .list ul li {
    margin-left: 40px;
  }
  #footer .footer-center {
    padding: 30px 0;
  }
  #footer .footer-bottom .box {
    padding: 40px 0;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 16px;
  }
  #footer .footer-bottom span.h6 {
    font-size: 18px;
  }
  #footer .footer-bottom .right .info .slide .link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 35px;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 36px;
  }
  #banner .boxSlide li .content p {
    font-size: 18px;
  }
  #index-body .init-2 .list ul li .wz{
    font-size: 40px;
  }
  #index-body .init-1 .left i.icon {
    font-size: 140px;
  }
  #index-body .init-1 .left img {
    max-height: 50px;
  }
  #index-body .init-1 .left .link a {
    margin-right: 1.5em;
  }
  #index-body .init-1 .right ul li .content p {
    font-size: 30px;
  }
  #index-body .init-2 .box span.h2 {
    font-size: 28px;
  }
  a.btnLink {
    zoom: .7;
  }
  #index-body .init-3 .top span.h2,
  #index-body .init-3 .top span.h6 {
    font-size: 36px;
  }
  #index-body .init-3 .bottom .list ul li .box .left span.h6 {
    font-size: 32px;
  }
  #footer .footer-bottom .right .info .slide .link a {
    font-size: 14px;
  }
  #footer .footer-bottom span.h6 {
    font-size: 16px;
  }
  #footer .footer-bottom .left .text {
    font-size: 14px;
  }
  #footer .footer-bottom .left .share {
    margin-top: 30px;
  }
  #footer .footer-bottom .left .share a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 6px;
    font-size: 16px;
  }
  #footer .footer-bottom .coy {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 1030px;
  }
  #header .nav .ui.menu .logo{
    width: 15%;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 6px;
    padding-right: 20px;
  }
  #header .nav .ui.menu .yuy{
    margin-left: 20px;
  }
  #header .nav .ui.menu .yuy span{
    font-size: 14px;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 28px;
  }
  #banner .boxSlide li .content .left {
    max-width: 50%;
  }
  #index-body .init-2 .list ul li .box2,
  #index-body .init-2 .list ul li .box3 {
    padding: 60px 20px;
  }
  #index-body .init-2 .list ul li .wz {
    font-size: 32px;
    padding: 60px 20px;
  }
  #index-body .init-3 .top span.h2 i {
    width: 90px;
  }
  #index-body .init-3 .bottom {
    margin-top: 10px;
  }
  #index-body .init-1 .left span.h6{
    font-size: 50px;
  }
  #index-body .init-3 .bottom .list ul li .box .left .text {
    margin: 1em 0;
  }
  #index-body .init-3 .bottom .list ul li .box .left span.h6 {
    font-size: 28px;
  }
  #index-body .init-4 .box span.h2 {
    font-size: 24px;
  }
  #index-body .init-4 .box .text {
    font-size: 14px;
        line-height: 28px;
  }
  #index-body .init-4 .box {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 460px;
  }
  #index-body .init-5 span.h2 {
    font-size: 28px;
  }
  #index-body .init-5 .list ul li {
    padding: 10px;
  }
  #index-body .init-5 .list ul {
    margin: -10px;
  }
 #index-body .init-5 .list ul li .box{
   padding: 13px 0;
 }
  #footer .footer-top .left span.h6 {
    font-size: 24px;
  }
  #footer .footer-center .right .list ul li {
    font-size: 14px;
    margin-left: 20px;
  }
  #footer .footer-bottom .right .info .slide .link a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header{
    display: none;
  }
  #mobile{
    display: block;
  }
  #mobile .mobile-logo{
    background: #fff;
  }
  #banner{
    margin-top: 40px;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 24px;
  }
  #banner .page {
    bottom: 20px;
    right: 20px;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #footer .footer-top .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
  }
  #footer .footer-top .left span.h6 {
    font-size: 20px;
  }
  #footer .footer-center .left {
    width: 100%;
  }
  #footer .footer-center .right {
    width: 100%;
    margin-top: 10px;
  }
  #footer .footer-center .right .list ul li {
    display: block;
    margin: 10px 0;
    text-align: left;
  }
  #footer .footer-bottom .left {
    width: 100%;
    padding: 0;
  }
  #footer .footer-bottom .right {
    display: none;
  }
  #footer .footer-bottom .coy {
    text-align: left;
  }
  #footer .footer-bottom .coy p {
    margin: 0;
  }
  #footer .footer-bottom .box {
    padding: 15px 0;
  }
  #footer .footer-bottom .left .share {
    margin-top: 15px;
  }
  #index-body .init-1 .box {
    display: block;
  }
  #index-body .init-1 .right {
    display: none;
  }
  #index-body .init-1 .left {
    padding: 40px 15px;
  }
  #index-body .init-1 .left i.icon {
    font-size: 110px;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-3 .bottom .list ul li .box .left a.more svg {
    display: none;
  }
  #index-body .init-3 .bottom .list ul li .box .left a.more {
    margin-left: 0;
  }
  #index-body .init-3 .bottom .list ul li .box .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-3 .bottom .list ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .top span.h6 {
    margin-left: 0;
    line-height: 1.2;
  }
  #index-body .init-3 .top span.h2 {
    line-height: 1.2;
  }
  #index-body .init-3 .top {
    margin-left: 0;
  }
  #index-body .init-3 {
    font-size: 9px;
  }
  #index-body .init-3 .bottom .list ul li .box span{
    font-size: 18px;
  }
  #index-body .init-3 .bottom .list ul li .box .tit{
    font-size: 16px;
  }
  #index-body .init-1 .left span.h6{
    font-size: 42px;
  }
  #index-body .init-5 .list ul li .box {
        padding: 13px 0;
        position: initial;
    }
   #index-body .init-5 .list ul li .box .text{
     margin-top: 20px;
   }
   #index-body .init-5 .list ul li .bottom{
     padding: 27px 0 0 0;
   }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 20px;
  }
  #banner .boxSlide li .content p {
    font-size: 14px;
  }
  #banner .boxSlide li .content .left {
    max-width: 80%;
    padding-bottom: 0;
  }
  #banner .boxSlide li .content a.more{
    margin-top: 22px;
  }
  #index-body .init-3 .top .more{
    margin-top: 20px;
  }
  #index-body .init-3 .btn div,
  #index-body .init-5 .btn div {
    display: none !important;
  }
  #index-body .init-3 {
    padding: 50px 0;
  }
  #index-body .init-4 .box {
    max-width: none;
    width: 100%;
  }
  #barSlideBox {
    zoom: .7;
  }
  #footer .footer-center .left img {
    max-height: 40px;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #banner .boxSlide li .content i,
  #banner .page{
    display: none;
  }
  #banner .boxSlide li .content .left{
    max-width: 100%;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 18px;
    line-height: 30px;
  }
  #banner .boxSlide li .content a.more {
     margin-top: 8px;
     font-size: 14px;
     line-height: 40px;
     height: 40px;
     padding: 0 20px;
   }
  #index-body .init-3 .top span.h2,
  #index-body .init-3 .top span.h6 {
    font-size: 28px;
  }
  #index-body .init-3:after{
    display: none;
  }
  #index-body .init-3 .bottom {
    margin-top: 40px;
  }
  #index-body .init-5 .list {
    padding-top: 30px;
  }
  #index-body .init-1 .left span.h2{
    font-size: 16px;
  }
  #index-body .init-1 .left span.h6 {
        font-size: 32px;
    }
    #index-body .init-1 .left .content{
      margin-top: 20px;
    }
    #index-body .init-1 .left .content strong{
      font-size: 20px;
    }
    #index-body .init-5 .tit{
      padding-top: 0;
      font-size: 36px;
    }
    #index-body .init-5 .tit:after{
      display: none;
    }
     #index-body .init-5 .list ul li .bottom{
     padding: 27px 0 0;
   }
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #0095da;
    }

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

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

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

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #0095da;
        color: #0095da;
    }

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

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

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

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

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #0095da;
    }

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

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

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

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

    .seoPublic .text a {
        color: #666;
    }

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

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

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

    .seoPublic .Auxil-through a:hover {
        background: #0095da;
        color: white;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

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

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

    @media screen and (max-width: 1000px) {
      .prodet-page .prodet-2 .retContent table {
  white-space: nowrap;
}
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #0095da;
            border-radius: 5px;
            color: white;
        }

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

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

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

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

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoIndustry.Auxil-industry {
    display: none;
}
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    #Pop_UpsBtn{
      display: none!important;
    }
    #mobile .menu-content .mob-yuy ul li {
      text-transform: capitalize;
    }

    .mb-nav {
  position: relative;
  padding: 20px;
  display: none;
}
.mb-nav h5 {
  font-size: 24px;
  font-weight: bold;
  background: #7bc21f;
  color: #222;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav h5:hover {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  background: #fff;
  display: none;
}
.mb-nav .catebox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 9999;
  font-size: 20px;
  padding: 20px;
}
.mb-nav .catebox i:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
.mb-nav .catebox ul.catelist > li {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu {
  width: 100%;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu li li {
  padding-left: 20px;
  margin: 5px;
  font-size: 14px;
  color: #000;
}
.mb-nav .catebox ul.catelist > li li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox ul.catelist > li li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}
.inner-banner {
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 400px;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .content .ui.container .tit {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
.inner-banner .content .ui.container .mbx {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}
.inner-banner .content .ui.container .mbx a:hover {
  color: #0095da;
}
.inner-banner .btn{
  margin-top: 30px;
}
.inner-banner .btn .more:last-child{
  margin-left: 10px;
}
.inner-banner .btn .more:hover{
  background: #fff;
  color: #000;
}
.inner-page .tdec {
  position: relative;
  padding-bottom: 30px;
}
.inner-page .tdec:before {
  content: "";
  width: 90px;
  height: 5px;
  background: #0095da;
  position: absolute;
  left: 0;
  bottom: 0;
}
.inner-page p {
  font-weight: 500;
  line-height: 2;
}
.inner-page .title {
  font-weight: 600;
}
.about-page .about-1 {
  padding-top: 130px;
  padding-bottom: 80px;
  background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  width: 30%;
  text-align: center;
}
.about-page .about-1 .ui.container .left .title {
  margin-bottom: 70px;
  display: inline-block;
}
.about-page .about-1 .ui.container .left .imgbox {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.about-page .about-1 .ui.container .right {
  width: 65%;
}
.about-page .about-1 .ui.container .right .tit {
  color: #383838;
  line-height: 1.5;
  margin-bottom: 60px;
}
.about-page .about-1 .ui.container .right p {
  color: #636363;
  line-height: 30px;
  /*margin-bottom: 35px;*/
      /*max-height: 500px;*/
    padding-right: 20px;
    /*overflow-y: scroll;*/
    margin-bottom: 30px;
}
.about-page .about-1 .ui.container .right ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-1 .ui.container .right ul.data li {
  display: inline-block;
  text-align: center;
}
.about-page .about-1 .ui.container .right ul.data li p {
  margin: 10px 0;
  font-size: 15px;
}
.about-page .about-1 .ui.container .right ul.data li span {
  font-weight: 800;
  color: #0095da;
  font-size: 48px;
}
.about-page .about-2 {
  padding: 140px 0;
  background: url(../images/ab-his-bj.jpg) center center no-repeat;
  background-size: cover;
}
.about-page .about-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .ui.container .yearmain {
  width: 75%;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item .img-box {
  width: 50%;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item .textbox {
  width: 50%;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item .textbox p {
  width: 80%;
  color: #fff;
  line-height: 2;
  margin: 0 auto;
}
.about-page .about-2 .ui.container .yearbox {
  width: 25%;
  padding: 140px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist {
  width: 100%;
  height: 86px;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist .slick-list{
  overflow: unset;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist li {
  height: 75px;
  line-height: 75px;
  width: 100%;
  font-weight: 500;
  font-size: 60px;
  opacity: 0.5;
  color: #fff;
  text-align: right;
  padding-right: 40px;
  position: relative;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist li::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #0095da;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  opacity: 0;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li {
  opacity: 1;
  font-size: 93px;
  font-weight: bold;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li:before {
  opacity: 1;
}
.about-page .about-3 {
  padding-top: 154px;
  background: url(../images/ab-c-bj.jpg) bottom center no-repeat;
  background-size: cover;
}
.about-page .about-3 .ui.container {
  text-align: center;
  max-width: 1725px;
}
.about-page .about-3 .ui.container .title {
  font-weight: 800;
}
.about-page .about-3 .ui.container p {
  margin-top: 20px;
  margin-bottom: 60px;
}
.about-page .about-3 .ui.container .a3box ul.a3list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about-page .about-3 .ui.container .a3box ul.a3list li {
  width: 18%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}
.about-page .about-3 .ui.container .a3box ul.a3list li.active {
  width: 36%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.about-page .about-3 .ui.container .a3box ul.a3list li.active .item .textbox {
  opacity: 1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item {
  height: 600px;
  width: 100%;
  position: relative;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox {
  position: absolute;
  width: 100%;
  padding: 30px;
  left: 0;
  bottom: 50px;
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  text-align: left;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox .tit {
  font-weight: 700;
  margin-bottom: 15px;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox p {
  max-width: 400px;
}
.about-page .about-4 {
  padding: 118px 0;
  background: url(../images/ab-h-bj.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about-page .about-4 .ui.container {
  max-width: 1450px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.about-page .about-4 .ui.container:before {
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 101%;
    left: 0;
    z-index: -1;
    margin-top: -46px;
    background: url("/prevail-telecom/2023/10/23/icon-about-4-ty.png") center top;
    background-size: 100% auto;
}
.about-page .about-4 .ui.container p {
  margin: 20px 0 60px 0 ;
}
.about-page .about-4 .ui.container ul.a4list {
  margin: 0 -38px;
  padding: 0 40px;
}
.about-page .about-4 .ui.container ul.a4list li {
  padding: 0 38px;
}
.about-page .about-4 .ui.container ul.a4list li .img-box {
  margin-bottom: 25px;
}
.about-page .about-4 .ui.container ul.a4list li .hname {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.about-page .about-5 {
  height: 720px;
  background: url(../images/about-7.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.about-page .about-5 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.about-page .about-5 .content .ui.container span.tag {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}
.about-page .about-5 .content .ui.container .tit {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}
.about-page .about-5 .content .ui.container p {
  color: #fff;
  max-width: 710px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.about-page .about-6 {
  padding: 80px 0;
}
.about-page .about-6 .ui.container {
  text-align: center;
}
.about-page .about-6 .ui.container P {
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-page .about-6 .ui.container ul.a6list {
  margin: 0 -15px;
}
.about-page .about-6 .ui.container ul.a6list li {
  padding: 15px;
}
.about-page .about-6 .ui.container ul.a6list li .item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .ui.container ul.a6list li .item .eqname {
  height: 60px;
  line-height: 60px;
}
.contact-page span.tag {
    font-size: 16px;
    color: #479beb;
    display: block;
    line-height: 30px;
    margin-bottom: 1em;
    width: auto;
    height: auto;
    border: none;
}
.contact-page h2.title {
    font-size: 38px;
    font-weight: 700;
    color: #1c1628;
    line-height: 1.4;
}
.contact-page .contact-1 {
    padding: 60px 0 80px;
}
.contact-page .contact-1 .left{
  position: relative;
}
.contact-page .contact-1 .left:first-child:after{
  content:'';
  position: absolute;
  right: 10%;
  top:2%;
  width:2px;
  height: 96%;
  background: rgba(0,0,0,.3);
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    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;
}
.contact-page .contact-1 .left .tpbox li p{
  padding-left: 22%;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, #479beb 0%, rgba(0, 51, 134,0.6) 100%);
    display: block;
    padding: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #479beb;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 16px;
line-height: 30px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page .contact-1 .right{
  padding-left: 2%;
  vertical-align: middle;
}
.contact-page .contact-1 .right ul{
  margin: -12px;
}
.contact-page .contact-1 .right ul li{
  padding: 12px;
}
.contact-page .contact-1 .right ul li p{
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .contact-2 {
  position: relative;
}
.contact-page .contact-2 .formbox {
  background: #fff;
  width: 575px;
  padding: 35px 20px 70px 20px;
  height: 605px;
  position: absolute;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-2 .formbox .title {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 25px;
}
.contact-page .contact-2 .formbox form ul {
  width: 100%;
}
.contact-page .contact-2 .formbox form ul li {
  margin-bottom: 20px;
}
.contact-page .contact-2 .formbox form ul li input[type="text"] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  color: #000;
  font-size: 17px;
  background: #f7f7f7;
  border: none;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]:-moz-placeholder {
  color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]::-moz-placeholder {
  color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]::placeholder {
  color: #666;
}
.contact-page .contact-2 .formbox form ul li textarea {
  width: 100%;
  height: 125px;
  font-size: 17px;
  line-height: 2;
  padding: 20px ;
  background: #f7f7f7;
  border: none;
}
.contact-page .contact-2 .formbox form ul li input[type="submit"] {
  height: 52px;
  line-height: 52px;
  padding: 0 55px;
  background: #0095da;
  border: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-2 .formbox form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.product-yd-page .catebox {
  padding: 120px 0;
}
.product-yd-page .catebox ul.catelist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5;
  position: relative;
  transition: 0.3s all;
}

.product-yd-page .catebox ul.catelist li .text {
  padding: 20px 55px 20px 105px;
  color: #000;
}
.product-yd-page .catebox ul.catelist li .text .top {
  position: relative;
}
.product-yd-page .catebox ul.catelist li .text p{
  max-height: 96px;
  overflow-y: auto;

}
.product-yd-page .catebox ul.catelist li .text .top a.more7 {
  position: absolute;
  right: 0;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  /*border: 2px dashed #dbdbdb;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li .text .top a.more7:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #dbdbdb;
  border-radius: 100%;
  left:0;
  top: 0;
 animation: xz 5s linear infinite;
  
}
.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
  width: 89px;
  height: 89px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
}
.product-yd-page .catebox ul.catelist li .text .title {
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 480px;
}
.product-yd-page .catebox ul.catelist li img.dec {
  position: absolute;
  bottom: 0;
  right: 0;
  filter: brightness(0.2);
  transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li:hover {
  background: #0095da;
}
.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
  right: auto;
  left: 0;
}
.product-yd-page .catebox ul.catelist li:hover img.dec {

  filter: brightness(1);
  transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li:hover .left {
  float: right;
}
.product-yd-page .catebox ul.catelist li:hover .text {
  float: left;
  color: #fff;
}
.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
  border-color: #fff;
}
.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
  color: #0095da;
  background: #fff;
}
.product-page .tit i {
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
}
.product-page .nav-1 .ui.container {
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.product-page .nav-1 ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .nav-1 ul.navlist li a {
  line-height: 34px;
  height: 34px;
  padding: 0 34px;
  border-radius: 17px;
  color: #3B3B3B;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  font-size: 14px;
}
.product-page .nav-1 ul.navlist li.active a,
.product-page .nav-1 ul.navlist li:hover a {
  background: #0095da;
  color: #fff;
}
.product-page .nav-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.product-page .nav-2 .ui.container .tit {
  display: inline-block;
  /*margin-right: 40px;*/
}
.product-page .nav-2 .ui.container .search-box form {
  height: 38px;
  width: 325px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  border-radius: 19px;
  border: 1px solid #dbdbdb;
}
.product-page .nav-2 .ui.container .search-box form input[type="submit"] {
  width: 16px;
  height: 16px;
  background: url(../images/inner-seach-icon.png) center center no-repeat;
  border: none;
}
.product-page .nav-2 .ui.container .search-box form input[type="text"] {
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  border: none;
  background: transparent;
  margin-right: 15px;
}
.product-page .productbox {
  padding-bottom: 50px;
}
.product-page .productbox ul.list{
  margin: -25px;
}
.product-page .productbox ul.list li {
  padding: 25px;
  margin-bottom: 40px;
}
.product-page .productbox ul.list li .box{
  background-color: #ffffff;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
  position: relative;
  padding: 0 14px 52px 18px;
}
.product-page .productbox ul.list li .box span{
  font-size: 20px;
  line-height: 1.6;
  color: #0095da;
  font-weight: bold;
  padding: 13px 0 5px;
  display: block;
  border-bottom: 1px solid #ececec;
}
h1.wanh1 {
    font-size: 30px;
    padding: 10px;
    background: #0095da;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.product-page .productbox .product-content {
    padding-top: 50px;
}
.product-page .productbox ul.list li .box .tit{
  font-size: 18px;
  line-height: 1.9;
  font-weight: bold;
  color: #343434;
  display: block;
  border-bottom: 1px solid #ececec;
  margin: 7px 0 8px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .productbox ul.list li .box .tit:hover{
  color: #0095da;
}
.product-page .productbox ul.list li .box .pro-img{
  display: block;
  padding: 20px 0;
}
.product-page .productbox ul.list li .box .text {
  font-size: 14px;
  color: #686868;
  line-height: 1.7;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-page .productbox ul.list li .box .text p{
  padding-left: 24px;
  position: relative;
}
.product-page .productbox ul.list li .box .text p::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/init3-check.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-page .productbox ul.list li .box .line{
  display: block;
  margin-top: 18px;
  border-bottom: 1px solid #ececec;
}
.product-page .productbox ul.list li .box .more{
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c6c6c6;
}
.product-page .productbox ul.list li:hover .box .more{
  background-color: #0095da;
}
.prodet-page .prodet-1 {
  padding: 50px 0;
}
.prodet-page .prodet-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .ui.container .imgs {
  padding-right: 20px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb {
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li {
  width: 100%;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background: #f9f9f9;*/
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a img{
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1 .ui.container .right .imgg {
  position: relative;
  margin-top: 30px;
  /*padding: 0 115px;*/
}
.prodet-page .prodet-1 .ui.container .right .imgg span {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
}
.prodet-page .prodet-1 .ui.container .right .imgg span:hover {
  background: #0095da;
}
.prodet-page .prodet-1 .ui.container .right .imgg span.slick-prev {
  left: 25px;
}
.prodet-page .prodet-1 .ui.container .right .imgg span.slick-next {
  right: 25px;
}
.prodet-page .prodet-1 .ui.container .right .imgg ul {
  margin: 0 -10px;
}
.prodet-page .prodet-1 .ui.container .right .imgg ul li {
  padding: 0 10px;
}
.prodet-page .prodet-1 .ui.container .right .imgg ul li a {
  background: #f9f9f9;
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.prodet-page .prodet-1 .ui.container .right .imgg ul li a img {
  width: auto;
}
.prodet-page .prodet-1 .ui.container .right {
  padding-left: 3%;
  padding-top: 0px;
}
.prodet-page .prodet-1 .ui.container .right .title {
  line-height: 1.5;
  max-width: 680px;
}
.prodet-page .prodet-1 .ui.container .right .con {
  line-height: 2;
  max-width: 680px;
  margin: 40px 0;
}
.prodet-page .prodet-1 .ui.container .right .con p{
  padding-left: 24px;
  position: relative;
}
.prodet-page .prodet-1 .ui.container .right .con p::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/init3-check.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.prodet-page .prodet-1 .ui.container .right a.feedback {
  height: 45px;
  line-height: 45px;
  /*padding: 0 30px;*/
  font-size: 20px;
  color: #fff;
  background: #0095da;
  display: inline-block;
}
.prodet-page .prodet-1 .ui.container .right a.feedback:hover {
  background: #0095da;
}
.prodet-page .prodet-1 .ui.container .right .more{
  margin-left: 12px;
}
.prodet-page .prodet-1 .ui.container .right .more:first-child{
  margin-left: 0;
}
.prodet-page .prodet-share{
  padding-bottom: 50px;
}
.prodet-page .prodet-share .share{
  width: 60%;
  display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-share .share::after{
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
  margin-left: 46px;
}
.prodet-page .prodet-share .share a{
  padding: 0 20px;
  border-right: 1px solid #262626;
  font-size: 16px;
  line-height: 1.8;
  color: #262626;
}
.prodet-page .prodet-share .share a:first-child{
  padding-left: 0;
}
.prodet-page .prodet-share .share a:last-child{
  border: 0;
}
.prodet-page .prodet-share .info{
  width: 40%;
   display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 3%;
  font-size: 16px;
  line-height: 1.8;
  color: #262626;
}
.prodet-page .prodet-2 .top{
  position: sticky;
  top: 80px;
  z-index: 1;
}
.prodet-page .prodet-2 .top ul.tabheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  background: #f9f9f9;
}
.prodet-page .prodet-2 .top ul.tabheader li {
  height: 64px;
  line-height: 64px;
  padding: 0 25px;
  color: #000;
  /*text-transform: uppercase;*/
  font-size: 20px;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul.tabheader li.active,
.prodet-page .prodet-2 .top ul.tabheader li:hover {
  color: #fff;
  background: #0095da;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .bottom {
  padding: 50px 0;
  line-height: 30px;
}
.prodet-page .prodet-2 .bottom ul li .content table td,
.prodet-page .prodet-2 .bottom ul li .content table th{
  text-align: center;
}
.prodet-page .prodet-2 .bottom ul li.flex p{
  width: 50%;
}
.prodet-page #index-body .init-3 .top span.h2{
  max-width: 100%;
}
.prodet-page #index-body .init-3:after{
  display: none;
}
.download-page .ui.container{
  padding-top: 45px;
  padding-bottom: 115px;
}
.download-page .ui.container1{
  max-width: 1440px;
}
.download-page .ui.container .sideright ul {
  margin: -10px;
}
.download-page .ui.container .sideright ul li {
  padding: 10px;
}
.download-page .ui.container .sideright ul li .item {
  padding: 15px;
  background: #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.download-page .ui.container .sideright ul li .item .img-box {
  width: 40%;
}
.download-page .ui.container .sideright ul li .item .text {
  width: 55%;
}
.download-page .ui.container .sideright ul li .item .text .tit{
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.download-page .ui.container .sideright ul li .item .text p {
  margin-top: 15px;
  margin-bottom: 85px;
}
.download-page .ui.container .sideright ul li .item .text .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.download-page .ui.container .sideright ul li .item .text .btnbox a {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  background: #0095da;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.download-page .ui.container .sideright ul li .item .text .btnbox a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #0095da;
}
.download-page .ui.container .sideright ul li .item .text .btnbox a:nth-child(2) {
  margin-left: 5px;
}
.download-page .ui.container .sideright ul li .item .text .btnbox a i {
  margin-right: 5px;
}
.m-page {
  width: 100%;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7f7f7f;
  font-size: 18px;
  margin: 0 5px;
  cursor: pointer;
}
.m-page .wp-pagenavi span:hover,
.m-page .wp-pagenavi a:hover {
  background: #0095da;
  color: #fff;
}
.m-page .wp-pagenavi span {
  background: #0095da;
  color: #fff;
}
.backtops {
  width: 87px;
  height: 87px;
  border-radius: 100%;
  background: url(../images/more-yuan-bj.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  margin-top: -43.5px;
  right: 5%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  cursor: pointer;
}
.backtops:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.font-48 {
  font-size: 48px;
}
.font-50 {
  font-size: 50px;
}
.font-36 {
  font-size: 36px;
}
.font-33 {
  font-size: 33px;
}
@media screen and (max-width: 1400px) {
  .inner-banner {
    height: 600px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-32 {
    font-size: 24px;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist li {
    font-size: 50px;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist li::before {
    display: none;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li {
    font-size: 64px;
  }
  .font-33 {
    font-size: 22px;
  }
  .product-yd-page .catebox ul.catelist li .text .top {
    padding-right: 70px;
  }
  .product-yd-page .catebox ul.catelist li .text p {
    max-height: 150px;
    overflow-y: scroll;
  }
  .product-yd-page .catebox ul.catelist li .text {
    padding: 20px;
  }
  .product-page .productbox ul.list li .item {
    height: 400px ;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 50%;
  }
  .prodet-page .prodet-2 .top ul.tabheader {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .font-36 {
    font-size: 24px;
  }
  .product-page .nav-1 ul.navlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .nav-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .nav-2 .ui.container .search-box form {
    width: 100%;
  }
  .download-page .ui.container{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .download-page .ui.container .sideright ul li .item .text .btnbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .ui.container .sideright ul li .item .text .btnbox a:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .download-page .ui.container .sideright ul li .item .text p {
    margin-bottom: 20px;
  }
  .download-page .ui.container .sideright ul{
    margin: -16px;
  }
  .download-page .ui.container .sideright ul li{
    padding: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner .btn{
    display: none;
  }
  .about-page .about-1 .ui.container .right ul.data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    width: 50%;
  }
  .about-page .about-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .font-20 {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .ui.container .right .imgg ul li a {
    padding: 5px 0;
    height: auto;
  }
  .prodet-page .prodet-1 .ui.container .right {
    padding-left: 20px;
    padding-top: 90px;
  }
  .download-page .ui.container .sideright ul li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .ui.container .sideright ul li .item .img-box {
    width: 100%;
  }
  .download-page .ui.container .sideright ul li .item .text {
    width: 100%;
  }
  .download-page .ui.container .sideright ul li .item .text .btnbox{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .mb-nav {
    display: none;
  }
  .font-48 {
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .ui.container .yearmain ul.year li .item .img-box {
    width: 100%;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item .textbox {
    width: 100%;
  }
  .about-page .about-2 .ui.container .yearmain {
    width: 100%;
  }
  .about-page .about-2 .ui.container .yearbox {
    width: 100%;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li {
    width: 100%;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item {
    width: 100vw;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item {
    height: 300px;
  }
  .contact-page .contact-2 .formbox {
    position: relative;
    top: 0;
    left: 5%;
    width: 90%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-yd-page .catebox ul.catelist li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-yd-page .catebox ul.catelist li .left {
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-33 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .imgs{
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .font-48 {
    font-size: 20px;
  }
}
.newdet-page {
    padding-bottom: 50px;
}
.newdet-page .newdet-1 {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background: #fff;
    padding: 50px;
    margin: 50px 0;
}
.newdet-page .newdet-1 .top{
    border-radius: 40px;
}
.newdet-page .newdet-1 .top img{
    border-radius: 25px 25px 0px 0px;
    width: 100%;
}
.newdet-page .newdet-1 .top h1{
    margin: 2rem 0 2rem;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
}
@-webkit-keyframes bjwave {
  from {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1437px;
  }
}
@-moz-keyframes bjwave {
  from {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1437px;
  }
}
@keyframes bjwave {
  from {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1437px;
  }
}
@-webkit-keyframes bjwave2 {
  from {
    background-position-x: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-100px) scale(0.9);
    transform: translateY(-100px) scale(0.9);
  }
  100% {
    background-position-x: 1920px;
  }
}
@-moz-keyframes bjwave2 {
  from {
    background-position-x: 0;
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -moz-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
  }
  75% {
    -moz-transform: translateY(-100px) scale(0.9);
    transform: translateY(-100px) scale(0.9);
  }
  100% {
    background-position-x: 1920px;
  }
}
@keyframes bjwave2 {
  from {
    background-position-x: 0;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-100px) scale(1.1);
    -moz-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-100px) scale(0.9);
    -moz-transform: translateY(-100px) scale(0.9);
    transform: translateY(-100px) scale(0.9);
  }
  100% {
    background-position-x: 1920px;
  }
}
@media screen and (max-width: 1400px) {
  h1.wanh1 {
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .newdet-1 {
    padding: 5px;
}
.newdet-page .newdet-1 .top h1 {
    font-size: 18px;
}
}
@media screen and (max-width: 1000px) {
        .about-page .about-3{
      display: none;
    }
    .about-page .about-4 .ui.container:before{
      display: none;
    }
     } 

     @media screen and (max-width: 800px) {
   
    .about-page .about-4 .ui.container ul.a4list li .hname{
      display: none;
    }
    .prodet-page .prodet-1 .ui.container .imgs .imgb ul li a{
      height: auto;
    }
  }

  .factory-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
      font-size: 18px;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #0095da;
  border: 1px solid #0095da;
  margin-top: 30px;
  height: auto;
  line-height: 1;
  width: auto;
}
.factory-page .init-1 .container .more:hover {
  color: #0095da;
}
.factory-page .init-2 .container {
  width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 700;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #0095da;
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
.lg-page{
  padding: 80px 0;
}
.lg-page ul{
  margin: -12px;
}
.lg-page ul li{
  padding: 12px;
}
.lg-page ul li .tit{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 1500px) {
  .factory-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
    .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 1000px) {
     .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
   .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media (max-width: 500px) {
  .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.about1-page .about-1 {
    padding-top: 80px;
}
.about1-page .about-1 .about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about1-page .about-1 .about-box .left {
    /*width: 53%;*/
    padding: 4.25rem 0;
    position: relative;
}
.about1-page .about-1 .about-box .left::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #0095da;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.about1-page .about-1 .about-box .right {
    width: 47%;
    padding-left: 5.625rem;
}
.about1-page .about-1 .about-box .right h2 {
    font-size: 40px;
    line-height: 2;
    color: #1c1c1c;
    font-weight: bold;
}
.about1-page .about-1 .about-box .right h3 {
    font-size: 20px;
    line-height: 2;
    color: #000000;
    font-weight: bold;
    margin-top: 1.875rem;
}
.about1-page .about-1 .about-box .right p {
    font-size: 16px;
    line-height: 2;
    color: #000000;
    margin-top: 40px;
}
.about1-page .about-1 .text {
    padding: 9.375rem 0 6.25rem;
    text-align: center;
    color: #000;
}
.about1-page .about-1 .text h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
.about1-page .about-1 .text p {
    font-size: 16px;
    margin-top: 1.25rem;
}
.about1-page .about-2 {
    padding: 3.4375rem 0 2.8125rem;
    background-size: cover;
    background: #0095da;
}
.about1-page .about-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about1-page .about-2 ul li {
    width: 25%;
    text-align: center;
    position: relative;
}
.about1-page .about-2 ul li:last-child::after {
    display: none;
}
.about1-page .about-2 ul li::after {
    position: absolute;
    content: "";
    width: 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 2.75rem;
}
.about1-page .about-2 ul li h4 {
    font-size: 4.5rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}
.about1-page .about-2 ul li h4 span {
    font-weight: 100;
    font-size: 22px;
}
.about1-page .about-2 ul li p {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin-top: 1.375rem;
}
.about1-page .about-3 {
    background: url(../images/about-3-bg.jpg) no-repeat center top;
    background-size: cover;
}
.about1-page .about-3 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about1-page .about-3 .top .left {
    width: 50%;
    /*text-align: right;*/
    margin: 4.0625rem 0;
    position: relative;
}
.about1-page .about-3 .top .left img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.about1-page .about-3 .top .left img.active {
    opacity: 1;
    position: static;
}
.about1-page .about-3 .top .left img {
    margin-right: -0.9375rem;
}
.about1-page .about-3 .top .right {
    width: 50%;
    padding: 2.5rem 5%;
}
.about1-page .about-3 .top .right h2 {
    font-size: 40px;
    line-height: 2;
    color: #000;
    font-weight: 700;
    margin-bottom: 1em;
}
.about1-page .about-3 .top .right ul li {
    padding-left: 7.8125rem;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 2rem;
}
.about1-page .about-3 .top .right ul li.active {
    -webkit-transform: translateX(2rem);
    -moz-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
}
.about1-page .about-3 .top .right ul li:last-child {
    margin-bottom: 0;
}
.about1-page .about-3 .top .right ul li::after {
    position: absolute;
    content: "";
    width: 4.9rem;
    height: 2px;
    border-bottom: 1px solid #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about1-page .about-3 .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 4rem 0 4rem;
}
.about1-page .about-3 .bottom .left {
    width: 50%;
    padding-left: 1.25rem;
        padding-bottom: 70px;
}
.about1-page .about-3 .bottom .left h2 {
    font-size: 40px;
    line-height: 2;
    color: #000000;
    font-weight: bold;
    max-width: 650px;
}
.about1-page .about-3 .bottom .left .more {
    margin: 2.25rem 0;
    padding: 0 0.5rem !important;
}
.about1-page .about-3 .bottom .left p {
    font-size: 16px;
    line-height: 1.8;
    color: #202020;
}
.about1-page .about-3 .bottom .right {
    width: 50%;
    text-align: right;
    padding-left: 1.875rem;
}
@media screen and (max-width: 1230px) {
    .about1-page .about-1 .about-box .right p {
        font-size: 14px;
    }
    .about1-page .about-3 .bottom .left h2 {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 1000px) {
    .about1-page .about-3 .bottom .left h2 {
        font-size: 2rem;
    }
    .about1-page .about-3 .bottom .left p {
        font-size: 14px;
    }
    .about1-page .about-1 .about-box .left {
        width: 100%;
    }
    .about1-page .about-1 .about-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        padding: .5rem 0;
    }
    .about1-page .about-1 .about-box .right h2,
    .about1-page .about-1 .text h2,
    .about1-page .about-3 .top .right h2,
    .about1-page .about-3 .bottom .left h2,
    .about1-page .about-3 .bottom .left h2 {
        font-size: 28px;
    }
    .about1-page .about-2 ul li h4 {
        font-size: 1.5rem;
    }
    .about1-page .about-2 ul li p {
        font-size: 14px;
    }
    .about1-page .about-3 .top .right {
        padding: 1.5rem 0;
        width: 100%;
    }
    .about1-page .about-3 .top .left {
        width: 100%;
    }
    .about1-page .about-3 .bottom .right {
        width: 100%;
        padding-top: 1.5rem;
        padding-left: 0;
    }
    .about1-page .about-3 .bottom .left {
        width: 100%;
    }
    .about1-page .about-3 .bottom {
        padding: 2.5rem 0;
    }
    .about1-page .about-3 .top .right ul li {
        padding-left: 1.5rem;
    }
    .about1-page .about-3 .top .right ul li:after {
        width: 1rem;
    }
}
@media screen and (max-width: 700px) {
    .about1-page .about-1 .about-box .right h2,
    .about1-page .about-1 .text h2,
    .about1-page .about-3 .top .right h2,
    .about1-page .about-3 .bottom .left h2,
    .about1-page .about-3 .bottom .left h2{
        font-size: 22px;
    }
    .about1-page .about-2 ul li h4 span {
        font-size: 12px;
    }
    .about1-page .about-2 ul {
        flex-wrap: wrap;
    }
    .about1-page .about-2 ul li {
        padding: 10px;
        width: auto;
    }
    .about1-page .about-2 ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .about1-page .about-2 ul li p {
        font-size: 12px;
    }
    .about1-page .about-3 .top .right ul li {
        font-size: 14px;
        line-height: 1.5;
    }
    .about1-page .about-3 .bottom .left {
        width: 100%;
        padding-left: 0;
    }
    .about1-page .about-3 .bottom .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
.p04-custom-parts {
  padding: 60px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
    color: #3c9de1;
    font-size: 24px;
    line-height: 44px;
    margin: 25px 0 5px;
    font-weight: bold;
}
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #f63f06;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #f63f06;*/
}
.text.mod-1 h2 {
    /*font-weight: bold;*/
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
 font-size: 18px;
    line-height: 32px;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cus-page .cus-1 {
  padding: 80px 0;
}

.cus-page .cus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}

.cus-page .cus-1 .ui.container .right {
  padding-left: 5%;
}

.cus-page .cus-1.ser2 .ui.container .right {
  padding-right: 5%
}

.cus-page .cus-1 .ui.container .right .h3 {
  /*font-weight: 700;*/
  margin-bottom: 40px;
}

.cus-page .cus-2 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #0095da;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}

.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.cus-page .cus-2 .ui.container a.more {
  background: #fff;
  transition: 0.3s all;
  color: #000;
}

.cus-page .cus-2 .ui.container a.more:hover {
  transition: 0.3s all;
  color: #fff;
  background: #000;
}

.cus-page .cus-2 .ui.container .h2 {
  font-weight: 700;
  color: #fff;
}

.cus-page .cus-2 .ui.container p {
  line-height: 2;
  margin-top: 20px;
  max-width: 880px;
}

.cus-page .cus-3 {
  /*padding-bottom: 120px;*/
  padding: 120px 120px;
}

.cus-page .cus-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1320px;
  position: relative;
}

.cus-page .cus-3 .ui.container:before {
  content: "";
  width: 90%;
  height: 210px;
  max-width: 800px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #edf0f2;
  z-index: -1;
}

.cus-page .cus-3 .ui.container .left {
  max-width: 700px;
  width: 59%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.cus-page .cus-3 .ui.container .left .h2 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 35px;
}

.cus-page .cus-3 .ui.container .left p {
  color: #000;
  line-height: 2;
}

.cus-page .cus-3 .ui.container .left .bottom {
  padding-top: 100px;
  padding-left: 70px;
}

.cus-page .cus-3 .ui.container .left .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cus-page .cus-3 .ui.container .left .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  width: 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.cus-page .cus-3 .ui.container .left .bottom ul li:hover,
.cus-page .cus-3 .ui.container .left .bottom ul li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}

.cus-page .cus-3 .ui.container .left .bottom ul li:hover i,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i {
  border-color: #0095da;
}

.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:before,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:before {
  background: #0095da;
}

.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:after,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:after {
  background: #0095da;
}

.cus-page .cus-3 .ui.container .left .bottom ul li i {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #999;
  position: relative;
  margin-right: 40px;
}

.cus-page .cus-3 .ui.container .left .bottom ul li i:before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  background: #999;
  left: 100%;
  z-index: -1;
}

.cus-page .cus-3 .ui.container .left .bottom ul li i:after {
  width: 1px;
  height: 40px;
  background: #999;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5px;
  z-index: -1;
}

.cus-page .cus-3 .ui.container .right {
  width: 41%;
}

.cus-page .cus-3 .ui.container .right ul.cuslist2 li {
  display: none;
}

.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box {
  text-align: center;
  background: #fff;
  padding-bottom: 50px;
}

.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box img {
  margin: 0 auto;
}

.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text {
  max-width: 273px;
  margin: 30px auto 0;
  text-align: left;
}

.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.cus-page .cus-3 .ui.container .right ul.cuslist2 li .num {
  display: block;
  margin-top: 35px;
  color: #0095da;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
  line-height: 2;
}
.cus-page .cus-2 .ui.container a.more {
  min-width: 218px;
}
.font-45 {
  font-size: 45px;
  line-height: 1.22222222;
}
.server-page .server-2 {
  padding: 60px 0 120px;
  background: #f8f9fb;
}
.server-page .server-2 h3 {
  text-align: center;
  font-size: 40px;
  color: #303030;
  line-height: 2;
}
.server-page .server-2 .box {
  padding-top: 60px;
}
.server-page .server-2 .box ul li {
  border: 1px solid #bebfc0;
}
.server-page .server-2 .box ul li:nth-child(3n+1)+li,
.server-page .server-2 .box ul li:nth-child(3n+1)+li+li {
  border-left: none;
}
.server-page .server-2 .box ul li:nth-child(3)~li {
  border-top: none;
}
.server-page .server-2 .box ul li .box2 {
  padding: 30px 35px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.server-page .server-2 .box ul li .box2 i {
  height: 50px;
  line-height: 50px;
  display: block;
}
.server-page .server-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.server-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 20px;
  color: #303030;
  line-height: 2;
  margin: 20px 0 5px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
}
.server-page .server-2 .box ul li .box2 .text {
  font-size: 14px;
  color: #303030;
  line-height: 2;
  height: 150px;
  overflow: auto;
}
.server-page .server-2 .box ul li .box2:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
}
@media screen and (max-width: 1400px) {
  .font-45 {
    font-size: 36px;
  }
   .server-page .server-2 h3 {
    font-size: 28px;
  }
  .server-page .server-2 .box ul li .box2 h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 38px;
  }
  .server-page .server-2 .box ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .server-page .server-2 .box ul li .box2 i img {
    max-height: 100%;
  }
  .server-page .server-2 .box ul li .box2 .text {
    font-size: 13px;
    height: 144px;
  }
  .server-page .server-2 .box ul li .box2 {
    padding: 15px;
  }
  .server-page .server-2 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
   .font-45 {
    font-size: 30px;
  }
    .text.mod-1 h2{
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px!important;
    padding-top: 10px!important;
  }
}
@media screen and (max-width: 1000px) {
  .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }
  .p04-custom-parts{
    padding: 20px 0!important;
  }
   .cus-page .cus-2 {
    height: auto;
    padding: 20px;
  }
  .cus-page .cus-3 .ui.container .left {
    width: 100%;
  }
  .cus-page .cus-2 .ui.container {
    flex-wrap: wrap;
  }
  .font-45 {
    font-size: 24px;
  }
  .server-page .server-2 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus-3 .ui.container .right {
    width: 100%;
  }
  .cus-page .cus-3 {
    padding: 40px 20px;
  }
  .cus-page .cus-3 .ui.container .left .bottom ul li {
    width: 100%;
  }
  .server-page .server-2 h3 {
    font-size: 20px;
  }
  .server-page .server-2 {
    padding: 30px 0;
  }
  .server-page .server-2 .box {
    padding-top: 30px;
  }
  .server-page .server-2 .box ul {
    border-top: 1px solid #bebfc0 !important;
  }
  .server-page .server-2 .box ul li {
    width: 100%;
    border: 1px solid #bebfc0 !important;
    border-top: none !important;
  }
  .server-page .server-2 .box ul li .box2 h4 {
    height: auto;
    display: block;
  }
  .server-page .server-2 .box ul li .box2 .text {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
   .font-45 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p04-custom-parts .title{
    width: calc(100% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(100% - 20px);
  }
}
.hl_history {
  padding-bottom: 7rem;
  background: url(../images/hisbg.png) no-repeat left bottom;
  background-size:cover;
  overflow: hidden;
}
.hl_history .swiper{
  overflow: hidden;
}
.hl_history .box .banner {
  margin: 1rem 0 4rem;
  position: relative;
}
.hl_history .box .banner .item {
  position: relative;
  width: 100%;
  text-align: center;
}
.hl_history .box .banner .item .number {
  font-size: 200px;
   font-weight: 600;
  color: #e5e5e5;
  line-height: 1;
}
.hl_history .box .banner .item .text {
  font-size: 30px;
  line-height: 1.3;
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.hl_history  .button .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  line-height: 3.75rem;
  background: #e2e2e2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.hl_history  .button .btn:hover {
  background: #0095da;
}
.hl_history  .button .prev {
  left: 0;
}
.hl_history  .button .next {
  right: 0;
}
.hl_history .box .banner1 {
  position: relative;
  overflow: hidden;
}
.hl_history .box .banner1::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 22px;
  height: 2px;
  background: #333;
}
.hl_history .box .banner1 .swiper-wrapper{
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hl_history .box .banner1 .swiper-slide {
  cursor: pointer;
}
.hl_history .box .banner1 .swiper-slide .item {
  text-align: center;
}
.hl_history .box .banner1 .swiper-slide .item .dian span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999999;
  margin-top: 16px;
}
.hl_history .box .banner1 .swiper-slide .item p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #262626;
   
}
.hl_history .box .banner1 .swiper-slide-thumb-active .item .dian span {
  background: #0095da;
  -webkit-animation: big 1.5s infinite;
  -moz-animation: big 1.5s infinite;
  animation: big 1.5s infinite;
}
.hl_history .box .banner1 .swiper-slide-thumb-active .item p {
  color: #0095da;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes big {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
.p90 {
  padding-top: 5.625rem;
}
@media screen and (max-width: 1000px) {
  .hl_history .box .banner .item .text p{
    max-height: 160px;
    overflow-y: auto;
  }
  .hl_history .box .banner1 .swiper-slide .item p{
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
    .hl_history .box .banner .item .text p{
    max-height: 100px;
    overflow-y: auto;
  }
}
.case-page{
  padding: 119px 0 104px;
  background: #f5f5f5;
}
.case-page .box .left {
  width: 27.725%;
  padding-right: 38px;
  position: sticky;
  top: 100px;
}
.case-page .box .left .tit {
  font-size: 32px;
  line-height: 1;
  background-color: #0095da;
  color: #fff;
  font-weight: 500;
  padding: 20px 0 20px 21px;
}
.case-page .box .left .list {
  background-color: #f2f2f2;
  padding: 0 20px 0 24px;
}
.case-page .box .left .list ul li {
  padding: 29px 0 30px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .box .left .list ul li a {
  padding-right: 20px;
}
.case-page .box .left .list ul li a:hover,
.case-page .box .left .list ul li a.active {
  color: #0095da;
}
.case-page .box .left .list ul li i {
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  cursor: pointer;
}
.case-page .box .left .list ul li:last-child {
  border-bottom: 0;
}
.case-page .box .left .list ul li ul {
  margin-top: 12px;
  display: none;
}
.case-page .box .left .list ul li ul li {
  padding: 6px;
  font-size: 20px;
  color: #666;
}
.case-page .box .left .list ul li ul li:last-child {
  padding-bottom: 0;
}
.case-page .box .left .list ul li.active i {
  display: block;
}
.case-page .box .right ul li {
  padding: 44px 46px 67px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .box .right ul li .ig .img{
  width: 30%;
}
.case-page .box .right ul li .ig .text{
  width: 70%;
  padding-left: 4%;
}
.case-page .box .right ul li .ig time {
  font-size: 14px;
  line-height: 1.8;
  color: #6e6e6e;
}
.case-page .box .right ul li .ig .tit {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 18px;
}
.case-page .box .right ul li .ig p {
  font-size: 16px;
  line-height: 1.6;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  margin-top: 14px;
}
.case-page .box .right ul li .ig .more {
  margin-top: 29px;
}
.case-page .box .right ul li:hover {
  background-color: #0095da;
  color: #fff;
}
.case-page .box .right ul li:hover .ig time,
.case-page .box .right ul li:hover .ig .tit {
  color: #fff;
}
.case-page .box .right ul li:hover .ig .more {
  background: #fff;
  color: #0095da;
}
.mt-90{
  margin-top: 90px;
}
.casedet-page .prodet-1 .ui.container .imgs {
    padding-right: 28px;
}
.casedet-page .prodet-1 .ui.container .imgs .imgb ul li a{
  height: auto;
}
.casedet-page .prodet-1 .ui.container .right .con p{
  padding-left: 0;
}
.casedet-page .prodet-1 .ui.container .right .con p::before{
  display: none;
}
.casedet-page .prodet-1 .ui.container .right .more{
  margin-left: 0;
  margin-top: 41px;
}
.casedet-page .prodet-1 .ui.container .right .title{
  font-size: 32px;
  line-height: 1.2;
  color: #0095da;
}
.casedet-page .prodet-1 .ui.container .right .con{
  margin: 16px 0 32px;
}
.casedet-page .prodet-1 .ui.container .right .con1 p{
  padding-left: 20px;
  position: relative;
}
.casedet-page .prodet-1 .ui.container .right .con1 p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0095da;
}
.casedet-page .prodet-2 .bottom span.bt{
  display: block;
  margin-bottom: 20px;
}
.casedet-page .prodet-2 .bottom ul li{
  margin-top: 30px;
}
.casedet-page .prodet-2 .bottom ul li:first-child{
  margin-top: 0;
}
.casedet-page .prodet-2 .bottom .imgList dl{
   margin-right: -36px;
}
.casedet-page .prodet-2 .bottom .imgList dl dd{
  padding-right: 36px;
}
.casedet-page .prodet-2 .bottom .imgList dl dd img{
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .case-page .box .left{
    display: none;
  }
  .case-page .box .right{
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right a.feedback{
    padding: 0 20px;
  }
  .more{
    font-size: 15px;
    width: 153px;
  }
  .prodet-page .prodet-1 .ui.container .right .more {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page{
    padding: 60px 0;
  }
  .case-page .box .right ul li{
    padding: 20px;
  }
  .prodet-page .prodet-1{
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .ui.container .imgs,
  .prodet-page .prodet-1 .ui.container .right{
    width: 100%;
  }
  .casedet-page .prodet-1 .ui.container .imgs{
    padding-right: 0;
  }
   .prodet-page .prodet-1 .ui.container .right{
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .case-page{
    padding: 30px 0;
  }
  .case-page .box .right ul li .ig .tit{
    font-size: 20px;
  }
  .case-page .box .right ul li .ig .more{
    margin-top: 14px;
  }
  .prodet-page .prodet-1 .ui.container .right a.feedback{
    font-size: 14px;
  }
  .more{
    font-size: 14px;
    width: 150px;
  }
  .prodet-page .prodet-2 .top ul.tabheader li{
    width: 50%;
  }
  .prodet-page .prodet-1{
    padding: 30px 0;
  }
  .casedet-page .prodet-1 .ui.container .right .con{
    margin: 16px 0;
  }
  .casedet-page .prodet-1 .ui.container .right .more{
    margin: 16px 0 0 0;
  }
  .prodet-page .prodet-2 .bottom{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   .case-page .box .right ul li .ig .tit{
    font-size: 18px;
    line-height: 1.6;
  }
   .case-page .box .right ul li .ig .p{
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .top{
    display: none;
  }
  .prodet-page .prodet-1 .ui.container .right .imgg{
    padding: 0;
  }
  .casedet-page .prodet-1 .ui.container .right .title{
    font-size: 24px;
    line-height: 1.5;
  }
  .font-18 {
    font-size: 16px;
  }
  .casedet-page .prodet-1 .ui.container .right .con1 p:before{
    width: 12px;
    height: 12px;
  }
}
.news-page{
  padding: 70px 0;
}
.news-page .list ul{
  border-bottom: 1px solid #8f8f8f;
}
.news-page .list ul li{
  padding: 70px 65px 76px 39px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .img{
  width: 30.396%;
  vertical-align: middle;
}
.news-page .list ul li .text{
  width: 69.604%;
  padding-left: 76px;
  vertical-align: middle;
}
.news-page .list ul li .text .tit{
  position: relative;
  padding-left: 66px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 83px;
}
.news-page .list ul li .text .tit::before {
    content: '';
    position: absolute;
    width: 46px;
    height: 53px;
    background: url(../images/init-5-icon.png) no-repeat;
    top: 0;
    left: 0;
}
.news-page .list ul li .text .con{
  line-height: 1.6;
  margin-top: 20px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .list ul li .text .bottom{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 31px;
}
.news-page .list ul li .text .bottom time {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.7;
    margin-left: 34px;
    display: inline-block;
}
.news-page .list ul li:hover{
  color: #fff;
  background-color: #0095da;
}
.news-page .list ul li:hover .text .tit::before{
  filter: grayscale(100%) brightness(300);
}
.news-page .list ul li:hover .text .bottom .more{
  background: #fff;
  color: #0095da;
}
.news-page .list ul li:hover .text .tit,
.news-page .list ul li:hover .text .bottom time{
  color: #fff;
}
.sus-page {
  padding-top: 100px;
}
.sus-page .sus-1 {
  /*padding-bottom: 100px;*/
}
.sus-page .sus-1 .title_c {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  margin-bottom: 60px;
}
.sus-page .sus-1 .top ul {
  margin: 0 -20px;
}
.sus-page .sus-1 .top.certificate ul {
  display:flex;
  flex-wrap:wrap;
}
.sus-page .sus-1 .top ul li {
  padding: 0 20px;
}
.sus-page .sus-1 .top ul li .box {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  height: 100%;
}
.sus-page .sus-1 .top.certificate ul li .box {
  background: #F0F0F0;
  border-radius: 10px;
 padding: 15px;
margin-top:60px;
}
.sus-page .sus-1 .top.certificate ul li .box .img {
margin-bottom:-80px;
position:relative;
top:-80px;
}
.sus-page .sus-1 .top ul li .box img {
display:block;
margin:0 auto;
}
.sus-page .sus-1 .top ul li .box .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
padding-top:1em;
display:none;
}
.sus-page .sus-1 .top ul li .box .cona {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 30px;
}
.sus-page .sus-1 .top.certificate ul li .box .cona {
min-height:16em;
}
.sus-page .sus-1 .top.certificate ul li .box .tit {
display:block;
}
.sus-page .sus-1 .top.certificate ul li:hover .box {
  background: #0095da;
}
.sus-page .sus-1 .top ul li:hover .box .tit,
.sus-page .sus-1 .top ul li:hover .box .cona {
  color: #ffffff;
}
.ex-page .ex-1 {
  padding: 78px 0;
}
.ex-page .ex-1 .img {
  width: 29.941%;
}
.ex-page .ex-1 .text {
  width: 70.059%;
  padding: 0 30px 0 68px;
}
.ex-page .ex-1 .text .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ex-page .ex-1 .text .top .tit {
  font-size: 53px;
  line-height: 1.2;
}
.ex-page .ex-1 .text .bottom {
  padding: 5px 36px 0 0;
  margin-top: 62px;
  max-height: 520px;
  overflow-y: auto;
}
.ex-page .ex-1 .text .bottom ul {
  margin: -24px -30px -25px;
}
.ex-page .ex-1 .text .bottom ul li {
  padding: 24px 30px 25px;
}
.ex-page .ex-1 .text .bottom ul li .ig {
  padding: 42px 34px 38px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ex-page .ex-1 .text .bottom ul li .ig .tit {
  font-size: 25px;
  line-height: 1.2;
}
.ex-page .ex-1 .text .bottom ul li .ig .con {
  line-height: 1.6;
  margin-top: 14px;
}
.ex-page .ex-1 .text .bottom ul li .ig .con p {
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
  font-weight: 400;
}
.ex-page .ex-1 .text .bottom ul li .ig .con p::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0095da;
}
.ex-page .ex-1 .text .bottom ul li .ig .num {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 34px;
  font-size: 100px;
  line-height: .75;
  color: rgba(0, 0, 0, 0.13);
  font-weight: bold;
}
.ex-page .ex-1 .text .bottom ul li .ig:hover {
  background: #0095da;
  color: #fff;
}
.ex-page .ex-1 .text .bottom ul li .ig:hover .con p::before {
  background: #fff;
}
.ex-page .cus-page{
  background: #ececec;
}
@media screen and (max-width: 1680px) {
  .ex-page .ex-1 .text .top .tit{
    font-size: 42px;
  }
  .ex-page .ex-1 .text {
    padding: 0 30px 0 40px;
  }
  .ex-page .ex-1 .text .bottom ul {
    margin: -12px -15px -13px;
  }
  .ex-page .ex-1 .text .bottom ul li{
    padding: 12px 15px 13px;
  }
  .ex-page .ex-1 .text .bottom ul li .ig {
    padding: 30px 17px 26px;
  }
}
@media screen and (max-width: 1280px) {
  .ex-page .ex-1 .img{
    display: none;
  }
  .ex-page .ex-1 .text{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container{
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container{
    width: 700px;
  }
  .ex-page .ex-1 .text .bottom ul li .ig {
    padding: 15px 9px 11px;
  }
  .ex-page .ex-1 .text .bottom ul li .ig .num{
    font-size: 80px;
    right: 12px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container{
    width: 100%;
  }
  .ex-page .ex-1{
    padding: 30px 0;
  }
  .ex-page .ex-1 .text .top .tit {
    font-size: 38px;
  }
  .ex-page .ex-1 .text .top .more {
    margin-top: 12px; 
  }
  .ex-page .ex-1 .text .bottom {
    padding: 5px 16px 0 0;
    margin-top: 19px;
  }
  .ex-page .ex-1 .text .bottom ul li .ig .tit{
    font-size: 22px;
  }
  .ex-page .ex-1 .text .bottom ul li .ig .num{
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .ex-page .ex-1 .text .top .tit {
    font-size: 30px;
  }
}

/*2025-3-26*/
.product-page{
  background: #f5f5f5;
  padding: 6.25% 0;
}
/*.inner-page .sidebox {
  padding: 120px 0;
}*/
.inner-page .sidebox .sideleft {
  width: 22%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0095da;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #0095da;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  margin-top: 15px;
  display: none;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: #0095da;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  /*margin-left: 115px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 40px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #0095da;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .case-page .box .right ul li{
    padding: 22px 23px 38px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .case-page .box .right ul li .ig .tit{
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
  .case-page .box .right ul li .ig .img{
    width: 100%;
  }
  .case-page .box .right ul li .ig .text{
    width: 100%;
    padding-left: 0;
  }
}
/*设计加的*/
.font-30 {
  font-size: 30px;
}

/*新增solution详情*/
.apdet-page{
  background: #f5f5f5;
  padding: 6.25% 0;
}
.apdet-page .title{
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  background: #3893d8;
  color: #fff;
  padding: 26px 27px 25px;
}
.apdet-page .content{
  margin-top: 47px;
}
.apdet-page .content .tit{
  font-size: 32px;
  color: #0095da;
  line-height: 1.3;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 16px;
  font-weight: bold;
}
.apdet-page .content .list{
  margin-top: 30px;
}
.apdet-page .content .list ul{
  margin-right: -12px;
}
.apdet-page .content .list ul li{
  padding-right: 12px;
}
.apdet-page .content .list ul li p{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
}
.apdet-page .content .con{
  font-size: 18px;
  line-height: 2;
  margin-top: 16px;
}
.apdet-page .item{
  margin-top: 53px;
}
.apdet-page .item:first-child{
  margin-top: 0;
}
.apdet-page #index-body .init-3 .bottom .list ul li .box .tit{
  padding: 0;
}
.apdet-page #index-body .init-3 .bottom .list ul li .box .text p{
  margin-top: 0;
  text-align: left;
}
strong{
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-share .share{
    width: 57%;
  }
  .prodet-page .prodet-share .info{
    width: 43%;
  }
  .prodet-page .prodet-share .share a,
  .prodet-page .prodet-share .info{
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-share .share{
    width: 43%;
  }
  .prodet-page .prodet-share .info{
    width: 57%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-share{
    display: none;
  }
  .apdet-page .title{
    font-size: 36px;
  }
  #index-body .init-3 .bottom .list ul{
    margin: -12px;
  }
  #index-body .init-3 .bottom .list ul li{
    padding: 12px;
  }
  #index-body .init-3 .bottom .list ul li .box .more{
    bottom: -12px;
  }
}
@media screen and (max-width: 700px) {
  .apdet-page .title{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .apdet-page .title{
    padding: 13px 14px 12px;
  }
  .apdet-page .content .tit{
    font-size: 26px;
  }
  .apdet-page .content .con{
    font-size: 16px;
  }
}


#banner .image-wrapper {
            position: relative;
            max-width: 100%;
        }
        
        #banner .responsive-image {
            display: block;
            max-width: 100%;
            height: auto;
        }
        
        #banner .point {
            position: absolute;
            transform: translate(-50%, -50%);
            line-height: 45px;
            background: rgba(0,0,0,.3);
            border-radius: 30px;
            cursor: pointer;
            transition: 0.3s ease;
        }
         #banner .point:hover .point-label:before{
           background: url(../images/choose.png) no-repeat center;
         }
         #banner .point:hover{
           background: rgb(0, 149, 218);
         }
        #banner .point-label {
            white-space: nowrap;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            display: block;
            padding: 0 22px 0 53px;
            min-width: 152px;
            position: relative;
        }
        #banner .point-label:before{
          content: '';
          position: absolute;
          left: 16px;
          top: 12px;
          width: 21px;
          height: 21px;
          background: url(../images/choose-no.png) no-repeat center;
          background-size: 100%;
        }
#banner .layertxt{
  position: absolute;
  left: 0;
  top:0;
  padding-left: 7%;
  width:70%;
  height: 100px;
  line-height: 100px;
  background: -webkit-linear-gradient( left,rgba(0,149,218,.8),rgba(0,149,218,0));
  background: linear-gradient( left,rgba(0,149,218,.5),rgba(0,149,218,0));
  z-index: 10;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #000;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #000;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #000;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.sus1-page{
  margin-top: 79px;
}
.sus1-page .title{
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
}
.sus1-page .sus-1{
  position: relative;
}
.sus1-page .sus-1 .text{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.sus1-page .sus-2{
  padding-top: 57px;
}
.sus1-page .sus-2 .header .con{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 16px;
}
.sus1-page .sus-2 .header .con p{
  margin-top: 23px;
}
.sus1-page .sus-2 .header .con p:first-child{
  margin-top: 0;
}
.sus1-page .sus-2 .img{
  margin-top: 69px;
}
.sus1-page .sus-3{
  padding: 90px 0 107px;
}
.sus1-page .sus-3 .content{
  margin-top: 34px;
}
.sus1-page .sus-3 .content ul{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -19px -17px;
}
.sus1-page .sus-3 .content ul li{
  height: auto;
  padding: 19px 17px;
}
.sus1-page .sus-3 .content ul li .ig{
  height: 100%;
  background-color: #f5f5f5;
  padding: 44px 49px 49px;
}
.sus1-page .sus-3 .content ul li .ig i{
  display: block;
  line-height: 54px;
}
.sus1-page .sus-3 .content ul li .ig i img{
  display: inline-block;
  vertical-align: middle;
}
.sus1-page .sus-3 .content ul li .ig p{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 29px;
}
.sus1-page .sus-4{
  background-color: #f4f4f4;
  padding: 86px 0 112px;
}
.sus1-page .sus-4 .con{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 18px;
}
.sus1-page .sus-4 .content{
  margin-top: 37px;
}
.sus1-page .sus-4 .content ul{
  margin: -14px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sus1-page .sus-4 .content ul li{
  padding: 14px;
  height: auto;
}
.sus1-page .sus-4 .content ul li img{
  width: 100%;
  height: 100%;
}
.sus1-page .sus-4 .content ul li:nth-child(1){
  width: 72.439%;
}
.sus1-page .sus-4 .content ul li:nth-child(2){
  width: 27.561%;
}
.sus1-page .sus-5{
  padding: 88px 0 134px;
}
.sus1-page .sus-5 .content .text{
   width: 67.305%;
   vertical-align: middle;
   padding-right: 101px;
}
.sus1-page .sus-5 .content .img{
  width: 32.695%;
  vertical-align: middle;
}
.sus1-page .sus-5 .content .tit{
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.sus1-page .sus-5 .content .con{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 43px;
}
.sus1-page .sus-6{
  background: url(../images/sus6-1.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 6.5625% 0 8.5%;
}
.sus1-page .sus-6 .box{
  max-width: 520px;
}
.sus1-page .sus-6 .box .con{
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 57px;
}
.sus1-page .sus-6 .box .con p{
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #banner .layertxt {
    padding-left: 5%;
    width: 89%;
    font-size: 24px;
  }
  .contact-page .contact-1 .left .info ul li h6 small{
    font-size: 1em;
  }
  .contact-page .contact-1 .left:first-child:after{
    right: 1%;
  }
}
@media screen and (max-width: 1000px) {
  .sus1-page {
    margin-top: 40px;
  }
  .sus1-page .sus-1 .text{
    font-size: 40px;
  }
  .sus1-page .sus-3 .content ul{
    margin: -10px -9px;
  }
  .sus1-page .sus-3 .content ul li{
    padding: 10px 9px;
  }
  .sus1-page .sus-3 .content ul li .ig{
    padding: 30px 20px;
  }
  .sus1-page .sus-4,
  .sus1-page .sus-5{
    padding: 60px 0;
  }
  .sus1-page .title{
    font-size: 36px;
  }
  .sus1-page .sus-5 .content .text{
    padding-right: 40px;
  }
  .sus1-page .sus-6 .box .con{
    font-size: 24px;
    margin-top: 20px;
  }
  #banner .layertxt {
    padding-left: 3%;
    width: 90%;
    color: #fff;
    font-size: 20px;
  }
  #banner .image-wrapper{
    zoom: .72;
  }
  table td{
    white-space: nowrap;
  }
  .about-page .about-4{
    padding: 60px 0;
  }
  .contact-page .contact-1 .left{
    width: 100%;
  }
   .contact-page .contact-1 .left .info ul li h6{
     font-size: 14px;
   }
  .contact-page .contact-1 .left .info ul li h6 small{
    font-size: 16px;
  }
  .contact-page .contact-1 .left:first-child:after{
    display: none;
  }
  .contact-page .contact-1 .left .tpbox ul li{
    width: 50%;
  }
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .ui.container .left{
    width: 100%;
    text-align: left;
  }
  .about-page .about-1 .ui.container .right{
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .top{
    position: initial;
  }
  .news-page .list ul li{
    padding: 20px 0;
  }
  .news-page .list ul li .img{
    width: 100%;
  }
  .news-page .list ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .news-page .list ul li .text .tit{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .sus1-page .sus-1 .text {
        font-size: 30px;
    }
    .sus1-page .sus-2{
      padding-top: 30px;
    }
    .sus1-page .sus-2 .header .con{
      font-size: 16px;
      line-height: 1.8;
    }
    .sus1-page .sus-2 .img{
      margin-top: 30px;
    }
    .sus1-page .sus-3,
    .sus1-page .sus-4,
    .sus1-page .sus-5{
      padding: 30px 0;
    }
    .sus1-page .sus-3 .content ul li .ig p{
      font-size: 16px;
      line-height: 1.8;
    }
    .sus1-page .sus-5 .content{
      margin-top: 30px;
    }
    .sus1-page .sus-5 .content .text{
      width: 100%;
      padding-right: 0;
    }
    .sus1-page .sus-5 .content .con{
      margin-top: 20px;
    }
    .sus1-page .sus-5 .content .img{
      width: 100%;
      margin-top: 30px;
    }
  #banner .layertxt{
    display: none;
  }
  #banner .image-wrapper{
    zoom: .6;
  }
  .about-page .about-4{
    padding: 30px 0;
  }
  .about-page .about-1 .ui.container .right p{
    padding-right: 0;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .sus1-page .title{
    font-size: 30px;
  }
  .sus1-page .sus-4 .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .sus1-page .sus-4 .content{
    margin-top: 20px;
  }
  .sus1-page .sus-4 .content ul{
    margin: -7px;
  }
  .sus1-page .sus-4 .content ul li{
    padding: 7px;
  }
  #banner .point{
    display: none;
  }
  .about-page .about-1 .ui.container .right ul.data li{
    width: 100%;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 30px;
  }
      .news-page .list ul li .text .tit {
        font-size: 20px;
    }
}
/*2025-8-22*/
.prodet-page .prodet-1 .ui.container .imgs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.prodet-page .prodet-1 .ui.container .imgs .imgl{
  width: 18%;
}
.prodet-page .prodet-1 .ui.container .imgs .imgl ul li{
  margin-bottom: 14px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgl ul li a{
  display: block;
  background: #f7f7f7;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb{
  width: 82%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li{
  background: #f7f7f7;
}
.prodet-page .prodet-1 .ui.container .right{
  padding-left: 3%;
}
.prodet-page .prodet-1 .ui.container .right .title {
  height: 92px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .ui.container .right .con{
  height: 280px;
  overflow-y: auto;
  margin: 22px 0;
}
.prodet-page .prodet-1 .ui.container .right .list{
  margin-top: 30px;
}
.prodet-page .prodet-1 .ui.container .right .list ul{
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.prodet-page .prodet-1 .ui.container .right .list ul li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .ui.container .right .list ul li a img{
  display: inline-block;
  height: 60px;
  margin-right: 20px;
}

/*2025-9-8*/
.download-page table{
  font-size: 20px;
}
.download-page table tbody{
  min-width: 700px;
}
.download-page table tr{
  background: #fff;
  border-bottom: 1px solid #eee;
}
.download-page table tr:nth-child(1){
  background-color: #3893d8;
  color: #fff;
  border-bottom: 0; 
}
.download-page table tr td{
  padding: 17px 26px;
}
.download-page table tr td:nth-child(1){
  width: 25% !important;
}
.download-page table tr td:nth-child(2){
  width: 35% !important;
}
.download-page table tr td:nth-child(3),
.download-page table tr td:nth-child(4){
  width: 20% !important;
}


/******************************************************SEO START******************************************************/
/*2025.9.9 修改*/
#footer .footer-bottom .right .info .slide .link a {
    line-height: 3;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li .content time {
    margin-top: 1.5em;
}
a.foota {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
}
.newdet-page .newdet-1 .content ul li {
    margin-left: 20px;
}
.newdet-page .newdet-1 .content ol li {
    margin-left: 20px;
}
.newdet-page .newdet-1 .content ol li::marker {
    font-weight: 600;
}
.newdet-page .newdet-1 .content h3 {
    font-weight: 600;
    margin-top: 10px;
}
.newdet-page .newdet-1 .content h2 {
    font-weight: 600;
    margin-top: 19px;
}
.newdet-page .newdet-1 .content table {
    margin-top: 15px;
}
.seoPublic .seoIndustry .text ul li {
    margin-left: 20px;
}
#index-body .init-1 .left .content .homeph1 h1 {
    display: inline;
}
#index-body .init-1 .left .content .homeph1 {
    margin: 10px 0;
}
@media screen and (max-width: 500px) {
  a.foota {
    display: none;
}
#index-body .init-3 .top span.h2 {
    line-height: 1.5;
}
#index-body .init-1 .left .content {
    margin-top: 20px;
    max-height: fit-content;
    line-height: 2;
}
.inner-banner .content .ui.container .tit {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px !important;
}
.inner-banner .content .ui.container .mbx {
    font-size: 14px;
    line-height: 2;
}
.product-page .productbox ul.list {
    margin: 0;
}
.news-page .list ul li .text .tit {
    font-size: 20px;
    min-height: auto;
}
.news-page .list ul li .text .con {
    line-height: 2;
}
.newdet-page .newdet-1 {
    padding: 25px 10px;
}
}
/******************************************************SEO END******************************************************/