@font-face {
  font-family: 'PR';
  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-face {
  font-family: 'BRB';
  src: url('../fonts/BuiltTitlingRg-Bold.eot') format('eot'), url('../fonts/BuiltTitlingRg-Bold.woff2') format('woff2'), url('../fonts/BuiltTitlingRg-Bold.woff') format('woff'), url('../fonts/BuiltTitlingRg-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BRR';
  src: url('../fonts/BuiltTitlingRg-Regular.eot') format('eot'), url('../fonts/BuiltTitlingRg-Regular.woff2') format('woff2'), url('../fonts/BuiltTitlingRg-Regular.woff') format('woff'), url('../fonts/BuiltTitlingRg-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BSR';
  src: url('../fonts/BuiltTitlingSb-Regular.eot') format('eot'), url('../fonts/BuiltTitlingSb-Regular.woff2') format('woff2'), url('../fonts/BuiltTitlingSb-Regular.woff') format('woff'), url('../fonts/BuiltTitlingSb-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'SR';
  src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
}
body {
  font-family: 'PR';
  overflow-x: hidden;
  width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}

.shou h1 {
    display: inline;
}

.shou {
    font-size: 18px;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 3.5rem;
    width: 96%;
}

h1.fenl1 {
    font-size: 22px;
    line-height: 40px;
    color: #007cc2;
    font-weight: 800;
    padding-bottom: 10px;
}

h1.product_name {
    font-size: 1.68rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
}

.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent url(../images/back.png) repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.video-wrapper .video {
    /*max-width: 1000px;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
}
.video-wrapper .close {
    position: absolute;
    right: 60px;
    top: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
#header.active{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 0.5rem 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  padding-top: 6px;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .logo span {
  display: block;
  color: #eff4f8;
  font-size: 1rem;
  font-family: "Microsoft YaHei";
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 50px 0 0;
  font-size: 0.9rem;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  font-weight: bold;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  color: #000000;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 25%;
  width: 0%;
  height: 4px;
  background-color: #007cc2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #007cc2;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: fit-content;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #007cc2;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 0;
  left: 100%;
  width: fit-content;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu li  {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu li a {
  display: block;
	font-size: 0.9rem;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:first-child {
  margin-left: 0;
}


#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2.3rem;
  margin-top: 0.2rem;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #000;
  cursor: pointer;
}
#header .nav .ui.menu .h-language .i1 {
  width: 28px;
  height: 19px;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .h-language i {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 0 0 7px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #007cc2;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .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;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #007cc2;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: 3%;
}
#banner ul.slick-dots li {
  width: 60px;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ffffff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .init-2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 41px;
  height: 65px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .slick-arrow:hover {
  background-color: #fadcdc;
}
#index-body .init-2 .slick-prev {
  background: url("../images/pl.png") no-repeat center center rgba(0, 0, 0, 0.2);
  left: 0;
}
#index-body .init-2 .slick-next {
  background: url("../images/pr.png") no-repeat center center rgba(0, 0, 0, 0.2);
  right: 0;
}
#index-body .init-5 ul.slick-dots {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-5 ul.slick-dots li {
  width: 38px;
  height: 4px;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  background-color: #1a1a1a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 ul.slick-dots li button {
  display: none;
}
#index-body .init-5 ul.slick-dots li.slick-active {
  width: 38px;
  height: 4px;
  background-color: #007cc2;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 22px;
  line-height: 40x;
  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: 20px;
  color: inherit;
  text-transform: uppercase;
  line-height: 36px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 32px;
}
#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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 16px;
  line-height: 30px;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
@keyframes container {
  25% {
    margin-top: -20px;
  }
  50% {
    margin-top: 10px;
  }
  75% {
    margin-top: 30px;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 0;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
  width: 100%;
}
#banner ul li .text .left {
  color: #fff;
  padding-top: 4.85rem;
  width: 50%;
}
#banner ul li .text .left span {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: 'BRR';
}
#banner ul li .text .left h3 {
  font-size: 4rem;
  font-family: 'BRB';
  line-height: 1;
  width: 90%;
}

#banner ul li .text .left h3 span {
    font-size: 4rem;
  font-family: 'BRB';
    color: #007cc2;
    
}
#banner ul li .text .left .more {
  display: block;
  margin-top: 3.85rem;
  background-color: #007cc2;
  text-align: center;
  width: 22.2%;
  padding: 0.65rem 0 0.65rem;
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-family: 'BSR';
  position: relative;
  z-index: 1;
  color: #fff;
}
#banner ul li .text .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2d2b28;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more:hover::before {
  height: 100%;
}
#banner ul li .text .left .more:hover {color: #FFFFFF}
#index-body .more {
  position: relative;
  z-index: 1;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover::before {
  height: 100%;
}
#index-body .product {
  padding: 4.35rem 0 2.3rem;
  background-color: #ebf0f6;
}
#index-body .product .header .left {
  font-size: 3rem;
  font-family: 'BSR';
  color: #333;
  line-height: 1;
  width: 35%;
}
#index-body .product .header .left p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 1rem;
    font-family: 'PR';
}
#index-body .product .header .right {
  padding-top: 3px;
  text-align: right;
  width: 65%
}
#index-body .product .header .right li {
  display: inline-block;
  font-size: 1rem;
  font-family: 'BRR';
  line-height: 1.6;
  color: rgba(5, 5, 4, 0.5);
  letter-spacing: 2px;
  padding: 12px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .header .right li:hover {
  background-color: #007cc2;
  color: #fff;
}
#index-body .product .content {
  margin-top: 4.75rem;
  margin-right: -1.85rem;
}
#index-body .product .content .slick-slide {
  margin-right: 1.85rem;
}
#index-body .product .content .slick-slide img {
  display: inline-block;
}
#index-body .product .content li {
  margin-bottom: 3.45rem;
}
#index-body .product .content li .img {
  background-color: #fff;
  text-align: center;
  padding: 1.05rem 0 1.85rem;
}
#index-body .product .content li p {
  font-size: 1.15rem;
  line-height: 1.6;
  width: 80%;
  margin: -5% auto 0;
  background-color: #007cc2;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0.6rem 0 0.55rem;
}
#index-body .about {
  padding: 4.35rem 0 5.2rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#index-body .about::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 0;
  width: 109px;
  height: 180px;
  background: url(../images/a-icon.png) no-repeat;
}
#index-body .about::before {
  content: '';
  position: absolute;
  bottom: -4%;
  left: 0;
  width: 755px;
  height: 153px;
  background: url(../images/a-icon2.png) no-repeat;
}
#index-body .about .info {
  margin-right: -58%;
}
#index-body .about .info .left {
  width: 24.5%;
  padding-top: 2.85rem;
}
#index-body .about .info .left span {
  font-size: 60px;
  font-family: 'BSR';
  line-height: 1;
}
#index-body .about .info .left span em {
  color: #007cc2;
}
#index-body .about .info .left h3 {
  font-size: 24px;
  font-family: #333;
  line-height: 44px;
  font-weight: bold;
  margin-top: 0.4rem;
  width: 60%;
}
#index-body .about .info .left p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 3.5rem;
  width: 96%;
}
#index-body .about .info .left .more {
  display: block;
  margin-top: 3.5rem;
  width: 166px;
  height: 53px;
  line-height: 53px;
  background-color: #007cc2;
  color: #fff;
  font-size: 18px;
  font-family: 'BSR';
  letter-spacing: 2px;
  text-align: center;
}
#index-body .about .info .right {
  width: 75.5%;
  position: relative;
}
#index-body .about .info .right .play{
    margin: 0 auto;
          width: 5.3rem;
          height: 5.3rem;
          border-radius: 100%;
          background: #fff;
          position: absolute;
          z-index: 1;
          cursor: pointer;
          top: 45%;
          left: 33%;
          text-align: center;
}
#index-body .about .info .right .play i {
            border-left: 20px solid #007cc2;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            top: 50%;
            left: 54%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
          }
#index-body .about .info .right .play:after,#index-body .about .info .right .play:before {
            position: absolute;
            content: '';
            left: -15px;
            right: -15px;
            top: -15px;
            bottom: -15px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, .5);
            animation: scale_hx 2s linear .5s infinite;
             /* Firefox: */
             -moz-animation: scale_hx 2s linear .5s infinite;
            /* Safari 和 Chrome: */
            -webkit-animation: scale_hx 2s linear .5s infinite;
            /* Opera: */
            -o-animation: scale_hx 2s linear .5s infinite;
          }
          #index-body .about .info .right .play:after {
            -webkit-animation-delay: .4s;
            -o-animation-delay: .4s;
            -ms-animation-delay: .4s;
            -moz-animation-delay: .4s;
            animation-delay: .4s;
          }

 @keyframes scale_hx {
          0% {
            transform: scale(0);
            opacity: 0;
          }
  
          50% {
            transform: scale(0.6);
            opacity: 1;
          }
  
          100% {
            transform: scale(1.2);
            opacity: 0;
          }
        }

@keyframes ks{
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}
80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}

@-webkit-keyframes ks{
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}
80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}

@-moz-keyframes ks{
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}
80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
#index-body .about .data {
  margin-top: 4.8rem;
}
#index-body .about .data li {
  background-color: #2d2b28;
  width: 31.9%;
  padding: 4.25rem 4.6rem 4.43rem 4.75rem;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 1.5rem;
}
#index-body .about .data li .header .text {
  display: inline-block;
  font-family: 'BRR';
  padding-top: 0.6rem;
  width: 49%;
}
#index-body .about .data li .header .text h3 {
  font-size: 3rem;
  letter-spacing: 6px;
  color: #ebf0f6;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .about .data li .header .text span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #ebf0f6;
  opacity: 0.3;
  line-height: 1;
}
#index-body .about .data li .header .img {
  display: inline-block;
  vertical-align: top;
  padding-left: 1.7rem;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .data li p {
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ebf0f6;
  margin-top: 3.2rem;
  width: 94%;
}
#index-body .about .data li:hover {
  background-color: #007cc2;
}
#index-body .about .data li:hover .header .img {
  filter: grayscale(100%) brightness(300%);
}
#index-body .about .data li:last-child {
  margin-right: 0;
}
#index-body .news {
  padding: 5.5rem 0 9.2rem;
  background-color: #ebf0f6;
}
#index-body .news .header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-box-justify-content: space-between;
}
#index-body .news .header .left {
  font-size: 3rem;
  font-family: 'BSR';
  line-height: 1;
  color: #333;
}
#index-body .news .header .right {
  margin-top: 8px;
}
#index-body .news .header .right .more {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'BSR';
  width: 166px;
  height: 53px;
  background-color: #007cc2;
  line-height: 53px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
}
#index-body .news .content {
  margin-top: 4.5rem;
  margin-right: -1.35rem;
}
#index-body .news .content .slick-slide {
  margin-right: 1.35rem;
}
#index-body .news .content li {
  cursor: pointer;
}
#index-body .news .content li .img img {
  width: 100%;
}
#index-body .news .content li .text {
  background-color: #fff;
  padding: 1.1rem 0.8rem 0.5rem 1.05rem;
  margin-top: -1%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content li .text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  color: #222020;
  width: 100%;
}
#index-body .news .content li .text p {
  font-size: 18px;
  color: #222020;
  line-height: 1.8;
  margin-top: 1rem;
  width: 96%;
}
.font-16{
    line-height: 30px;
}
#index-body .news .content li .text time {
  text-align: right;
  display: block;
  margin-top: 1.2rem;
  font-size: 18px;
  line-height: 1.8;
  color: #007cc2;
}
#index-body .news .content li:hover .text {
  background-color: #007cc2;
}
#index-body .news .content li:hover .text h3,
#index-body .news .content li:hover .text time {
  color: #fff;
}
#index-body .news .content li:hover .text p {
  color: rgba(255, 255, 255, 0.5);
}
#footer .box {
  background: url(../images/fb.jpg) no-repeat;
  padding-bottom: 1.35rem;
}
#footer .box .all .left {
  padding-top: 5rem;
}
#footer .box .all .left h3 {
  font-size: 3rem;
  font-family: 'BRB';
  line-height: 1;
  color: #fafafa;
}
#footer .box .all .left p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
#footer .box .all .left .list {
  margin-top: 2rem;
}
#footer .box .all .left .list .l-left li:last-child {
  margin-top: 2.5rem;
}
#footer .box .all .left .list .l-right li:nth-child(2) {
  margin-top: 2.5rem;
}
#footer .box .all .left .list .l-right li:last-child {
  margin-top: 0.5rem;
}
#footer .box .all .left .list h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
}
#footer .box .all .left .list h4 img {
  display: inline-block;
  vertical-align: middle;
}
#footer .box .all .left .list h4 span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0 0.7rem;
  color: #fff;
  padding-left: 0;
  width: 80%;
}
#footer .box .all .left .list dl {
  margin-top: 1.8rem;
  padding-left: 1.95rem;
}
#footer .box .all .left .list dl dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#footer .box .all .left .list dl dt i {
  margin-left: 1rem;
}
#footer .box .all .left .list dl dt:hover {
  color: #fff;
}
#footer .box .all .left .list dl dt:last-child {
  margin-bottom: 0;
}
#footer .box .all .left .list span {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  width: 90%;
  padding-left: 1.95rem;
}
#footer .box .all .left .list li:nth-child(3) {
  margin-top: 2.5rem;
}
#footer .box .all .left .list #ewm {
  margin: 1.35rem 0 0 1.95rem;
}
#footer .box .all .left .list #ewm img {
  width: 6.1rem;
  height: 6.1rem;
  border: 4px solid #fff;
}
#footer .box .all .right {
  margin-top: -5%;
  padding-left: 4.7rem;
}
#footer .box .all .right .form {
  background-color: #fff;
  padding: 2rem 2.2rem;
  box-shadow: -3px 2px 24px 0px rgba(0, 0, 0, 0.23);
}
#footer .box .all .right .form h3 {
  text-align: center;
  font-size: 30px;
  font-family: 'BRB';
  line-height: 1;
  color: #222020;
}
#footer .box .all .right .form form {
  margin-top: 2.6rem;
}
#footer .box .all .right .form form li {
  margin-bottom: 2.35rem;
}
#footer .box .all .right .form form li label {
  display: block;
  font-size: 18px;
  color: #222020;
  opacity: 0.7;
  line-height: 32px;
  font-weight: bold;
}
#footer .box .all .right .form form li input[type="text"],
#footer .box .all .right .form form li textarea {
  width: 100%;
  height: 63px;
  border: solid 1px #c6c6c6;
  margin-top: 10px;
  padding: 0.5rem 0 0 1rem;
  font-size: 16px;
}
#footer .box .all .right .form form li textarea {
  height: 106px;
}
#footer .box .all .right .form form li input[type="submit"] {
  width: 100%;
  border: none;
  height: 81px;
  background-color: #007cc2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 81px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .all .right .form form li input[type="submit"]:hover {
  background-color: #000;
}
#footer .box .all .right .form form li:last-child {
  margin-bottom: 0;
}
#footer .f-copy {
  background-color: #111;
  color: #4c4c4c;
  padding: 1.2rem 0;
}
#footer .f-copy .boxs .lefts {
  text-align: left;
  width: 80%;
  font-size: 18px;
  line-height: 32px;
}
.yejiao{
    margin-left: 10px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px!important;
    display: block;
    float: right;
}
#footer .f-copy .boxs .rights {
  width: 20%;
  text-align: right;
}
#footer .f-copy .boxs .rights li {
  background-color: #4c4c4c;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  line-height: 27px;
  text-align: center;
  color: #111;
  font-size: 18px;
  display: inline-block;
  margin-right: 0.8rem;
  cursor: pointer;
  transition: 0.5s;
}
#footer .f-copy .boxs .rights li:hover{
    background-color: #007cc2;
    color: white;
}
#footer .f-copy .boxs .rights li:last-child {
  margin-right: 0;
}
#footer .f-copy .boxs .rights li img {
  vertical-align: middle;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
    margin-top: -4px;
    max-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #4c4c4c;
}
#footer .f-copy svg text {
  fill: #4c4c4c;
}
#footer .f-copy svg:hover {
  fill: #007cc2;
}
@media screen and (max-width: 1570px) {
  #footer .box .all .right .form form li input[type="text"],
  #footer .box .all .right .form form li textarea {
    height: 58px;
  }
  #footer .box .all .right .form form li textarea {
    height: 100px;
  }
  #footer .box .all .right .form form li input[type="submit"] {
    height: 70px;
  }
  #index-body .about .info .left h3 {
    width: 66%;
  }
  #index-body .about .data li p {
    width: 98%;
  }
}

