@font-face {
  font-family: 'AGENCYR';
  src: url(https://www.cdcocn.com/template/en/fonts/AGENCYR.ttf) format('truetype'), url(https://www.cdcocn.com/template/en/fonts/AGENCYR.eot) format('eot'), url(https://www.cdcocn.com/template/en/fonts/AGENCYR.woff) format('woff'), url(https://www.cdcocn.com/template/en/fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(https://www.cdcocn.com/template/en/fonts/AGENCYB.ttf) format('truetype'), url(https://www.cdcocn.com/template/en/fonts/AGENCYB.eot) format('eot'), url(https://www.cdcocn.com/template/en/fonts/AGENCYB.woff) format('woff'), url(https://www.cdcocn.com/template/en/fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: 'Poppins', 'Playfair Display', sans-serif;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1430px;
  margin: auto;
}
#index-body .product.news .ui.container{
  max-width: 1430px;
}
#index-body .product.news{
  background-color: unset;
}
#index-body .news.product{
  padding: 30px 0 10px;
}
#index-body .product.news .pro-box{
  padding-top: 20px;
}
#header {
  z-index: 20;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.25rem;
  font-size: 18px;
  font-weight: 500;
  color: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #e77919;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e77919;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  font-size: 14px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 45px;
  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 #e77919;
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
  font-size: 14px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 1rem;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-phone {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #b68955;
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  cursor: pointer;
  cursor: hand;
}
#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(../image/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(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  height: 20px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../image/banner-l.png") no-repeat center;
  left: 5%;
}
#banner .slick-next {
  background: url("../image/banner-r.png") no-repeat center;
  right: 5%;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .product .pro-box ul.slick-dots {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .product .pro-box ul.slick-dots li {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin: 0 14px;
  padding: 0;
  border-radius: 50%;
  background-color: #C5C5C5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box ul.slick-dots li button {
  display: none;
}
#index-body .product .pro-box ul.slick-dots li.slick-active {
  background-color: #B1824A;
}
table {
  width: auto !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 10px;
  border: 1px solid #666;
  width: auto;
}
/*table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}*/
.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(https://www.cdcocn.com/template/en/images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../image/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../image/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../image/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-100%);
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul .slick-center li .text {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#banner ul li .text h3 {
  font-size: 80px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
}
#banner ul li .text h3 img {
  display: inline-block;
  vertical-align: middle;
}

#banner .item-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  text-align: center;
}
#banner .item-box .list {
  position: relative;
  display: inline-block;
  margin: 0 10px
}
#banner .item-box .list img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid rgba(177,130,74,.6);
}
#banner .item-box .list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .item-box .list.active::after {
  opacity: 0;
}


