@font-face {
  font-family: 'Rajdhani-Bold';
  src: url(../fonts/Rajdhani-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani-SemiBold';
  src: url(../fonts/Rajdhani-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani-Medium';
  src: url(../fonts/Rajdhani-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani-Regular';
  src: url(../fonts/Rajdhani-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
body {
  font-family: "Rajdhani-SemiBold";
  max-width: 1920px;
  margin: 0 auto;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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;
}
#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: #eb623a;
  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 .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -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 .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header a {
  display: block;
}
#header img {
  display: block;
}
#header .nav {
  padding: 0 12vw;
}
#header .nav .container {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .container .logo {
  width: 90px;
}
#header .nav .container .logo img {
  width: 100%;
}
#header .nav .container .menu-box .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Rajdhani-SemiBold';
  font-size: 20px;
}
#header .nav .container .menu-box .menu > li {
  margin-left: 60px;
  position: relative;
}
#header .nav .container .menu-box .menu > li:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav .container .menu-box .menu > li > a {
  padding: 0 10px;
  background: linear-gradient(to left, #fff, #fff) left top no-repeat, linear-gradient(to bottom, #fff, #fff) left top no-repeat, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) right top no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) right top no-repeat, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) left bottom no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) left bottom no-repeat, linear-gradient(to left, #fff, #fff) right bottom no-repeat, linear-gradient(to left, #fff, #fff) right bottom no-repeat;
  background-size: 1px 0px, 0px 1px, 1px 0px, 0px 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .container .menu-box .menu > li > a:hover {
  background-size: 1px 15px, 15px 1px, 1px 15px, 15px 1px;
}
#header .nav .container .menu-box .menu > li .active {
  background-size: 1px 15px, 15px 1px, 1px 15px, 15px 1px;
}
#header .nav .container .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 140px;
  perspective: 500px;
  transform-style: preserve-3d;
  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);
  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;
  text-align: center;
  border-bottom: 3px solid #baa08f;
}
#header .nav .container .menu-box .menu > li .sub-menu li a {
  background-color: #333;
  padding: 5px 0;
  font-size: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .container .menu-box .menu > li .sub-menu li a:hover {
  background-color: #000;
}
#header .nav .container .right {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Rajdhani-SemiBold';
  font-size: 20px;
}
#header .nav .container .right .lang_cont {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
#header .nav .container .right .lang_cont:hover ul {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav .container .right .lang_cont div {
  margin-left: 10px;
}
#header .nav .container .right .lang_cont ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  perspective: 500px;
  transform-style: preserve-3d;
  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);
  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;
  border-bottom: 3px solid #baa08f;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .container .right .lang_cont ul li a {
  background-color: #333;
  font-size: 15px;
  padding: 5px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .container .right .lang_cont ul li a:hover {
  background-color: #000;
}
#header .nav .container .right .fa-search {
  margin-left: 20px;
  cursor: pointer;
}
#header.active {
  background: rgba(0, 0, 0, 0.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;
  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 .container .swiper-container {
  width: 100%;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title_tips {
  font-family: 'Rajdhani-Bold';
  font-size: 200px;
  color: #fff;
  margin-left: -10px;
  opacity: 0.1;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'Rajdhani-SemiBold';
  font-size: 80px;
  width: 840px;
  line-height: 2;
  margin-top: -170px;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
  font-family: 'Rajdhani-SemiBold';
  font-size: 20px;
  width: 500px;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more {
  background-color: #ff8521;
  padding: 15px 40px;
  font-size: 18px;
  font-family: 'Rajdhani-SemiBold';
  display: inline-block;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more:hover {
  color: #ff8521;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more span {
  z-index: 1;
  position: relative;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
#banner .container .swiper-container .swiper-pagination {
  height: 20px;
}
#banner .container .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #3d75c1;
  border-radius: 0;
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .swiper-container .swiper-pagination-bullet-active {
  height: 20px;
  background-color: #fff;
}
#index-body .about {
  padding: 100px 0;
  color: #333;
}
#index-body .about .container {
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .about .container .left {
  height: 640px;
  width: 45%;
  position: relative;
}
#index-body .about .container .left img {
  position: absolute;
}
#index-body .about .container .left .n1 {
  width: 58%;
  left: 0;
  top: 0;
}
#index-body .about .container .left .n2 {
  width: 70%;
  right: 0;
  top: 200px;
}
#index-body .about .container .left .n3 {
  width: 88%;
  left: 50px;
  top: 50px;
}
#index-body .about .container .right {
  width: 50%;
}
#index-body .about .container .right .title {
  color: #333;
  font-family: 'Rajdhani-SemiBold';
  font-size: 48px;
}
#index-body .about .container .right .des {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
}
#index-body .about .container .right .more {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-size: 18px;
  width: 115px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .about .container .right .more:hover {
  color: #ff7300;
}
#index-body .about .container .right .more:hover i {
  color: #ff7300;
  background-color: #fff;
}
#index-body .about .container .right .more i {
  width: 20px;
  height: 20px;
  background-color: #ff7300;
  color: #fff;
  margin-left: 10px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  border: #ff7300 solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product {
  background-color: #1a1a1a;
  padding-top: 80px;
  padding-bottom: 40px;
}
#index-body .product .container {
  color: #fff;
  width: 1400px;
}
#index-body .product .container .swiper-container {
  padding-bottom: 80px;
  position: relative;
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .title {
  font-size: 38px;
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .des {
  font-size: 16px;
  font-family: 'Poppins-Regular';
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .more {
  font-size: 16px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #ff8521;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .more:hover span {
  color: #ff7300;
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .more:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .more span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-wrapper .n1 div .more::before {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide:hover .cont .shadow {
  opacity: 1;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide:hover .cont div {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  background-color: #fff;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0952b6;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div {
  position: relative;
  transform: translateY(300px);
  -ms-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -o-transform: translateY(300px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div .img_2 {
  width: 50px;
  margin: auto;
  display: block;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div .img_2 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div .img_2 img:hover {
  filter: drop-shadow(2px 4px 6px black);
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div .text {
  width: 100%;
  margin-top: 20px;
  display: block;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div .text:hover {
  filter: drop-shadow(2px 4px 6px black);
}
#index-body .product .container .swiper-container .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 10px;
  height: 10px;
  background-color: #484848;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .swiper-container .swiper-pagination-bullet-active {
  height: 20px;
  background-color: #fff;
}
#index-body .advance {
  padding: 100px 0;
}
#index-body .advance .container {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#index-body .advance .container .left {
  width: 42%;
}
#index-body .advance .container .right {
  width: 54%;
}
#index-body .advance .container .right .title {
  font-size: 48px;
}
#index-body .advance .container .right .des {
  margin-top: 15px;
  font-family: 'Poppins-Regular';
  font-size: 16px;
}
#index-body .advance .container .right .cont {
  margin-top: 50px;
  position: relative;
  height: 410px;
}
#index-body .advance .container .right .cont > div {
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 0;
  width: 890px;
  padding: 25px;
  box-shadow: 0 0 5px 0 #f1f1f1;
  display: flex;
}
#index-body .advance .container .right .cont > div .list {
  width: 33%;
}
#index-body .advance .container .right .cont > div .list:last-child .top {
  border-right: none;
}
#index-body .advance .container .right .cont > div .list:last-child .bottom {
  border-right: none;
}
#index-body .advance .container .right .cont > div .list > div {
  height: 180px;
}
#index-body .advance .container .right .cont > div .list > div:hover img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .advance .container .right .cont > div .list > div img {
  height: 60px;
  display: block;
  margin: auto;
  margin-top: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .advance .container .right .cont > div .list > div .top_text {
  margin-top: 30px;
  text-align: center;
  color: #0952b6;
  font-size: 18px;
}
#index-body .advance .container .right .cont > div .list .top {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
#index-body .advance .container .right .cont > div .list .top::before {
  content: '';
  display: table;
}
#index-body .advance .container .right .cont > div .list .bottom {
  border-right: 1px solid #d0d0d0;
}
#index-body .advance .container .right .cont > div .list .bottom::before {
  content: '';
  display: table;
}
#index-body .advance .container .right .cont > div .list .bottom .text_1 {
  font-size: 48px;
  color: #ff8521;
  text-align: center;
  margin-top: 60px;
  line-height: 1;
}
#index-body .advance .container .right .cont > div .list .bottom .text_2 {
  font-size: 18px;
  color: #ff8521;
  text-align: center;
  margin-top: 40px;
}
#index-body .contact {
  padding: 40px 0;
  background-image: url('/ryseals/2021/11/09/index_10-1.jpg');
  background-size: auto 100% ;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