@media screen and (max-width: 1500px) {
  #index-body .product .header .left{
      width: 30%;
  }
  #index-body .product .header .right{
      width: 70%;
  }
     #header .nav .ui.menu .logo{
      max-width: 200px;
  }
}

@media screen and (max-width: 1366px) {
  #index-body .about .info .left h3 {
    width: 70%;
  }
  #index-body .news .content li .text h3 {
    width: 80%;
  }
  #index-body .about .data li p {
    width: 100%;
  }
  #banner ul li .text .left h3 {
    font-size: 4.7rem;
  }
}

@media screen and (max-width: 1301px) {
    #index-body .product .header .right li{
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
  #index-body .product .header .left {
    width: 30%;
    font-size: 2.5rem;
  }
  #index-body .product .header .right {
    width: 70%;
  }
  #index-body .about .info .left h3 {
    width: 86%;
  }
  #index-body .about .info .left p {
    font-size: 16px;
  }
  #index-body .about::after {
    display: none;
  }
  #index-body .about .data li {
    width: 32%;
    margin-right: 1rem;
    padding: 4.25rem 3.5rem 4.43rem 3.5rem;
  }
  #footer .box .all .left .list span {
    width: 96%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav {
    padding: 0;
  }
  #banner ul li .text .left h3 {
    font-size: 4.3rem;
  }
  #banner ul li .text .left .more {
    margin-top: 2.5rem;
  }
  #index-body .about .info .left h3 {
    width: 96%;
  }
  #index-body .about .info .left p {
    margin-top: 2rem;
    width: 100%;
  }
  #index-body .about .data li {
    padding: 4.25rem 2.5rem 4.43rem 2.5rem;
  }
  #index-body .news .content li .text h3 {
    font-size: 20px;

    width: 96%;
  }
  #index-body .news .content li .text p {
    font-size: 16px;
    width: 100%;
  }
  #index-body .news .content li .text time {
    font-size: 16px;
  }
  #footer .box .all .left .list span {
    width: 100%;
  }
  #footer .box .all .right {
    padding-left: 3rem;
  }
  #footer .f-copy .boxs .lefts {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav {
    background-color: #fff;
  }
  #header .nav .ui.menu .logo img {
    width: 55%;
  }
  #mobile #menu-on i {
    background: #000;
  }
  #header .nav .ui.menu .logo span {
    display: none;
  }
  #banner ul li .text .left h3 {
    font-size: 3.7rem;
  }
  #banner ul.slick-dots {
    left: 35%;
  }
  #index-body .product .header .left {
    width: 100%;
    text-align: center;
  }
  #index-body .product .header .right {
    display: none;
  }
  #index-body .about .info {
    margin-right: 0;
  }
  #index-body .about .info .left {
    width: 100%;
    padding-right: 1rem;
  }
  #index-body .about .info .right {
    display: none;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .about::before {
    display: none;
  }
  #footer .box .all .left .list .l-left {
    display: none;
  }
  #footer .box .all .left .list .l-right {
    width: 100%;
  }
  #footer .box .all .left p {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .box .all .left .list h4 span {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .box .all .left .list span {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .box .all .right {
    padding-left: 1rem;
  }
  #footer .box .all .right .form form li input[type="submit"] {
    height: 50px;
    line-height: 50px;
  }
  #footer .f-copy .boxs .lefts {
    width: 100%;
  }
  #footer .f-copy .boxs .rights {
    display: none;
  }
  .yejiao{
    display: none!important;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left h3 {
    font-size: 2.5rem;
  }
  #index-body .product .content {
    margin-top: 2rem;
  }
  #index-body .product .content li p {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .about .info .left {
    padding-top: 0;
  }
  #index-body .about .info .left span {
    font-size: 30px;
  }
  #index-body .about .info .left h3 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .about .info .left p {
    font-size: 14px;
  }
  #index-body .news .header .left {
    width: 100%;
    text-align: center;
  }
  #index-body .news .header .right {
    display: none;
  }
  #index-body .news .content {
    margin-top: 2rem;
  }
  #index-body .news .content li .text h3 {
    font-size: 18px;
    line-height: 32px;
    min-height: 5.5em;
  }
  #index-body .news .content li .text p {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .news .content li .text time {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .box .all .right .form {
    display: none;
  }
  #footer .f-copy .boxs .lefts {
    font-size: 14px;
    line-height: 2;
  }
}

