@font-face {
  font-family: 'lato-regular';
  src: url(../fonts/lato-regular.ttf) format('truetype'), url(../fonts/lato-regular.eot) format('eot'), url(../fonts/lato-regular.woff) format('woff'), url(../fonts/lato-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Humanist-B';
  src: url(../fonts/Humanist777BT-BlackCondensedB.ttf) format('truetype'), url(../fonts/Humanist777BT-BlackCondensedB.eot) format('eot'), url(../fonts/Humanist777BT-BlackCondensedB.woff) format('woff'), url(../fonts/Humanist777BT-BlackCondensedB.woff2) format('woff2');
}
.container {
  width: 1200px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.h-top {
  background: #1e1e1e;
  height: 90px;
}
.h-top .h-form {
  position: relative;
  padding: 20px;
}
.h-top .h-form form input {
  width: 100%;
  border: 1px solid #363947;
  padding: 10px 20px;
  font-size: 14px;
  color: #4c5062;
  outline: none;
  background: none;
}
.h-top .h-form form input[type="submit"] {
  padding: 0;
  position: absolute;
  border: none;
  background: url(../images/Icon-search.png) no-repeat center;
  width: 18px;
  height: 18px;
  right: 30px;
  top: 35px;
}
.h-top .h-p {
  padding-left: 3%;
}
.h-top .h-p p {
  color: #a1b1bc;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 90px;
  font-family: Humanist-B;
}
.h-top .language .tel p {
  line-height: 90px;
  color: #a1b1bc;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Humanist-B;
}
.h-top .language .tel p .fa {
  margin-right: 15px;
  font-size: 22px;
}
.h-top .language .language-choose {
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 30px 0 0;
  margin-left: 30px;
}
.h-top .language .language-choose:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #303343;
  left: 0;
  top: 25px;
}
.h-top .language .language-choose span {
  height: 90px;
  font-family: Humanist-B;
  display: block;
  cursor: pointer;
  color: #a1b1bc;
  font-size: 12px;
}
.h-top .language .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  background: #7ed3cc;
  text-align: left;
  z-index: 101;
}
.h-top .language .language-choose .sub-menu li {
  line-height: normal;
}
.h-top .language .language-choose .sub-menu li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 8px 12px;
}
.h-top .language .language-choose .sub-menu li:hover {
  background: #222;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 3%;
}
#header.header-inner{
	position: absolute;
	top:90px;
	padding: 20px 3%;
}
#header .nav {
  position: relative;
}
#header .nav .h-search {
  cursor: pointer;
  text-align: center;
}
#header .nav .h-search .fa {
  color: #ffffff;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  position: relative;
  padding: 20px 0;
}
#header .nav .menu-box .menu > li {
  display: block;
  position: relative;
  text-transform: uppercase;
  margin: 15px 29px;
  vertical-align: top;
  text-align: center;
  line-height: 30px;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #7fbc31;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}

 /* main visual */
.main_visual {width:100%;}
.main_visual .main_slide {width:100%;}
.main_visual .bx-wrapper .bx-viewport {left:0; border:none; box-shadow:none;}
.main_visual .main_slide {position:relative;}
.main_visual .main_slide ul li {position:relative; min-height:100vh; height:100%;}
.main_visual .main_slide ul li .img {width:100%; min-height:100vh; height:100%;}
.main_visual .main_slide ul li .txt {
  position:absolute; top:50%; left:0;
  width:100%; transform:translateY(-150%); text-align:center;
  }
.main_visual .main_slide ul li .txt .tit {
  font-size:76px; color:#ffffff; margin-bottom:0px;
  font-weight:bold; letter-spacing:-0.25px; opacity:0; transition:all 0.7s; transform:translateY(20px);
  }
.main_visual .main_slide ul li .txt.on .tit {opacity:1; transform:translateY(0);}
.main_visual .main_slide ul li .txt .tit img {display:inline-block; margin:0 auto;}
.main_visual .main_slide ul li .txt p {
  font-size:28px; color:#ffffff;
  letter-spacing:-0.25px; font-family:"Noto Sans KR";
  opacity:0; transition:all 0.7s 0.2s; transform:translateY(20px);
  }
.main_visual .main_slide ul li .txt.on p {opacity:1; transform:translateY(0);}
.main_visual .main_slide .bx-controls {
  position:absolute; top:50%; transform:translateY(-50%); left:0;
  z-index:100; width:100%;
  }
