@font-face {
  font-family: 'FrankRuhlLibre-Regular';
  src: url(../fonts/FrankRuhlLibre-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'FrankRuhlLibre-Bold';
  src: url(../fonts/FrankRuhlLibre-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Quattrocento-Regular';
  src: url(../fonts/Quattrocento-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Quattrocento-Bold';
  src: url(../fonts/Quattrocento-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url(../fonts/PlayfairDisplay-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype');
}

#ewm{
  width: 150px;
  margin-left: 15%;
}
#ewm img{
  width: 100%;
}
.main-map{
			position: relative;
		}
        .main-map .info {
            border: solid 1px silver;
        }
        div.info-top {
            position: relative;
            background: none repeat scroll 0 0 #F9F9F9;
            border-bottom: 1px solid #CCC;
            border-radius: 5px 5px 0 0;
        }
        div.info-top div {
            display: inline-block;
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            line-height: 31px;
            padding: 0 10px;
        }
        div.info-top img {
            position: absolute;
            top: 10px;
            right: 10px;
            transition-duration: 0.25s;
        }
        div.info-top img:hover {
            box-shadow: 0px 0px 5px #000;
        }
        div.info-middle {
            font-size: 12px;
            padding: 6px;
            line-height: 20px;
        }
        div.info-bottom {
            height: 0px;
            width: 100%;
            clear: both;
            text-align: center;
        }
        div.info-bottom img {
            position: relative;
            z-index: 104;           
        }
        .main-map span {
            margin-left: 5px;
            font-size: 11px;
        }
        .info-middle img {
            margin-bottom: 6px;
        }
		.amap-info>div{
			width:100%;
					}
#banner .swiper-container{
  overflow: inherit;
}
#layui_img{
  text-align: center;
  padding: 50px;
}
#layui_img img{
  width: 100%;
  max-width: 500px;
}
.cir_btn {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #bd6f51;
}
.cir_btn:hover {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#header .h-top {
  background-color: #bd6f51;
}
#header .h-top .container {
  padding: 15px 0;
  width: 1400px;
  margin: auto;
  display: flex;
}
#header .h-top .container div {
  font-size: 18px;
  color: #fff;
  font-family: 'FrankRuhlLibre-Regular';
}
#header .h-top .container div:last-child {
  margin-left: 20px;
  font-family: 'FrankRuhlLibre-Bold';
}
#header .h-bottom {
  display: flex;
  border-bottom: #bdbdbd dashed 1px;
  padding: 15px 0;
}
#header .h-bottom .container {
  padding: 0;
  display: flex;
  width: 1400px;
  align-items: center;
}
#header .h-bottom .container .logo {
  width: 240px;
  display: block;
}
#header .h-bottom .container .logo img {
  width: 100%;
}
#header .h-bottom .container .search {
  width: 18px;
  margin-left: auto;
  cursor: pointer;
}
#header .h-bottom .container .lang {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .h-bottom .container>.lang{
  margin-left: 50px;
  z-index: 4;
}
#header .h-bottom .container .lang img {
  width: 20px;
  height: 14px;
  margin-top: -2px;
}
#header .h-bottom .container .lang div {
  color: #666666;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
  margin-left: 10px;
}
#header .h-bottom .container .lang i {
  color: #858585;
  margin-left: 5px;
}
#header .h-bottom .container .lang ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 130px;
  z-index: 1;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: all 0.5s;
  perspective: 500px;
  flex-wrap: wrap;
}
#header .h-bottom .container .lang ul li {
  width: 100%;
}
#header .h-bottom .container .lang ul li a {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Quattrocento-Regular';
  font-size: 14px;
  padding: 5px;
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
#header .h-bottom .container .lang ul li a:hover {
  background-color: #bd6f51;
}
#header .h-bottom .container .lang:hover ul {
  transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav {
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 2;
  float: left;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li.s_excellent-process-design{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li .sublin {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li .sublin div {
  width: 0;
  height: 4px;
  background-color: #bd6f51;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active>.sublin{
  opacity: 1;
}

#header .nav .ui.menu .menu-box ul.menu > li.active .sublin div {
  width: 60px;
}
#header .nav .ui.menu .menu-box ul.menu > li.active>a{
  color: #bd6f51;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover .sublin {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover .sublin div {
  width: 60px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 50px;
  color: #666666;
  transition: all 0.5s;
  font-family: 'Quattrocento-Regular';
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: #bd6f51;
}
#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;
  background: #fff;
  top: 100%;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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 #bd6f51;
  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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  text-align: center;
}
#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 ul.sub-menu:nth-child(3) {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu:nth-child(4) {
  display: none;
}
#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 > .s_product .sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(3) {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) {
  width: 1400px;
  left: -580px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 50px 0;
  flex-wrap: wrap;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li {
  padding: 0;
  width: 141px;
  margin-left: 120px;
  position: relative;
}