/* 内页区域 Start */
.inner-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
}
.inner-banner .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
}
/*.inner-banner .text .ui.container {
    max-width: 1140px;
}*/
.inner-banner .text .grid-box .left {
    vertical-align: middle;
}
.inner-banner .text .grid-box .left h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
        text-transform: uppercase;
}
.inner-banner .text .grid-box .right {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
}
.inner-banner .text .grid-box .right a {
    color: #dbdbdb;
}
.inner-banner .text .grid-box .right a:hover {
    color: #bb000b;
}
.inner-page h3,
.inner-page h4 {
    font-weight: 700;
    line-height: 1.2;
}
/*.inner-page .ui.container {
    max-width: 1370px;
}*/
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 38px;
    width: 35px;
    line-height: 38px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #bb000b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
    width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
    display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
    color: #007cc2;
}
@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.about-page .abt-1 {
    padding: 4.8rem 0 3.6rem;
}
.about-page .abt-1 .grid-box .left {
    padding-right: 2rem;
    width: 40%;
}
.about-page .abt-1 .grid-box .left .img {
    position: relative;
    padding: 40px 0 40px 40px;
}
.about-page .abt-1 .grid-box .left .img::after {
    background-color: #007cc2;
        opacity: 0.5;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}
.about-page .abt-1 .grid-box .right{width: 60%}
.about-page .abt-1 .grid-box .right .text .title h3 {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: uppercase;
    color: #007cc2;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
    padding: 1.2rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 22%;
    padding-right: 1.28rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    background: url(../images/bg-dot.png);
    background-repeat: repeat;
    padding: 20px;
    max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
    display: block;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: #007cc2;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 70%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
    font-size: 16px;
    line-height: 30px;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
    margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
    padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
    margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
    font-size: 16px;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
    display: inline-block;
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #bb000b;
    border: none;
    font-size: 15px;
    font-weight: 700;
    border-right: 6px solid #000;
    transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
    color: #000;
}
.about-page .abt-2 {
    background-color: #252525;
    margin-top: 3.2rem;
    padding-bottom: 3.6rem;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
    position: relative;
    top: -3.2rem;
    background-color: #007cc2;
    padding: 20px 0;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    padding: 15px 50px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
    position: relative;
    padding-left: 70px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
    max-height: 100%;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
    font-size: 2rem;
    font-weight: 700;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
    display: inline-block;
    line-height: 1.2;
      color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 42%;
    vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
   color: #fff;
    width: 90%;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
  position: relative;
    text-transform: capitalize;
    line-height: 1.8;
    font-size: 22px;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #007cc2;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 30px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 58%;
    vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
    position: relative;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig > img {
    min-height: 250px;
    object-fit: cover;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #007cc2;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    animation-delay: .9s;
    z-index: 1;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    animation-delay: .6s;
    z-index: 1;
}
.about-page .abt-3 {
    padding: 4.8rem 0 3.6rem;
}
.about-page .abt-3 .title {
    width: 50%;
}
.about-page .abt-3 .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #007cc2;
}
.about-page .abt-3 .title h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
    text-align: right;
}
.about-page .abt-3 .bg-title span {
    font-size: 3.2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 700;
    color: #f4f4f4;
    position: relative;
    bottom: -20px;
    right: 20px;
}
.about-page .abt-3 .abt-3-box ul li {
    padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .ig {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 1.6rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.2rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-bottom: 0.8rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
    border-radius: 50%;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #007cc2;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
    padding-top: 1.2rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #bb000b;
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
    text-align: center;
    margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    padding: 0;
    background: #000;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
    display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
    border: 2px solid #000;
    background-color: #fff;
    margin: 2px;
    height: 12px;
    width: 12px;
}
.about-page .abt-4 .grid-box .left {
    vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
    max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bb000b;
}
.about-page .abt-4 .grid-box .right .title h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-4 .grid-box .right ul {
    margin-top: 2rem;
}
.about-page .abt-4 .grid-box .right ul li {
    margin-bottom: 0.8rem;
}
.about-page .abt-4 .grid-box .right ul li .progress {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
    font-size: 20px;
    font-weight: 700;
}
.about-page .abt-4 .grid-box .right ul li .line {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 6px;
    background-color: #bb000b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
    width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
    width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
    width: 60%;
}
@media screen and (max-width: 992px) {
    .about-page .abt-1 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .left .img img {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 50%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
        width: 100%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
        width: 100%;
        margin-top: 40px;
    }
    .about-page .abt-4 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-4 .grid-box .right {
        width: auto;
        margin: 15px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
        max-width: 100%;
    }
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 100%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
        font-size: 20px;
    }
    .about-page .abt-3 .title {
        width: 100%;
    }
    .about-page .abt-3 .bg-title {
        display: none;
    }
    .init-certification-public{
      display: none;
    }
    .inner-page.about-page .i-semi{
      display: none;
    }
}
/* 图片展示 Start */
.lg-page {
    padding: 3.2rem 0;
}
.lg-page .lg-1 {
    margin-bottom: 23px;
}
.lg-page .lg-1 .title {
    text-align: center;
}
.lg-page .lg-1 .title h4 {
  font-size: 20px;
    color: #007cc2;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.lg-page .lg-1 .title h3 {
   font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}