#index-body {
  overflow: hidden;
}
#index-body .con {
  font-size: 16px;
  line-height: 30px;
}
#index-body .about {
  padding: 8rem 0 0;
}
#index-body .about .grid-box.two .left {
  position: relative;
  vertical-align: middle;
  padding: 0 0 3rem 2.5rem;
  margin: 0 0 -3rem -2.5rem;
  background: url(../image/aboutbgc.png) no-repeat left bottom;
}
#index-body .about .grid-box.two .left .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#index-body .about .grid-box.two .left .about-top {
  position: absolute;
  top: 1rem;
  right: -3rem;
}
#index-body .about .grid-box.two .right {
  vertical-align: middle;
  padding-left: 5%;
}
#index-body .about .grid-box.two .right .text h4 {
  font-size: 26px;
  line-height: 1.6;
}
#index-body .about .grid-box.two .right .text h3 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-family: 'Playfair Display';
  font-weight: 700;
  line-height: 1.4;
}
#index-body .about .grid-box.two .right .text h3::after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background-color: #dcb95d;
}
#index-body .about .grid-box.two .right .text .con {
  line-height: 30px;
  font-size: 16px;
  padding: 1.5rem 0 3rem;
}
#index-body .about .grid-box.two .right .text .con h1{
  display: inline;
}
#index-body .about .grid-box.two .right .text .more a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  border: 3px solid #b1824a;
  color: #b1824a;
  padding: 15px 3rem;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .grid-box.two .right .text .more a::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #b1824a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .grid-box.two .right .text .more a:hover {
  color: #fff;
}
#index-body .about .grid-box.two .right .text .more a:hover::after {
  width: 105%;
}
#index-body .about .about-bottom {
  position: relative;
  padding: 4.5rem 0;
}
#index-body .about .about-bottom::after {
  z-index: -1;
  content: 'about us';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-family: 'Playfair Display';
  color: #f4f4f4;
}
#index-body .about .about-bottom .grid-box {
  margin: 0 -1rem;
}
#index-body .about .about-bottom .grid-box .column {
  padding: 0 1rem;
}
#index-body .about .about-bottom .grid-box .column .ig {
  text-align: center;
}
#index-body .about .about-bottom .grid-box .column .ig h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
  color: #e77919;
}
#index-body .about .about-bottom .grid-box .column .ig p {
  font-size: 16px;
  line-height: 30px;
}
#index-body .pro-cate .grid-box {
  height: 45vw;
}
#index-body .pro-cate .grid-box .left .ig {
  height: 45vw;
  overflow: hidden;
  position: relative;
}
#index-body .pro-cate .grid-box .left .ig img {
  object-fit: cover;
}
#index-body .pro-cate .grid-box .left .ig .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  max-width: 440px;
  margin: auto;
  color: #fff;
}
#index-body .pro-cate .grid-box .left .ig .text h4 {
  font-size: 40px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 700;
  padding-bottom: 10px;
}
#index-body .pro-cate .grid-box .left .ig .text .con {
  line-height: 30px;
  font-size: 16px;
}
#index-body .pro-cate .grid-box .left .ig .text .more {
  margin-top: 2.5rem;
}
#index-body .pro-cate .grid-box .left .ig .text .more a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  border: 2px solid #b1824a;
  background-color: #b1824a;
  padding: 0.8rem 3rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .pro-cate .grid-box .left .ig .text .more a:hover {
  background-color: transparent;
}
#index-body .pro-cate .grid-box .right .grid-box .column {
  height: 22.5vw;
  overflow: hidden;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig {
  position: relative;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig img {
  width: 100%;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig .text {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig .text h4 {
  font-size: 30px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 700;
  padding-bottom: 1rem;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig .text a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Playfair Display';
  text-transform: uppercase;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig:hover::after {
  opacity: 1;
}
#index-body .pro-cate .grid-box .right .grid-box .column .ig:hover .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .product {
  text-align: center;
  background-color: #ececec;
  padding: 4.5rem 0 11.5rem;
}
#index-body .product .ui.container {
  max-width: 1710px;
}
#index-body .product h3 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-family: 'Playfair Display';
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
#index-body .product h3::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #b1824a;
}
#index-body .product .pro-list {
  padding-top: 3rem;
}
#index-body .product .pro-list ul li {
  display: inline-block;
  padding: 0 10px;
}
#index-body .product .pro-list ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  border: 1px solid #b1824a;
  color: #b1824a;
  padding: 10px 15px;
  transition: .3s;
}
#index-body .product .pro-list ul li a .img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .pro-list ul li a .img .img_hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#index-body .product .pro-list ul li a:hover {
  color: #fff;
  background-color: #b1824a;
}
#index-body .product .pro-list ul li a:hover .img img {
  opacity: 0;
}
#index-body .product .pro-list ul li a:hover .img .img_hover {
  opacity: 1;
}
#index-body .product .pro-box {
  padding-top: 3rem;
}
#index-body .product .pro-box ul li {
  padding: 0 13px;
}
#index-body .product .pro-box ul li .ig {
  display: block;
}
#index-body .product .pro-box ul li .ig img {
  width: 100%;
}
#index-body .product .pro-box ul li .ig .text {
  background-color: #fff;
  padding: 20px 1rem 0;
}
#index-body .product .pro-box ul li .ig .text h4 {
  font-size: 30px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  color: #000000;
}
#index-body .product .pro-box ul li .ig .text .con {
  color: #b1824a;
}
#index-body .product .pro-box ul li .ig .text .more span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: 'Playfair Display';
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
  border: 1px solid #dadada;
  color: #b1824a;
  padding: .8rem 3.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box ul li .ig .text .more span::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #b1824a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box ul li .ig .text .more span:hover {
  color: #fff;
}
#index-body .product .pro-box ul li .ig .text .more span:hover::after {
  height: 100%;
}
#index-body .choose {
  position: relative;
  overflow: hidden;
}
#index-body .choose::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-color: #2b292a;
}
#index-body .choose .choose-box {
  max-width: 1430px;
  margin: auto;
  padding: 0 15px;
}
#index-body .choose .choose-box .choose-list {
  padding: 3.5rem 0;
}
#index-body .choose .choose-box .choose-list h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 33px;
  font-family: 'Playfair Display';
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
#index-body .choose .choose-box .choose-list h3::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  background-color: #dcb95d;
}
#index-body .choose .choose-box ul {
  margin-right: -40%;
}
#index-body .choose .choose-box ul li {
  padding: 0 0.9rem;
}
#index-body .choose .choose-box ul li .ig {
  position: relative;
}
#index-body .choose .choose-box ul li .ig .text {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  padding: 0 15%;
}
#index-body .choose .choose-box ul li .ig .text h4 {
  font-size: 36px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 700;
}
#index-body .choose .choose-box ul li .ig .text .con {
  line-height: 30px;
  font-size: 16px;
  font-weight: lighter;
  padding: .5rem 0 3rem;
}
#index-body .choose .choose-box ul li .ig .text .more a {
  font-size: 2rem;
}
#index-body .news {
  padding: 4.5rem 0 5rem;
}
#index-body .news h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 40px;
  font-family: 'Playfair Display';
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  margin-bottom: 3.5rem;
}
#index-body .news h3::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  background-color: #dcb95d;
}
#index-body .news .grid-box .left {
  vertical-align: middle;
  padding-right: 1.7rem;
}
#index-body .news .grid-box .left ul .slick-slide {
  padding-left: 30px;
}
#index-body .news .grid-box .left ul {
  margin: -1rem 0;
}
#index-body .news .grid-box .left ul li {
  padding: 1rem 0;
}
#index-body .news .grid-box .left ul li .ig {
  position: relative;
  display: block;
  border: 1px solid #cbcbca;
  padding: 0.8rem 2.5rem 0.8rem 3rem;
}
#index-body .news .grid-box .left ul li .ig h4 {
  font-size: 24px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 700;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-body .news .grid-box .left ul li .ig .con {
  line-height: 30px;
  color: #666666;
  padding: 5px 0;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#index-body .news .grid-box .left ul li .ig .mes {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  border: 1px solid #cbcbca;
  background-color: #fff;
  border-radius: 45px;
  padding: 1.6rem .8rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#index-body .news .grid-box .left ul li .ig:hover .mes {
  color: #fff;
  background-color: #b1824a;
}
#index-body .news .grid-box .right {
  vertical-align: middle;
  max-height: 509px;
  overflow: hidden;
}
#index-body .news .grid-box .right .ig {
  position: relative;
}
#index-body .news .grid-box .right .ig img {
  width: 100%;
}
#index-body .news .grid-box .right .ig .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 2rem;
}
#index-body .news .grid-box .right .ig .text h4 {
  font-size: 30px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 700;
}
#index-body .solt {
  text-align: center;
  background-color: #2b292a;
  padding: 4rem 0;
}
#index-body .solt h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 30px;
  font-family: 'Playfair Display';
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 2.2rem;
}
#index-body .solt h3::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  background-color: #dcb95d;
}
#index-body .solt .form ul li {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
#index-body .solt .form ul li input {
  display: inline-block;
  font-size: 16px;
  width: 260px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #cbcbca;
  background-color: transparent;
  padding: 0 1rem;
}
#index-body .solt .form ul li textarea {
  display: inline-block;
  font-size: 16px;
  width: 260px;
  height: 50px;
  border: 2px solid #cbcbca;
  background-color: transparent;
  padding: 10px 1rem;
}
#index-body .solt .form ul li input[type="submit"] {
  width: auto;
  border-color: #b1824a;
  color: #fff;
  background-color: #b1824a;
  padding: 0 1.5rem;
}
#footer {
  text-align: center;
  background: url(../image/footerbgc.png) no-repeat center;
  padding: 3rem 0;
}
#footer .f-menu {
  line-height: 1.625;
}
#footer .f-menu .grid-box {
  margin: 0 -1rem;
}
#footer .f-menu .grid-box .column {
  padding: 0 1rem;
}
#footer .f-menu .grid-box .column dl {
  display: inline-block;
  padding-bottom: 3rem;
}
#footer .f-menu .grid-box .column dl dt {
  font-size: 30px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 700;
}
#footer .f-menu .grid-box .column dl dt #ewm {
  max-width: 100px;
}
#footer .f-menu .grid-box .column dl dd {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
#footer .f-copy {
  text-align: center;
}
#footer .f-copy p {
  font-size: 16px;
  line-height: 30px;
  color: 000;
}
#footer .f-copy p a img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .f-copy ul {
  margin-top: 1rem;
}
#footer .f-copy ul li {
  display: inline-block;
  padding: 0 7px;
}
#footer .f-copy ul li a {
  display: inline-block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #242424;
  transition: .3s;
}
#footer .f-copy ul li a:hover {
  background-color: #b1824a;
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem;
  }
  #header .nav .ui.menu .h-phone {
    display: none;
  }
  #banner ul li .text h3{
    font-size: 30px;
    line-height: 1.6;
  }
  #index-body .about .grid-box.two .right .text h3{
    font-size: 28px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .con {
    font-size: 16px;
  }
  #index-body .about .about-bottom .grid-box .column .ig h4 {
    font-size: 30px;
  }
  #index-body .about .about-bottom .grid-box .column .ig p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
