@font-face {
  font-family: 'AGM';
  src: url('../fonts/AvantGardeITCbyBT-Medium.eot') format('eot'), url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'AL';
  src: url('../fonts/AntigoniLight.eot') format('eot'), url('../fonts/AntigoniLight.woff2') format('woff2'), url('../fonts/AntigoniLight.woff') format('woff'), url('../fonts/AntigoniLight.ttf') format('truetype');
}
@font-face {
  font-family: 'FM';
  src: url('../fonts/FuturaBT-Medium.eot') format('eot'), url('../fonts/FuturaBT-Medium.woff2') format('woff2'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'OS';
  src: url('../fonts/OpenSans.eot') format('eot'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
}
@font-face {
  font-family: 'BR';
  src: url('../fonts/BenchNine-Regular.eot?#iefix') format('eot'), url('../fonts/BenchNine-Regular.woff2') format('woff2'), url('../fonts/BenchNine-Regular.woff') format('woff'), url('../fonts/BenchNine-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DS';
    src: url('../fonts/Dorsa-Regular.eot') format('eot'),
        url('../fonts/Dorsa-Regular.woff2') format('woff2'),
        url('../fonts/Dorsa-Regular.woff') format('woff'),
        url('../fonts/Dorsa-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'AS';
    src: url('../fonts/Allerta-Stencil.eot') format('embedded-opentype'),
        url('../fonts/Allerta-Stencil.woff2') format('woff2'),
        url('../fonts/Allerta-Stencil.woff') format('woff'),
        url('../fonts/Allerta-Stencil.ttf') format('truetype');
}
body {
  font-family: 'AGM';
}
.ui.container {
  padding: 0px 15px;
  position: relative;
  max-width: 1580px;
  margin: auto;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 20;
  position: absolute;
  width: 50.4%;
  right: 0;
  top: 0;
  height: 160px;
  line-height: 160px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: -15px auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  padding-left: 0.5rem;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.7rem;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.5rem 0 0;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #4b8eb9;
  -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 > 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-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 60%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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 #4b8eb9;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 1rem;
}
#header .nav .ui.menu .h-search img{
  vertical-align: middle;
  width: 60%;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.9rem;
  font-family: 'FM';
  cursor: pointer;
}
#header .nav .ui.menu .h-language img {
  vertical-align: middle;
  margin-right: 0.8rem;
}
#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: 60%;
  left: -30%;
  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 #4b8eb9;
  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: 12px;
  -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;
  bottom: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  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;
}
#banner .slick-arrow:hover {
  background-color: #ffb610;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center #4b8eb9;
  left: 45%;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center #4b8eb9;
  left: 52%;
}
#banner ul.slick-dots {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  -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: #1e36c7;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #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: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -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;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .box .left {
  width: 49.6%;
}
#banner ul li .box .right {
  width: 50.4%;
  margin-top: 8rem;
  position: relative;
}
/*#banner ul li .box .right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bbg.png) no-repeat;
}*/
#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: #d62b2a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  height: 100%;
}
#index-body .about {
  overflow: hidden;
  padding: 7.4rem 0 6.15rem;
}
#index-body .about .box .left {
  width: 57.5%;
  padding-right: 3rem;
}
#index-body .about .box .left span {
  font-size: 3.75rem;
  letter-spacing: 3px;
  color: #4b8eb9;
  line-height: 1;
  font-family: 'AS';
}
#index-body .about .box .left h3 {
  font-size: 1.75rem;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin-top: 1.1rem;
}
#index-body .about .box .left p{
  font-size: 18px;
  font-family: 'AL';
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#index-body .about .box .left .yinyu1 {
  font-size: 18px;
  font-family: 'AL';
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#index-body .about .box .left .yinyu1 h1 {
  display: inline;
}
#index-body .about .box .left ul {
  margin-top: 3.55rem;
}
/*#index-body .about .box .left ul li {
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: 'AL';
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  margin-bottom: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}*/

#index-body .about .box .left ul li{
  margin-bottom: 30px;
    padding: 5px 20px;
    box-shadow: 0 0 10px 0 rgb(253 237 212 / 90%);
    -webkit-box-shadow: 0 0 10px 0 rgb(253 237 212 / 90%);
    -moz-box-shadow: 0 0 10px 0 rgba(253,237,212,.9);
    -ms-box-shadow: 0 0 10px 0 rgba(253,237,212,.9);
    -o-box-shadow: 0 0 10px 0 rgba(253,237,212,.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    font-size: 1rem;
    position: relative;
    font-family: 'AL';
    line-height: 2;
}
/*#index-body .about .box .left ul li::after{
  content: '01';
  color: #898989;
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 5%;
}
#index-body .about .box .left ul li:nth-child(2)::after{
  content: '02';
}
#index-body .about .box .left ul li:nth-child(3)::after{
  content: '03';
}
#index-body .about .box .left ul li:nth-child(4)::after{
  content: '04';
}*/
#index-body .about .box .left ul li:nth-child(1){
  border-top: 12px solid #fdedd4;
}
#index-body .about .box .left ul li:nth-child(2) {
    border-top: 12px solid #4b8eb9;
}
#index-body .about .box .left ul li:nth-child(3) {
    border-top: 12px solid #4b8eb9;
}
#index-body .about .box .left ul li:nth-child(4) {
    border-top: 12px solid #4b8eb9;
}

#index-body .about .box .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .about .box .left ul li:hover {
  color: rgba(52, 151, 219, 0.8);
}
#index-body .about .box .left .more {
  background-color: #ffb610;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: block;
  width: 15.7%;
  text-align: center;
  padding: 9px 0 8px;
  border-radius: 5px;
  margin-top: 1rem;
}
#index-body .about .box .left .more::before {
  border-radius: 5px;
  background-color: #4b8eb9;
}
#index-body .about .box .right {
  position: relative;
  width: 42.5%;
}
#index-body .about .box .right .play{
  position: absolute;
  top: 42%;
  left: 45%;
}
#index-body .about .box .right .play::after {
                position: absolute;
                content: '';
                left: -15px;
                right: -15px;
                top: -15px;
                bottom: -15px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.37);
                -webkit-animation: ks 2s linear infinite;
                -o-animation: ks 2s linear infinite;
                -ms-animation: ks 2s linear infinite;
                -moz-animation: ks 2s linear infinite;
                animation: ks 2s linear infinite;
              }

#index-body .about .box .right .play::before {
                position: absolute;
                content: '';
                left: -15px;
                right: -15px;
                top: -15px;
                bottom: -15px;
                border-radius: 50%;
                background: inherit;
                background: rgba(255, 255, 255, 0.37);
                -webkit-animation: ks 2s linear infinite;
                -o-animation: ks 2s linear infinite;
                -ms-animation: ks 2s linear infinite;
                -moz-animation: ks 2s linear infinite;
                animation: ks 2s linear infinite;
              }
#index-body .about .box .right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(52, 151, 219, 0.25);
}

@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 .product {
  background: url(../images/pb.png) no-repeat;
  overflow: hidden;
  padding-top: 2.05rem;
  padding-bottom: 4rem;
}
#index-body .product .ui.container {
  max-width: 1200px;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .header h3 {
  font-size: 3.75rem;
  line-height: 2;
  color: #4b8eb9;
  letter-spacing: 3px;
  font-family: 'AS';
}
#index-body .product .header p {
  font-size: 1.75rem;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
  margin-top: 1.1rem;
}