.lg-page .lg-1 .title ul {
    margin-top: 22px;
}
.lg-page .lg-1 .title ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
        border: 2px solid #000;
    margin: 0px 20px;
    border-radius: 10px;
    padding: 9px 17px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lg-page .lg-1 .title ul li:hover {
    color: #000;
}
.lg-page .lg-2 ul {
    font-size: 0;
    margin: -15px;
}
.lg-page .lg-2 ul li {
    padding: 15px;
}
.lg-page .lg-2 ul li .ig {
    position: relative;
    display: block;
    /*height: 330px;*/
    overflow: hidden;
}
.lg-page .lg-2 ul li .ig::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-2 ul li .ig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lg-page .lg-2 ul li .ig .text {
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding: 0 0.8rem;
     opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-2 ul li .ig .text span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #007cc2;
}
.lg-page .lg-2 ul li .ig .text h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.lg-page .lg-2 ul li .ig:hover::after {
    opacity: 1;
}
.lg-page .lg-2 ul li .ig:hover .text {
    opacity: 1;
    bottom: 15px;
}
/* 图片展示 End */
/* 产品列表 Start */
.product-page {
    padding: 3.2rem 0;
}
.product-page .grid-box .sidebar {
    width: 25%;
    padding: 0 15px;
}
.product-page .grid-box .sidebar .pro-search form {
    position: relative;
}
.product-page .grid-box .sidebar .pro-search form input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 0;
    padding: 0 56px 0 20px;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    font-size: 16px;
}
.product-page .grid-box .sidebar .pro-search form button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background-color: #1C1C1C;
    cursor: pointer;
}
.product-page .grid-box .sidebar .pro-category {
    color: #1c1c1c;
    margin-top: 1.92rem;
}
.product-page .grid-box .sidebar .pro-category h3 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-category h3 i {
    color: #007cc2;
}
.product-page .grid-box .sidebar .pro-category ul li {
     font-size: 18px;
     line-height: 32px;
    padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best {
    color: #1c1c1c;
    margin-top: 1.92rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-best h3 i {
    color: #bb000b;
}
.product-page .grid-box .sidebar .pro-best ul li {
    margin: 14px 0 23px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig {
    position: relative;
    padding-left: 90px;
    display: block;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border: 2px solid #d6d6d6;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text {
    padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #1c1c1c;
}
.xwbiaoti{
   font-size: 18px!important;
   line-height: 32px!important;
   font-weight: 700;
   color: #1c1c1c;
}
.riqi{
   font-size: 14px;
   line-height: 28px!important;
}
.xwzhengwen{
   font-size: 16px!important;
   line-height: 30px!important;
   color: #1c1c1c!important;
   margin-top: 5px!important;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text .star {
    font-size: 18px;
    color: #bb000b;
}
.product-page .grid-box .sidebar .pro-best ul li .ig:hover .grid-box .left .img {
    border-color: #bb000b;
}
.product-page .grid-box .right-box {
    width: 75%;
    padding: 0 15px 3rem;
}
.product-page .grid-box .right-box .top-list {
    text-align: right;
}
.product-page .grid-box .right-box .top-list .list-select {
    position: relative;
    display: inline-block;
    text-align: left;
}
.product-page .grid-box .right-box .top-list .list-select h3 {
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    width: 270px;
    max-width: 100%;
    border: 1px solid #d6d6d6;
    padding: 0 35px 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    background: #ffffff;
    cursor: pointer;
}
.product-page .grid-box .right-box .top-list .list-select h3 i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.product-page .grid-box .right-box .top-list .list-select ul {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #333;
    background-color: #fff;
    display: none;
}
.product-page .grid-box .right-box .top-list .list-select ul li a {
    display: block;
    font-size: 16px;
    color: #616161;
    padding: 3px 20px;
}
.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
    color: #fff;
    background-color: #bb000b;
}
.product-page .grid-box .right-box .top-list .list-select:hover ul {
    display: block;
}
.product-page .grid-box .right-box .bot-box {
    margin-top: 30px;
}
.product-page .grid-box .right-box .bot-box ul {
    margin: 0 -15px;
}
.product-page .grid-box .right-box .bot-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig {
    display: block;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.haha{                                              
  margin-bottom: 80px!important;                                            
}
.zhishi{
   font-size: 36px;                                                 
   line-height: 60px;                                              
   font-family: 'poppins-bold';                                     
   text-align: center;
   margin-top: 10px!important;
}
.bankuai{
  font-size: 16px!important;
  line-height: 30px!important;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #007cc2;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text {
    text-align: center;
    margin-top: 1rem;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
font-size: 18px;
line-height: 32px;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img {
    border-color: #007cc2;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img span {
    opacity: 1;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .text h4 {
    color:#007cc2;
}
@media screen and (max-width: 992px) {
    .product-page .grid-box .right-box .top-list,
    .product-page .grid-box .sidebar {
        display: none;
    }
    .product-page .grid-box .right-box {
        width: 100%;
    }
    .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .grid-box .right-box .bot-box ul li {
        width: 100%;
        /*padding: 0 5px;*/
    }
    .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
        font-size: 18px;
        line-height: 32px;
    }
}
/* 产品列表 End */
/* 常见问答 Start */
.faq-page {
    padding: 3.2rem 0;
        overflow: hidden;
}
.faq-page .title {
    text-align: center;
    margin-bottom: 2.16rem;
}
.faq-page .title h4 {
    font-size: 18px;
    color: #007cc2;
    margin-bottom: 5px;
}
.faq-page .title h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.faq-page ul li {
    padding: 0 15px;
    margin-bottom: 0.88rem;
}
.faq-page ul li .ig {
    cursor: pointer;
}
.faq-page ul li .ig h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
    color: #1c1c1c;
    padding: 0 1.2rem 0.8rem 0;
}
.faq-page ul li .ig h4 i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: #007cc2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.faq-page ul li .ig .con {
    display: none;
    font-size: 14px;
    line-height: 2em;
    color: #616161;
    margin-top: 0.88rem;
}
.faq-page ul li.active .ig h4 i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .faq-page ul.grid-box li.column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .faq-page ul li .ig h4 {
        font-size: 16px;
    }
}
/* 常见问答 End */
/* 应用领域 Start */
.application-page {
    padding: 3.2rem 0;
}
.application-page .app-1 .title {
    text-align: center;
    margin-bottom: 2.16rem;
}
.application-page .app-1 .title h4 {
    font-size: 18px;
    color: #bb000b;
    margin-bottom: 5px;
}
.application-page .app-1 .title h3 {
    font-size: 1.92rem;
    font-weight: 700;
}
.application-page .app-1 .title p {
    font-size: 16px;
    color: #616161;
}
.application-page .app-1 .app-1-box {
    margin-top: 1.6rem;
}
.application-page .app-1 .app-1-box ul {
    margin: 0 -15px;
}
.application-page .app-1 .app-1-box ul li {
    padding: 15px;
}
.application-page .app-1 .app-1-box ul li .ig {
    text-align: center;
    background-color: #F7F7F7;
    padding: 1.52rem 0 0.72rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.application-page .app-1 .app-1-box ul li .ig .img {
    height: 65px;
}
.application-page .app-1 .app-1-box ul li .ig .img img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
.application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0.72rem 0 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-1 .app-1-box ul li .ig:hover {
    background-color: #bb000b;
}
.application-page .app-1 .app-1-box ul li .ig:hover h4 {
    color: #fff;
}
.application-page .app-1 .app-1-box .more {
    text-align: center;
    margin-top: 2rem;
}
.application-page .app-1 .app-1-box .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #bb000b;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 0.64rem 1.76rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-1 .app-1-box .more a:hover {
    color: #fff;
    background-color: #bb000b;
}
.application-page .app-2 {
    color: #fff;
    background-color: #bb000b;
    padding: 2.8rem 0;
    margin-top: 5.6rem;
}
.application-page .app-2 .grid-box .left {
    width: 65%;
    vertical-align: middle;
}
.application-page .app-2 .grid-box .left h4 {
    font-size: 1.44rem;
    font-weight: 700;
    line-height: 1;
}
.application-page .app-2 .grid-box .left p {
    font-size: 16px;
    margin-top: 5px;
}
.application-page .app-2 .grid-box .right {
    width: 35%;
    text-align: right;
    vertical-align: middle;
}
.application-page .app-2 .grid-box .right .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    background-color: #fff;
    padding: 0.8rem 1.44rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-2 .grid-box .right .more a:hover {
    color: #fff;
    background-color: #1c1c1c;
}
@media screen and (max-width: 992px) {
    .application-page .app-1 .app-1-box ul li {
        width: 25%;
    }
    .application-page .app-1 .app-1-box ul li .ig h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .application-page .app-1 .app-1-box ul li {
        width: 50%;
        padding: 8px;
    }
    .application-page .app-1 .app-1-box ul li .ig h4 {
        font-size: 15px;
    }
    .application-page .app-2 .grid-box .left {
        width: 100%;
        text-align: center;
    }
    .application-page .app-2 .grid-box .right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
/* 应用领域 End */
/* 产品详情 Start */
.prodet-page {
    padding: 1.6rem 0 0;
}
.prodet-page .det-1 {
    padding: 1.6rem 0;
}
.prodet-page .det-1 .grid-box {
    position: relative;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center;
    border: 2px solid #e1e1e1;
    padding: 1.6rem;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
    margin-top: 10px;
    text-align: left;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
    margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
    margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
    padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
    text-align: center;
    border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h3 {
    font-size: 1.68rem;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
}
.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .more {
    border-top: 1px solid #e1e1e1;
    padding-top: 0.8rem;
    margin-top: 1.6rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
      display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: #007cc2;
    color: #fff;
    padding: 11px 1.6rem;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.shangxia{
    font-size: 18px!important;
    line-height: 1.8!important;
    margin-top: 10px!important;
}
.input100{
    font-size: 16px!important;
    line-height: 30px!important;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
    color: #fff;
    background-color: #007cc2;
}
.prodet-page .det-2 {
    margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0%;
    background-color: #007cc2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
    color: #007cc2;
}
.prodet-page .det-2 .tabs ul li.active a::after {
    width: 100%;
}
.prodet-page .det-2 .related {
    margin-top: 1.52rem;
}
.prodet-page .det-2 .related ul li {
    display: none;
}
.prodet-page .det-2 .related ul li.active {
    display: block;
}
.prodet-page .det-2 .related ul li .con {
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}
.prodet-page .det-3 {
    margin-top: 60px;
}
.prodet-page .det-3 .title {
    text-align: center;
}
.prodet-page .det-3 .title h3 {
    font-size: 1.44rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 10px;
}
.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
    display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #007cc2;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 1rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
font-size: 18px;
line-height: 32px;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: #007cc2;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: #007cc2;
}
@media screen and (max-width: 992px) {
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .prodet-page .det-1 .grid-box .left {
        width: 100%;
    }
    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .prodet-page .det-1 .grid-box .right .text .more {
        position: relative;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .det-2 .tabs ul {
        border: none;
    }
    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1;
    }
    .prodet-page .det-2 .tabs ul li a {
        display: block;
    }
    .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px;
    }
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 18px;
        line-height: 32px;
    }
}
/* 产品详情 End */

/* 新闻列表&详细 Start */
.news-page {
    padding: 3.2rem 0 140px 0;
}
.news-page .news-box ul {
    margin: 0 -0.6rem 0 -0.8rem;
}
.news-page .news-box ul li {
    padding: 0 0.6rem 0 0.8rem;
    margin-bottom: 1.6rem;
}
.news-page .news-box ul li .ig .img {
    position: relative;
    display: block;
}
.news-page .news-box ul li .ig .img img{
  width: 100%;
}
.news-page .news-box ul li .ig .img .img-link {
    position: relative;
    display: block;
}
.news-page .news-box ul li .ig .img .img-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate {
    position: absolute;
    left: -0.8rem;
    top: 1.2rem;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #007cc2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate:hover {
    background-color: #1c1c1c;
}
.news-page .news-box ul li .ig .img:hover .img-link::before {
    opacity: 1;
}
.news-page .news-box ul li .ig .text {
    margin-top: 0.6rem;
}
.news-page .news-box ul li .ig .text .date {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    padding-bottom: 0.6rem;
}
.news-page .news-box ul li .ig .text h4 {
  font-size: 20px;
    font-weight: 100;
    line-height: 36px;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
    transition: .5s;
}
.news-page .news-box ul li .ig .text h4:hover {
    color: #007cc2;
}
.news-page .news-box ul li .ig .text .more a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #007cc2;
}
@media screen and (max-width: 992px) {
    .news-page .news-box ul li.column {
        width: 100%!important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .news-box ul li .ig .img a.news-cate {
        font-size: 14px;
        line-height: 2;
    }
    .news-page .news-box ul li .ig .text .date {
        font-size: 14px;
        line-height: 2;
    }
    .news-page .news-box ul li .ig .text h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .news-page .news-box ul li .ig .text .more a {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 400px) {
    .news-page .news-box ul li.column {
        width: 100%;
    }
}
.newdet-page {
    padding: 2rem 0 8rem 0;
}
.newdet-page .grid-box .main {
    width: 75%;
    padding-right: 0.8rem;
}
.newdet-page .grid-box .main .text .con {
    color: #616161;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .grid-box .main .text .prev-next {
    border-bottom: 1px solid #ccc;
    padding: 0.8rem 0;
}
.newdet-page .grid-box .main .text .prev-next a {
    font-size: 18px;
    color: #616161;
}
.newdet-page .grid-box .main .text .share {
    font-size: 18px;
    text-align: center;
    color: #1c1c1c;
    padding: 0.8rem 0;
}
.newdet-page .grid-box .main .text .share i{
  color: #007cc2;
}
.newdet-page .grid-box .main .text .share span {
    margin-right: 6px;
}
.newdet-page .grid-box .main .text .share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 6px;
}
.newdet-page .grid-box .sidebar {
    width: 25%;
    padding-left: 0.8rem;
}
.newdet-page .grid-box .sidebar .list {
    color: #1c1c1c;
}
.newdet-page .grid-box .sidebar .list h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 0.8rem;
}
.newdet-page .grid-box .sidebar .list h3 span {
    color: #007cc2;
}
.newdet-page .grid-box .sidebar .list ul li {
    font-size: 18px;
    font-weight: bold;
   line-height: 3.5;
    border-bottom: 1px solid #f0f0f0;
}
.newdet-page .grid-box .sidebar .newdet-help {
    text-align: center;
    color: #fff;
    background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
    padding: 1.6rem 0.8rem 2.4rem;
    margin-top: 1.92rem;
}
.newdet-page .grid-box .sidebar .newdet-help h3 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.newdet-page .grid-box .sidebar .newdet-help a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #007cc2;
    padding: 6px 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .grid-box .sidebar .newdet-help a:hover {
    color: #1c1c1c;
    background-color: #fff;
}
@media screen and (max-width: 992px) {
    .newdet-page .grid-box .main {
        width: 100%;
    }
    .newdet-page .grid-box .sidebar {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .grid-box .main .text .con {
        font-size: 14px;
        line-height: 2;
    }
    .newdet-page .grid-box .main .text .prev-next a {
        font-size: 16px;
        line-height: 30px;
    }
}
/* 新闻列表&详细 End */

/* 联系我们我们 Start */

.contact-page .contact-1 {
    overflow: hidden;
}
.contact-page .contact-1 .grid-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6rem;
    text-align: center;
}
.contact-page .contact-1 .grid-box .column {
    padding: 30px 0.6rem 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .grid-box .column .text {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    color: #fff;
    background-color: #333;
    padding: 50px 1.2rem 28px;
    overflow: hidden;
    max-width: 350px;
    margin: auto;
}
.contact-page .contact-1 .grid-box .column .text::before {
    content: '01';
    z-index: -1;
    position: absolute;
    left: -1rem;
    top: -1rem;
    color: #666;
    font-size: 4rem;
    line-height: 1;
}
.contact-page .contact-1 .grid-box .column .text i {
    font-size: 40px;
    color: #fff;
}
.contact-page .contact-1 .grid-box .column .text h4 {
    font-size: 24px;
    margin-top: 0.96rem;
    line-height: 44px;
}
.contact-page .contact-1 .grid-box .column .text p {
    font-size: 16px;
    line-height: 30px;
    color: #eee;
}
.contact-page .contact-1 .grid-box .column:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
    color: #fff;

}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text::before {
    content: '02';
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
    color: #eee;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
    color: #fff;
    background-size: cover;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text::before {
    content: '03';
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
    color: #fff;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
    color: #eee;
}
.contact-page .contact-2 .title {
    text-align: center;
    margin-bottom: 1.6rem;
}
.contact-page .contact-2 .title span {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #666;
    margin: 0px 0px 5px 0px;
}
.contact-page .contact-2 .title h3 {
    font-size: 1.92rem;
    line-height: 1.2;
    color: #1c1c1c;
}
.contact-page .contact-2 .form ul {
    font-size: 0;
}
.contact-page .contact-2 .form ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.8rem;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 2;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.contact-page .contact-2 .form ul li textarea {
    height: 7.5rem;
    padding-top: 20px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
    width: auto;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 0 1.36rem;
    margin: auto;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
}
.contact-page .contact-2 .form ul li:nth-child(1) {
    width: 50%;
    padding-right: 0.6rem;
}
.contact-page .contact-2 .form ul li:nth-child(2) {
    width: 50%;
    padding-left: 0.6rem;
}
.contact-page .contact-3 {
    position: relative;
}
@font-face {
  font-family: 'industrio-icon';
  src:  url('industrio-icon.ttf');
}
.about-page .about-2 {
  padding: 70px 0;
}
.about-page .about-2 ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.about-page .about-2 ul li {
  width: 31%;
  text-align: center;
  padding: 55px 0;
  border: 1px solid #E8E8E8;
  position: relative;
  margin-right: 2%;
  margin-bottom: 1rem;
}
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007cc2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about-page .about-2 ul li:hover::after {
  background: #007cc2;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-page .about-2 ul li:hover i {
  color: #fff;
}
.about-page .about-2 ul li:hover h3 {
  color: #fff;
}
.about-page .about-2 ul li:hover p {
  color: #fff;
}
.about-page .about-2 ul li i {
  font-size: 53px;
  color: #262626;
  transition: all .4s ease;
  font-family: 'industrio-icon';
}
.about-page .about-2 ul li .industrio-icon-innovation::before {
  content: "\e912";
}
.about-page .about-2 ul li .industrio-icon-secure-shield::before {
  content: "\e909";
}
.about-page .about-2 ul li .industrio-icon-support::before {
  content: "\e908";
}
.about-page .about-2 ul li h3 {
  font-size: 22px;
  line-height: 40px;
  color: #252525;
  font-family: 'Poppins';
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all .4s ease;
}
.about-page .about-2 ul li p {
    text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  color: #545454;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s ease;
}
@media screen and (max-width: 992px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%;
    }
    .contact-page .contact-2 .form ul li:nth-child(1),
    .contact-page .contact-2 .form ul li:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    table {
        white-space: nowrap;
    }


    .about-page .about-2 ul{
        display: block;
    }

    .about-page .about-2 ul li{
        width: 100%;
    }
}
/* 联系我们我们 End */
/* 内页区域 End */




#header .h-top .warp .item:nth-child(1) {
    background: url(/universelite/2021/12/14/tel.jpg) left center no-repeat;
    padding-left: 20px;
}