.main_visual .bx-wrapper .bx-pager {position:relative; bottom:-60px;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {margin-right:14px;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child {margin-right:0;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:before {display:none;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a {
  width:11px; height:11px; background:#ffffff; border:0;
  transition:all 0.4s;
  }
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {width:46px; background:#92cdcf; border-radius:35px;}

.main_visual .main_slide .scroll {position:absolute; bottom:25px; left:50%; transform:translateX(-50%); z-index:999; }
.main_visual .main_slide .scroll a.scroll_btn {
  font-size:12px; color:#ffffff; letter-spacing:-0.25px;
  display:inline-block; background:none;
  text-align:center; position:relative; 
  }
.main_visual .main_slide .scroll a.scroll_btn .ico {margin-bottom:5px;}
.main_visual .main_slide .scroll a.scroll_btn .ico img{
  width:auto;
}
.all_nav_btn {
	box-sizing:border-box; background:none; z-index:501; cursor:pointer;}
.menu_trigger_wrap {width:100%; height:100%; font-size:11px; letter-spacing:0.43px; color:#ffffff; }
.menu-trigger,
	.menu-trigger span {display : inline-block; box-sizing : border-box; cursor:pointer}
.menu-trigger {width: 36px; height: 29px; margin: 0 auto; position:relative; margin-bottom:10px; display:block;}
.menu-trigger span {position : absolute; width : 100%; height : 3px; background-color : #fff; }
.menu-trigger.active span {background:#fff;}
.menu-trigger span.n1{top : 0px; left : 0;}
.menu-trigger.active span.n1 {top:2px;}
.menu-trigger span.n2{top :13px; right : 0; width:30px;}
.menu-trigger span.n3{bottom : 0px; left : 0;}
#header.on .menu-trigger span {background:#ffffff;}


#header .all_nav {
	display:none; width:760px; position:fixed; 
	top:0; right:-100%; bottom:0; z-index:1002;
	}
#header .all_nav.on {display:block;}
#header .all_nav a.all_nav_close {
	display:inline-block; float:right; margin-top:20px;
	transform:rotate(0deg); transition:all 0.4s;
	}
#header .all_nav a.all_nav_close:hover {transform:rotate(180deg);}
#header .all_nav .all_nav_con {
	background:#ffffff; padding:60px 40px; 
	box-sizing:border-box; width:100%; height:100%; z-index:1000;
	/* overflow-y:auto; */
	}
#header .all_nav .all_nav_con > ul {display:block; text-align:left; vertical-align:top; position:relative; }
#header .all_nav .all_nav_con > ul:after {content:""; display:none; width:1px; height:132px; background:rgba(0,0,0,0.1); position:absolute; top:0; right:0;}
#header .all_nav .all_nav_con > ul:last-child:after {display:none;} 
#header .all_nav .all_nav_con > ul > li {display:block; border-bottom:1px solid #dddddd; padding:30px 20px; box-sizing:border-box; position:relative;}
#header .all_nav .all_nav_con > ul > li > a {
	display:block; font-size:20px; color:#000000; letter-spacing:-0.5px; margin-bottom:10px;
	font-weight:500; position:relative; box-sizing:border-box; 
	}
#header .all_nav .all_nav_con > ul > li > a:before {
	content:""; display:block; width:100px; height:2px; opacity:0;
	background:#92cdcf; position:absolute; top:50%; left:-120px; transition:all 0.4s;
	}
#header .all_nav .all_nav_con > ul > li:hover > a:before {opacity:1;}
#header .all_nav .all_nav_con > ul > li > ul.submenu {display:flex; flex-wrap:wrap; justify-content:flex-start;}
#header .all_nav .all_nav_con > ul > li > ul.submenu > li {margin-right:20px;}
#header .all_nav .all_nav_con > ul > li > ul.submenu > li:last-child {margin-right:0;}
#header .all_nav .all_nav_con > ul > li > ul.submenu > li > a {
	font-size:18px; color:#888888; display:block; position:relative; 
	}
#header .all_nav .all_nav_con > ul > li > ul.submenu > li:hover > a {color:#92cdcf;}

#header .all_nav .nav_top {position:relative; overflow:hidden; border-bottom:2px solid #92cdcf; padding-bottom:20px;}
#header .all_nav .nav_top h1 {float:left;}
#header .all_nav .nav_top h1 > img {width:130px;}
#header .all_nav .nav_top .m_lang_menu {display:block; position:absolute; right:0; top:0; }
#header .all_nav .nav_top .m_lang_menu ul {display:block; border:1px solid #d0d0d0; overflow:hidden; padding:6px 10px; box-sizing:border-box; transition:all 0.3s;}
#header .all_nav .nav_top .m_lang_menu ul li {float:left;}
#header .all_nav .nav_top .m_lang_menu ul li:first-child:after {content:""; display:inline-block; width:1px; height:14px; background:#d0d0d0; margin:0 10px -3px; transition:all 0.3s;}
#header .all_nav .nav_top .m_lang_menu ul li a {font-family:"Titillium Web"; font-weight:300; font-size:12px; letter-spacing:-0.5px; color:#a2a2a2; transition:all 0.3s;}
#header .all_nav .nav_top .m_lang_menu ul li a.on {font-weight:500; color:#666666;}
#menu_bg{
	position:fixed; left:0; top:0; 
	width:100%; height:100%;
	background:rgba(0,0,0,0.7);
	display:none; z-index:1001;
	}
#pop_bg{
	position:fixed; left:0; top:0; 
	width:100%; height:100%;
	background:rgba(0,0,0,0.7);
	display:none; z-index:1001;
	}
#banner {
  position: relative;
}
#banner .bot {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: rgba(26, 28, 39, 0.2);
}
#banner .bot .column p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Humanist-B;
  line-height: 60px;
}
#banner .bot .column a.more {
  display: block;
  width: 216px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#banner .bot .column a.more:hover {
  border: 2px solid #000;
  color: #000000;
}
#index-body h2.h2 {
  text-transform: uppercase;
  font-size: 48px;
  color: #202121;
  text-align: center;
  font-family: Humanist-B;
  padding-bottom: 30px;
  background: url(../images/tit-bg.png) no-repeat center bottom;
}
#index-body .i-product {
  padding: 100px 0 0;
}
#index-body .i-product .part1,
#index-body .i-product .part2 {
  margin-top: 50px;
}
#index-body .i-product .part1 .grid-box .i-fl,
#index-body .i-product .part2 .grid-box .i-fl {
  width: 25%;
  background-size: cover;
  position: relative;
}
#index-body .i-product .part1 .grid-box .i-fl .text,
#index-body .i-product .part2 .grid-box .i-fl .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 35%;
  left: 0;
  z-index: 8;
}
#index-body .i-product .part1 .grid-box .i-fl .text h2,
#index-body .i-product .part2 .grid-box .i-fl .text h2 {
  text-align: center;
  font-size: 36px;
  font-family: Humanist-B;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
#index-body .i-product .part1 .grid-box .i-fl .text a.more,
#index-body .i-product .part2 .grid-box .i-fl .text a.more {
  width: 50%;
  height: 56px;
  line-height: 54px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Humanist-B;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#index-body .i-product .part1 .grid-box .i-fl .text a.more .fa,
#index-body .i-product .part2 .grid-box .i-fl .text a.more .fa {
  margin-left: 10px;
}
#index-body .i-product .part1 .grid-box .i-fl .text a.more:hover,
#index-body .i-product .part2 .grid-box .i-fl .text a.more:hover {
  border: 1px solid #7ed3cc;
  color: #7ed3cc;
}
#index-body .i-product .part1 .grid-box .i-fr,
#index-body .i-product .part2 .grid-box .i-fr {
  width: 75%;
}
#index-body .i-product .part1 .grid-box .i-fr .part1-list,
#index-body .i-product .part2 .grid-box .i-fr .part1-list,
#index-body .i-product .part1 .grid-box .i-fr .part2-list,
#index-body .i-product .part2 .grid-box .i-fr .part2-list {
  border-top: 1px solid #f0f0f0;
}
#index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide,
#index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide,
#index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide,
#index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide {
  position: relative;
}
#index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide p,
#index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide p,
#index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide p,
#index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide p {
  text-align: center;
  padding: 25px 5%;
  font-size: 20px;
  color: #3a3939;
}
#index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide .layer,
#index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide .layer,
#index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide .layer,
#index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide .layer {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=100);
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  vertical-align: center;
  padding: 56% 35% 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide .layer a,