#index-body .contact .container {
  width: 1200px;
  color: #fff;
}
#index-body .contact .container .title {
  font-size: 48px;
  text-align: center;
}
#index-body .contact .container form {
  display: flex;
  flex-wrap: wrap;
}
#index-body .contact .container form input {
  margin-top: 20px;
  width: 48%;
  padding: 10px;
  font-family: 'Rajdhani-Regular';
  background: inherit;
  font-size: 18px;
  color: #f0f0f0;
  border: none;
  border-bottom: #f0f0f0 solid 2px;
}
#index-body .contact .container form input::placeholder {
  color: #f0f0f0;
}
#index-body .contact .container form .mail {
  margin-left: 4%;
}
#index-body .contact .container form .message {
  width: 100%;
}
#index-body .contact .container form .submit_btn {
  border: #f0f0f0 solid 2px;
  padding: 10px 70px;
  margin: auto;
  margin-top: 50px;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
#index-body .contact .container form .submit_btn:hover {
  color: #0952b6;
  background: #fff;
}
#index-body .news {
  padding: 140px 0;
}
#index-body .news .container {
  width: 1300px;
}
#index-body .news .container .title_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .news .container .title_cont .title {
  font-size: 48px;
}
#index-body .news .container .title_cont .title_2 {
  font-size: 18px;
  width: 29%;
  text-align: right;
}
#index-body .news .container .content_cont {
  margin-top: 50px;
  position: relative;
}
#index-body .news .container .content_cont .swiper-container {
  padding: 10px;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide {
  height: 300px;
  box-shadow: 0 0 10px 0 #97979710;
  position: relative;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide:hover .img {
  opacity: 1;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide:hover .cat_name {
  color: #fff;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide:hover .title {
  color: #fff;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide:hover .des {
  color: #fff;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide:hover .time {
  color: #fff;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .img img {
  height: 100%;
  max-width: inherit;
  min-width: 100%;
  display: block;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .cat_name {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #0952b6;
  width: 40%;
  text-align: center;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .title {
  position: relative;
  font-size: 20px;
  margin: auto;
  margin-top: 20px;
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .title:hover {
  color: #6e9ddf;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .des {
  position: relative;
  color: #747474;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  width: 90%;
  margin: auto;
  display: block;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .des:hover {
  color: #6e9ddf;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin: auto;
  width: 90%;
  margin-top: 40px;
  justify-content: space-between;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
  font-size: 16px;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .bottom a {
  display: block;
  text-align: center;
  background: #ff7300;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  line-height: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .bottom a:hover {
  background-color: #0952b6;
}
#index-body .news .container .content_cont .prev,
#index-body .news .container .content_cont .next {
  position: absolute;
  right: -80px;
  top: 120px;
  font-size: 50px;
  color: #747474;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .content_cont .prev:hover,
#index-body .news .container .content_cont .next:hover {
  color: #0952b6;
}
#index-body .news .container .content_cont .prev {
  left: -80px;
}
#index-body .news .container .content_cont .swiper-button-disabled {
  opacity: 0.3;
}
#index-body .news .container .content_cont .swiper-button-disabled:hover {
  color: #747474;
}
#footer {
  background: #0952b6;
  padding: 0 100px;
  padding-bottom: 60px;
}
#footer::before {
  content: '';
  display: table;
}
#footer a {
  display: block;
}
#footer img {
  display: block;
}
#footer .container {
  box-shadow: 0 0 10px 0 #97979710;
  background: #fff;
  padding: 40px 100px;
  margin-top: -60px;
}
#footer .container .footer_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .container .footer_top .logo {
  width: 130px;
}
#footer .container .footer_top .logo img {
  width: 100%;
}
#footer .container .footer_top div {
  width: 900px;
  margin-left: 50px;
  font-size: 14px;
}
#footer .container .footer_bottom {
  margin-top: 50px;
  display: flex;
}
#footer .container .footer_bottom .list_cont {
  width: 30%;
}
#footer .container .footer_bottom .list_cont>.menu-menu-container{
  margin-top: 20px;
}
#footer .container .footer_bottom .list_cont:first-child {
  width: 20%;
}
#footer .container .footer_bottom .list_cont:nth-child(2) li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#footer .container .footer_bottom .list_cont:nth-child(2) li img {
  width: 5%;
  margin-top: -1px;
}
#footer .container .footer_bottom .list_cont:nth-child(2) li span {
  width: 92%;
  font-size: 16px;
  margin-left: 3%;
}
#footer .container .footer_bottom .list_cont li {
  margin-top: 10px;
}
#footer .container .footer_bottom .list_cont:nth-child(2) li:first-child{
  margin-bottom: 20px;
}
#footer .container .footer_bottom .list_cont li:first-child {
  margin-top: 0;
  font-family: 'Rajdhani-Medium';
  font-size: 24px;
  font-weight: bold;
}
#footer .container .footer_bottom .list_cont li a {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .footer_bottom .list_cont li a:hover {
  color: #0952b6;
}
#footer .container .footer_bottom .right {
  margin-left: auto;
  width: 45%;
}
#footer .container .footer_bottom .right .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: #222222 solid 1px;
  padding-bottom: 30px;
  padding-right: 40px;
}
#footer .container .footer_bottom .right .info .title_1 {
  font-size: 24px;
  font-family: 'Poppins-Regular';
}
#footer .container .footer_bottom .right .info .friend_link {
  display: flex;
  align-items: center;
}
#footer .container .footer_bottom .right .info .friend_link a {
  margin-left: 20px;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 1;
  color: #000;
  background: linear-gradient(to left, #000000, #000000) left top no-repeat, linear-gradient(to bottom, #000000, #000000) left top no-repeat, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) right top no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) right top no-repeat, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) left bottom no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) left bottom no-repeat, linear-gradient(to left, #000000, #000000) right bottom no-repeat, linear-gradient(to left, #020202, #000000) right bottom no-repeat;
  background-size: 1px 0px, 0px 1px, 1px 0px, 0px 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .footer_bottom .right .info .friend_link a:hover {
  background-size: 2px 15px, 15px 2px, 2px 15px, 15px 2px;
}
#footer .container .footer_bottom .right .info #qrcode {
  width: 100px;
  margin-left: auto;
}
#footer .container .footer_bottom .right .info #qrcode img {
  width: 100%;
}
#footer .container .footer_bottom .right .copy_right {
  margin-top: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
}
#footer .container .footer_bottom .right .copy_right > div{
  width: 100%;
}
#footer .container .footer_bottom .right .copy_right a {
  margin-left: 10px;
  height: 14px;
  color: #000;
}
#footer .container .footer_bottom .right .copy_right a img {
  height: 100%;
}
@media (max-width: 1500px) {
  #index-body .news .container .content_cont .next {
    right: -10px;
  }
  #index-body .news .container .content_cont .prev {
    left: -10px;
  }
  #footer .container .footer_top .logo {
    width: 12%;
  }
  #footer .container .footer_top div {
    width: 85%;
    margin-left: auto;
  }
}
@media (max-width: 1400px) {
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title_tips {
    font-size: 13vw;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
    font-size: 9vw;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
    font-size: 1.4vw;
  }
  #index-body .product .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  #header .nav {
    padding: 0 2vw;
  }
  #header .nav .container .menu-box .menu > li {
    margin-left: 5vw;
  }
  #index-body .about .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 div .title {
    line-height: 1.2;
  }
  #index-body .advance .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .advance .container .right .cont > div {
    width: 80vw;
  }
  #index-body .news .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  #index-body .contact .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title_tips {
    width: 90vw;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
    width: 57vw;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
    width: 40vw;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more {
    margin-top: 3vw;
    padding: 1vw 2vw;
  }
  #footer {
    padding: 0 50px;
    padding-bottom: 50px;
  }
  #footer .container {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #index-body .about .container {
    flex-wrap: wrap;
  }
  #index-body .about .container .left {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #index-body .about .container .left .n1,
  .n2 {
    display: none;
  }
  #index-body .about .container .left .n3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #index-body .about .container .right {
    width: 100%;
    text-align: center;
  }
  #index-body .about .container .right .more {
    margin: auto;
    margin-top: 50px;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 div .title {
    font-size: 30px;
  }
  #index-body .advance .container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #index-body .advance .container .left {
    width: 50%;
  }
  #index-body .advance .container .right {
    width: 100%;
    height: auto;
  }
  #index-body .advance .container .right .title {
    text-align: center;
  }
  #index-body .advance .container .right .des {
    text-align: center;
  }
  #index-body .advance .container .right .cont > div {
    width: 100%;
    position: relative;
  }
  #index-body .news .container .title_cont .title_2 {
    width: 50%;
  }
  #footer .container .footer_bottom .list_cont:first-child {
    display: none;
  }
  #footer .container .footer_bottom .list_cont {
    width: 50%;
  }
  #footer .container .footer_bottom .right .info .friend_link a {
    margin-left: 10px;
  }
  #footer .container .footer_bottom .right .info {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
    font-size: 20px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
    font-size: 14px;
    margin-top: -55px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
    font-size: 12px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .more {
    font-size: 12px;
    padding: 5px 10px;
  }
  #banner .container .swiper-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2px;
  }
  #banner .container .swiper-container .swiper-pagination-bullet-active {
    height: 10px;
  }
  #index-body .about {
    padding: 20px 0;
  }
  #index-body .about .container {
    padding: 0 10px;
  }
  #index-body .about .container .right .title {
    font-size: 20px;
    margin-top: 10px;
  }
  #index-body .about .container .right .des {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
  }
  #index-body .about .container .right .more {
    margin-top: 20px;
  }
  #index-body .product {
    padding: 20px 0;
  }
  #index-body .product .container {
    padding: 0 10px;
  }
  #index-body .product .container .swiper-container {
    padding-bottom: 40px;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 div {
    text-align: center;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 div .title {
    font-size: 20px ;
    text-align: center;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 div .des {
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
    text-align: center;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 div .more {
    font-size: 12px;
    margin: auto;
    margin-top: 10px;
    padding: 5px 10px;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .n1 {
    height: 260px;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 260px;
  }
  #index-body .product .container .swiper-container .swiper-wrapper .swiper-slide .cont div .text {
    font-size: 16px;
  }
  #index-body .product .container .swiper-container .swiper-pagination-bullet {
    margin: 0 2px;
    width: 5px;
    height: 5px;
  }
  #index-body .product .container .swiper-container .swiper-pagination-bullet-active {
    height: 10px;
  }
  #index-body .advance {
    padding: 20px 0;
  }
  #index-body .advance .container {
    padding: 0 10px;
  }
  #index-body .advance .container .left {
    width: 60%;
  }
  #index-body .advance .container .right .title {
    font-size: 20px;
    margin-top: 10px;
  }
  #index-body .advance .container .right .des {
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
  }
  #index-body .advance .container .right .cont {
    margin-top: 10px;
    height: 240px;
  }
  #index-body .advance .container .right .cont > div {
    padding: 10px;
  }
  #index-body .advance .container .right .cont > div .list > div {
    height: 110px;
  }
  #index-body .advance .container .right .cont > div .list > div img {
    height: 30px;
    margin-top: 20px;
  }
  #index-body .advance .container .right .cont > div .list > div .top_text {
    margin-top: 15px;
    font-size: 16px;
  }
  #index-body .advance .container .right .cont > div .list .bottom .text_1 {
    font-size: 20px;
    margin-top: 20px;
  }
  #index-body .advance .container .right .cont > div .list .bottom .text_2 {
    margin-top: 20px;
    font-size: 14px;
  }
  #index-body .contact {
    padding: 20px 0;
  }
  #index-body .contact .container {
    padding: 0 10px;
  }
  #index-body .contact .container .title {
    font-size: 20px;
  }
  #index-body .contact .container form input {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border-bottom-width: 1px;
  }
  #index-body .contact .container form .mail {
    margin-left: 0;
  }
  #index-body .contact .container form .submit_btn {
    font-size: 14px;
    padding: 5px 30px;
    margin-top: 20px;
  }
  #index-body .news {
    padding: 20px 0;
  }
  #index-body .news .container {
    padding: 0 10px;
  }
  #index-body .news .container .title_cont {
    flex-wrap: wrap;
    text-align: center;
  }
  #index-body .news .container .title_cont .title {
    width: 100%;
  }
  #index-body .news .container .title_cont .title_2 {
    width: 100%;
    text-align: center;
  }
  #index-body .news .container .content_cont {
    margin-top: 20px;
  }
  #index-body .news .container .content_cont .prev,
  #index-body .news .container .content_cont .next {
    font-size: 20px;
    width: 10px;
    top: 135px;
  }
  #index-body .news .container .title_cont .title {
    font-size: 20px;
  }
  #index-body .news .container .title_cont .title_2 {
    font-size: 12px;
  }
  #index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 250px;
  }
  #index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .cat_name {
    font-size: 14px;
  }
  #index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 14px;
  }
  #index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .des {
    font-size: 12px;
  }
  #index-body .news .container .content_cont .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
    font-size: 14px;
  }
  #footer {
    margin-top: 60px;
    padding: 0 10px;
    padding-bottom: 10px;
  }
  #footer .container {
    padding: 10px;
  }
  #footer .container .footer_top {
    justify-content: center;
  }
  #footer .container .footer_top .logo {
    width: 40%;
  }
  #footer .container .footer_top div {
    width: 100%;
    margin-left: 0;
    text-align: center;
    line-height: 2;
    margin-top: 10px;
    font-size: 12px;
  }
  #footer .container .footer_bottom {
    margin-top: 10px;
  }
  #footer .container .footer_bottom {
    flex-wrap: wrap;
  }
  #footer .container .footer_bottom .list_cont {
    width: 100%;
  }
  #footer .container .footer_bottom .list_cont li:first-child {
    text-align: center;
    font-size: 20px;
    justify-content: center;
  }
  #footer .container .footer_bottom .list_cont:nth-child(2) li img {
    width: 12px;
  }
  #footer .container .footer_bottom .list_cont:nth-child(2) li span {
    font-size: 12px;
  }
  #footer .container .footer_bottom .right {
    width: 100%;
    font-size: 12px;
  }
  #footer .container .footer_bottom .right .copy_right {
    font-size: 12px;
    margin-top: 20px;
  }
  #footer .container .footer_bottom .right .copy_right a {
    font-size: 12px;
    height: 12px;
    margin-top: 5px;
    margin-left: 5px;
  }
}