#header .h-top .warp .item:nth-child(2) {
    background: url(/universelite/2021/12/14/em.jpg) left center no-repeat;
    padding-left: 20px;
}


#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h2 {
    font-size: 18px;
    text-transform: uppercase;
}

#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: "BRB";
    margin: 10px 0 30px;
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con p {
    padding: 5px 0;
    line-height: 2;
}


.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 18px;
    line-height: 32px;
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after{
    background-color: #007cc2;
}

@media screen and (max-width: 700px) {
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 16px;
    line-height: 30px;
    }
}

/*.fa{
    color: #007cc2;
}*/






/* 资质 */

.init-certification-public {
     background: linear-gradient(to right,#007cc2 50%, #E8E8E8 50%);
    padding: 100px 0;
}

.init-certification-public .column:nth-child(1) {
    padding-left: 15%;
    padding-right: 12%;
}
.init-certification-public .column:nth-child(2) {
    padding-left: 3%;
}
.init-certification-public h2, .init-certification-public p {
    color: #fff;
    line-height: 2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.init-certification-public p {
    font-size: 18px;
}

 .init-certification-public .column:nth-child(2) {
    padding-left: 3%;
}

 .init-certification-public .column:nth-child(2) .honor-list {
    position: relative;
}
 .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 57px;
    height: 59px;
    background: url(/universelite/2021/12/15/inner-l.jpg) no-repeat center;
    left: -80%;
    bottom: -5%;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}

 .init-certification-public .column:nth-child(2) .honor-list .slick-next {
    background: url(/universelite/2021/12/15/inner-r.jpg) no-repeat center;
    left: calc(-80% + 70px);
}
 .init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 0 10px;
}