#index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide .layer a,
#index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide .layer a,
#index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide .layer a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #000000;
  margin: 0 15px;
  padding: 10px;
}
#index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide:hover .layer,
#index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide:hover .layer,
#index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide:hover .layer,
#index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-product .part2 {
  margin-top: 0;
}
#index-body .i-about .grid-box.two {
  background: url(../images/video-bg_02.jpg) no-repeat left center;
}
#index-body .i-about .i-fl {
  background: url(../images/video-bg_02.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
#index-body .i-about .i-fl .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 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%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
#index-body .i-about .i-fl .play p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .i-about .i-fl .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
#index-body .i-about .i-fl .play:after,
#index-body .i-about .i-fl .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .i-about .i-fl .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .i-about .i-fr {
  background: #7ed3cc;
  padding: 4.45% 3%;
}
#index-body .i-about .i-fr h2 {
  text-align: center;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  font-family: Humanist-B;
}
#index-body .i-about .i-fr p {
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  padding: 30px 0 10px;
}
#index-body .i-about .i-fr a.more {
  width: 238px;
  height: 58px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #1e1e1e;
  display: block;
  margin: 20px auto;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  border: 2px solid #1e1e1e;
}
#index-body .i-about .i-fr a.more .fa {
  margin-left: 10px;
}
#index-body .i-about .i-fr a.more:hover {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}
#index-body .i-about .i-fr .grid-box {
  margin-top: 40px;
}
#index-body .i-about .i-fr .grid-box .column {
  cursor: pointer;
}
#index-body .i-about .i-fr .grid-box .column .img img {
  display: block;
  margin: 0 auto;
}
/* #index-body .i-about .i-fr .grid-box .column .img img:nth-child(2) {
  display: none;
}
#index-body .i-about .i-fr .grid-box .column:hover .img img:nth-child(1) {
  display: none;
}
#index-body .i-about .i-fr .grid-box .column:hover .img img:nth-child(2) {
  display: block;
} */
#index-body .i-about .i-fr .grid-box .column h3 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#index-body .i-about .i-fr .grid-box .column p {
  color: #fff;
  text-align: center;
	font-size: 16px;
  padding: 0;
}
#index-body .i-partner {
  padding: 70px 0;
}
#index-body .i-partner .partner-list {
  margin-top: 60px;
  position: relative;
}
#index-body .i-partner .partner-list .swiper-slide {
  background: #f3f3f4;
  border: 1px solid #f3f3f4;
  padding: 20px 0;
}
#index-body .i-partner .partner-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-partner .partner-list .swiper-slide .img-box img {
  display: block;
  margin: 0 auto;
}
#index-body .i-partner .partner-list .swiper-slide:hover {
  background: #fff;
}
#index-body .i-honor {
  padding: 70px 0 70px;
  position: relative;
}
#index-body .i-honor:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 30%;
  background: #7ed3cc;
  top: 34%;
  right: 0;
}
#index-body .i-honor .honor-list {
  margin-top: 30px;
}
#index-body .i-honor .swiper-slide p {
  padding: 30px 0;
  font-size: 20px;
  text-align: center;
}
#index-body .i-news {
  background: #fafafa;
  padding: 80px 0;
}
#index-body .i-news .news-list {
  margin-top: 40px;
}
#index-body .i-news .news-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-news .news-list .swiper-slide .img-box .layer {
  width: 100%;
  height: 100%;
  background: rgba(146, 205, 207, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=100);
}
#index-body .i-news .news-list .swiper-slide .img-box .layer .border {
  width: 90%;
  margin: 0 auto;
  vertical-align: center;
  border: 3px solid #fff;
  padding: 30% 0 0;
  height: 90%;
  margin-top: 5%;
}
#index-body .i-news .news-list .swiper-slide .img-box .layer .border p {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Humanist-B;
}
#index-body .i-news .news-list .swiper-slide .img-box .layer .border p a {
  font-size: 18px;
}
#index-body .i-news .news-list .swiper-slide:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-news .news-list .swiper-slide .text {
  padding: 30px 20px;
  background: #fafafa;
  z-index: 8;
}
#index-body .i-news .news-list .swiper-slide .text time {
  color: #8f8f8f;
  text-align: center;
  display: block;
  font-size: 16px;
}
#index-body .i-news .news-list .swiper-slide .text h2 {
  font-size: 18px;
  font-family: Humanist-B;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
}
#index-body .i-news .news-list .swiper-slide .text h2 a {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-news .news-list .swiper-slide .text p {
  line-height: 28px;
  color: #6f6e6e;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
#index-body .i-news .news-list .swiper-slide .text a.more {
  display: block;
  width: 165px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #000;
  font-size: 16px;
  margin-top: 20px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-news .news-list .swiper-slide .text:hover h2 a {
  color: #92cdcf;
}
#index-body .i-news .news-list .swiper-slide .text:hover a.more {
  border: 1px solid #92cdcf;
  color: #92cdcf;
}
#footer {
  background: url(../images/footer.jpg) no-repeat center;
  background-size: cover;
}
#footer .f-header {
  padding: 20px 0;
  border-bottom: 1px solid #3a3a3a;
}
#footer .f-header .grid-box .column:nth-child(2) ul li {
  float: left;
  margin-right: 25px;
  line-height: 65px;
}
#footer .f-header .grid-box .column:nth-child(2) ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
#footer .footer-top {
  padding: 46px 0;
}
#footer .footer-top a:hover {
  color: #fff;
}
#footer .footer-top .i-qr img {
  width: 160px;
}
#footer .footer-top h2 {
  font-size: 24px;
  font-family: Humanist-B;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
  color: #7f7f7f;
  font-size: 15px;
  text-transform: capitalize;
}
#footer .footer-top .grid-box .column {
  width: 20%;
}
#footer .footer-top .grid-box .column:nth-child(3) {
  width: 40%;
}
#footer .footer-top .grid-box .column:nth-child(3) ul li {
  width: 50%;
  float: left;
}
#footer .footer-top .grid-box .column:nth-child(3) ul li li{
	width: 100%;
}
#footer .footer-bottom .container {
  border-top: 1px solid #3a3a3a;
  padding: 20px 0;
}
#footer .footer-bottom p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p a {
  color: #7f7f7f;
}
#footer .footer-bottom p.icon .fa {
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#footer .footer-bottom p.icon .fa:hover {
  color: #92cdcf;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1100px) {
  .h-top {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-product .part1 .grid-box .i-fl .text h2,
  #index-body .i-product .part2 .grid-box .i-fl .text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #index-body .i-product .part1 .grid-box .i-fl .text a.more,
  #index-body .i-product .part2 .grid-box .i-fl .text a.more {
    height: 48px;
    line-height: 46px;
    font-size: 14px;
  }
  #index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide .layer,
  #index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide .layer,
  #index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide .layer,
  #index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide .layer {
    padding: 36% 16% 0;
  }
  #index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide p,
  #index-body .i-product .part2 .grid-box .i-fr .part1-list .swiper-slide p,
  #index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide p,
  #index-body .i-product .part2 .grid-box .i-fr .part2-list .swiper-slide p {
    text-align: center;
    padding: 20px 5% 0;
    font-size: 14px;
    color: #3a3939;
  }
  #index-body .i-about .i-fl,
  #index-body .i-about .i-fr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #banner .bot .column p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .i-product .part1 .grid-box .i-fr,
  #index-body .i-product .part2 .grid-box .i-fr {
    width: 100%;
    padding-bottom: 30px;
  }
  #index-body .i-product .part2 .grid-box .i-fr .part2-list img {
    display: block;
    margin: 0 auto;
  }
  #banner .bot {
    display: none;
  }
  #index-body h2.h2,
  #index-body .i-about .i-fr h2 {
    font-size: 25px;
  }
  #index-body .i-product {
    padding: 30px 0 0;
  }
  #index-body .i-product .part1 .grid-box .i-fl,
  #index-body .i-product .part2 .grid-box .i-fl {
    width: 100%;
  }
  #index-body .i-about .i-fr .grid-box .column h3 {
    font-size: 20px;
  }
  .f-header .grid-box.two > .column {
    width: 100%;
  }
  #footer .f-header .grid-box .column:nth-child(2) ul li {
    float: left;
    margin-right: 25px;
    line-height: 35px;
  }
  #footer .footer-top .grid-box .column {
    width: 50%;
    margin-bottom: 20px;
  }
  #footer .footer-top .grid-box .column:nth-child(3) {
    width: 100%;
  }
  #footer .footer-bottom {
    padding: 0 10px;
  }
  #footer .footer-bottom p {
    float: left;
    text-align: center;
    padding: 10px 0;
  }
  #footer .footer-bottom {
    padding-bottom: 30px;
  }
  .mlztx {
    display: none;
  }
}