.inner-page .init-5 .knowledge{
display: none !important;
} 
  #header .nav .ui.menu .logo {
    position: relative;
  }
  #header .nav .ui.menu .logo img {
    opacity: 0;
    height: 40px;
  }
  #header .nav .ui.menu .logo img.hover_img {
    opacity: 1;
  }
  #index-body .about .grid-box.two .left {
    width: 100%;
    text-align: center;
  }
  #index-body .about .grid-box.two .right {
    width: 100%;
    padding: 3rem 2% 0;
  }
  #index-body .about .about-bottom .grid-box {
    text-align: center;
  }
  #index-body .about .about-bottom .grid-box .column {
    width: 33.3333%;
    padding: 1rem;
  }
  #index-body .about .about-bottom .grid-box .column:nth-child(1),
  #index-body .about .about-bottom .grid-box .column:nth-child(2) {
    width: 50%;
  }
  #index-body .pro-cate .grid-box {
    height: auto;
  }
  #index-body .pro-cate .grid-box .left {
    width: 100%;
  }
  #index-body .pro-cate .grid-box .left .ig {
    height: auto;
  }
  #index-body .pro-cate .grid-box .right {
    width: 100%;
  }
  #index-body .pro-cate .grid-box .right .grid-box .column {
    height: auto;
  }
  #index-body .product .pro-list {
    display: none;
  }
  #footer .f-menu .grid-box .column:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .about .about-bottom .grid-box .column {
    width: 50%;
  }
  #index-body .choose .choose-box ul li .ig .text {
    top: 50%;
    padding: 1rem 2rem;
  }
  #index-body .choose .choose-box ul li .ig .text h4 {
    font-size: 18px;
    line-height: 1.8;
  }
  #index-body .choose .choose-box ul li .ig .text .con {
    font-size: 12px;
    line-height: 1.6;
    padding: .5rem 0 1rem;
  }
  #index-body .news .grid-box .left {
    width: 100%;
    padding-bottom: 2rem;
  }
  #index-body .news .grid-box .right {
    width: 100%;
    text-align: center;
  }
  #index-body .solt .form ul li {
    width: 100%;
    padding: 1rem;
  }
  #footer .f-menu .grid-box .column {
    width: 100%;
  }
}

/* 内页区域 */


.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner > img {
  min-height: 300px;
  object-fit: cover;
}

.inner-banner .bread-crumbs {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  padding: 0 0 10px 0;
}