/* 资质 End */


/* 厂房设 */

.inner-page.about-page .i-semi {
    text-align: center;
    padding: 80px;
    margin-bottom: 120px;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}

.inner-page.about-page .i-semi h2.h2{
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.inner-page.about-page .i-semi p.p{
   font-size: 18px;
   line-height: 32px;
    color: #545454;
}
.inner-page.about-page .i-semi .semi-list .slick-arrow {
       position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/universelite/2021/12/15/inner-l.jpg) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.inner-page.about-page .i-semi .semi-list .slick-next {
    background: url(/universelite/2021/12/15/inner-r.jpg) no-repeat center;
    left: calc(46% + 85px);
}
.inner-page.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}

.inner-page.about-page .i-semi .semi-list ul li img{
    width: 100%;
}

.inner-page.about-page .i-semi .semi-list {
    margin-top: 40px;
    position: relative;
}
.inner-page.about-page .i-semi .semi-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}
/* 厂房设备 End */




.newdet-page .grid-box .main .text .con h1 {
    font-size: 22px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
}

.newdet-page .grid-box .main .text .con p {
    padding: 10px 0;
    line-height: 2;
}

.newdet-page .grid-box .main .text .prev-next a {
    font-size: 14px;
    line-height: 28px;
    color: #616161;
}
.newdet-page .grid-box .main .text .con p.news-img {
    text-align: center;
}
.newdet-page .grid-box .main .text .con p.news-img img {
    padding: 0px 25px;
}