.inner-banner {
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/inner-banner.jpg");
  display: block;
  background-attachment: fixed;
  position: relative;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.inner-banner .ui {
  height: 100%;
}
.inner-banner .box {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.inner-banner .box h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
	font-size: 34px;
  margin-bottom: 95px;
  word-wrap: break-word;
  font-family: 'Humanist-B';
}
.inner-banner .box .mbx {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-family: "Barlow-Thin";
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  display: inline-block;
  margin: 0 5px;
}
.inner-page {
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
}
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
  font-family: 'Humanist-B';
  font-size: 24px;
}
.inner-page .inner-nav {
  display: inline-block;
  float: right;
  position: relative;
}
.inner-page .inner-nav span {
  line-height: 40px;
  display: inline-block;
  padding: 0 40px;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #777;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.inner-page .inner-nav span em {
  display: inline-block;
  top: 13px;
  margin-left: 8px;
  font-size: 16px;
  float: right;
  position: absolute;
  right: 30px;
}
.inner-page .inner-nav span em i {
  display: block;
  line-height: 7px;
}
.inner-page .inner-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px #999;
  -moz-box-shadow: 0 3px 5px #999;
  box-shadow: 0 3px 5px #999;
  padding: 10px 5px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  opacity: 0;
  z-index: -2;
}
.inner-page .inner-nav ul li {
  line-height: 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	position:relative;
}
.inner-page .inner-nav ul li a {
  display: block;
}
.inner-page .inner-nav ul li:hover {
  background: #f3f3f4;
  font-weight: bold;
  color: #222;
}
.inner-page .inner-nav ul .children{
	position:absolute;
	right:100%;
	top:0;
	width:100%;
	display:none;
	left:auto;
}
.inner-page .inner-nav ul .children .children{
	display:none;
}
.inner-page .inner-nav ul li:hover>.children{
	display:block;
}
.inner-page .inner-nav ul .children li:hover .children{
	display:block;
}
.inner-page .inner-nav:hover ul {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 1;
}
.inner-page .product-1 {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
.inner-page .product-1 ul {
  margin: -20px;
}
.inner-page .product-1 ul li {
  width: 33.33333%;
  float: left;
  padding: 20px;
}
.inner-page .product-1 ul li .box {
  border: 1px solid #d8d8d8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
.inner-page .product-1 ul li .box:hover {
  -webkit-box-shadow: 0 0 20px #999;
  -moz-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 20px #999;
}
.inner-page .product-1 ul li .box a.img-box {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}
.inner-page .product-1 ul li .box .content {
  display: block;
  padding: 30px;
}
.inner-page .product-1 ul li .box .content h3 {
  font-size: 18px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .content h3:first-letter {
  text-transform: capitalize;
}
.inner-page .product-1 ul li .box .content h3:hover {
  color: #a98e60;
}
.inner-page .product-1 ul li .box .content .date {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.inner-page .product-1 ul li .box .content .date i {
  font-size: 16px;
  margin-right: 5px;
}
.inner-page .product-1 ul li .box .content .date time {
  display: inline-block;
}
.inner-page .product-1 ul li .box .content .date .view {
  float: left;
}
.inner-page .product-1 ul li .box .content p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
  font-family: "opensans-Regular";
  margin-top: 30px;
}
.inner-page .product-1 ul li .box .btn {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  margin-bottom: -5px;
}
.inner-page .product-1 ul li .box .btn .more,
.inner-page .product-1 ul li .box .btn .cla {
  width: 50%;
  float: left;
  padding: 18px;
  text-align: center;
}
.inner-page .product-1 ul li .box .btn .more a {
  background: #222;
  color: white;
  font-size: 14px;
  line-height: 12px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .btn .more a:hover {
  background: #a98e60;
}
.inner-page .product-1 ul li .box .btn .cla {
  border-left: 1px solid #d8d8d8;
}
.inner-page .product-1 ul li .box .btn .cla a {
  font-size: 14px;
  color: #a98e60;
  line-height: 28px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .btn .cla a:hover {
  background: #222;
  color: white;
  font-size: 14px;
}
.inner-page .m-page {
  text-align: center;
  display:inline-block;
  width:100%;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  margin: 0 5px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  background: #999;
  color: white;
}
.inner-page .m-page a:hover {
  background: #a98e60;
  color: white;
}
.inner-page .m-link {
  padding-top: 15px;
  color: #333;
  font-size: 14px;
}
.inner-page .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li.slick-active {
  background: #a98e60;
}
.inner-page .slick-dots li button {
  display: none;
}
.about-page {
  background: white;
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .about-1-top .left {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-top: 5px;
}
.about-page .about-1 .about-1-top .left p {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
}
.about-page .about-1 .about-1-top .left h2 {
  font-size: 34px;
  color: #333;
  font-family: 'Humanist-B';
  margin-top: 5px;
  line-height: 48px;
}
.about-page .about-1 .about-1-top .right {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  font-size: 15px;
  color: #777777;
  line-height: 24px;
  padding-left: 25px;
  max-height:216px;
  overflow:auto;
}
.about-page .about-1 .about-1-bottom {
  padding-top: 50px;
}
.about-page .about-1 .about-1-bottom ul {
  margin: 0 -15px;
}
.about-page .about-1 .about-1-bottom ul li {
  padding: 0 15px;
}
.about-page .about-1 .about-1-bottom ul li img{
  width: 100%;
}
.about-page .about-1 .about-1-bottom ul li a {
  display: block;
}
.about-page .about-1 .about-1-bottom ul .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li.slick-active {
  background: #a98e60;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li button {
  display: none;
}
.about-page .about-2 {
  background: #000;
}
.about-page .about-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  text-align: center;
}
.about-page .about-2 .left .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .about-2 .left .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .left .slick-dots li.slick-active {
  background: #a98e60;
}
.about-page .about-2 .left .slick-dots li button {
  display: none;
}
.about-page .about-2 .left li {
  padding: 0 8%;
}
.about-page .about-2 .left .head {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.about-page .about-2 .left p {
  font-size: 17px;
  color: white;
  line-height: 28px;
  font-style: italic;
  margin: 20px 0;
}
.about-page .about-2 .left .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #7ed3cc;
}
.about-page .about-2 .left .from {
  font-size: 16px;
  color: #999;
}
.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 {
  display: inline-block;
  width: 100%;
  padding: 120px 0 110px;
  background: #ffffff;
}
.about-page .about-3 ul {
  margin: -30px -70px;
}
.about-page .about-3 ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 30px 30px;
}
.about-page .about-3 ul li h3 {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  margin: 15px 0 14px;
}
.about-page .about-3 ul li p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  height: 96px;
}
.about-page .about-4 {
  margin-top: -5px;
}
.about-page .about-4 li img{
  width: 100%;
}
.about-page .about-4 li a {
  display: block;
}
.about-page .about-4 li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #a98e60;
  z-index: 1;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  opacity: 0;
}
.about-page .about-4 li a .box {
  display: block;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 li a .box h3 {
  font-size: 30px;
}
.about-page .about-4 li a .box p {
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 10px;
}
.about-page .about-4 li a:hover:before {
  opacity: 1;
}
.about-page .about-4 li a:hover .box {
  top: 50%;
  opacity: 1;
}
.about-page .about-5 {
  padding: 50px 0;
  text-align: center;
}
.about-page .about-5 li img {
  margin: 0 auto;
}
.about-page .about-6 {
  background: #f1f1f1;
  padding: 65px 0;
}
.about-page .about-6 .left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #222;
  text-align: right;
  font-family: "Barlow-Thin";
}
.about-page .about-6 .right {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
}
.about-page .about-6 .right ul {
  display: inline-block;
  width: 100%;
}
.about-page .about-6 .right ul li {
  float: left;
  width: 40%;
  padding: 0 2px;
}
.about-page .about-6 .right ul li input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #999;
  background: none;
  outline: none;
  padding: 0 10px;
  font-size:14px;
}
.about-page .about-6 .right ul li input::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input:-moz-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input::-moz-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input:-ms-input-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input[type="submit"] {
  background: #7ed3cc;
  border-color: #7ed3cc;
  color: white;
  font-size: 20px;
  font-family: "Barlow-Thin";
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-6 .right ul li:last-child {
  width: 20%;
}
.product-page {
  padding: 120px 0;
  background: white;
}
.product-cat-page {
  padding: 80px 0;
}
.product-cat-page .product-class ul li {
  display: inline-block;
  width: 100%;
  background: white;
  margin: 30px 0;
}
.product-cat-page .product-class ul li a.img-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.product-cat-page .product-class ul li .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-left: -5px;
  padding: 0 50px;
}
.product-cat-page .product-class ul li .right .content {
  display: block;
}
.product-cat-page .product-class ul li .right .content h3 {
  font-size: 34px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .content h3:first-letter {
  text-transform: capitalize;
}
.product-cat-page .product-class ul li .right .content h3:hover {
  color: #a98e60;
}
.product-cat-page .product-class ul li .right .content .date {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.product-cat-page .product-class ul li .right .content .date dd {
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .content .date dd:hover {
  color: #a98e60;
}
.product-cat-page .product-class ul li .right .content p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
  font-family: "opensans-Regular";
  margin-top: 30px;
}
.product-cat-page .product-class ul li .right .btn {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.product-cat-page .product-class ul li .right .btn .more a {
  background: #222;
  color: white;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .btn .more a:hover {
  background: #a98e60;
}
.prodet-page {
  display: inline-block;
  padding: 120px 0;
  background: white;
}
.prodet-page h2 {
  font-size:34px;
  color:#333;
  margin-bottom:30px;
  max-width:60%;
}
.prodet-page .left {
  width: 70%;
  float: left;
  padding-right: 30px;
}
.prodet-page .left .prodet-1 {
  padding: 10px;
  border: 1px solid #d8d8d8;
}
.prodet-page .left .prodet-1 img {
  width: auto; display:block; margin:0 auto;
}
.prodet-page .left .prodet-1 ul {
  position: relative;
}
.prodet-page .left .prodet-1 .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .left .prodet-1 .slick-dots li {
  border-color: white;
}
.prodet-page .left .prodet-1 .slick-dots li.slick-active {
  background: white;
}
.prodet-page .left .prodet-1 .box {
  padding-top: 10px;
}
.prodet-page .left .prodet-1 .box p {
  /*margin-left: 15px;*/
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.image-gallery li {
  padding: 0;
}
.prodet-page .left .prodet-1 .box p i {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  color: #333;
}
.prodet-page .left .prodet-2 {
  padding: 40px 0;
}
.prodet-page .left .prodet-2 .options ul {
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .left .prodet-2 .options ul li {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-right: 5%;
  padding-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.prodet-page .left .prodet-2 .options ul li:after {
  content: '';
  display: block;
  clear: both;
  border-bottom: 3px solid #a98e60;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  opacity: 0;
}
.prodet-page .left .prodet-2 .options ul li:hover:after,
.prodet-page .left .prodet-2 .options ul li.active:after {
  opacity: 1;
}
.prodet-page .left .prodet-2 .value {
  padding-top: 40px;
}
.prodet-page .left .prodet-2 .value ul {
  position: relative;
  min-height: 100px;
}
.prodet-page .left .prodet-2 .value li {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  color: #777;
  line-height: 28px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -ms-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  opacity: 0;
  width: 100%;
}
.prodet-page .left .prodet-2 .value li.active {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}
.prodet-page .left .prodet-2 .value li table {
  width: 100% !important;
  height:auto !important;
}
.prodet-page .left .prodet-2 .value li table tr:nth-child(odd) {
  background: #F9F9F9;
}
.prodet-page .left .prodet-2 .value li table td {
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  height:auto !important;
  width:auto !important;
}
.prodet-page .left .prodet-2 .value li table td:first-child {
  width: 40%;
}
.prodet-page .left .prodet-2 .value li .public-box h4,.prodet-page .left .prodet-2 .value li .public-box h5 {
  font-size:14px;
  font-family:'Arial';
  font-weight:bold;
  line-height:20px;
}
.prodet-page .left .prodet-2 .value li .public-box dl dd {
  padding:10px;
}
.prodet-page .left .prodet-2 .value li .public-box dl {
  margin:-10px;
}
.prodet-page .left .prodet-2 .value li .public-box dl dd p {
  line-height:20px;
  margin-top:10px;
}
.prodet-page .left .prodet-2 .value li .public-box .img {
  margin-top:40px;
}
.prodet-page .left .prodet-2 .value li .public-box .img .img-box {
  display:block;
}
.prodet-page .left .prodet-2 .value li .public-box .img .img-box img {
  width:100%;
}
.prodet-page .left .prodet-2 .value li .public-box .img dl h5 {
  display:block;
  line-height:24px;
  padding:10px 15px;
  background:#eee;
  position:relative;
  z-index:1;
}
.prodet-page .left .prodet-3 {
  position: relative;
  z-index: 1;
}
.prodet-page .left .prodet-3 h2 {
  font-size: 24px;
  color: #666;
  font-family: "opensans-Regular";
  text-transform: uppercase;
}
.prodet-page .left .prodet-3 ul {
  padding-top: 30px;
  margin: -20px;
}
.prodet-page .left .prodet-3 ul li {
  width: 25%;
  float: left;
  padding: 20px;
  white-space: nowrap;
}
.prodet-page .left .prodet-3 ul li img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .left .prodet-3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-left: 10px;
}
.prodet-page .right {
  width: 30%;
  float: right;
}
.prodet-page .right .date {
  display: block;
}
.prodet-page .right .date .time {
  display: inline-block;
  width: 100%;
  position: relative;
}
.prodet-page .right .date .time:after {
  content: ':';
  position: absolute;
  top: 50%;
  left: 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%);
  font-size: 28px;
  color: #222;
  font-weight: bold;
  -webkit-animation: opacity 1s infinite;
  -o-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .right .date .time .h,
.prodet-page .right .date .time .m {
  width: 45%;
  float: left;
  line-height: 150px;
  height: 150px;
  display: block;
  background: #333;
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.prodet-page .right .date .time .h em,
.prodet-page .right .date .time .m em {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  background: white;
  position: absolute;
  top: 50%;
  left: 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%);
  line-height: 28px;
  color: #333;
}
.prodet-page .right .date .time .h p,
.prodet-page .right .date .time .m p {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: normal;
}
.prodet-page .right .date .time .m {
  float: right;
}
.prodet-page .right .date .years {
  display: block;
  line-height: 100px;
  height: 100px;
  background: #333;
  margin-top: 10px;
  color: white;
  font-size: 28px;
  text-align: center;
}
.prodet-page .right .date .years i {
  font-size: 28px;
  margin-right: 10px;
}
.prodet-page .right .menu ul li{
  margin-bottom: 5px;
  background: #ddd;
  position: relative;
}
.prodet-page .right .menu ul li:last-of-type{
  margin-bottom: 0;
}
.prodet-page .right .menu ul li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #333;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .6s;
}
.prodet-page .right .menu ul li a{
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  padding: 0 15px;
  transition: .6s;
  position: relative;
  z-index: 2;
}
.prodet-page .right .menu ul li:hover:after{
  width: 100%;
  opacity: 1;
}
.prodet-page .right .menu ul li:hover a{
  color: #fff;
}
.prodet-page .right .recommend {
  padding: 40px 0;
}
.prodet-page .right .recommend h2 {
  font-size: 24px;
  color: #333;
  font-family: "opensans-Regular";
  text-transform: uppercase;
}
.prodet-page .right .recommend ul li {
  display: block;
  padding-top: 30px;
}
.prodet-page .right .recommend ul li a.img-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}
.prodet-page .right .recommend ul li .box {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
  padding-right: 10px;
}
.prodet-page .right .recommend ul li .box h3 {
  font-size: 16px;
  color: #333;
  font-family: "Barlow-Thin";
  font-weight: bold;
}
.prodet-page .right .recommend ul li .box p {
  color: #777;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
.prodet-page .right .recommend ul li .box a.more {
  display: inline-block;
  line-height: 26px;
  background: #222;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .right .recommend ul li .box a.more:hover {
  background: #a98e60;
}
.prodet-page .right .lxfs {
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}
.prodet-page .right .lxfs h3 {
  font-size: 22px;
}
.prodet-page .right .lxfs p {
  color: #a98e60;
  font-size: 18px;
  margin-top: 15px;
}
.service-page {
  background: white;
}
.service-page .service-1 {
  padding: 120px 0 80px;
  display: inline-block;
  width: 100%;
}
.service-page .service-1 ul li {
  width: 20%;
  float: left;
  padding: 30px 15px;
  text-align:center;
}
.service-page .service-1 ul li .box {
  border: 1px solid #a98e60;
  padding: 35px 10px 40px;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.service-page .service-1 ul li .box img {
  height: 35px;
}
.service-page .service-1 ul li .box h3 {
  font-family: "opensans-Regular";
  color: #565656;
  margin: 15px 0 20px;
  font-size: 20px;
}
.service-page .service-1 ul li .box p {
  color: #777;
  font-size: 13px;
  line-height: 24px;
  height: 72px;
}
.service-page .service-1 ul li .box:hover {
  border-color: white;
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.service-page .service-2 ul li {
  display: block;
  background: #222;
}
.service-page .service-2 ul li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 ul li .left img {
  width: 100%;
}
.service-page .service-2 ul li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .service-2 ul li .right h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #c8c8c8;
  margin-bottom: 23px;
  font-family: "opensans-Regular";
}
.service-page .service-2 ul li .right h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.service-page .service-2 ul li .right p {
  line-height: 24px;
  color: #777;
  font-size: 15px;
  margin-bottom: 10px;
}
.service-page .service-2 ul li .right a.more {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  max-width: 220px;
  font-size: 17px;
  font-weight: 500;
  background: #c5a46d;
  text-transform: uppercase;
}
.service-page .service-2 ul .slick-arrow {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 3px;
  border: none;
  background: white;
  outline: none;
  bottom: 0;
  right: 50%;
  display: block;
  overflow: hidden;
  color: transparent;
  z-index: 1;
}
.service-page .service-2 ul .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 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%);
  font-size: 30px;
  color: #222;
  font-family: "FontAwesome";
}
.service-page .service-2 ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.service-page .service-2 ul .slick-arrow.slick-prev {
  margin-right: 67px;
}
.service-page .service-2 ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.service-page .service-3 {
  padding: 20px 0;
}
.service-page .service-3 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5%;
}
.service-page .service-3 .left h3 {
  font-size: 44px;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.service-page .service-3 .left p {
  font-size: 15px;
  line-height: 28px;
  color: #777;
  padding: 10px 0;
}
.service-page .service-3 .left a {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  max-width: 220px;
  font-size: 17px;
  font-weight: 500;
  background: #c5a46d;
  text-transform: uppercase;
  margin-top: 30px;
}
.service-page .service-3 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 5px;
  text-align: center;
}
.service-page .service-3 .right img {
  margin: 0 auto;
}
.service-page .service-4 {
  background: url("../images/service-2.jpg") no-repeat center center fixed;
  padding: 100px 0;
  position: relative;
}
.service-page .service-4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.service-page .service-4 h3 {
  font-size: 45px;
  color: white;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.service-page .service-4 ul {
  padding-top: 80px;
}
.service-page .service-4 ul li {
  color: white;
  display: inline-block;
  margin-right: 6%;
  text-align: center;
}
.service-page .service-4 ul li em {
  font-size: 60px;
}
.service-page .service-4 ul li p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.client-page{
  padding: 60px 0;
}
.client-page table{
  width: 100%;
}
.client-page table tr td{
  padding: 10px;
}
.client-page table tr td img{
  width: auto;
}
.contact-page {
  background: white;
}
.contact-page .contact-1 {
  padding: 120px 0 80px;
}
.contact-page .contact-1 h2 {
  font-size: 40px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-page .contact-1 p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Barlow-Thin";
  font-weight: bold;
  color: #999;
  margin-bottom: 30px;
}
.contact-page .contact-2 {
  display: inline-block;
  width: 100%;
  padding-bottom: 100px;
}
.contact-page .contact-2 h3 {
  font-size: 34px;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.contact-page .contact-2 .left {
  width: 35%;
  float: left;
  padding-right: 4%;
}
.contact-page .contact-2 .left .box {
  border: 1px solid #d8d8d8;
  padding: 22px 30px;
}
.contact-page .contact-2 .left .box ul li {
  padding: 12px 0;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
.contact-page .contact-2 .left .box ul li em {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.contact-page .contact-2 .left .box ul li p {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  color: #999;
  margin-right: 0;
  margin-left: auto;
}
.contact-page .contact-2 .left .box dl {
  text-align: center;
  padding-top: 30px;
}
.contact-page .contact-2 .left .box dl dd {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: #666;
}
.contact-page .contact-2 .right {
  width: 65%;
  float: right;
}
.contact-page .contact-2 .right p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.contact-page .contact-2 .right ul {
  margin: -10px;
  padding-top: 40px;
  display: inline-block;
}
.contact-page .contact-2 .right ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.contact-page .contact-2 .right ul li input,
.contact-page .contact-2 .right ul li textarea {
  width: 100%;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  outline: none;
  background: white;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  font-family: "Barlow-Thin";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right ul li input:focus,
.contact-page .contact-2 .right ul li textarea:focus {
  border-color: #a98e60;
  background: rgba(169, 142, 96, 0.04);
}
.contact-page .contact-2 .right ul li input:-ms-input-placeholder,
.contact-page .contact-2 .right ul li textarea:-ms-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input::-ms-input-placeholder,
.contact-page .contact-2 .right ul li textarea::-ms-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input::-webkit-input-placeholder,
.contact-page .contact-2 .right ul li textarea::-webkit-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input[type="submit"],
.contact-page .contact-2 .right ul li textarea[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  background: #222;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 50px;
  height: 50px;
}
.contact-page .contact-2 .right ul li input[type="submit"]:hover,
.contact-page .contact-2 .right ul li textarea[type="submit"]:hover {
  background: #a98e60;
}
.contact-page .contact-2 .right ul li textarea {
  height: 170px;
  resize: vertical;
}
.contact-page .contact-2 .right ul li:nth-last-child(2),
.contact-page .contact-2 .right ul li:nth-last-child(1) {
  width: 100%;
}
.contact-page .contact-3 {
  background: url("../images/contact-1.jpg") no-repeat center center fixed;
  padding: 150px 0;
  text-align: center;
  position: relative;
}
.contact-page .contact-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.contact-page .contact-3 h3 {
  font-size: 40px;
  color: white;
  text-transform: capitalize;
  margin-top: 50px;
}
.contact-page .contact-3 p {
  font-size: 18px;
  color: #a98e60;
}
.faq-page {
  padding: 100px 0;
  background: white;
}
.faq-page ul li {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  background: #F9F9F9;
  padding: 15px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page ul li:hover {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.faq-page ul li .a {
  font-size: 16px;
  color: #333;
  padding-left: 60px;
  position: relative;
  line-height: 28px;
}
.faq-page ul li .a i.fa-question-circle {
  font-size: 28px;
  padding-left: 20px;
  color: #a98e60;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-page ul li .a i.fa-plus {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  cursor: pointer;
  cursor: hand;
}
.faq-page ul li .q {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  display: block;
  color: #666;
  padding-left: 60px;
  position: relative;
}
.faq-page ul li .q i.fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  font-size: 20px;
}
.news-page {
  padding: 100px 0;
  background: white;
}
.news-page .news-content ul li {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 10px;
  background: #F9F9F9;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-content ul li:hover {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.news-page .news-content ul li a.img-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-content ul li .content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-left: -5px;
  padding: 0 25px;
  word-break: break-word;
}
.news-page .news-content ul li .content h3 {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
}
.news-page .news-content ul li .content p {
  font-size: 16px;
  color: #999;
  margin: 20px 0;
}
.news-page .news-content ul li .content a.more {
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  background: #a98e60;
  color: white;
  font-size: 14px;
}
.newdet-page {
  padding: 100px 0;
  background: white;
}
.newdet-page .inner-content {
  padding: 20px 40px;
  background: #F9F9F9;
  word-break: break-word;
}
.newdet-page h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.newdet-page time {
  font-size: 15px;
  color: #999;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.newdet-page .content {
  border-bottom: 1px #d8d8d8 dashed;
  padding: 10px 0 30px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-indent: 1.5em;
}
.newdet-page .content p {
  padding: 8px 0;
}
.lg-page {
  background: white;
  padding: 100px 0;
}
.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  width: 33.3333%;
  float: left;
  padding: 15px;
}
.lg-page ul li img{
  width: 100%;
}
.lg-page ul li a {
  display: block;
  padding: 5px;
  border: 1px solid #d8d8d8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover {
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layui-layer-iframe {
  overflow: hidden;
}
.layui-layer-setwin .layui-layer-close2 {
  right: -15px !important;
  top: -15px !important;
}

@media screen and (max-width: 1450px) {
  .about-page .about-2 .left .slick-dots {
    padding-top: 15px;
  }
  .about-page .about-2 .left p {
    max-height: 112px;
    font-size: 15px;
    line-height: 22px;
  }
  .service-page .service-2 ul li .right h2 {
    white-space: nowrap;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .service-page .service-2 ul li .right p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1240px) {
  .about-page .about-2 .left p {
    font-size: 13px;
    line-height: 18px;
    max-height: 90px;
  }
  .about-page .about-2 .left .head {
    width: 80px;
    height: 80px;
  }
  .about-page .about-3 ul {
    margin: -20px;
  }
  .about-page .about-3 ul li {
    padding: 20px;
  }
  .inner-page .product-1 ul li .box .btn .cla a {
    font-size: 13px;
  }
  .inner-page .product-1 ul li .box .btn .more,
  .inner-page .product-1 ul li .box .btn .cla {
    padding: 10px;
  }
  .inner-page .product-1 ul li .box .content {
    padding: 15px;
  }
  .inner-page .product-1 ul li .box .content p {
    font-size: 14px;
    margin-top: 20px;
  }
  .inner-page .product-1 ul li .box .content h3 {
    font-size: 28px;
  }
  .inner-page .product-1 ul {
    margin: -10px;
  }
  .inner-page .product-1 ul li {
    padding: 10px;
  }
  .prodet-page .right .lxfs h3 {
    font-size: 18px;
  }
  .service-page .service-2 ul li .right h3 {
    display: none;
  }
  .service-page .service-2 ul li .right p {
    font-size: 13px;
    line-height: 18px;
  }
  .service-page .service-3 .left h3 {
    font-size: 36px;
  }
  .contact-page .contact-2 .left .box {
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .about-page .about-2 .left li {
    padding: 10px 8%;
  }
  .about-page .about-2 .left .slick-dots {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .about-page .about-3 ul li p {
    font-size: 13px;
    line-height: 20px;
  }
  .about-page .about-3 ul li h3 {
    margin: 10px 0;
  }
  .about-page .about-4 li a .box h3 {
    font-size: 24px;
  }
  .about-page .about-4 li a .box p {
    font-size: 13px;
  }
  .inner-page .product-1 ul li {
    width: 50%;
  }
  .prodet-page .left {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .prodet-page .right {
    display: inline-block;
    float: none;
    width: 100%;
  }
  .prodet-page .right .date {
    display: none;
  }
  .prodet-page .right .recommend {
    display: inline-block;
    width: 100%;
  }
  .prodet-page .right .recommend ul {
    margin: 0 -10px;
  }
  .prodet-page .right .recommend ul li {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
  }
  .prodet-page .right .recommend ul li .box p {
    display: none;
  }
  .prodet-page .right .lxfs h3 {
    font-size: 24px;
  }
  .service-page .service-1 ul {
    margin: -20px -10px;
  }
  .service-page .service-1 ul li {
    padding: 20px 10px;
  }
  .service-page .service-1 ul li .box p {
    font-size: 12px;
    line-height: 19px;
    height: 76px;
  }
  .service-page .service-2 ul li .right h2 {
    font-size: 28px;
  }
  .service-page .service-2 ul .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .service-page .service-2 ul .slick-arrow:after {
    font-size: 24px;
  }
  .service-page .service-2 ul .slick-arrow.slick-prev {
    margin-right: 41px;
  }
  .service-page .service-3 .left h3 {
    font-size: 24px;
  }
  .service-page .service-4 h3 {
    font-size: 38px;
  }
  .service-page .service-4 ul {
    padding-top: 60px;
  }
  .service-page .service-4 ul em {
    font-size: 40px!important;
  }
  .lg-page ul li {
    width: 50%;
  }
  .contact-page .contact-1 h2 {
    font-size: 32px;
  }
  .contact-page .contact-2 .left,
  .contact-page .contact-2 .right {
    width: 100%;
    padding-right: 0;
    display: block;
    float: none;
  }
  .contact-page .contact-2 .left .box dl {
    padding-top: 10px;
  }
  .contact-page .contact-2 .right {
    padding-top: 40px;
  }
  .inner-banner {
    height: 300px;
    margin-top: 45px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner .box h2 {
    font-size: 28px;
  }
  .about-page .about-1 .about-1-top .left,
  .about-page .about-1 .about-1-top .right {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .about-page .about-1 .about-1-top .left h2,
  .about-page .about-1 .about-1-top .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .about-page .about-1 .about-1-top .right {
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
    padding-top: 20px;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-2 .left,
  .about-page .about-2 .right {
    display: block;
    width: 100%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
  }
  .about-page .about-3 ul li p {
    height: 60px;
  }
  .about-page .about-6 .left,
  .about-page .about-6 .right {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .about-page .about-6 .right ul li {
    width: 100%;
    padding: 5px 0;
  }
  .about-page .about-6 .right ul li:last-child {
    width: 50%;
  }
  .product-page {
    padding: 60px 0;
  }
  .inner-page .inner-nav {
    width: 100%;
  }
  .inner-page .inner-nav span {
    width: 100%;
  }
  .inner-page .product-1 ul li {
    width: 100%;
    display: block;
    float: none;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .left .prodet-2 .options ul li {
    margin-right: 3%;
    font-size: 12px;
  }
  .prodet-page .left .prodet-2 .value li {
    overflow: hidden;
    max-width: 100%;
  }
  .prodet-page .left .prodet-3 ul {
    margin: 0;
  }
  .prodet-page .left .prodet-3 ul li {
    width: 50%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -5px;
    padding: 10px;
  }
  .prodet-page .left .prodet-3 ul li span {
    font-size: 12px;
  }
  .prodet-page .right .recommend ul {
    margin: 0;
  }
  .prodet-page .right .recommend ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  .inner-banner .box .mbx {
    font-size: 13px;
  }
  .lg-page ul li {
    width: 100%;
    float: none;
    display: block;
  }
  .news-page .news-content ul li a.img-box,
  .news-page .news-content ul li .content {
    display: block;
    width: 100%;
  }
  .news-page .news-content ul li .content {
    padding: 10px;
  }
  .news-page .news-content ul li .content p {
    font-size: 14px;
    margin: 10px 0;
  }
  .news-page .news-content ul li .content h3 {
    font-size: 20px;
  }
  .news-page .news-content ul li .content a.more {
    display: none;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .service-page .service-1 ul li {
    width: 100%;
    float: none;
  }
  .service-page .service-1 ul li .box {
    padding: 10px;
  }
  .service-page .service-1 ul li .box p {
    height: 57px;
  }
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-2 ul li .left,
  .service-page .service-2 ul li .right {
    width: 100%;
    display: block;
    float: none;
  }
  .service-page .service-2 ul li .left h2,
  .service-page .service-2 ul li .right h2 {
    font-size: 24px;
  }
  .service-page .service-2 ul .slick-arrow {
    display: none !important;
  }
  .service-page .service-3 {
    padding: 50px 0;
  }
  .service-page .service-3 .left,
  .service-page .service-3 .right {
    width: 100%;
  }
  .service-page .service-3 .left p,
  .service-page .service-3 .right p {
    font-size: 13px;
    line-height: 18px;
  }
  .service-page .service-3 .right {
    padding-top: 20px;
  }
  .service-page .service-4 h3 {
    font-size: 20px;
  }
  .service-page .service-4 {
    display: inline-block;
    width: 100%;
  }
  .service-page .service-4 ul li {
    margin-right: 0;
    width: 50%;
    float: left;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 h2,
  .contact-page .contact-2 h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 p {
    font-size: 13px;
    line-height: 22px;
  }
  .amap-container {
    height: 250px !important;
  }
  .contact-page .contact-2 .left .box ul li em,
  .contact-page .contact-2 .left .box ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right ul li {
    width: 100%;
  }
  .contact-page .contact-3 h3 {
    font-size: 18px;
  }
  .contact-page .contact-3 p {
    font-size: 14px;
  }
  .contact-page .contact-3 {
    padding: 100px 0;
  }
  #header .nav {
    width: 80%;
  }
  .layui-layer-iframe {
    width: 95% !important;
  }
	#index-body .i-product .part1 .grid-box .i-fr .part1-list .swiper-slide .layer,
	#index-body .i-product .part1 .grid-box .i-fr .part2-list .swiper-slide .layer{
		display:none;
	}
	.prodet-page h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    max-width: 100%;
}
}
.about-page .about-6 .right div.wpcf7 .ajax-loader {
  display: none;
}
.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: inline-block;
  margin-right: 15px;
} 
.post-views-box{
  position: relative;
  /*margin: -116px 0 0 100px;*/
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #a98e60;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.image-gallery li{
	width:16.6%;
}
.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}

#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}