.inner-banner .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.inner-banner .box h3 {
  font-size: 30px;
  color: white;
  text-transform: capitalize;
  font-family: 'Lora-Regular';
}
.inner-banner .box h2 {
  font-size: 36px;
  color: white;
  line-height: 1.6;
  text-transform: capitalize;
  font-family: 'Playfair Display';
    font-weight: normal;
    margin: 0;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
}
.inner-banner.hero-layout {
  height: auto;
}
.inner-banner .box p {
  font-size: 18px;
  line-height: 1.8;
  color: white;
}
.inner-banner .box a.btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid white;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: white;
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .box a.btn i {
  margin: 0;
  height: 0;
}
.inner-banner .box img {
  margin: 10px auto 0;
}
.inner-banner.product {
  max-height: 100%;
  overflow: hidden;
}
.inner-banner.product video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  left: 15%;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
opacity: .4;
}
.inner-banner.contact video {
    position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
.inner-banner #canvans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  display: block;
  background: url(https://www.cdcocn.com/template/en/images/video-layer.png);
}
#inner-nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
  z-index: 2;
    box-shadow: 0 1px 5px 0 #d1d1d1;
  -webkit-box-shadow: 0 1px 5px 0 #d1d1d1;
  -moz-box-shadow: 0 1px 5px 0 #d1d1d1;
  -ms-box-shadow: 0 1px 5px 0 #d1d1d1;
  -o-box-shadow: 0 1px 5px 0 #d1d1d1;
}
#inner-nav ul {
  margin: 0;
}
#inner-nav ul li {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#inner-nav ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  border-left: 1px solid #ccc;
  display: block;
}
#inner-nav ul li:first-child a {
  border-left: none;
}
#inner-nav ul li:hover,
#inner-nav ul li.active {
  background: #b1824a;
  color: white;
}
#inner-nav.active {
  position: fixed;
  width: 100%;
  top: 0 !important;
  left: 0;
      box-shadow: 0 2px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 2px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 2px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 2px 10px 0 #d1d1d1;
  -o-box-shadow: 0 2px 10px 0 #d1d1d1;
}
#inner-nav.active ul li {
  font-size: 16px;
  padding: 20px 0;
}
.inner-page {
  overflow: hidden;
}
.page-page {
  padding: 2rem 0;
  font-size: 16px;
}
.about-page h2 {
  font-size: 35px;
  color: #b1824a;
  line-height: 1.6;
  font-family: 'Playfair Display';
}
.about-page h2 small {
  display: block;
  font-size: 35px;
  line-height: 1.6;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-page p {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  padding: 15px 0;
}
.about-page .init-1 {
  padding: 120px 0;
}
.about-page.single .init-1{
  padding: 0;
}
.about-page .init-1 .left {
  width: 45%;
  display: inline-block;
  margin-right: -5px;
  padding-right: 5%;
  vertical-align: top;
}
.about-page .init-1 .left1 img {
  float: right;
  max-width: 55%;
  margin-left: 3rem;
}
.about-page .init-1 .right {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.about-page .init-2 {
  padding: 60px 0;
}
.about-page .init-2 .right {
  width: 40%;
  display: inline-block;
  margin-right: -5px;
  padding-left: 5%;
  vertical-align: top;
}
.about-page .init-2 .left {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.about-page .init-3 {
  padding: 120px 0;
}
.about-page .init-3 h2 {
  padding: 0 10%;
}
.about-page .init-3 p {
  padding: 0 10%;
}
.about-page .init-3 img {
  margin-top: 60px;
}
.about-page .init-4 h2 {
  text-align: center;
}
.about-page .init-4 ul.slick-slider {
  margin: 60px -15px -15px;
}
.about-page .init-4 ul.slick-slider li {
  padding: 15px;
}
.about-page .init-4 ul.slick-slider li a {
  display: block;
}
.about-page .init-4 ul.slick-slider .slick-arrow {
  width: 80px;
  height: 80px;
  background: none;
  color: transparent;
  position: absolute;
  top: 45%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
.about-page .init-4 ul.slick-slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: #222;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.about-page .init-4 ul.slick-slider .slick-arrow:hover {
  background: #b1824a;
}
.about-page .init-4 ul.slick-slider .slick-arrow:hover:before {
  color: white;
}
.about-page .init-4 ul.slick-slider .slick-next {
  right: -80px;
}
.about-page .init-4 ul.slick-slider .slick-next:before {
  content: '>';
}
.about-page .init-4 ul.slick-slider .slick-prev {
  left: -80px;
}
.about-page .init-4 ul.slick-slider .slick-prev:before {
  content: '<';
}
.about-page .init-4 ul.slick-slider:hover .slick-next {
  right: 15px;
}
.about-page .init-4 ul.slick-slider:hover .slick-prev {
  left: 15px;
}
.about-page .init-5 {
  padding: 80px 0;
  text-align: center;
  background: url("https://www.cdcocn.com/template/en/images/about_init-5-bg.jpg") no-repeat center center;
}
.about-page.single .init-5{
  padding: 60px 0;
}
.about-page .init-5 img {
  margin-top: 60px;
  border: 1px solid #ddd;
}

.about-page .init-5 .list {
    padding: 1rem 0;
}

.about-page .init-5 .list ul li {
    display: inline-block;
}

.about-page .init-5 .list ul .draggable {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.about-page .init-5 .list ul .slick-slide {
    transform: scale(1);
    transition: .5s;
    opacity: 0;
}

.about-page .init-5 .list ul .slick-slide.slick-active {
    opacity: 1;
}

.about-page .init-5 .list ul .slick-slide.slick-active+div {
    transform: scale(1.2);
    position: relative;
    z-index: 2;
}

.about-page .init-5 .list ul .slick-slide.slick-center {
    position: relative;
    z-index: 3 !important;
    transform: scale(1.4) !important;
}

.about-page .init-5 .list ul .slick-slide.slick-center+div+div {
    transform: scale(1);
    z-index: 1 !important;
}

@media screen and (max-width: 1300px) {
    .about-page .init-5 .list ul .slick-slide.slick-center {
        transform: scale(1.2) !important;
    }

    .about-page .init-5 .list ul .slick-slide.slick-active+div {
        transform: scale(1);
    }
    #index-body .choose{
      display: none!important;
    }
}

@media screen and (max-width: 700px) {
    .about-page .init-5 .list ul .slick-slide {
        opacity: 1;
    }

    .about-page .init-5 .list ul .slick-slide.slick-center {
        transform: scale(1) !important;
    }

    .about-page .init-5 .list ul li {
        padding: 0 10px;
    }
}


.product-page .init-1 ul {
  font-size: 0;
}
.product-page .init-1 ul li {
  display: inline-block;
  width: 50%;
  padding: 45px 0;
}
.product-page .init-1 ul li .left {
  width: 75%;
  /*background: url("../images/product-class-bg.jpg") no-repeat;*/
  position: relative;
}
.product-page .init-1 ul li .left a.img {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-page .init-1 ul li .left img {
  margin: 40px auto;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-1 ul li .left img:hover {
filter: grayscale(0%); 
}
.product-page .init-1 ul li .left a.add {
  position: absolute;
  left: 100%;
  bottom: 150px;
  width: 80px;
  height: 80px;
  background: #b1824a;
  color: white;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
}
.product-page .init-1 ul li .right {
  width: 50%;
  background: white;
  padding: 2rem;
  position: relative;
  top: -150px;
  float: right;
  margin-bottom: -150px;
}
.product-page .init-1 ul li .right h2 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  padding-bottom: 20px;
}
.product-page .init-1 ul li .right h2 a {
  color: inherit;
}
.product-page .init-1 ul li .right p {
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.product-page .init-1 ul li:nth-child(even) .left {
  float: right;
}
.product-page .init-1 ul li:nth-child(even) .left a.add {
  left: auto;
  right: 100%;
}
.product-page .init-1 ul li:nth-child(even) .right {
  float: left;
  padding-left: 0;
  padding-right: 100px;
}
.product-nav ul .slick-list {
  padding: 0;
}
.product-nav ul .slick-arrow {
  width: 40px;
  height: 100%;
  background: none;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 5;
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.3);
}
.product-nav ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.product-nav ul .slick-arrow:hover {
  background: #b1824a;
}
.product-nav ul .slick-next {
  right: 0;
}
.product-nav ul .slick-next:before {
  content: '>';
}
.product-nav ul .slick-prev {
  left: 0;
}
.product-nav ul .slick-prev:before {
  content: '<';
}
.product-nav.active ul .slick-arrow {
  width: 30px;
}
.product-nav.active ul .slick-arrow:before {
  font-size: 20px;
}

.prolist-page ul {
  font-size: 0;
}
.prolist-page ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  text-align: center;
  padding: 30px 0.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.prolist-page ul li .left {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.prolist-page ul li .right {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.prolist-page ul li .right h2 {
  font-size: 25px;
  font-family: 'Playfair Display';
  line-height: 1.8;
  height: auto;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.prolist-page ul li .right p {
  margin-top: 25px;
  color: #666;
  font-size: 18px;
  line-height: 28px;
}
.prolist-page ul li .right a.product {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #333;
  color: #666;
  padding: 10px 1rem;
  border-radius: 25px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.prolist-page ul li .right a:hover,
.prolist-page ul li .right a.active {
  background: #b1824a;
  color: white;
  border-color: #b1824a;
}
.prolist-page ul li .content {
  padding: 60px 40px 0;
  font-family: 'Playfair Display';
  display: none;
  border-top: 1px solid #e6e6e6;
}
.prolist-page ul li .content p {
  font-size: 16px;
  line-height: 24px;
}
.prolist-page ul li .content table {
  border: none;
  width: 100%;
  margin: 20px 0;
}
.prolist-page ul li .content table tr {
  margin: 5px 0;
}
.prolist-page ul li .content table tr:nth-child(odd) {
  background: #f2f2f2;
}
.prolist-page ul li .content table td {
  border: none;
  padding: 5px 10px;
  font-size: 16px;
}
.prolist-page .goback {
    font-size: 20px;
    color: #333;
    margin: 40px 0 20px;
    cursor: pointer;
    cursor: hand;
}
.news-page .init-1 ul {
  display: inline-block;
  width: 100%;
}
.news-page .init-1 ul li {
  padding: 60px 3.5% 0;
}
.news-page .init-1 ul li .left {
  text-align: center;
  padding-right: 2rem;
}
.news-page .init-1 ul li:after {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 60px;
}
.news-page .init-1 ul li a {
  display: inline-block;
}
.news-page .init-1 ul li a.img-box:after {
  content: "\f054";
  font-family: FontAwesome;
  width: 70px;
  height: 70px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  color: #333;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-1 ul li a.img-box:hover:after {
  color: #fff;
  background: #b1824a;
}
.news-page .init-1 ul li h2 {
  font-size: 30px;
  color: #333;
  line-height: 1.6;
  margin: 20px 0;
  font-family: 'Playfair Display';
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .init-1 ul li h2 a {
  color: inherit;
  display: inline-block;
}
.news-page .init-1 ul li time {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  font-family: 'Playfair Display';
}
.news-page .init-1 ul li .right {
  vertical-align: middle;
}
.news-page .init-1 ul li .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 1rem 0;
}
.news-page .init-1 ul li .right .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Playfair Display';
  border: 2px solid #b1824a;
  color: #b1824a;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.news-page .init-1 ul li .right .more a:hover {
  color: #fff;
  background-color: #b1824a;
}
.newsdet-page .init-1 h1 {
      color: #464646;
    font-size: 30px;
    line-height: 1.6;
    text-align: center;
    padding-top: 2rem;
}
.newsdet-page .init-1 time {
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px #d1d1d1 dashed;
  display: block;
  text-align: center;
}
.newsdet-page .init-1 p {
  font-size: 16px;
  line-height: 30px;
  color: #8a8a8a;
  text-indent: 2em;
  padding: 10px 0;
}
.newsdet-page .init-1 p a {
  color: #b1824a;
}
.newsdet-page .news_next {
  margin: 60px 0;
  font-size: 16px;
  color: #ccc;
}
.newsdet-page .news_next a {
  color: inherit;
  font-size: 16px;
  line-height: 30px;
}
.newsdet-page .news_next a:hover {
  color: #b1824a;
}
.contact-page .init-2 {
  background-image: -moz-linear-gradient(left, #b1824a 50%, #fff 0);
  /* Firefox */
  background-image: -webkit-linear-gradient(right, #b1824a 50%, #fff 0);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e77919 50%, endColorstr=#fff 0, GradientType='0');
  /* IE*/
}
/*.contact-page .init-2 .ui {
  margin: 0;
}*/
.contact-page .init-2 .left {
  vertical-align: top;
}
.contact-page .init-2 .left ul {
  padding: 3rem 0;
}
.contact-page .init-2 .left ul li {
  display: block;
  padding: 40px 0;
}
.contact-page .init-2 .left ul li i {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #fff;
  color: #e77919;
  line-height: 80px;
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
  font-size: 28px;
}
.contact-page .init-2 .left ul li .box {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
  padding-left: 3%;
}
.contact-page .init-2 .left ul li .box h2 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: white;
  font-family: 'Playfair Display';
  font-family: 'Playfair Display';
}
.contact-page .init-2 .left ul li .box p {
  font-size: 18px;
  color: white;
  line-height: 1.8;
}
.contact-page .init-2 .right {
  vertical-align: top;
}
.contact-page .init-2 .right .box {
  padding: 5rem 50px 5rem 0;
}
.contact-page .init-2 .right .box p {
  font-size: 24px;
  line-height: 1.8;
  font-family: 'Playfair Display';
}
.contact-page .init-2 .right .box ul {
  margin-top: 60px;
}
.contact-page .init-2 .right .box ul li {
  padding-bottom: 20px;
}
.contact-page .init-2 .right .box ul li h2 {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
}
.contact-page .init-2 .right .box ul li p {
  position: relative;
}
.contact-page .init-2 .right .box ul li img {
  float: right;
  position: absolute;
  right: 0;
  top: 25px;
}
.contact-page .init-2 .right .box ul li h2 em {
  color: red;
}
.contact-page .init-2 .right .box ul li input,
.contact-page .init-2 .right .box ul li textarea {
  width: 100%;
  line-height: 30px;
  background: none;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px;
  outline: none;
}
.contact-page .init-2 .right .box ul li input:focus,
.contact-page .init-2 .right .box ul li textarea:focus {
  border-color: #e77919;
}
.contact-page .init-2 .right .box ul li input[type="submit"],
.contact-page .init-2 .right .box ul li textarea[type="submit"] {
  background: #b1824a;
  color: white;
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-2 .right .box ul li input[type="submit"]:hover,
.contact-page .init-2 .right .box ul li textarea[type="submit"]:hover {
  box-shadow: 0 2px 15px 0 #d1d1d1;
  -webkit-box-shadow: 0 2px 15px 0 #d1d1d1;
  -moz-box-shadow: 0 2px 15px 0 #d1d1d1;
  -ms-box-shadow: 0 2px 15px 0 #d1d1d1;
  -o-box-shadow: 0 2px 15px 0 #d1d1d1;
}
.contact-page .init-2 .right .box ul li textarea {
  height: 90px;
  max-width: 100%;
  min-width: 100%;
}
.faq-page .init-1 ul {
  padding: 40px 0;
}
.faq-page .init-1 ul li {
  padding: 40px 20px;
  border-bottom: 1px solid #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 20px;
}
.faq-page .init-1 ul li .Q {
  font-size: 24px;
  color: #222;
  font-family: 'Playfair Display';
  line-height: normal;
  padding-bottom: 20px;
}
.faq-page .init-1 ul li .A {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  word-break: break-word;
}
.faq-page .init-1 ul li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-1 ul li:hover .Q {
  color: #b1824a;
}
.m-page {
  margin: 50px 0;
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #b1824a;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #b1824a;
}
.m-page a:active {
  background: #b1824a;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #b1824a;
}
.layui-layer.layui-layer-page .layui-layer-content {
  overflow: hidden;
}
.layui-layer.layui-layer-page .layui-layer-content video {
  width: 100%;
}
.layui-layer.layui-layer-page .layui-layer-content::-webkit-scrollbar {
  width: 5px;
}
.layui-layer.layui-layer-page .layui-layer-content::-webkit-scrollbar-track {
  display: none;
  background: none;
}
.layui-layer.layui-layer-page .layui-layer-content::-webkit-scrollbar-button {
  display: none;
}
.layui-layer.layui-layer-page .layui-layer-content::-webkit-scrollbar-track-piece {
  display: none;
  background: none;
}
.layui-layer.layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.layui-layer.layui-layer-page .layui-layer-content::-webkit-scrollbar-corner {
  display: none;
}
#mountains-bg {
  background: #000;
}
#Customized {
  width: 100%;
  background: white;
  padding: 30px 30px 60px;
  display: inline-block;
}
#Customized .Customized-1 {
  text-align: center;
}
#Customized .Customized-1 h3 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  text-align: left;
  padding-bottom: 30px;
}
#Customized .Customized-1 h3 em {
  color: #3779b6;
}
#Customized .Customized-1 img {
  margin: 0 auto;
}
#Customized .Customized-1 ul {
  margin-top: 50px;
}
#Customized .Customized-1 ul li {
  text-align: left;
  font-size: 14px;
  color: black;
  line-height: 30px;
}
#Customized .Customized-1 ul li em {
  font-weight: bold;
}
#Customized .Customized-2 {
  padding-top: 60px;
}
#Customized .Customized-2 h2 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  border-bottom: 3px solid #bfbfbf;
  padding-bottom: 15px;
}
#Customized .Customized-2 h2 em {
  color: #3779b6;
}
#Customized .Customized-2 ul {
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
#Customized .Customized-2 ul li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-top: 10px;
}
#Customized .Customized-2 ul li input {
  outline: none;
  font-size: 14px;
  color: black;
  line-height: 60px;
  border: none;
  background: none;
  border-bottom: 1px solid #a6a6a6;
  width: 100%;
}
#Customized .Customized-2 ul li input:focus {
  border-color: #3779b6;
}
#Customized .Customized-2 button {
  outline: none;
  border: none;
  font-size: 18px;
  background: #3779b6;
  color: white;
  line-height: 50px;
  padding: 0 50px;
  margin-top: 40px;
  float: right;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#Customized .Customized-2 button i {
  font-size: 28px;
  line-height: 50px;
  margin-right: 10px;
}
#Customized .Customized-2 button i:before {
  content: "\f1d8";
}
#Customized .Customized-2 button:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
#Customized .close-cus {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
  cursor: hand;
  padding: 10px;
}
#Customized .close-cus img {
  width: 100%;
  height: 100%;
}
#Customized .close-cus:hover {
  background: #f8f8f8;
}