.newdet-page .grid-box .sidebar .list ul li:hover a {
    color: #007cc2;
}

.news-page .news-box ul li .ig .text p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.news-page .news-box ul li .ig .text .more {
    padding-top: 25px;
}


.contact-page .contact-2 .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
    float: left;
}


.contact-page .contact-2 .form {
    width: 580px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 13px 15px 60px 0 rgba(9,36,60,.1);
}

.contact100-form{

        padding: 0;
}

.contact-page .contact-2 .left {
    width: 50%;
    padding-left: 8.5%;
    float: left;
}

.contact-page .contact-2 {
    overflow: hidden;
}

.contact-page .contact-2 .left .content p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #8995a2;
    text-transform: capitalize;
}

.contact-page .contact-2 .left .content ul li {
    padding: 11px 0;
    border-bottom: 1px solid #e0e8f0;
    display: flex;
    align-items: flex-end;
}

.contact-page .contact-2 .left .content ul li span {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}
.contact-page .contact-2 .left .content ul li p {
    font-size: 22px;
    color: #414951;
    line-height: 40px;
    font-weight: 700;
}

.contact-page .contact-2 .left h1 {
    background: #46696b;
    color: #fff;
    padding: 50px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}


.contact-page .contact-2 .right .form h4 {
    margin-bottom: 40px;
    color: #051524;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}



@media screen and (max-width: 1000px) {
    .contact-page .contact-2 .right {
        width: 100%;
        float: none;
        padding-right: 0;
    }
  .product-page .grid-box .right-box .bot-box .content{
      display: none;
  }

    .contact-page .contact-2 .form {
        width: 100%;
        padding: 20px;
    }

    .contact-page .contact-2 .left{
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .inner-page.about-page .i-semi{
        padding: 80px 15px;
    }
}

#header .h-top ul li i.fa {
    color: #fff;
}

.left.wow.fadeInLeft.animated h1{
        background: #007cc2;
        text-transform: capitalize;
}

.contact-page .contact-1 {
    overflow: hidden;
    padding-bottom: 100px;
}

.contact-page .contact-2 {
    overflow: hidden;
    padding: 100px 0;
}

.inner-banner .text .grid-box .right div {
    text-transform: capitalize;
    font-weight: 400;
}


.inner-page.faq-page ul.grid-box.two li.column.active {
    width: 100%;
}

@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left h1{
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .contact-2 .left .content ul li p{
    font-size: 18px;
    line-height: 32px;
  }
  .contact-page .contact-1 .grid-box .column .text h4{
    font-size: 20px;
    line-height: 36px;
  }
}


.inner-page.faq-page ul.grid-box.two li.column {
    width: 100%;
}
.re-left {
    width: 50%;
    float: left;
}
.re-right {
       width: 40%;
    float: right;
    padding: 40px 60px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
@media screen and (max-width: 1000px) {
    .re-left {
        width: 100%;
        float: none;
    }
    .re-right {
        width: 100%;
        float: none;
        padding: 20px;
        margin-top: 60px;
    }

    .inner-banner{
        height: 400px;
        margin-top: 60px;
    }
    .inner-banner .text{
        top: 30%!important;
    }
    h1.product_name{
        font-size: 24px!important;
        line-height: 44px!important;
    }
    .prodet-page .det-3 .title h3{
        font-size: 22px!important;
        line-height: 40px!important;
    }

}

@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
   }
   .inner-banner .text{
       padding: 45px 0;
       position: static;
       transform: none;
       inset:0;
   }
    .inner-banner .text .grid-box .left{
        width: 100%;
    }
    .inner-banner .text .grid-box .left h2{
        text-align: center;
        font-size: 22px;
        line-height: 40px;
        width: 100%;
    }
    .inner-banner .text .grid-box .right{
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        width: 100%;
    }
}

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

    .haha{
    display: none!important;
  }
  .fenl1{
        display: none!important;
    }
}