#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li:first-child {
  margin-left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li:hover {
  background-color: inherit;
  color: #bd6f51;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li:hover > a {
  transform: translateX(-20px) scale(0.8);
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li:hover > a img {
  filter: grayscale(0);
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li:hover > a div {
  color: #bd6f51;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li:hover .menu_2 {
  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;
  box-shadow: none;
  border: none;
  width:180px;
  height: 215px;
  top: -50px;
  display: flex;
  align-items: center;
  left: 80px;
}

#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li a {

  transition: all 0.5s;
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li a img {
  width: 75px;
  display: block;
  margin: auto;
  filter: grayscale(1);
  transition: all 1s;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li a div {
  text-align: center;
  font-family: 'PlayfairDisplay-Bold';
  font-size: 18px;
  color: #8c8c8c;
  transition: all 1s;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li .menu_2 {
  position: absolute;
  top: 0;
  left: 115px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  font-size: 15px;
  background: unset;
  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 #eb623a;
  transition: all 0.5s;
  z-index: 999;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li .menu_2 li {
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li .menu_2 li:hover {
  background: #eb9d7e;
  
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li .menu_2 li a {
  transition: all 0.5s;
  padding: 0 10px;
  line-height: 30px;
  text-align: left;
}
#header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) > li .menu_2 li a:hover{
  color: #fff;
}
#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="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="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#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;
}
#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%;
  font-family: 'PlayfairDisplay-Regular';
  font-weight: bold;
}
#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 a {
  font-family: 'Montserrat-ExtraLight';
}
#mobile .menu-content .mob-yuy a e {
  font-family: 'Montserrat-ExtraLight';
}
#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;
  z-index: 999;
}
#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;
}
#banner {
  position: relative;
  width: 100%;
  height: 800px;
  border-bottom: #ccc dashed 1px;
  overflow: hidden;
}
#banner .swiper-container {
  width: 1400px;
  overflow: hidden;
}
#banner .swiper-container .swiper-wrapper {
  width: 100%;
}
#banner .swiper-container .swiper-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}
#banner .swiper-container .swiper-wrapper a img {
  width: 100%;
  height: 100%;
  display: block;
}
#banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .content .tips {
  font-family: 'PlayfairDisplay-Regular';
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 270px;
  z-index: -1;
  color: #f6f6f6;
  padding-left: 160px;
}
#banner .content .cont {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#banner .content .cont .left {
  width: 580px;
}
#banner .content .cont .left .title {
  font-family: 'PlayfairDisplay-Medium';
  font-size: 70px;
  color: #000;
}
#banner .content .cont .left .des {
  color: #000;
  font-family: 'Montserrat-Light';
  font-size: 20px;
  margin-top: 20px;
}
#banner .content .cont .left .more {
  display: block;
  text-align: center;
  color: #fff;
  width: 130px;
  padding: 15px 0;
  background-color: #bd6f51;
  margin-top: 30px;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.5s;
}
#banner .content .cont .left .more:hover {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#banner .content .cont .right {
  width: 610px;
}
#c_banner {
  width: 100%;
  position: relative;
}
#c_banner img {
  width: 100%;
}
#c_banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c_banner .content > div {
  width: 100%;
  margin: auto;
  font-family: 'PlayfairDisplay-Regular';
  padding-left: 13.5vw;
  padding-right: 3vw;
}
#c_banner .content > div .title {
  font-size: 70px;
}
#c_banner .content > div .crumbs {
  font-size: 19px;
  display: flex;
  align-items: flex-start;
}
#c_banner .content > div .crumbs i {
  color: #bd6f51;
  font-size: 18px;
  margin-top: 7px;
}
#c_banner .content > div .crumbs a {
  font-size: 18px;
  margin-left: 10px;
  color: #666666;
}
#c_banner .content > div .crumbs span {
  font-size: 18px;
  color: #666666;
}
#index-body .i-product_muen {
  margin: 100px 0;
}
#index-body .i-product_muen .container {
  width: 1600px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