.prodet-page .pro-main-tit {
  color: #2d2d2d;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.prodet-page .det-body .con {
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .det-head {
  padding: 56px 0 73px;
  background: #fafafc;
}
.prodet-page .det-head .pro-pic {
  width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
  width: 100%;
}
.prodet-page .det-head .pro-det-one {
  padding-left: 11.25%!important;
  width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .singlebf{
    line-height: 30px;
    font-size: 16px;
    padding: 20px 10px;
}
.prodet-page .det-head .pro-det-one .pro-tit {
  color: #2d2d2d;
  font-size: 30px;
  line-height: 1.8;
}
.prodet-page .det-head .pro-det-one .cname {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 30px;
  margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
  margin: 20px 0 62px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 16px;
  display: block;
  position: relative;
  background: #fff;
  line-height: 30px;
  padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 20px;
  color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
  background: #b1824a;
  color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery ul li {
  display: inline-block;
  padding: 5px 10px;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
  content:'';
  display: block;
  width: 0;
  clear: both;
  height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
  padding: 0;
  float: left;
  width: 15%;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
  padding: 85px 0 110px;
  background: #fff;
}
.prodet-page .det-fot {
  padding: 76px 0 90px;
  background: #fafafc;
}
.prodet-page .det-fot .intro {
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .det-fot .pro-main-tit {
  margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
  padding: 0;
  margin-top: 2rem;
}
.prodet-page .det-fot .pro-list h3.tit {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  padding: 10px;
}

.gallery-page {
  padding: 2rem 0;
}
.gallery-page ul li {
  padding: 1rem 0.5rem 2rem;
}
.gallery-page ul li a {
  display: block;
  text-align: center;
  border: 1px solid #ddd;
}
.gallery-page ul li h5 {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 1440px) {
  .prolist-page ul li .right a {
    padding: 10px 20px;
    margin-right: 15px;
  }
  #inner-nav ul li {
    font-size: 16px;
  }
  #inner-nav.active ul li {
    font-size: 12px;
  }
  .news-page .init-1 ul li h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .news-page .init-1 ul li a.img-box:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .init-2 .left ul li .box h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-page .init-2 .left ul li .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .init-2 .right .box {
    padding: 20px 0 20px 30px;
  }
  #header .nav .nav-yuy ul li {
    font-size: 14px;
  }
  #header .nav .nav-yuy ul li a {
    padding: 10px;
  }
.inner-page .init-5 slide .knowledge{
  display: none !important;
}
}