#index-body .product .content {
  margin-top: 6rem;
  margin-right: -6rem;
}
#index-body .product .content .slick-slide {
  margin-right: 6rem;
  padding: 4rem 0;
}
#index-body .product .content .slick-current {
  transform: scale(1.3);
  transition: .5s;
  -webkit-transition: .5s;
}
#index-body .product .content li {
  display: inline-block;
  text-align: center;
}
#index-body .product .content li img {
  background-color: #c2e0f4;
  border-radius: 50%;
}
#index-body .product .content li h3 {
  font-size: 1.25rem;
  margin: 1rem 0;
}
#index-body .product .content li .mores {
  font-size: 1rem;
  background-color: #c2e0f4;
  padding: 5px 10px;
  border-radius: 5px;
}
#index-body .product .content ul {
  margin-top: 4rem;
}
#index-body .product .content ul .slick-dots {
  position: absolute;
  left: 39%;
  bottom: -70px;
}
#index-body .product .content ul .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul .slick-dots li button {
  display: none;
}
#index-body .product .content ul .slick-dots li.slick-active {
  background-color: #4b8eb9;
  border: 1px solid #4b8eb9;
}

.product .slick-arrow {
  position: absolute;
  bottom: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  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;
}
.product .slick-arrow:hover {
  background-color: #4b8eb9;
}
.product:hover .slick-arrow {
  opacity: 1;
}
.product .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(255, 255, 255, 0);
  left: 25%;
}
.product .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(255, 255, 255, 0);
  left: 61%;
}

/*#index-body .product .content {
  margin-top: 8.8rem;
}
#index-body .product .content li{
  padding-bottom: 2rem;
  margin-bottom: 0.5rem;
  width: 20%;
  display: inline-block;
  margin-left: -2%;
}*/
#index-body .product .content li .io{
  border-radius: 100%;
  border: 1px solid;
}
/*#index-body .product .content li:first-child{
  margin-left: 0;
}*/
#index-body .product .content li .iconf,#index-body .product .content li .icons,#index-body .product .content li .icont{
  width: 220px;
  height: 270px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .iconf{
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  border-radius: 100px;
}
#index-body .product .content li .icons{
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  border-radius: 100px;
}
#index-body .product .content li .icont{
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  background: #edeaea;
  position: relative;
  border-radius: 100px;
}
#index-body .product .content li .icont .all{
  position: absolute;
  top: 25px;
  left: 25px;
}

#index-body .product .content li .icont .i1,#index-body .product .content li .icont .i2,#index-body .product .content li .icont .i3{
   width: 170px;
   height: 220px;
   overflow: hidden;
   margin: 0 auto;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .icont .i1{
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
#index-body .product .content li .icont .i2{
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
#index-body .product .content li .icont .i3{
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  background: #fff;
  border-radius: 5px;
}
#index-body .product .content li .icont .i3 img{
  width: 50%;
  position: absolute;
  left: 40px;
  top: 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .icont .i3 .texts{
  position: absolute;
  bottom: 55px;
  left: 20px;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .icont .i3:hover img{
  top: 50px;
}
#index-body .product .content li .icont .i3:hover .texts{
  opacity: 1;
}
#index-body .product .content li .icont .i3 .texts span{
  display: block;
}
#index-body .product .content li:nth-child(1) .icont .i3 .texts{
  left: 66px;
}
#index-body .product .content li:nth-child(4) .icont .i3 .texts{
  left: 40px;
}
#index-body .product .content li:nth-child(5) .icont .i3 .texts{
  left: 75px;
}
#index-body .product .content li:nth-child(3) .icont .i3{
  background: #4b8eb9;
}

#index-body .product .content li:nth-child(3) .icons,#index-body .product .content li:nth-child(3) .iconf,#index-body .product .content li:nth-child(3) .icont{
  width: 250px;
  height: 300px;
}
#index-body .product .content li:nth-child(3) .icont .i1,#index-body .product .content li:nth-child(3) .icont .i2,#index-body .product .content li:nth-child(3) .icont .i3{
  width: 200px;
  height: 250px;
}
#index-body .product .content li:hover .iconf,#index-body .product .content li:hover .icons,#index-body .product .content li:hover .icont{
  width: 250px;
  height: 300px;
}
#index-body .product .content li:hover .icont .i1,#index-body .product .content li:hover .icont .i2,#index-body .product .content li:hover .icont .i3{
  width: 200px;
  height: 250px;
}
/*#index-body .product .content li:hover .icont .i3{
  background: #4b8eb9;
}
#index-body .product .content li:hover{
  margin-left: -1%;
  position: relative;z-index: 1;
}*/

/*#index-body .product .content li .text {
  background: url(../images/pbs.png) no-repeat;
  margin: -66px auto;
  width: 232px;
  height: 232px;
  position: relative;
  z-index: 10;
  padding-top: 3.25rem;
  text-align: center;
}
#index-body .product .content li .text h4 {
  font-size: 18px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  padding: 0 1.8rem;
}*/
/*#index-body .product .content li .text .mores {
  font-size: 1rem;
  color: #4b8eb9;
  line-height: 1;
  margin-top: 1rem;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}*/