#index-body .i-product_muen .container .list {
  width: 15%;
}
#index-body .i-product_muen .container .list:hover img {
  filter: grayscale(0);
}
#index-body .i-product_muen .container .list:hover div {
  color: #bf6a4c;
}
#index-body .i-product_muen .container .list img {
  height: 90px;
  margin: auto;
  display: block;
  filter: grayscale(1);
  transition: all 0.5s;
}
#index-body .i-product_muen .container .list div {
  color: #8c8c8c;
  font-size: 24px;
  text-align: center;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .i_product {
  padding: 20px 0;
}
#index-body .i_product .container {
  width: 1600px;
}
#index-body .i_product .container .title {
  font-family: 'PlayfairDisplay-Regular';
  color: #333333;
  font-size: 100px;
}
#index-body .i_product .container .list_cont {
  position: relative;
  margin-top: 110px;
}
#index-body .i_product .container .list_cont .swiper-container {
  width: 1360px;
  padding: 0 40px;
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .img {
  width: 100%;
  background-color: #fdf7f0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .img:hover img {
  transform: scale(1.2);
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .img img {
  width: 80%;
  transition: all 0.5s;
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .title {
  color: #333;
  font-size: 24px;
  font-family: 'FrankRuhlLibre-Bold';
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 40px;
  transition: all 0.5s;
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .title:hover {
  color: #ebd4ca;
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .des {
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Quattrocento-Regular';
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 40px;
  transition: all 0.5s;
  text-overflow:ellipsis;
  word-break: break-word;
}
#index-body .i_product .container .list_cont .swiper-container .swiper-slide .des:hover {
  color: #ebd4ca;
}
#index-body .i_product .container .list_cont .prev,
#index-body .i_product .container .list_cont .next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 220px;
  left: 80px;
  background-color: #ebd4ca;
  cursor: pointer;
  transition: all 0.5s;
}
#index-body .i_product .container .list_cont .prev:hover,
#index-body .i_product .container .list_cont .next:hover {
  background-color: #eb9d7e;
}
#index-body .i_product .container .list_cont .prev span,
#index-body .i_product .container .list_cont .next span {
  color: #fff;
  font-size: 20px;
  transform: scale(1, 2);
  margin-top: -5px;
}
#index-body .i_product .container .list_cont .next {
  left: unset;
  right: 80px;
}
#index-body .i-about .container {
  width: 1700px;
  padding: 0;
  margin: 120px 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 650px;
}
#index-body .i-about .container .left {
  width: 1150px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-about .container .left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .i-about .container .left .play {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
#index-body .i-about .container .left .play:hover {
  background-color: #bd6f51;
}
#index-body .i-about .container .left .play:hover span {
  color: #fff;
}
#index-body .i-about .container .left .play::before {
  content: '';
  -webkit-animation: ripple 2s infinite;
  -moz-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
  width: 110%;
  height: 110%;
  background: #fff;
  top: 45px;
  left: 45px;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 414px) {
  #index-body .i-about .container .left .play::before {
    top: 15px;
    left: 15px;
  }
}
#index-body .i-about .container .left .play span {
  color: #bd6f51;
  font-size: 40px;
  transform: rotate(90deg);
  margin-left: 10px;
  transition: all 0.5s;
}
#index-body .i-about .container .right {
  width: 450px;
  margin-left: 50px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-about .container .right img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .i-about .container .right div {
  z-index: 1;
  font-family: 'FrankRuhlLibre-Bold';
  font-size: 48px;
  color: #fff;
  padding: 0 60px;
}
#index-body .i-about_detail .container {
  width: 1600px;
  display: flex;
  justify-content: space-between;
}
#index-body .i-about_detail .container .left {
  width: 750px;
}
#index-body .i-about_detail .container .left .title {
  display: flex;
}
#index-body .i-about_detail .container .left .title .img {
  width: 60px;
  height: 60px;
  background-color: #bd6f51;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
#index-body .i-about_detail .container .left .title .text {
  margin-left: 20px;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 55px;
}
#index-body .i-about_detail .container .left .img_2 {
  display: none;
}
#index-body .i-about_detail .container .left .des {
  width: 100%;
  margin-top: 30px;
  font-family: 'Montserrat-Light';
  font-size: 16px;
  overflow-y: auto;
  height: 260px;
  text-align: justify;
}
#index-body .i-about_detail .container .left .more {
  width: 160px;
  padding: 10px 0;
  display: block;
  background-color: #bd6f51;
  text-align: center;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