@media screen and (max-width: 996px) {
  #header {
    position: relative;
    background: #080808;
  }
  .inner-page .init-1 .ui.container .cdcocn1{
    display: none!important;
  }
  .about-page .init-1 .left1 img {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
  .inner-banner .box h2 {
    font-size: 26px;
    line-height: 1.8;
    padding-bottom: 10px;
  }
  .inner-banner .box {
    width: 100%;
  }
  .inner-banner .box p {
    display: none;
  }
  #inner-nav {
    display: none;
  }
  .about-page .init-1,.about-page .init-2,.about-page .init-3 {
    padding: 30px 0;
  }
  .about-page h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .about-page h2 small {
    font-size: 24px;
    line-height: 1.8;
    margin: 5px 0;
  }
  .about-page p {
    font-size: 18px;
  }
  .about-page .init-2 .left,.about-page .init-2 .right,.about-page .init-1 .right,.about-page .init-1 .left {
    width: 100%;
  }
  .about-page .init-2 .right,.about-page .init-1 .left,.about-page .init-3 h2,.about-page .init-3 p {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page .init-1 ul li .left {
    width: 100%;
  }
  .product-page .init-1 ul li .right {
    width: 100%;
    top: 20px;
    margin-bottom: 0;
    padding: 0;
  }
  .product-page .init-1 ul li .left a.add {
    display: none;
  }
  .product-page .init-1 ul li .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .product-page .init-1 ul li .right p {
    font-size: 14px;
    line-height: 18px;
  }
  .product-page .init-1 ul li .left img {
    margin: 0;
    filter: grayscale(0%);
  }
  .prolist-page ul li {
    width: 50%;
  }
  .prolist-page ul li .left {
    width: 100%;
  }
  .prolist-page ul li .right {
    width: 100%;
    padding-left: 0;
  }
  .prolist-page ul li .right h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 0;
  }
  .prolist-page ul li .right p {
    font-size: 16px;
    line-height: 24px;
  }
  .prolist-page ul li .right a {
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 15px;
  }
  .prolist-page ul li .content {
    margin-top: 15px;
  }
  #Customized .Customized-2 ul li {
    width: 100%;
  }
  .prolist-page ul li .content table {
      overflow-y: scroll;
    display: block;
  }
  .news-page .init-1 ul li .left {
    vertical-align: middle;
  }
  .news-page .init-1 ul li h2 {
    margin-top: 0;
  }
  .news-page .init-1 ul li .con {
    font-size: 16px;
  }
  .news-page .init-1 ul li:after {
    margin-top: 30px;
  }
  .newsdet-page .init-1 h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .newsdet-page {
    margin-top: -100px;
  }
  .inner-banner .box a.btn {
    margin-top: 15px;
  }
  .inner-banner .box h3 {
    font-size: 18px;
  }
  .faq-page .init-1 ul li {
    padding: 20px 10px;
  }
  .faq-page .init-1 ul li .Q {
    font-size: 16px;
  }
  .faq-page .init-1 ul li .A {
    font-size: 14px;
  }
  .faq-page .init-1 ul {
    padding: 15px 0;
  }
  .contact-page .init-2 {
    background-image: none;
    filter: none;
  }
  .contact-page .init-2>div.ui>div.left,.contact-page .init-2>div.ui>div.right {
    width: 100%!important;
    padding: 0 15px;
  }
  .contact-page .init-2>div.ui>div.left {
    background: #e77919;
  }
  .contact-page .init-2 .ui.container {
    padding: 0;
    margin: 0!important;
    width: 100%;
  }
  .contact-page .init-2 .left ul li i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 5px;
  }
  .contact-page .init-2 .left ul li {
    padding: 20px 0;
  }
  .contact-page .init-2 .left ul {
    padding: 3rem 0 0 30px;
  }
  .contact-page .init-2 .right .box {
    padding: 20px 0;
  }
  .contact-page .init-2 .left ul li .box h2 {
    line-height: 1.8;
    font-size: 18px;
  }
  .contact-page .init-2 .right .box p {
    font-size: 18px;
    line-height: 1.8;
  }
  .prolist-page ul li .content {
    padding: 30px 0 0;
  }
  .inner-page {
    margin-top: 0!important;
  }
  .contact-page .init-2 .left ul li .box {
    max-width: 70%;
  }
  .prodet-page .det-head .pro-det-one {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .prodet-page .det-head .pro-pic {
    width: 100% !important;
    text-align: center;
  }
  .prodet-page .det-head .pro-pic img {
    margin: 0 auto;
  }
  .prodet-page .det-fot .pro-list .grid-box .column:last-child {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .prolist-page ul li {
    width: 100%;
  }
  .prolist-page ul li .right h2 {
    height: auto;
    padding-top: 10px;
  }
  .page-page {
    font-size: 14px;
  }
  .news-page .init-1 ul li .left {
    width: 100%;
    padding-right: 0;
  }
  .news-page .init-1 ul li .right {
    width: 100%;
  }
  .news-page .init-1 ul li h2 {
    margin: 1rem 0;
  }

  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }

  .prodet-page .det-head .pro-det-one .pro-links a {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: 16px;
    line-height: 30px;
  }
}