/*#index-body .product .content li .text .mores:hover {
  color: #ffb610;
}*/
#index-body .product .content .info {
  text-align: center;
  width: 68%;
  margin: 0 auto;
}
#index-body .product .content .info1 {
  margin-top: 1.7rem;
}
#index-body .init-1 {
  background: url(../images/init1.jpg) no-repeat;
  margin-top: 4rem;
  padding-bottom: 25.7rem;
}
#index-body .init-1 .ui.container {
  max-width: 1201px;
}
#index-body .init-1 .box {
  background-color: #ffffff;
  border-style: solid;
  border-color: #4b8eb9;
  border-top-width: 14px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  transition-duration: 0.4s;
  padding: 5rem 0 3rem 2.45rem;
}
#index-body .init-1 .box .left {
  width: 30%;
}
#index-body .init-1 .box .right {
  width: 70%;
  padding-left: 3.35rem;
}
#index-body .init-1 .box .right .info {
  width: 80%;
}
#index-body .init-1 .box .right .info h3 {
  font-size: 2.5rem;
  color: #4b8eb9;
  line-height: 2;
  letter-spacing: 2px;
  font-family: 'AS';
}
#index-body .init-1 .box .right .info .desc {
  margin-top: 1.45rem;
}
#index-body .init-1 .box .right .info .desc p {
  font-size: 1rem;
  font-family: 'AL';
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-1 .box .right .info .desc p:last-child {
  margin-top: 1.1rem;
}
#index-body .init-1 .box .right .more {
  float: right;
  width: 5.2rem;
  height: 4.95rem;
  background-color: #4b8eb9;
  border-radius: 50%;
  text-align: center;
  margin-top: 0.55rem;
  color: #fff;
  line-height: 4.95rem;
  font-size: 1.5rem;
}
#index-body .init-1 .box .right .more::before {
  background-color: #ffb610;
  border-radius: 50%;
}
#index-body .init-1 .btn {
  margin-top: 4.4rem;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
}
#index-body .init-1 .btn img {
  display: inline-block;
}
#index-body .init-1 .btn .text {
  display: inline-block;
  color: #fff;
  margin-left: 2.5rem;
}
#index-body .init-1 .btn .text h3 {
  font-size: 1rem;
  font-family: 'AL';
  line-height: 2;
}
#index-body .init-1 .btn .text p {
  text-align: right;
  font-size: 3rem;
  line-height: 2;
}
#index-body .init-1 .btn .left {
  background-color: #4b8eb9;
  border-radius: 28px;
  padding: 3.1rem 0 2.95rem 2.9rem;
  width: 48.7%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .btn .left:hover {
  transform: translateY(-10px);
}
#index-body .init-1 .btn .right {
  background-color: #ffb610;
  border-radius: 28px;
  padding: 3.1rem 2.85rem 2.95rem 3.65rem;
  width: 48.7%;
  text-align: right;
  margin-left: 2.6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .btn .right img {
  float: left;
}
#index-body .init-1 .btn .right:hover {
  transform: translateY(-10px);
}
#index-body .news {
  margin-top: -12%;
  padding-bottom: 4.5rem;
}
#index-body .abcddd1 {
  padding-bottom: 4.5rem;
}
#index-body .abcddd1 .content {
  line-height: 2;
}
#index-body .abcddd1 .content li h3 {
    font-size: 20px;
    line-height: 2;
    color: black;
    /* word-break: break-all; */
    height: 80px;
}
#index-body .abcddd1 .content li p {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 2;
    font-family: 'AL';
    margin-top: 1.8rem;
    font-family: 'OS';
    height: 74px;
    overflow: hidden;
}
#index-body .abcddd1 .header h3 {
  font-size: 26px;
  letter-spacing: 2px;
  color: #4b8eb9;
  line-height: 2;
  font-family: 'AS';
  text-align: center;
  font-weight: 700;

}
#index-body .abcddd1 .industrynews .content {
  font-size:16px;
}

#index-body .news .ui.container {
  max-width: 1201px;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header h3 {
  font-size: 3rem;
  letter-spacing: 2px;
  color: #4b8eb9;
  line-height: 2;
  font-family: 'AS';
}

#index-body .news .header p {
  margin-top: 18px;
  font-size: 1.75rem;
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .news .content {
  margin: 3.5rem -3.75rem 0 0;
}
#index-body .news .content .slick-slide {
  margin-right: 3.75rem;
}
#index-body .news .content2{
  margin: 2rem 0 0 0;
}
#index-body .news .content2 .slick-slide{
  margin-right: 0;
}
#index-body .news .content2 ul{
  margin-right: -20px;
}
#index-body .news .content2 ul li{
  padding-right: 20px;
}
#index-body .news .content li h3 {
  font-size: 20px;
  line-height: 2;
  color: #4b8eb9;
  /*word-break: break-all;*/
  height: 80px;

}
#index-body .news .content li p {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 2;
  font-family: 'AL';
  margin-top: 1.8rem;
  font-family: 'OS';
   height: 74px;
  overflow: hidden;
}
#index-body .news .content li .more {
  color: #ffffff;
  background-color: #4b8eb9;
  border-color: transparent;
  font-size: 20px;
  padding: 7px 0;
  display: block;
  text-align: center;
  border-radius: 5px;
  width: 41.8%;
  margin-top: 2rem;
}
#index-body .news .content li .more::before {
  background-color: #ffb610;
}
#footer{
  margin-top:-100px;
}
#footer .f-info {
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .f-info .left {
  padding: 17rem 0 1.85rem 23%;
  background: url(../images/fb1.png) no-repeat;
  width: 49.4%;
}
#footer .f-info .left .share li {
  display: inline-block;
  background-color: #fff;
  color: #4b8eb9;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  line-height: 1.75rem;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 0;
}
#footer .f-info .left .share li:last-child {
  margin-right: 0;
}
#footer .f-info .left #ewm {
  margin-top: 1rem;
  text-align: center;
}
#footer .f-info .left #ewm img {
  width: 4.9rem;
  height: 4.9rem;
  border: 3px solid #fff;
}
#footer .f-info .right {
  width: 50.6%;
  padding: 9rem 0 0 7.9rem;
  background: url(../images/fb2.png) no-repeat;
}
#footer .f-info .right .p1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  line-height: 2;
}
#footer .f-info .right .phone {
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 2;
  margin-top: 0.55rem;
}
#footer .f-info .right .mail {
  font-size: 18px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  display: block;
  margin-top: 1rem;
}
#footer .f-info .right .mail img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-info .right .mail span {
  display: inline-block;
  margin-left: 0.5rem;
}
#footer .f-info .right .p2 {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  width: 80%;
  line-height: 2;
}
#footer .f-info .right .p2 svg {
  vertical-align: middle;
  width: auto;
  max-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-info .right .p2 svg text {
  fill: #fff;
}
#footer .f-info .right .p2 svg:hover {
  fill: #ffb610;
}
.f-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #ffb610;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  z-index: 999;
}
@media screen and (max-width: 1870px) {
  #header .nav .ui.menu .logo {
    width: 20%;
    padding-left: 0;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 1rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 1rem;
  }
  #banner ul li .box .right::after {
    border-radius: 0 0 347px 0;
  }
}

@media screen and (max-width: 1510px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language{
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) {
  #index-body .news {
    margin-top: -5%;
  }
  #banner .slick-next {
    left: 56%;
  }
  #header {
    height: 80px;
    line-height: 80px;
  }
  #banner ul li .box .right {
    margin-top: 6rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner ul li .box .right::after {
    border-radius: 0 0 300px 0;
  }
}

@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 14px;
  }
  #header .nav .ui.menu .h-language{
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  #banner ul li .box .right::after {
    display: none;
  }
  #index-body .init-1 {
    padding-bottom: 7.7rem;
  }
  #index-body .news {
    margin-top: 2%;
  }
  #index-body .product {
    background: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #banner .slick-prev {
    left: 42%;
  }
  #index-body .about .box .left .more {
    width: 22%;
  }
  #footer .f-info .left {
    padding: 20rem 0 1.85rem 23%;
  }
  #footer .f-info .right {
    padding: 12rem 0 0 7.9rem;
  }
}