#index-body .i-about_detail .container .right {
  position: relative;
  width: 680px;
}
#index-body .i-about_detail .container .right .subline {
  width: 400px;
  height: 80px;
  background-color: #bd6f51;
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .i-about_detail .container .right .subline:nth-child(2) {
  top: unset;
  bottom: 0;
  left: 0;
}
#index-body .i-about_detail .container .right img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 30px;
}
#index-body .i-advance {
  margin-top: 120px;
}
#index-body .i-advance .container {
  width: 1600px;
  display: flex;
  justify-content: space-around;
}
#index-body .i-advance .container .list {
  width: 23%;
}
#index-body .i-advance .container .list:hover .img {
  transform: rotate(360deg);
}
#index-body .i-advance .container .list .img {
  margin: auto;
  width: 110px;
  background-color: #bd6f51;
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}
#index-body .i-advance .container .list .img img {
  height: 60px;
}
#index-body .i-advance .container .list .title {
  color: #333333;
  font-family: 'FrankRuhlLibre-Bold';
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
}
#index-body .i-advance .container .list .des {
  font-size: 16px;
  font-family: 'Quattrocento-Regular';
  text-align: center;
}
#index-body .i-excellent {
  margin-top: 170px;
}
#index-body .i-excellent .container {
  width: 1150px;
}
#index-body .i-excellent .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-excellent .container .title .img {
  background-color: #bd6f51;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-excellent .container .title div {
  margin-left: 20px;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 50px;
}
#index-body .i-excellent .container .swiper-container {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
}
#index-body .i-excellent .container .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .i-excellent .container .swiper-container .swiper-slide .left {
  position: absolute;
  top: 15px;
  left: 40px;
  width: 230px;
  height: 230px;
}
#index-body .i-excellent .container .swiper-container .swiper-slide .left img {
  width: 100%;
  height: 100%;
}
#index-body .i-excellent .container .swiper-container .swiper-slide .left img:nth-child(2) {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 40px;
}
#index-body .i-excellent .container .swiper-container .swiper-slide .right {
  width: 920px;
  background-color: #fdf7f0;
  padding: 100px 80px;
  margin-left: auto;
  font-family: 'Quattrocento-Regular';
  color: #666666;
  font-size: 20px;
  text-align: center;
  word-break: break-word;
}
#index-body .i-excellent .container .swiper-container .swiper-pagination-bullet-active {
  background-color: #bd6f51;
}
#index-body .i-news {
  margin-top: 130px;
}
#index-body .i-news .container {
  width: 1600px;
}
#index-body .i-news .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-news .container .title .img {
  background-color: #bd6f51;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-news .container .title .img img {
  height: 30px;
}
#index-body .i-news .container .title .text {
  margin-left: 20px;
  font-family: 'PlayfairDisplay-Regular';
  color: #333;
  font-size: 50px;
}
#index-body .i-news .container .cont {
  display: flex;
  justify-content: space-between;
}
#index-body .i-news .container .cont .swiper-container {
  height: 665px;
  margin-top: 70px;
  width: 1000px;
  margin-left: 0;
}
#index-body .i-news .container .cont .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
#index-body .i-news .container .cont .swiper-container .swiper-slide {
  width: 50%;
  transition: all 0.5s;
  display: flex;
}
#index-body .i-news .container .cont .swiper-container .swiper-slide a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-news .container .cont .swiper-container .swiper-slide a img {
  display: block;
  width: 100%;
}
#index-body .i-news .container .cont .swiper-container .swiper-slide-next {
  width: 55%;
}
#index-body .i-news .container .cont .swiper-container .swiper-slide-active {
  width: 40%;
}
#index-body .i-news .container .cont .right {
  width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0;
}
#index-body .i-news .container .cont .right .title_2 {
  font-family: 'FrankRuhlLibre-Regular';
  font-size: 34px;
  color: #1f1a17;
  height: auto;
}
#index-body .i-news .container .cont .right .time {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#index-body .i-news .container .cont .right .time img {
  width: 22px;
}
#index-body .i-news .container .cont .right .time div {
  font-family: 'FrankRuhlLibre-Bold';
  font-size: 15px;
  color: #1f1a1781;
  margin-left: 10px;
}
#index-body .i-news .container .cont .right .des {
  font-family: 'Quattrocento-Regular';
  color: #333333d8;
  font-size: 16px;
  margin-top: 30px;
  word-break: break-word;
}
#index-body .i-responsibilities {
  margin-top: 200px;
}
#index-body .i-responsibilities .container {
  width: 1600px;
  margin-left: auto;
  display: flex;
  margin-right: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