.re-right .form h4 {
    margin-bottom: 40px;
    color: #051524;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.inner-banner .text .grid-box .right a:hover{
        color: #007cc2;
}

.lg-page .lg-1 .title ul li:hover {
    color: #fff;
    background: #007cc2;
    border: 2px solid #007cc2;
}

.inner-page.lg-page.down li.column .ig {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.inner-page.lg-page.down li.column .text {
    bottom: 35px;
    opacity: 1;
    padding-left: 0.8rem;
    padding-right: 4rem;
}
.inner-page.lg-page.down li.column .text h4 {
    color: #000;
    font-size: 15px;
}


.inner-page.lg-page.down li.column:hover .text {
    opacity: 1;
    bottom: 25px;
}

.inner-page.lg-page.down li.column:hover .text h4 {
    color: #fff;
}
.inner-page.lg-page.down li.column:hover .text {
    opacity: 1;
    bottom: 25px;
}

.inner-page.lg-page.down li.column {
    width: 33.33%;
}

.product-page .grid-box .sidebar .pro-category ul li:hover a,
.product-page .grid-box .sidebar .pro-category ul li.active > a {
    color: #007cc2;
    font-weight: bold;
}
.product-page .grid-box .sidebar .pro-category h3 i{
        color: #007cc2;
}
.product-page .grid-box .sidebar .pro-best h3 i {
    color: #007cc2;
}
.product-page .grid-box .sidebar .pro-search form button i.fa.fa-search {
    color: #fff;
}

.product-page .grid-box .right-box .top-list .list-select ul li a{
        display: block;
    font-size: 14px;
    color: #616161;
    padding: 10px 20px;
}

.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
    color: #fff;
    background-color: #007cc2;
}



.prodet-page .det-1 .grid-box .right .text .con h2 {
    color: #007cc2;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text .con p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}


.prodet-page .det-1 .grid-box .right .text .con .detimg {
    overflow: hidden;
    padding-top: 10px;
}

.prodet-page .det-1 .grid-box .right .text .con .detimg h2 {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
}


.det3 {
    overflow: hidden;
}
.det3-left {
    width: 50%;
    float: left;
    padding-right: 50px;
}
.det3-right {
    width: 50%;
    float: left;
    padding-left: 50px;
}



.det3-left img {
    padding-bottom: 30px;
}
.det3-right img {
    padding-bottom: 30px;
}

.det-8 .form h4 {
        padding-top: 30px;
    margin-bottom: 40px;
    color: #051524;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
.det-8 .form input.contact100-form-btn{
        width: 100%;
    background: #007cc2;
    box-shadow: 0 3px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 3px 5px 0px rgb(0 0 0 / 50%);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
}

@media screen and (max-width: 700px) {
  .det3-left{
    width: 100%;
    padding-right: 0
  }
  .det3-right{
    width: 100%;
    padding-left: 0;
  }
  .det-8 .form h4{
    font-size: 30px;
  }
}

.shopping_cart{
  display: inline-block;
  position: relative;
}
.shopping_cart em {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: normal;
    background-color: #91080f;
    width: 15px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}



.inner-page .m-page a::after, .inner-page .m-page span::after{
    background-color: #007cc2;
}