@media screen and (max-width: 1140px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 0.5rem 0 0;
  }
  #header .nav .ui.menu .h-language{
    margin-left: 0.5rem;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box {
    margin-left: 0.5rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 0.5rem 0 0;
  }
  #index-body .about .box .left span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    width: 100%;
  }
  #header .nav .ui.menu {
    height: 90px;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #banner ul li .box .left {
    margin-top: 6rem;
  }
  #index-body .product .content .info1 {
    margin-top: 3rem;
  }
  #index-body .about .box .left .more {
    width: 32%;
  }
  #index-body .about .box .left p {
    font-size: 14px;
  }
  #index-body .about .box .left ul li {
    font-size: 14px;
  }
  #index-body .init-1 .btn {
    display: none;
  }
  #footer .f-info .left {
    display: none;
  }
  #footer .f-info .right {
    width: 100%;
    padding: 14rem 0 5rem 7.9rem;
  }
  #index-body .init-1 .btn .text h3 {
    font-size: 15px;
  }
  #footer .f-info .right .p2 {
    font-size: 15px;
  }
  #index-body .product .content li{
    width: 32%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .box .left {
    display: none;
  }
  #banner ul li .box .right {
    width: 100%;
  }
  #banner .slick-prev {
    left: 36%;
  }
  #index-body .about {
    padding: 3rem 0;
  }
  #index-body .about .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .box .right {
    display: none;
  }
  #index-body .about .box .left .more {
    font-size: 14px;
  }
  #index-body .product .header h3 {
    font-size: 3rem;
  }
  #index-body .product .content {
    margin-top: 1rem;
  }
  #index-body .product .content .info li {
    width: 50%;
  }
  #index-body .product .content li .text {
    display: none;
  }
  #index-body .product .content .info1 li {
    width: 33%;
  }
  #index-body .init-1 {
    background: none;
  }
  #index-body .init-1 .box {
    padding: 1rem 1rem;
  }
  #index-body .init-1 .box .left {
    display: none;
  }
  #index-body .init-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-1 .box .right .info {
    width: 100%;
  }
  #index-body .init-1 .box .right .info h3 {
    font-size: 2.2rem;
  }
  #index-body .init-1 .box .right .info p {
    font-size: 14px;
  }
  #index-body .news .content li h3{
    font-size: 18px;
    height: 30px;
  }
  #index-body .news .content li p{
    font-size: 14px;
    height: 68px;
  }
  #index-body .news .content li .more{
    font-size: 16px;
  }
  #footer .f-info .right {
    width: 100%;
    padding: 14rem 0 5rem 2.9rem;
  }
  #footer .f-info .right .p1 {
    font-size: 14px;
  }
  #footer .f-info .right .phone {
    font-size: 14px;
  }
  #footer .f-info .right .mail span {
    font-size: 14px;
  }
  #footer .f-info .right .p2 {
    font-size: 14px;
  }
  #footer .f-info .right .p2 svg {
    max-height: 26px;
  }
  #index-body .product .content li{
    width: 100%;
  }
}