/* 优势页面 */
.inner-page.solution-page .title {
    text-align: center;
    max-width: 530px;
    margin: 4rem auto;
  }

  .inner-page.solution-page .title h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #404040;
  }

  .inner-page.solution-page .title p {
    color: #616161;
    font-size: 18px;
    line-height: 1.8;
  }

  .inner-page.solution-page ul li {
    position: relative;
    margin-bottom: 24px;
  }

  .inner-page.solution-page ul li .ig .right {
    text-align: center;
  }

  .inner-page.solution-page ul li .ig .right .text {
    display: inline-block;
    width: 80%;
    text-align: center;
    background-color: #f5f5f5;
    padding: 3rem 1.5rem;
  }

  .inner-page.solution-page ul li .ig .right .text .img img {
    max-width: 280px;
  }

  .inner-page.solution-page ul li .ig .right .text a.btn {
    display: inline-block;
    font-weight: bold;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #fff;
    background-color: #b1824a;
    padding: 5px 10px;
    margin: 1rem 0 1.8rem;
    transition: .5s;
  }

  .inner-page.solution-page ul li .ig .right .text a.btn:hover {
    color: #b1824a;
    border-color: #b1824a;
    background-color: #fff;
  }

  .inner-page.solution-page ul li .ig .right .text h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #404040;
  }

  .inner-page.solution-page ul li .ig .right .text p {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    margin: 1.3rem 0;
  }

  .inner-page.solution-page ul li .ig .right .text .more a {
    display: inline-block;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 14px;
    transition: .5s;
  }

  .inner-page.solution-page ul li .ig .right .text .more a i {
    position: relative;
    left: 0;
    color: #b1824a;
    transition: .5s;
  }

  .inner-page.solution-page ul li .ig .right .text .more a:hover {
    color: #b1824a;
  }

  .inner-page.solution-page ul li .ig .right .text .more a:hover i {
    left: 5px;
  }

  .inner-page.solution-page ul li:nth-child(odd) .grid .left {
    position: relative;
    left: 50%;
  }

  .inner-page.solution-page ul li:nth-child(odd) .grid .right {
    position: relative;
    left: -50%;
  }

  @media screen and (max-width: 1600px) {
    .inner-page.solution-page ul li .ig .right .text {
      width: 70%;
    }
  }

  @media screen and (max-width: 1300px) {
    .inner-page.solution-page ul li .ig .right .text {
      width: 80%;
      padding: 2rem 1rem;
    }
  }

  @media screen and (max-width: 992px) {
    .prodet-page .det-body .con {
      font-size: 14px;
    }
    .prodet-page .det-body .con table {
      display: block;
      overflow: auto;
      white-space: nowrap;
      font-size: 16px;
      line-height: 30px;
    }
    .inner-page.solution-page ul li:nth-child(odd) .grid .left,
    .inner-page.solution-page ul li:nth-child(odd) .grid .right {
      left: 0;
    }

    .inner-page.solution-page ul li .ig .left {
      width: 100%;
    }

    .inner-page.solution-page ul li .ig .right {
      width: 100%;
      transform: translateY(-50%);
    }
  }

  @media screen and (max-width: 500px) {
  .inner-page.solution-page .title h3 {
      font-size: 18px;
      line-height: 1.8;
    }
    .inner-page.solution-page .title p {
      font-size: 18px;
    }
    .inner-page.solution-page ul li .ig .right {
      transform: translateY(-25%);
    }

    .inner-page.solution-page ul li .ig .right .text {
      width: 95%;
    }

    .inner-page.solution-page ul li .ig .right .text h4 {
      font-size: 18px;
    }

    .inner-page.solution-page ul li .ig .right .text p {
      font-size: 16px;
    }
    #footer .ui.container .f-copy p a.foot-link{
      display: none!important;
    }
  }
/* 优势页面End */


.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px; 
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor;
}

.inner-page .init-1 .ui.container .cdcocn1{
    font-size: 16px;
    line-height: 30px;
    padding: 40px 10px 0;
}
.inner-page .init-1 .ui.container .cdcocn1 h1{
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 15px;
}

.xinwen{
   line-height: 2;
   font-size: 16px;
}
.thidcategoryi{
    font-size: 35px;
    line-height: 1.6;
    font-family: 'Playfair Display'; 
    color: #b1824a;
}
 .texttst{
    font-size: 18px;
    line-height: 1.8;
    width: 1500px;
    padding-bottom: 25px;
    margin: auto;
}
.prodet-page .det-fot .pro-list h3.newtits.tit{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.neirong{
      font-size: 16px;
    line-height: 30px;
}