#index-body .i-responsibilities .container .left {
  width: 42%;
}
#index-body .i-responsibilities .container .left > img {
  width: 130px;
  display: block;
}
#index-body .i-responsibilities .container .left .title {
  margin-top: 50px;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 48px;
  color: #333333;
}
#index-body .i-responsibilities .container .left .des {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
#index-body .i-responsibilities .container .right {
  width: 55%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .i-responsibilities .container .right img {
  width: 32%;
}
#index-body .i-contact {
  margin-top: 90px;
  margin-bottom: 60px;
}
#index-body .i-contact .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .i-contact .container .title .img {
  background-color: #bd6f51;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .i-contact .container .title .text {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 50px;
  margin-left: 30px;
}
#footer > .top {
  background-color: #f6f6f6;
  padding: 90px 0;
}
#footer > .top .cont {
  width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#footer > .top .cont .left {
  width: 300px;
}
#footer > .top .cont .left .logo {
  width: 200px;
  display: block;
}
#footer > .top .cont .left .logo img {
  display: block;
  width: 100%;
}
#footer > .top .cont .left .tips {
  margin-top: 30px;
  font-size: 18px;
  color: #3333339f;
  font-family: 'Quattrocento-Regular';
}
#footer > .top .cont .left .link_cont {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#footer > .top .cont .left .link_cont a {
  font-size: 20px;
  background-color: #bd6f51;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  transition: all 0.5s;
}
#footer > .top .cont .left .link_cont a:first-child {
  margin-left: 0;
}
#footer > .top .cont .left .link_cont a:hover {
  background-color: #000;
  color: #bd6f51;
  box-shadow: 0 0 2px 2px #bd6f51;
}
#footer > .top .cont .right {
  width: 900px;
  display: flex;
  justify-content: space-around;
}
#footer > .top .cont .right .list_cont {
  width: 200px;
}
#footer > .top .cont .right .list_cont:last-child {
  width: 340px;
}
#footer > .top .cont .right .list_cont:last-child div {
  margin-top: 15px;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
  color: #333;
}
#footer > .top .cont .right .list_cont .list {
  display: block;
  font-size: 20px;
  font-family: 'Quattrocento-Regular';
  margin-top: 20px;
  transition: all 0.5s;
  border-width: 0;
  position: relative;
  font-size: 16px;
}
#footer > .top .cont .right .list_cont .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background-color: #bd6f51;
  height: 100%;
  transform: scale(0);
  transition: all 0.5s;
}
#footer > .top .cont .right .list_cont .list:hover {
  color: #bd6f51;
  padding-left: 5px;
}
#footer > .top .cont .right .list_cont .list:hover::before {
  content: '';
  transform: scale(1);
}
#footer > .top .cont .right .list_cont .list:first-child {
  display: inline-block;
  font-family: 'FrankRuhlLibre-Bold';
  font-size: 20px;
  color: #333;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: #c1785c solid 2px;
  margin-bottom: 10px;
  margin-top: 0;
}
#footer > .top .cont .right .list_cont .list:first-child:hover {
  padding-left: 0;
}
#footer > .top .cont .right .list_cont .list:first-child:hover::before {
  transform: scale(0);
}
#footer .bottom {
  background-color: #bd6f51;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quattrocento-Regular';
  flex-wrap: wrap;
}
#footer .bottom .copyright {
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
}
#footer .bottom a {
  margin-left: 15px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: 'Quattrocento-Regular';
}
#footer .bottom a img {
  height: 16px;
  display: block;
}
@media (max-width: 1700px) {
  #index-body .i-about .container {
    width: 100%;
  }
  #index-body .i-about .container {
    height: 40vw;
  }
  #index-body .i-about .container .left {
    width: 60%;
  }
  #index-body .i-about .container .right {
    width: 35%;
  }
}
@media (max-width: 1600px) {
  #index-body .i-product_muen .container {
    width: 100%;
  }
  #index-body .i_product .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .i_product .container .list_cont .prev {
    left: 10px;
  }
  #index-body .i_product .container .list_cont .next {
    right: 10px;
  }
  #index-body .i-about_detail .container {
    align-items: center;
    width: 100%;
  }
  #index-body .i-about_detail .container .left {
    width: 56%;
  }
  #index-body .i-about_detail .container .right {
    width: 40%;
    height: 30vw;
  }
  #index-body .i-about_detail .container .right .subline {
    width: 65%;
    height: 5vw;
  }
  #index-body .i-about_detail .container .right img {
    left: 2vw;
    width: 90%;
  }
  #index-body .i-advance .container {
    width: 100%;
  }
  #index-body .i-news .container {
    width: 100%;
  }
  #index-body .i-news .container .cont .swiper-container {
    width: 60%;
  }
  #index-body .i-news .container .cont .right {
    width: 37%;
  }
  #index-body .i-news .container .cont .right>div{
    width: 100%;
  }
  #index-body .i-news .container .cont .swiper-container {
    height: 42vw;
  }
  #index-body .i-responsibilities .container {
    width: 96%;
  }
}
@media (max-width: 1400px) {
  #banner .content .cont{
    padding: 0 10px;
  }
  .container{
    padding: 0 5vw;
  }
  #header .h-top .container {
    align-items: center;
    width: 100%;
    padding: 15px 10vw;
  }
  #banner .content .cont{
    padding: 0 10vw;
  }
  #banner .content .cont .left{
    width: 52%;
  }
    #index-body .i-about_detail .container .right .subline{
    top: 3vw;
  }
  #index-body .i-product_muen{
    margin: 4vw 0;
  }
  #index-body .i_product .container .list_cont{
    margin-top: 4vw;
  }
  #index-body .i-about .container{
    margin: 4vw 0;
  }
  #index-body .i-advance{
    margin-top: 4vw;
  }
  #index-body .i-excellent{
    margin-top: 4vw;
  }
  #index-body .i-news{
    margin-top: 4vw;
  }
  #index-body .i-news .container .cont .swiper-container{
    margin-top: 4vw;
  }
  #index-body .i-responsibilities{
    margin-top: 4vw;
  }
  #index-body .i-contact{
    margin: 4vw 0;
  }
  #index-body .i_product .container{
    padding: 0 5vw;
  }
  #header .h-bottom .container{
    padding: 0 10vw;
  }
  #header .nav .ui.menu {
    width: 100%;
  }
  #header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) {
    width: 90vw;
    left: -31vw;
    justify-content: space-around;
  }
  #banner {
    height: 58vw;
  }
  #header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) li {
    margin-left: 0;
  }
  #banner .content .cont {
    width: 100%;
  }
  #banner .content .tips {
    font-size: 18vw;
  }
  #banner .content .cont .left {
    width: 45%;
  }
  #banner .content .cont .left .title {
    font-size: 5vw;
  }
  #banner .content .cont .left .des {
    font-size: 1.6vw;
  }
  #banner .content .cont .left .more {
    font-size: 1.3vw;
    padding: 1vw 0;
  }
  #banner .content .cont .right {
    width: 40%;
  }
  #index-body .i_product .container .list_cont .swiper-container {
    width: 90%;
  }
  #index-body .i_product .container .list_cont .swiper-container .swiper-slide .img {
    height: 30vw;
  }
}
@media (max-width: 1300px) {
  #footer > .top .cont {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) {
    left: -28vw;
  }
  #header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) li a img {
    width: 55px;
  }
  #header .nav .ui.menu .menu-box ul.menu > .s_product .sub-menu:nth-child(4) li a div {
    font-size: 16px;
  }
  #banner .content .cont .left .title {
    font-size: 50px;
  }
  #banner .content .cont .left .des {
    font-size: 18px;
  }
  #index-body .i-product_muen {
    margin: 40px 0;
  }
  #index-body .i-product_muen .container .list img {
    height: 60px;
  }
  #index-body .i-product_muen .container .list div {
    font-size: 16px;
  }
  #index-body .i-about .container {
    margin: 60px 0;
  }
  #index-body .i_product .container .title {
    font-size: 80px;
  }
  #index-body .i_product .container .list_cont .swiper-container .swiper-slide .title {
    margin-top: 15px;
    font-size: 18px;
    padding: 0 20px;
  }
  #index-body .i_product .container .list_cont .swiper-container .swiper-slide .des {
    margin-top: 10px;
    padding: 0 20px;
  }
  #index-body .i-about .container .left .play {
    width: 45px;
    height: 45px;
  }
  #index-body .i-about .container .left .play span {
    font-size: 30px;
  }
  #index-body .i-about .container .right {
    margin-left: auto;
  }
  #index-body .i-about .container .right div {
    font-size: 28px;
  }
  #index-body .i-about .container .left .play::before {
    top: 22px;
    left: 23px;
  }
  #index-body .i-about_detail .container .left .title .text {
    font-size: 35px;
  }
  #index-body .i-advance {
    margin-top: 60px;
  }
  #index-body .i-excellent {
    margin-top: 60px;
  }
  #index-body .i-excellent .container {
    width: 100%;
  }
  #index-body .i-excellent .container .swiper-container .swiper-slide .left {
    top: 4vw;
    left: 2vw;
    width: 21vw;
    height: 21vw;
  }
  #index-body .i-excellent .container .swiper-container .swiper-slide .right {
    width: 85%;
    padding: 5vw 8vw;
  }
  #index-body .i-excellent .container .swiper-container .swiper-slide .left img:nth-child(2) {
    height: 60%;
    width: 60%;
  }
  #index-body .i-excellent .container .title div {
    font-size: 30px;
  }
  #index-body .i-news {
    margin-top: 80px;
  }
  #index-body .i-news .container .title .text {
    font-size: 30px;
  }
  #index-body .i-news .container .cont .swiper-container {
    margin-top: 40px;
  }
  #index-body .i-responsibilities {
    margin-top: 100px;
  }
  #index-body .i-responsibilities .container .left .title {
    font-size: 30px;
  }
  #index-body .i-contact .container .title .text {
    font-size: 30px;
  }
  #c_banner .content > div .title {
    font-size: 40px;
  }
  #c_banner .content > div .crumbs i {
    font-size: 16px;
  }
  #c_banner .content > div .crumbs a {
    font-size: 16px;
  }
  #c_banner .content > div .crumbs span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #c_banner{
      margin-top: 40px;
  }
  #footer > .top .cont .right .list_cont:nth-child(1) {
    display: none;
  }
  #footer > .top .cont .right .list_cont:nth-child(2) {
    display: none;
  }
  #footer > .top .cont {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  #c_banner .content > div{
    padding: 10px;
  }
  #layui_img{
  padding: 20px;
}
  #banner .content .tips {
    font-size: 5vw;
  }
  #banner .content .cont .left .title {
    font-size: 5vw;
  }
  #banner .content .cont .left .des {
    margin-top: 10px;
  }
  #banner .content .cont .left .more {
    margin-top: 2vw;
  }
  #banner .content .cont .right {
    margin-top: 5vw;
  }
  @keyframes Pinball {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-5vw);
    }
    100% {
      transform: translateY(0);
    }
  }
  #index-body .i-product_muen .container .list {
    width: 30%;
  }
  #index-body .i-product_muen .container .list:nth-child(n+3) {
    margin-top: 20px;
  }
  #index-body .i-product_muen .container .list img {
    display: block;
    margin: auto;
  }
  #index-body .i_product .container .title {
    font-size: 40px;
  }
  #index-body .i_product .container .list_cont {
    margin-top: 40px;
  }
  #index-body .i_product .container .list_cont .prev,
  #index-body .i_product .container .list_cont .next {
    top: 25vw;
  }
  #index-body .i-about .container {
    flex-wrap: wrap;
    height: auto;
    margin: 40px 0;
  }
  #index-body .i-about .container .left {
    width: 100%;
    height: 40vw;
  }
  #index-body .i-about .container .right {
    width: 100%;
    height: 40vw;
    margin-top: 10px;
  }
  #index-body .i-about .container .right div {
    padding: 0 20px;
  }
  #index-body .i-about_detail .container {
    flex-wrap: wrap;
  }
  #index-body .i-about_detail .container .left {
    width: 100%;
  }
  #index-body .i-about_detail .container .left .title {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  #index-body .i-news{
    margin-top: 20px
  }
  #index-body .i-contact .container .title{
    flex-wrap: wrap;
    text-align: center;
    }
  #index-body .i-excellent .container .title{
    flex-wrap: wrap;
    text-align: center;
  }
  #index-body .i-news .container .title{
    flex-wrap: wrap;
    text-align: center;
  }
  #index-body .i-about_detail .container .left .des {
    height: auto;
  }
  #index-body .i-about_detail .container .left .img_2 {
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 20px;
  }
  #index-body .i-about_detail .container .left .more {
    margin: auto;
    margin-top: 20px;
  }
  #index-body .i-about_detail .container .right {
    display: none;
    margin: auto;
  }
  #index-body .i-about_detail .container .right .subline {
    display: none;
  }
  #index-body .i-advance .container {
    flex-wrap: wrap;
  }
  #index-body .i-advance .container .list {
    width: 48%;
  }
  #index-body .i-advance .container .list:nth-child(n+3) {
    margin-top: 20px;
  }
  #index-body .i-advance .container .list .img {
    width: 80px;
    height: 80px;
  }
  #index-body .i-advance .container .list .img img {
    height: 40px;
  }
  #index-body .i-advance .container .list .title {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .i-excellent .container .swiper-container .swiper-slide .left {
    left: 0;
    top: 0;
  }
  #index-body .i-excellent .container .swiper-container .swiper-slide .left img:nth-child(2) {
    top: 5vw;
    left: 4vw;
  }
  #index-body .i-responsibilities {
    margin-top: 50px;
  }
  #index-body .i-responsibilities .container {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }
  #index-body .i-responsibilities .container .left {
    width: 100%;
    text-align: center;
  }
  #index-body .i-responsibilities .container .left > img {
    margin: auto;
  }
  #index-body .i-responsibilities .container .right {
    margin-top: 20px;
    justify-content: space-around;
    width: 100%;
  }
  #index-body .i-responsibilities .container .right img {
    width: 30%;
  }
  #footer > .top {
    padding: 50px 0;
  }
  #footer > .top .cont .left {
    width: 48%;
  }
  #footer > .top .cont .right {
    width: 48%;
  }
  #c_banner .content > div .title {
    font-size: 20px;
  }
  #c_banner .content > div .crumbs{
    font-size: 15px;
  }
  #c_banner .content > div .crumbs i {
    font-size: 14px;
    margin-top: 5px;
  }
  #c_banner .content > div .crumbs a {
    font-size: 14px;
    margin-left: 5px;
  }
  #c_banner .content > div .crumbs span {
    font-size: 14px;
  }
  .cir_btn {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .cir_btn:hover {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 414px) {
  #c_banner .content > div .crumbs i{
    margin-top: 3px;
  }
  #layui_img{
    padding: 10px;
  }
  .cir_btn {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .cir_btn:hover {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #banner .content .tips {
    font-size: 30px;
  }
  #banner .content .cont .left .title {
    font-size: 16px;
  }
  #banner .content .cont .left .des {
    margin-top: 5px;
    font-size: 12px;
  }
  #banner .content .cont .left .more {
    font-size: 12px;
    margin-top: 5px;
    width: 100px;
  }
  #banner .content .cont .right {
    width: 30%;
  }
  #index-body .i-product_muen .container .list {
    width: 40%;
  }
  #index-body .i-product_muen .container .list div {
    font-size: 13px;
  }
  #index-body .i_product .container .title {
    font-size: 20px;
  }
  #index-body .i_product .container .list_cont {
    margin-top: 20px;
  }
  #index-body .i_product .container .list_cont .prev,
  #index-body .i_product .container .list_cont .next {
    width: 20px;
    height: 20px;
  }
  #index-body .i_product .container .list_cont .prev span,
  #index-body .i_product .container .list_cont .next span {
    font-size: 12px;
  }
  #index-body .i_product .container .list_cont .swiper-container {
    width: 75%;
    padding: 0;
  }
  #index-body .i_product .container .list_cont .swiper-container .swiper-slide .img {
    height: 65vw;
  }
  #index-body .i_product .container .list_cont .prev,
  #index-body .i_product .container .list_cont .next {
    top: 40vw;
  }
  #index-body .i_product .container .list_cont .swiper-container .swiper-slide .title {
    margin-top: 5px;
    padding: 0 5px;
  }
  #index-body .i_product .container .list_cont .swiper-container .swiper-slide .des {
    margin-top: 5px;
    padding: 0 5px;
  }
  #index-body .i-about .container {
    margin: 20px 0;
  }
  #index-body .i-about .container .right div {
    font-size: 20px;
  }
  #index-body .i-about_detail .container .left .title .img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  #index-body .i-about_detail .container .left .title .img img {
    width: 50%;
  }
  #index-body .i-about_detail .container .left .title .text {
    font-size: 20px;
    margin-left: 10px;
  }
  #index-body .i-about_detail .container .left .des {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
  }
  #index-body .i-about_detail .container .left .more {
    margin-top: 10px;
    font-size: 14px;
    width: 110px;
    padding: 5px 0;
  }
  #index-body .i-advance {
    margin-top: 40px;
  }
  #index-body .i-advance .container .list {
    padding: 10px;
    width: 98%;
    border: #ccc dashed 1px;
  }
  #index-body .i-advance .container .list:nth-child(n+2) {
    margin-top: 20px;
  }
  #index-body .i-advance .container .list .des {
    font-size: 14px;
    line-height: 22px;
  }
  #index-body .i-excellent {
    margin-top: 30px;
  }
  #index-body .i-excellent .container .title .img {
    width: 30px;
    height: 30px;
  }
  #index-body .i-excellent .container .title .img img {
    width: 50%;
  }
  #index-body .i-excellent .container .title div {
    font-size: 20px;
  }
  #index-body .i-excellent .container .swiper-container {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  #index-body .i-excellent .container .swiper-container .swiper-slide .right {
    font-size: 13px;
    line-height: 26px;
  }
  #index-body .i-news .container .title .img {
    width: 30px;
    height: 30px;
  }
  #index-body .i-news .container .title .img img {
    height: auto;
    width: 50%;
  }
  #index-body .i-news .container .title .text {
    font-size: 20px;
    margin-left: 10px;
  }
  #index-body .i-news .container .cont {
    flex-wrap: wrap;
  }
  #index-body .i-news .container .cont .swiper-container {
    width: 100%;
    height: 75%;
    margin-top: 20px;
    min-height: 65vw;
  }
  #index-body .i-news .container .cont .right {
    width: 100%;
    order: -1;
    margin-top: 20px;
  }
  #index-body .i-news .container .cont .right .title_2 {
    font-size: 18px;
    text-align: center;
  }
  #index-body .i-news .container .cont .right .time {
    justify-content: center;
  }
  #index-body .i-news .container .cont .right .time img {
    width: 15px;
  }
  #index-body .i-news .container .cont .right .time div {
    margin-left: 10px;
    font-size: 13px;
  }
  #index-body .i-news .container .cont .right .des {
    margin-top: 10px;
    text-align: center;
  }
  #index-body .i-responsibilities .container .left > img {
    width: 60px;
  }
  #index-body .i-responsibilities {
    margin-top: 20px;
  }
  #index-body .i-responsibilities .container {
    padding: 10px;
  }
  #index-body .i-responsibilities .container .left .title {
    font-size: 20px;
    margin-top: 20px;
  }
  #index-body .i-responsibilities .container .left .des {
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
  }
  #index-body .i-responsibilities .container .right {
    margin-top: 10px;
  }
  #index-body .i-contact {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #index-body .i-contact .container .title .img {
    width: 30px;
    height: 30px;
  }
  #index-body .i-contact .container .title .img img {
    width: 50%;
    height: auto;
  }
  #index-body .i-contact .container .title .text {
    margin-left: 10px;
    font-size: 20px;
    max-width: 250px;
  }
  #footer > .top {
    padding: 30px 0;
  }
  #footer > .top .cont {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer > .top .cont .left {
    width: 100%;
  }
  #footer > .top .cont .left .logo {
    margin: auto;
  }
  #footer > .top .cont .left .tips {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }
  #footer > .top .cont .left .link_cont {
    margin-top: 10px;
    justify-content: center;
  }
  #footer > .top .cont .left .link_cont a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  #footer > .top .cont .right {
    width: 100%;
    margin-top: 10px;
  }
  #footer > .top .cont .right .list_cont .list:first-child {
    padding-bottom: 4px;
    margin-bottom: 4px;
    padding-right: 0;
    margin: auto;
    width: 100px;
    display: block;
    margin-top: 20px;
  }
  #footer > .top .cont .right .list_cont:last-child div {
    margin-top: 4px;
    line-height: 24px;
    font-size: 13px;
  }
  #footer .bottom {
    padding-bottom: 10px;
  }
  #footer .bottom .copyright {
    font-size: 13px;
    padding: 10px 0;
  }
  #footer .bottom a {
    font-size: 13px;
  }
  #footer .bottom a img {
    height: 13px;
  }
  #footer .bottom a a {
    margin-left: 5px;
  }
}