.inner-banner{
  padding: 0;
  width: 100%;
  position: relative;
}
.inner-banner .left{
  position: relative;
  width: 49.6% !important;
}
.inner-banner .right{
  position: relative;
}
.inner-banner .right .mbx{
  position: absolute;
  top: 25%;
  left: 5%;
  right: 10%;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.inner-banner .left .info{
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.inner-banner .left .info div{
  text-align: center;
  padding-left: 11rem;
}
.inner-banner .left .info .p1{
    font-style: normal;
    color: #ffffff;
    font-size: 6.5rem;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'AS';
}
.inner-banner .left .info .p2{
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 300;
}
.inner-banner .left .info h3{
  font-size: 1.5rem;
  color: #ffb610;
}
.inner-banner .left .info .mbx{
  font-size: 14px;
}
.inner-banner .right{
  margin-top: 8rem;
  width: 50.4% !important;
}
.inner-banner .right img{
  width: 100%;
}
.about-page{
  padding: 4rem 0;
}
.about-page .ab-1 h3{
  font-size: 3rem;
  line-height: 1.1;
  /*color: #5c5c5c;*/
  font-weight: 300;
  text-align: center;
  font-family: 'AS';
  color: #4b8eb9;
}
.about-page .ab-1 .con{
  padding-top: 2.5rem;
}
.about-page .ab-1 .con h2{
    font-weight: 300;
    color: #4b8eb9;
    font-size: 1.2rem;
    line-height: 1.2;
}
.about-page .ab-1 .con p{
  font-weight: 300;
    font-family: 'OS';
    color: #5c5c5c;
    font-size: 18px;
    line-height: 2;
    margin-top: 1rem;
}
.about-page .ab-1 .more{
  color: #ffffff;
  background-color: #ffb610;
  border-color: transparent;
  font-size: 1rem;
  padding: 0.35rem 0;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  display: block;
  width: 9.3%;
  margin-top: 2rem;
  text-align: center;
}
.about-page .ab-1 .more::before{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4b8eb9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-1 .more:hover::before{
  height: 100%;
}
.about-page .ab-2{
  margin-top: 5rem;
}
.about-page .ab-2 h2{
  font-weight: 300;
    text-align: center;
    /*color: #5c5c5c;*/
    font-size: 3.6rem;
    line-height: 1.2;
    padding-top: 2rem;
    position: relative;
    font-family: 'AS';
    color: #4b8eb9;
}
.about-page .ab-2 h2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 27%;
  width: 45%;
  height: 1px;
  background-color: #ccc;
}
.about-page .ab-2 .content{
  margin-top: 2.5rem;
}
.about-page .ab-2 .content li{
  width: 28%;
  margin-right: 6%;
}
.about-page .ab-2 .content li:last-child{
  margin-right: 0;
}
.about-page .ab-2 .content li i{
  color: #4b8eb9;
  font-size: 24px;
  line-height: 1.2;
}
.about-page .ab-2 .content li p{
  font-weight: 300;
    font-family: 'OS';
    color: #5c5c5c;
    font-size: 18px;
    line-height: 2;
    margin-top: 1.5rem;
}
.about-page .ab-2 .content li h3{
  font-weight: 300;
    color: #4b8eb9;
    font-size: 24px;
    line-height: 2;
    margin-top: 1rem;
}
.about-page .init-1 .left img{
  border-radius: 50%;
}
.about-page .init-1 .box .right .info h2{
  font-weight: 300;
    /*color: #5c5c5c;*/
    color: #4b8eb9;
    font-size: 3.6rem;
    line-height: 1.2;
    font-family: 'AS';
}
.about-page .init-1 .box .right .info h3{
  font-size: 2.4rem !important;
  line-height: 1;
  letter-spacing: 0 !important;
  margin-top: 1rem;
}
.about-page .init-1 .box .right .info{
  width: 100% !important;
  padding-right: 2rem;
}
.about-page .init-1 .box .right{
  padding-left: 1.5rem !important;
}
.about-page .init-1 .box .right .info .desc{
  width: 90%;
}
.about-page .init-1 .box .right .info .desc p{
  font-size: 18px;
  font-family: 'OS' !important;
}
.about-page .init-1 .btn span{
  display: inline-block;
  color: #fff;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
}
.about-page .init-1 .btn .text h3{
  font-size: 18px;
  text-align: right;
}
.about-page .init-1 .btn .text{
  margin-left: 1.5rem !important;
}
.about-page .init-1 .btn .text h2{
  font-weight: 700;
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 6px;
    text-align: right;
}
.about-page .init-1 .btn .left{
  padding: 3.1rem 0 2.95rem 2.5rem !important;
}
.about-page .init-1 .btn .right{
  text-align: left !important;
  padding: 3.1rem 0 2.95rem 2.5rem !important;
}
.ab-3{
  padding-bottom: 1.25rem;
  margin-top: -15%;
}
.ab-3 .header{
  text-align: center;
}
.ab-3 .header h2{
  font-weight: 300;
    /*color: #5c5c5c;*/
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: 'AS';
    color: #4b8eb9;
}
.ab-3 .header p{
  font-weight: 300;
    color: #4b8eb9;
    font-size: 2.4rem;
    line-height: 1.2;
}
.ab-3 .content{
  margin-top: 2.5rem;
}
.ab-3 .content li{
  width: 31% !important;
  margin: 0 0 2.5rem 2%;
}
.ab-3 .content li:nth-child(3),.ab-3 .content li:nth-child(6){
  margin-right: 0;
}
.ab-3 .content li .p2{
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 4.5rem;
  background: #4b8eb9;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
}
.ab-3 .content li .text{
  display: inline-block;
  padding-left: 1rem;
  width: 80%;
}
.ab-3 .content li .text h3{
  font-weight: 300;
  color: #ffb610;
  font-size: 1.5rem;
  line-height: 2;
}
.ab-3 .content li .text .p1{
  background: none;
  font-weight: 300;
  font-family: 'OS';
  color: #5c5c5c;
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1540px){
  .ab-3 .content li .text{
    width: 76%;
  }
  .inner-banner .left .info{
    top: 8%;
  }
  .inner-banner .right{
    margin-top: 5rem;
  }
}

@media screen and (max-width: 1400px){
    .ab-3{
      margin-top: -8%;
    }
}

@media screen and (max-width: 1200px){
    .ab-3{
      margin-top: 1rem;
    }
    .inner-banner .left .info .p1{
      font-size: 5.5rem;
    }
}

@media screen and (max-width: 1000px) {
  .inner-banner .left{
    display: none;
  }
  .inner-banner .right{
    width: 100% !important;
  }
  .about-page .ab-2 .content li p{
    font-size: 16px;
  }
  #index-body .init-1 .box .right .info .desc p{
    font-size: 16px;
  }
  .ab-3 .content li{
    width: 45% !important;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner .right .mbx{
    font-size: 16px;
    top: 10%;
  }
  .inner-banner .right img{
    height: 150px;
  }
  .about-page{
    padding: 4rem 0 0 0;
  }
  .about-page .ab-1 .con h2{
    font-size: 16px;
  }
  .about-page .ab-1 .con p{
    font-size: 14px;
  }
  .about-page .ab-1 .more{
    width: 22%;
    font-size: 14px;
  }
  .about-page .ab-2 .content li{
    width: 100%;
    margin-right: 0;
  }
  .about-page .ab-2 .content li p{
    font-size: 14px;
  }
  .about-page .init-1 .box .right .info .desc{
    width: 100%;
  }
  #index-body .init-1 .box .right .info .desc p{
    font-size: 14px;
  }
  .ab-3 .content li{
    width: 100% !important;
  }
  .ab-3 .content li .text h3{
    font-size: 20px;
  }
  .ab-3 .content li .text .p1{
    font-size: 14px;
  }
}

.product-page {
  padding: 100px 0 160px;
}
.product-page .sidebarBox .left .related {
 display: block;
  font-size: 24px;
  font-weight: 500px;
  line-height: 2;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;

}
.product-page .sidebarBox .left .related-list {
  line-height: 2;
  margin-left: 15px;

}
.product-page .sidebarBox .left {
  width: 27%;
  padding-right: 30px;
}
/*.product-page .sidebarBox .left .box {
  padding: 35px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}*/
.product-page .sidebarBox .left .box:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .left .box h4 {
  display: block;
  font-size: 24px;
  font-weight: 500px;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.product-page .sidebarBox .left .box h4:after {
  content: '';
  width: 72px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: #4b8eb9;
}
.product-page .sidebarBox .left .box .list {
  padding-top: 20px;
}
/*.product-page .sidebarBox .left .box .list ul li {
  background: white;
}*/
/*.product-page .sidebarBox .left .box .list ul li a {
  display: block;
  padding: 15px;
  padding-right: 25px;
  background: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500px;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.product-page .sidebarBox .left .box .list ul li ul{
  display: none;
}
.product-page .sidebarBox .left .box .list ul li ul li a{
  background: #F9F9F9;
}
.product-page .sidebarBox .left .box .list ul li a{
display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}
.product-page .sidebarBox .left .box .list ul li a i{
position: absolute;
    right: 15px;
    top: 8px;
}
.product-page .sidebarBox .left .box .list ul li a:hover{
  color: #4b8eb9;
}

.product-page .sidebarBox .left .side-contact {
    padding: 26px 26px 32px 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    margin-top: 19px;
    padding-right: 35px;
    padding-left: 19px;
}
.product-page .sidebarBox .left .side-contact .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: poppins-bold;
    margin-bottom: 13px;
}
.product-page .sidebarBox .left .side-contact li {
    padding: 20px 0 18px;
    border-bottom: 1px solid #d1d1d1;
}
.product-page .sidebarBox .left .side-contact li:first-child{
    border-top: 1px solid #d1d1d1;
}
.product-page .sidebarBox .left .side-contact li span {
    float: right;
    width: 88%;
    font-size: 14px;
    color: #000000;
}
.product-page .sidebarBox .left .side-contact #ewm {
    width: 100px;
    margin: 20px auto;
    border: 2px solid #fff;
}
.product-page .sidebarBox .left .side-contact .side-contact-btn {
    background: #4b8eb9;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.product-page .sidebarBox .left .side-contact .side-contact-btn:hover{
  background-color: #fff;
  color: #4b8eb9;
}

/*.product-page .sidebarBox .left .box .list ul li a i {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}*/
/*.product-page .sidebarBox .left .box .list ul li a i:after {
  content: '+';
}
.product-page .sidebarBox .left .box .list ul li a:hover {
  color: white;
  background: #4b8eb9;
  text-align: left;
}*/
/*.product-page .sidebarBox .left .box .list ul li a:hover i {
  opacity: 1;
}*/
.product-page .sidebarBox .left .box .info {
  margin-top: 20px;
}
.product-page .sidebarBox .left .box .info ul li {
  margin-bottom: 17px;
}
.product-page .sidebarBox .left .box .info ul li a {
  padding: 15px 10px 15px 55px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
}
.product-page .sidebarBox .left .box .info ul li a i {
  position: absolute;
  left: 12px;
  top: 8px;
  max-width: 34px;
}
.product-page .sidebarBox .left .box .info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .right {
  width: 70%;
}
.product-page .sidebarBox .right .list ul {
  margin: -6px;
}
.product-page .sidebarBox .right .list ul li {
  padding: 6px;
}
.product-page .sidebarBox .right .list ul li a.img-box {
  display: block;
}
.product-page .sidebarBox .right .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 85%;
}
.product-page .sidebarBox .right .list ul li a.img-box i.fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #4b8eb9;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.product-page .sidebarBox .right .list ul li a.img-box h6 {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  font-size: 22px;
  /*font-weight: bold;*/
  color: white;
  line-height: 1;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 small {
  display: block;
  font-size: 12px;
  color: #4b8eb9;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover:after {
  opacity: 1;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover i.fa,
.product-page .sidebarBox .right .list ul li a.img-box:hover h6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.prodet-page {
  padding: 140px 0 100px;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left .bigImg {
  display: block;
}
.prodet-page .prodet-1 .left .bigImg img {
  width: 100%;
}
.prodet-page .prodet-1 .left .bigImg a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left .bigImg a:after {
  content: "\f07d";
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  background: #444;
  color: white;
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .left .small {
  margin-top: 17px;
  padding: 0 10%;
}
.prodet-page .prodet-1 .left .small ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0 3px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  position: absolute;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: #777;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:hover:after {
  color: #4b8eb9;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 32px;
  /*font-weight: bold;*/
  line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  color: #4e4e4e;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content strong {
  font-weight: bold;
  color: black;
}
.prodet-page .prodet-1 .right .content em {
  color: black;
}
.prodet-page .prodet-1 .right .btn {
  display: block;
  margin: 45px 0 20px;
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  padding: 0 25px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #4b8eb9;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .share h5 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Arial";
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 13px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #4b8eb9;
}
.prodet-page .prodet-2 {
  padding: 40px 0 90px;
}
.prodet-page .prodet-2 .nav-list {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .nav-list ul li {
  margin: 0 18px;
  font-size: 15px;
  font-family: "Arial";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  position: relative;
}
.prodet-page .prodet-2 .nav-list ul li:after {
  content: '';
  width: 0;
  height: 2px;
  background: #4b8eb9;
  position: absolute;
  bottom: -17px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .nav-list ul li:hover,
.prodet-page .prodet-2 .nav-list ul li.active {
  color: black;
  font-weight: bold;
}
.prodet-page .prodet-2 .nav-list ul li:hover:after,
.prodet-page .prodet-2 .nav-list ul li.active:after {
  width: 100%;
}
.prodet-page .prodet-2 .det-content {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .det-content table {
  margin: 0;
}
.prodet-page .prodet-2 .det-content table tr {
  background: none !important;
}
.prodet-page .prodet-2 .det-content table td {
  padding: 10px;
  border-color: #9c9c9c;
}
.prodet-page .prodet-3 h3 {
  display: block;
  font-size: 36px;
  /*font-weight: bold;*/
  text-align: center;
  line-height: 1;
}
.prodet-page .prodet-3 h3:after {
  content: '';
  width: 58px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
  background: #4b8eb9;
}
.prodet-page .prodet-3 .list {
  margin-top: 26px;
}
.prodet-page .prodet-3 .list ul {
  margin: -13px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 13px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-3 .list ul li h6 {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #1b1b1b;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.prodet-page .prodet-3 .list ul li:hover h6 {
  color: #4b8eb9;
}

@media screen and (max-width: 1250px) {
  .product-page,{
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
    margin: 2px 5px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;
  }
  .product-page .sidebarBox .left .box h4 {
    font-size: 20px;
  }
  .product-page .sidebarBox .left .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sidebarBox .left .box .info ul li a {
    font-size: 14px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .sidebarBox .left{
    display: none;
  }
 .yinyupro1, .yinyupro, .yejiaohide {
        display: none;
}
 .product-page .sidebarBox .slideRight .left {
    width: 100%;
    display: block;
  }
  .product-page .sidebarBox .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 15px 0;
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    margin-top: 20px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    position: static;
    color: black;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) { 
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin: 2px;
    padding: 0 5px;
  }
  .prodet-page .prodet-2 .nav-list {
    display: none;
  }
  .prodet-page .prodet-2 .det-content .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .det-content .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page {
    padding: 60px 0;
  }
}

.inner-page .form ul {
    margin: -10px;
}
.inner-page .form ul li {
    padding: 10px;
}
.inner-page .form ul li input, .inner-page .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li textarea {
    height: 120px;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #4b8eb9;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  /*font-weight: 600;*/
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #4b8eb9;
  border-color: #4b8eb9;
}

.m-page {
  margin-top: 70px;
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 27px;
  height: 27px;
  border-bottom: 3px solid #c1c1c1;
  font-size: 14px;
  color: black;
  padding: 0 10px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span.current {
  border-color: #4b8eb9;
}

.news-page{
  padding: 50px 0;
}
.inner-page .container .sidebar-fl {
    width: 22%;
}
.inner-page .container .sidebar-fl .category h3{
    color: #5c5c5c;
    font-size: 24px;
    line-height: 2;
    padding-bottom: 0.75rem
}
.inner-page .container .sidebar-fl .category li{
  padding-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    margin-bottom: 6px;
}
.inner-page .container .sidebar-fl .category li a{
    font-size: 16px;
    color: #ffb610;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .container .sidebar-fl .category li a:hover{
  color: #4b8eb9;
}
.inner-page .container .sidebar-fl .latest-news {
    padding-top: 30px;
}
.inner-page .container .sidebar-fl .latest-news h3 {
    font-style: normal;
    color: #5c5c5c;
    font-size: 24px;
    line-height: 2;
    text-transform: uppercase;
}
.inner-page .container .sidebar-fl .latest-news li{
  margin-top: 1rem;
}
.inner-page .container .sidebar-fl .latest-news li h2{
  font-weight: 300;
    color: #4b8eb9;
    font-size: 16px;
    line-height: 2;
     -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .container .sidebar-fl .latest-news li h2:hover{
  color: #ffb610;
}
.inner-page .container .sidebar-fl .latest-news li time{
  font-weight: 300;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 1.4;
}
.inner-page .container .sidebar-fl .latest-news li time i{
  margin-right: 6px;
}
.inner-page .container .sidebar-fl .tag{
  margin-top: 3rem;
}
.inner-page .container .sidebar-fl .tag h3{
  text-transform: uppercase;
    color: #5c5c5c;
    font-size: 24px;
    line-height: 1.2;
}
.inner-page .container .sidebar-fl .tag ul{
  list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.inner-page .container .sidebar-fl .tag ul li{
  margin-right: 5px;
  margin-bottom: 15px;
}
.inner-page .container .sidebar-fl .tag ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-style: none;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    background-color: #bebebe;
    border-color: transparent;
    -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.inner-page .container .sidebar-fl .tag ul li a:hover{
  background: #ffb610
}
.inner-page .container .page-right {
    width: 78%;
    padding-right: 4%;
}
.news-page .grid-box.two .column ul li{
  margin-bottom: 0.5rem;
}
.news-page .grid-box.two .column ul li:nth-child(even) .left{
  float: right;
}
.news-page .grid-box.two .column ul li:nth-child(even) .right{
  float: left;
}
.news-page .grid-box.two .column ul li h3{
  font-size: 1.5rem;
  line-height: 2;
  font-family: 'AS';
  color: #4b8eb9;
}
.news-page .grid-box.two .column ul li .infos{
  font-size: 14px;
  margin-top: 0.6rem;
}
.news-page .grid-box.two .column ul li .infos i{
  margin-right: 1rem;
}
.news-page .grid-box.two .column ul li .infos span{
  margin-left: 5rem;
  display: inline-block;
}
.news-page .grid-box.two .column ul li p{
  font-size: 16px;
  font-family: 'AL';
  line-height: 2;
  margin: 1rem 0;
}
.news-page .grid-box.two .column ul li .more{
  color: #ffffff;
  background-color: #4b8eb9;
  border-color: #4b8eb9;
  text-transform: uppercase;
  padding: 7px 19px;
  font-size: 12px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
.news-page .grid-box.two .column ul li .more:hover{
  background-color: #d7c3ab;
}
.news-page .grid-box.two .column ul li .right{
  padding: 1rem 2rem 0;
}
.news-page .grid-box.two .column ul li .img-box img{
  width: 100%;
}
.news-page .grid-box.two .column ul li .img-box {
  position: relative;
}
.news-page .grid-box.two .column ul li .img-box .text {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.news-page .grid-box.two .column ul li .img-box .text time {
  font-weight: 300;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 1.4;
}
.news-page .grid-box.two .column ul li .img-box .text time i{
  margin-right: 15px;
}
.news-page .grid-box.two .column ul li .img-box .text div{
  font-weight: 300;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 1.4;
}
.news-page .grid-box.two .column ul li .img-box .text div i{
  margin-right: 10px;
}
.news-page .grid-box.two .column ul li .img-box .text h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #4b8eb9;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.news-page .grid-box.two .column ul li .img-box .text h2:hover{
  color: #ffb610;
}
.news-page .grid-box.two .column ul li .img-box .text p {
  margin: 10px 0;
  color: #5c5c5c;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.news-page .grid-box.two .column ul li .img-box .text a.more {
  text-transform: uppercase;
  background: #ffb610;
  color: #fff;
  display: block;
  width: 14.4%;
  padding: 7px 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 1; 
}
.news-page .grid-box.two .column ul li .img-box .text a.more::before{
  content: '';
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background-color: #4b8eb9;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.news-page .grid-box.two .column ul li .img-box .text a.more:hover::before{
  height: 100%;
}
.news-page .grid-box.two .column ul li .img-box .text a.more .fa {
  margin-left: 10px;
  font-size: 20px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more:hover {
  color: #fff;
}
.news-page .grid-box.two .column ul li .img-box:hover h2 {
  color: #4b8eb9;
}

.news-page h6{
  text-align: center;
  font-weight: 300;
    /*color: #5c5c5c;*/
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 3rem;
    font-family: 'AS';
    color: #4b8eb9;
}

.news-page .page-right h2{
    color: #4b8eb9;
    font-size: 24px;
    line-height: 2;
}
.news-page .page-right .info{
  margin-top: 1rem;
  font-weight: 300;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 1.4;
}
.news-page .page-right .info .column{
  width: 33%;
}
.news-page .page-right .info i{
  margin-right: 5px;
}
.news-page .page-right .content{
  font-weight: 300;
    font-family: 'OS';
    color: #5c5c5c;
    font-size: 18px;
    line-height: 2;
    margin-top: 4rem;
    width: 85%;
}
.newdet-page .m-link {
    font-size: 18px;
    margin-top: 1rem;
    line-height: 2;
}
.newdet-page .m-link a {
    display: block;
}
@media screen and (max-width: 1120px){
  .news-page .grid-box.two .column ul li .img-box .text a.more{
    font-size: 16px;
  }
  .news-page .page-right .content{
    font-size: 16px;
    width: 90%;
  }
  .news-page .page-right .info .column{
    width: 32%;
  }
}

@media screen and (max-width: 1000px) {
 .inner-page .container .sidebar-fl{
   display: none;
 }
 .inner-page .container .page-right{
   width: 100%;
   padding-right: 0;
 }
 .news-page .page-right .content{
   width: 100%;
 }
}

@media screen and (max-width: 700px) {
  .news-page .grid-box.two .column ul li .img-box .text a.more{
    width: 30%;
    font-size: 14px;
  }
  .news-page .page-right .info .column{
    width: 32%;
  }
  .news-page .page-right .content{
    font-size: 14px;
  }
  .newdet-page .m-link{
    font-size: 14px;
  }
}

.contact-page .init-1 .box{
   padding: 0 !important;
}
.contact-page .init-1 .box .map .switch {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    display: none;
}
.contact-page .init-1 .box .map .switch input[type="button"] {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.contact-page .init-1 .btns{
  background-color: #4b8eb9;
  color: #fff;
  margin-top: 3rem;
  border-radius: 26px;
  padding: 2.5rem 0;
}
.contact-page .init-1 .btns i{
  font-size: 2rem;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.contact-page .init-1 .btns span{
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1;
  display: inline-block;
  width: 86%;
}
.contact-page .init-1 .btns .mail{
  padding-left: 1rem;
  width: 50%;
}
.contact-page .init-1 .btns .phone{
  text-align: center;
  padding-left: 3rem;
  width: 50%;
}
.contact-page .init-1 .btns .phone span{
  text-align: left;
}
.contact-page .init-1 .btns .add{
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.contact-page #index-body .init-1{
  padding-bottom: 26.7rem;
}
.contact-page .contact-2 .header{
   text-align: center;
}
.contact-page .contact-2 .header h3{
  font-weight: 300;
    /*color: #5c5c5c;*/
    font-size: 3.6rem;
    line-height: 1.2;
    font-family: 'AS';
    color: #4b8eb9;
}
.contact-page .contact-2 .header p{
  font-weight: 300;
    color: #4b8eb9;
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: 'AS';
}
.contact-page .contact-2 .content{
  margin-top: 3rem;
}
.contact-page .contact-2 .content input[type="text"],.contact-page .contact-2 .content textarea{
  color: #5c5c5c;
    background-color: #e8e8e8;
    border-color: #bebebe;
    line-height: 20px;
    font-size: 18px;
    padding: 20px 18px;
    border: 1px solid;
    width: 100%;
    margin-bottom: 1rem;
}
.contact-2 .content textarea{
  min-height: 191px;
}
.contact-page .contact-2 .content input[type="text"]:focus,.contact-page .contact-2 .content textarea:focus{
  border: 1px solid red;
}
.contact-page .contact-2 .content input[type='submit']{
    color: #ffffff;
    background-color: #ffb610;
    border-color: transparent;
    font-size: 20px;
    padding: 10px 31px;
    -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.contact-page .contact-2 .content input[type='submit']:hover{
  background: #4b8eb9;
}

@media screen and (max-width: 1440px) {
  .contact-page #index-body .init-1{
    padding-bottom: 34rem;
  }
}

@media screen and (max-width: 1200px) {
  .contact-page #index-body .init-1{
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .init-1 .btns span{
    width: 82%;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .init-1 .btns{
    display: none;
  }
}

.gallery-page {
  padding: 120px 0;
}
.gallery-page h2 {
  font-size: 26px;
line-height: 2;
font-weight: bold;
margin-bottom: 10px;
color: #4b8eb9;
}
.gallery-page .list ul li p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  max-height: 86px;
  overflow-y: auto;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: #4b8eb9;
  padding: 10px 0;
  border-radius: 5px;
  width: 60%;
  margin: 10px auto 17px auto;
  min-height: 80px;
}
.gallery-page .list ul li .more{
  background-color: #4b8eb9;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  display: block;
  width: 120px;
  margin: 10px auto 0;
  text-align: center;
}
.gallery-page .list ul li:hover h5 {
  color: #fff;
}

.faq-page {
    padding: 100px 0;
}

.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.faq-page ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 1250px) {
  faq-page,.gallery-page{
    padding: 60px 0;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
}

.cat-product-page ul li {
  margin-bottom: 140px;
  position: relative;
}
.cat-product-page ul li:after {
  content: '';
  position: absolute;
  background: #4b8eb9;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cat-product-page ul li:nth-child(1)::after{
  background: #ebcfb9;
}
.cat-product-page ul li .grid .column.column1 {
  width: 60%;
  float: left;
}
.cat-product-page ul li .grid .column.column2 {
  float: right;
  width: 40%;
  padding: 3% 6% 0 0;
}
.cat-product-page ul li:first-child .grid .column.column2,.cat-product-page ul li:last-child .grid .column.column2{
  width: 20%;
}
.cat-product-page ul li .grid .column.column2 h3 {
  font-size: 48px;
  /*text-align: right;*/
  padding-bottom: 30px;
  font-family: 'AS';
  /*color: #4b8eb9;*/
}
.cat-product-page ul li .grid .column.column2 a.more {
  display: block;
  width: 164px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  /*margin: 0 auto;*/
  text-align: center;
  /*float: right;*/
}
.cat-product-page ul li .grid .column.column2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.cat-product-page ul li .grid .column.column2 a.more:hover .fa {
  margin-left: 8px;
}
.cat-product-page ul li:nth-child(2n):after {
  display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
  width: 60%;
  float: right;
  position: relative;
  z-index: 1;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
  width: 40%;
  padding: 3% 3% 0 0;
  float: left;
  position: relative;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2:after {
  content: '';
  position: absolute;
  background: #4b8eb9;
  width: 280px;
  height: 280px;
  right: -176px;
  bottom: -50px;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
  float: right;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
  text-align: left;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
  float: left;
}

@media screen and (max-width: 1430px) {
  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 20px;
}
.cat-product-page ul li .grid .column.column2{
  padding-left: 2%;
}
.cat-product-page ul li .grid .column.column2 img{
  width: 60%;
}
}

@media screen and (max-width: 700px) {
  .cat-product-page ul li .grid .column.column1 {
    width: 100%;
}
.cat-product-page ul li .grid .column.column2 {
    padding-left: 0;
    width: 100%;
}
.cat-product-page ul li {
    margin-bottom: 40px;
}
.cat-product-page ul li .grid .column.column1{
  float: none;
}
.cat-product-page ul li .grid .column.column2{
  float: none;
}
.cat-product-page ul li:first-child .grid .column.column2, .cat-product-page ul li:last-child .grid .column.column2{
  width: 100%;
}
.cat-product-page ul li:after{
  display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2:after{
  display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
    width: 100%;
    padding: 0;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1{
  width:100%;
  margin-bottom: 10px;
}
.cat-product-page ul li .grid .column.column2 a.more{
    width: 130px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
}
.cat-product-page ul li .grid .column.column2 h3{
  font-size: 16px;
}
}

.product-page .sidebarBox .slideRight {
  width: 73%;
  padding-left: 60px;
}
.product-page .sidebarBox .slideRight .abcddd2 {
     font-size: 26px;
    letter-spacing: 2px;
    color: #4b8eb9;
    line-height: 2;
    font-family: 'AS';
    text-align: center;
    font-weight: bold;
    margin-top: -150px;
}
.product-page .sidebarBox .slideRight .yinyupro1 {
  font-size: 26px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4b8eb9;
}
.product-page .sidebarBox .slideRight .yinyupro {
  line-height: 2;
  font-size: 16px;
  margin-top: 30px;
}
.product-page .sidebarBox .slideRight .list ul {
  margin: -20px -10px;
}
.product-page .sidebarBox .slideRight .list ul li {
  padding: 20px 10px;
}
.product-page .sidebarBox .slideRight .list ul li .box {
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
}
.product-page .sidebarBox .slideRight .list ul li .box1{
border: 1px solid #eee;
  background: #fff;
}
.product-page .sidebarBox .slideRight .list ul li .box .left {
  padding: 50px 0 25px 25px;
  width: 60%;
  vertical-align: bottom;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  
}
.product-page .sidebarBox .slideRight .list ul li .box .left:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 99%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: inherit;
}
.product-page .sidebarBox .slideRight .list ul li .box .left>* {
  position: relative;
  z-index: 1;
}
.product-page .sidebarBox .slideRight .list ul li .box .left h4 {
  display: block;
  font-size: 15px;
  font-family: "Castellar";
  text-transform: uppercase;
  line-height: 2;
  font-weight: bold;
  width: 82%;
}
.product-page .sidebarBox .slideRight .list ul li .box .left h5 {
  display: block;
  font-size: 15px;
  font-family: "Castellar";
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .sidebarBox .slideRight .list ul li .box .left p {
  display: block;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.2;
  margin: 12px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .slideRight .list ul li .box .left a.more {
  line-height: 36px;
  height: 36px;
  /*padding: 0 14px;*/
  font-size: 18px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 26px;
}
.product-page .sidebarBox .slideRight .list ul li .box .right {
  padding: 0 20px 10px;
  vertical-align: bottom;
  width: 36%;
}
.product-page .sidebarBox .slideRight .list ul li .box .right a {
  display: block;
  position: relative;
  /*width: 200%;*/
  max-width: none;
  width: 150%;
  right: -28px;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
    background: #fff;
    border-radius: 100%;
    padding: 20px 10px 20px 0;
  /*right: -32px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
background: #fff;
border-radius: 100%;*/
}
.product-page .sidebarBox .slideRight .list ul li .box .right img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 2rem;
}
/*.product-page .sidebarBox .slideRight .list ul li .box .right img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}*/
/*.product-page .sidebarBox .slideRight .list ul li .box:hover .right img {
  opacity: 0;
}
.product-page .sidebarBox .slideRight .list ul li .box:hover .right img.img2 {
  opacity: 1;
}*/
.product-page .sidebarBox .slideRight .list ul li .box:hover {
}
.product-page .sidebarBox .slideRight .list ul li .box:hover .left::after {
  background: #007c36;
  border: none;
}
.product-page .sidebarBox .slideRight .list ul li .box:hover .left p {
  /*color: white;*/
}
.product-page .sidebarBox .slideRight .list ul li .box:hover .left a.more {
  /*color: white;*/
}
.product-page .sidebarBox .slideRight .list ul li .box:hover .left a.more:before {
  /*background: white;*/
}
.product-page .sidebarBox .slideRight .list ul li .box:hover .left a.more:after {
  /*border-color: white;*/
}

@media screen and (max-width: 1000px) {
  .product-page .sidebarBox .slideRight{
    width: 100%;
    padding-left: 0;
  }
  .product-page .sidebarBox .slideRight .list ul li .box .left{
    width: 100%;
  }
  .product-page .sidebarBox .slideRight .list ul li .box .right{
    width: 60%;
    margin-left: 3rem;
  }
}

@media screen and (max-width: 700px) {
  .product-page .sidebarBox .slideRight .list ul li .box .left{
    width: 100%;
  }
  .product-page .sidebarBox .slideRight .list ul li .box .right{
    width: 60%;
    margin-left: 3rem;
  }
  .product-page {
    padding: 30px 0 30px;
  } 
  .product-page .sidebarBox .slideRight .list ul li .box .left h4{
    width: 100%;
    font-size: 14px;
  }
  #index-body .content{
    font-size: 20px;
    color: #d62b2a;
  }
}

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 2.25rem;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox video{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 10px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: #4b8eb9;
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: #4b8eb9;
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: #4b8eb9;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: #4b8eb9;
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 2.25rem 0;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}