@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
body {
  font-family: "roboto-regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.slick-list .slick-track {
	white-space:nowrap;
	letter-spacing:-5px;
}
.slick-list .slick-slide {
	white-space:normal;
	display:inline-block;
	letter-spacing:0;
	float:none;
}
#header {
  z-index: 1;
  position: relative;
  height:160px
}
#header .h-top {
  padding: 10px 0 15px;
  position: relative;
  z-index: 1000;
}
#header .h-top .menu {
  display: flex;
  align-items: center;
}
#header .h-top .menu .left {
  margin-left: 0;
  margin-right: auto;
}
#header .h-top .menu .left a {
  display: inline-block;
  margin-right: 8px;
}
#header .h-top .menu .box {
  margin: 0 auto;
}
#header .h-top .menu .right {
  margin-right: 0;
  margin-left: auto;
}
#header .h-top .menu .right ul {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .menu .right ul li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #dcdcdc;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .menu .right ul li:hover {
  background: #487980;
  color: white;
}
#header .h-top .menu .right .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  margin-left: 20px;
  z-index: 110;
}
#header .h-top .menu .right .yuy:hover span i {
  color: #487980;
}
#header .h-top .menu .right .yuy span {
  font-size: 12px;
  color: #171616;
  font-style: italic;
}
#header .h-top .menu .right .yuy span i {
  font-size: 26px;
  color: #87888e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .menu .right .yuy dl {
  position: absolute;
  top: 100%;
  left: 5px;
  width: 100%;
  padding-top: 10px;
  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;
  -webkit-perspective: 500px;
  perspective: 500px;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 110;
}
#header .h-top .menu .right .yuy dl:after {
  content: '';
  border-bottom: 10px solid #487980;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 3px;
  left: 20%;
  z-index: -1;
}
#header .h-top .menu .right .yuy dl dd {
  line-height: 28px;
  padding: 2px 10px;
  background: #487980;
  font-size: 12px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .menu .right .yuy dl dd a {
  display: block;
}
#header .h-top .menu .right .yuy dl dd:hover {
  background: #487980;
}
#header .h-top .menu .right .yuy:hover dl {
  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);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #171616;
}
#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 .menu-box {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 14px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 0 5.6%;
  line-height: 50px;
  height: 50px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:after {
  content: '...';
  color: #9b9b9b;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: bold;
  -webkit-transform: rotateZ(90deg) translateY(-50%);
  -moz-transform: rotateZ(90deg) translateY(-50%);
  -ms-transform: rotateZ(90deg) translateY(-50%);
  -o-transform: rotateZ(90deg) translateY(-50%);
  transform: rotateZ(90deg) translateY(-50%);
  display: block;
  position: absolute;
  right: 0;
  top: 3%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #487980;
  color: #487980;
  -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;
}
#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: #487980;
  top: 100%;
  left: 20%;
  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 #487980;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: white;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background:#487980;
}
#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);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child:after {
  display: none;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #171616;
  left: 60px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #171616;
  right:60px;
}
#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: 60px;
  height: 60px;
  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;
  border-radius: 5px;
  background-size: 12px;
}
#banner .slick-arrow:hover {
  background-color: #004ea1;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner {
  margin-top: -5px;
}
#banner li {
  position: relative;
}
#banner li .content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#banner li .content .left {
  width: 100%;
  text-align: center;
}
#banner li .content .left h2 {
  font-size: 44px;
  color: #202020;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "roboto-bold";
}
#banner li .content .left h2 em {
	color:#487980;
}
#banner li .content .left h2 small {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #202020;
  letter-spacing: 2px;
  font-family: "roboto-regular";
}
#banner li .content .left p {
  font-size: 14px;
  color: #202020;
  line-height: 28px;
}
#banner li .content .left dl {
  text-align: center;
  padding-top: 70px;
}
#banner li .content .left dl dd {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
}
#banner li .content .left dl dd span {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: 10px solid #e2e3e4;
  overflow: hidden;
  display: block;
  background: white;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .left dl dd:first-child span {
  padding: 15px 10px 0;
}
#banner li .content .left dl dd:last-child span {
  padding: 20px 5px 0;
}
#banner li .content .left dl dd h3 {
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-family: roboto-bold;
  color: #171616;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .left dl dd:hover span {
  border-color: #487980;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#banner li .content .left dl dd:hover h3 {
  background: #487980;
  color: white;
}
#banner li .content .left dl dd[data-id="168"]:hover span {
  border-color: #487980;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#banner li .content .left dl dd[data-id="168"]:hover h3 {
  background: #487980;
  color: white;
}
#banner li .content .left dl dd[data-id="3"]:hover span {
  border-color: #487980;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#banner li .content .left dl dd[data-id="3"]:hover h3 {
  background: #487980;
  color: white;
}
#index-body .init-1 {
  text-align: center;
  padding: 90px 0 80px;
}
#index-body .init-1 h2 {
  font-size: 44px;
  color: #666666;
  line-height: 66px;
  text-transform: uppercase;
}
#index-body .init-1 h2 em {
  color: #487980;
  font-family: roboto-bold;
}
#index-body .init-1 h2 small {
  font-size: 18px;
  display: block;
  line-height: normal;
}
#index-body .init-1 p {
  font-size: 16px;
  color: #999999;
	font-family: arial;
  line-height: 24px;
  padding: 30px 18% 45px;
}
#index-body .init-1 .box {
  text-align: center;
}
#index-body .init-1 .box ul {
  display: inline-block;
}
#index-body .init-1 .box ul li {
  display: inline-block;
  padding: 0 15px;
  text-align: left;
}
#index-body .init-1 .box ul li h3 {
  font-size: 40px;
  color: #666666;
  font-family: roboto-bold;
  line-height: 24px;
}
#index-body .init-1 .box ul li h3 em {
  font-size: 20px;
  color: #487980;
  margin-left: 2px;
}
#index-body .init-1 .box ul li p {
  font-size: 14px;
  color: #999999;
  display: block;
	font-family: arial;
  line-height: 38px;
	text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
}
#index-body .init-2 {
  background: #f7f7f7;
  padding: 50px 0 90px;
  display: inline-block;
  width: 100%;
}
#index-body .init-2 ul {
  margin: -20px;
}
#index-body .init-2 ul li {
  width: 50%;
  float: left;
  padding: 20px;
}
#index-body .init-2 ul li a.img-box {
  display: block;
}
#index-body .init-2 ul li a.img-box span.box {
  width: 40%;
  position: absolute;
  top: 15%;
  right: 0;
  padding-right: 40px;
  font-size: 34px;
  font-family: roboto-bold;
  color: white;
  text-transform: uppercase;
}
#index-body .init-2 ul li a.img-box span.box i {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  padding: 0 15px;
  border: 1px solid white;
  margin-top: 25px;
  font-family: roboto-regular;
  height: 34px;
}
#index-body .init-2 ul li a.img-box span.box i:before {
  content: '';
  clear: both;
  display: block;
}
#index-body .init-2 ul li a.img-box img {
  width: 100%;
}
#index-body .init-2 ul li:last-child a.img-box span.box {
  right: auto;
  left: 0;
  padding-right: 0;
  padding-left: 45px;
}
#index-body .init-3 {
  background: #efefef;
  margin-top: -5px;
}
#index-body .init-3 .init-3-top h2 {
  font-size: 24px;
  color: #141414;
  text-transform: uppercase;
  display: inline-block;
  font-family: roboto-bold;
}
#index-body .init-3 .init-3-top ul {
  float: right;
}
#index-body .init-3 .init-3-top ul li {
  display: inline-block;
  margin-left:30px;
}
#index-body .init-3 .init-3-top ul li a {
  display: block;
}
#index-body .init-3 .init-3-top ul li a img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .init-3-top ul li a em {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #141414;
  text-transform: uppercase;
  padding: 6px 0;
  margin-left: 6px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-bottom: 0px solid #487980;
}
#index-body .init-3 .init-3-top ul li:hover em,
#index-body .init-3 .init-3-top ul li.active em {
  border-bottom: 6px solid #487980;
}
#index-body .init-3 .init-3-top ul li[data-id="3"]:hover em,
#index-body .init-3 .init-3-top ul li.active[data-id="3"] em {
  border-color: #487980;
}
#index-body .init-3 .init-3-top ul li[data-id="168"]:hover em,
#index-body .init-3 .init-3-top ul li.active[data-id="168"] em {
  border-color: #487980;
}
#index-body .init-3 .init-3-bottom {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 40px 0 70px;
  min-height: 150px;
}
#index-body .init-3 .init-3-bottom ul {
  margin: -10px;
}
#index-body .init-3 .init-3-bottom ul li {
  padding: 10px;
  width: 25%;
  float: left;
}

@media (max-width: 768px) {
.slick-list .pro {
	width:50% !important
}
}


#index-body .init-3 .init-3-bottom ul li h3 {
  font-size: 16px;
  color: #141414;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li:hover h3 {
  color: #487980;
}
#index-body .init-3 .init-3-bottom ul li:hover h3[data-id="168"] {
  color: #487980;
}
#index-body .init-3 .init-3-bottom ul li:hover h3[data-id="3"] {
  color: #487980;
}
#index-body .init-4 {
  padding: 90px 0 110px;
  background: url("../images/init-4-bg.jpg") fixed center center;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 ul {
  margin: 0 -20px;
}
#index-body .init-4 ul li {
  width: 25%;
  padding: 0 20px;
  text-align: center;
  float: left;
}
#index-body .init-4 ul li span {
  font-size: 14px;
  letter-spacing: 5px;
  color: white;
  text-transform: uppercase;
}
#index-body .init-4 ul li span img {
  margin: 0 auto 20px;
  display: block;
}
#index-body .init-4 ul li span i {
  display: block;
}
#index-body .init-4 ul li p {
  font-size: 14px;
  line-height: 24px;
  color: white;
  margin-top: 30px;
  height: 72px;
}
#index-body .init-5 {
  padding: 100px 0 120px;
}
#index-body .init-5 .init-5-top {
  display: inline-block;
  width: 100%;
}
#index-body .init-5 .init-5-top h2 {
  display: inline-block;
  font-size: 24px;
  color: #141414;
  text-transform: uppercase;
  font-family: roboto-bold;
}
#index-body .init-5 .init-5-top .btn {
  float: right;
}
#index-body .init-5 .init-5-bottom {
  padding-top: 50px;
}
#index-body .init-5 .init-5-bottom ul li {
  background: #f8f8f8;
}
#index-body .init-5 .init-5-bottom ul li .left {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .init-5-bottom ul li .left a {
  display: block;
}
#index-body .init-5 .init-5-bottom ul li .right {
  width: 60%;
  padding: 0 5%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}
#index-body .init-5 .init-5-bottom ul li .right h3 {
  font-size: 24px;
  color: #666666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .init-5-bottom ul li .right h3:hover {
  color: #487980;
}
#index-body .init-5 .init-5-bottom ul li .right p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding: 40px 0 50px;
}
#index-body .init-5 .init-5-bottom ul li .right time {
  font-size: 14px;
  color: #666666;
  display: block;
}
#index-body .init-6 {
  padding: 56px 0 46px;
  background: url("../images/init-6-bg.jpg") fixed center center;
	font-size:0;
}
#index-body .init-6 .form {
  width: 45%;
  background: #eaebef;
  border: 6px solid #f4f4f4;
  padding: 30px 40px;
	display:inline-block;
	vertical-align:middle;
}
#index-body .init-6 .form h2 {
  font-family: roboto-bold;
  font-size: 24px;
  color: black;
  text-transform: uppercase;
}
#index-body .init-6 .form h2 small {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: roboto-regular;
  line-height: 24px;
  text-transform: none;
}
#index-body .init-6 .form .box {
  padding-top: 25px;
  display: inline-block;
  width: 100%;
}
#index-body .init-6 .form .box ul li {
  display: block;
  padding: 6px 0;
	font-size:13px;
}
#index-body .init-6 .form .box ul li input,
#index-body .init-6 .form .box ul li textarea {
  background: white;
  outline: none;
  line-height: 44px;
  padding: 0 10px;
  font-family: roboto-regular;
  color: #666666;
  width: 100%;
  border: none;
  height: 44px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
#index-body .init-6 .form .box ul li input[type="submit"],
#index-body .init-6 .form .box ul li textarea[type="submit"] {
  display: none;
}
#index-body .init-6 .form .box ul li input:focus,
#index-body .init-6 .form .box ul li textarea:focus {
  border-color: #487980;
}
#index-body .init-6 .form .box ul li textarea {
  height: 150px;
  line-height: 24px;
  padding: 10px;
}
#index-body .init-6 .form .box ul li.name,
#index-body .init-6 .form .box ul li.tel {
  width: 50%;
  float: left;
}
#index-body .init-6 .form .box ul li.name {
  padding-right: 2px;
}
#index-body .init-6 .form .box ul li.tel {
  padding-left: 2px;
}
#index-body .init-6 .form .box ul li.mail {
  display: inline-block;
  width: 100%;
}
#index-body .init-6 .form .box ul li.submit {
  text-align: center;
}
#index-body .init-6 .form .box ul li.submit:after {
  content: '';
  display: block;
  clear: both;
}
#index-body .init-6 .form .box ul li button {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
  background: #487980;
  outline: none;
  border: none;
  font-size: 14px;
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .form .box ul li button img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .form .box ul li button:hover {
  background: #487980;
}
#index-body .init-6 .right {
	width:50%;
	display:inline-block;
	vertical-align:middle;
	color:white;
	margin-left:5%;
}
#index-body .init-6 .right h3 {
	font-size:30px;
	text-transform:uppercase;
	padding-bottom:40px;
	font-weight:bold;
}
#index-body .init-6 .right p {
	font-size:15px;
	line-height:30px;
}
.btn ul {
  display: inline-block;
  margin: 0 -6px;
}
.btn ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fbfbfb;
  font-size: 13px;
  color: #777777;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  margin: 0 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn ul li:hover {
  background: #487980;
  color: white;
}
#footer {
  background: #171616;
}
#footer .footer-top {
  padding: 50px 0 75px;
  display: inline-block;
  width: 100%;
}
#footer .footer-top ul li {
  width: 25%;
  float: left;
  padding: 0 15px;
}
#footer .footer-top ul li dl dt {
  font-size: 18px;
  color: white;
  display: block;
  border-bottom: 1px solid #474747;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#footer .footer-top ul li dl dd {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.46);
  display: block;
  padding-top: 20px;
  padding-left: 25px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  top: 20px;
  left: 0;
}
#footer .footer-top ul li dl dd:hover {
  color: white;
}
#footer .footer-top ul li dl.contact dd {
  padding-left: 0;
  position: relative;
  padding-bottom: 5px;
}
#footer .footer-top ul li dl.contact dd:after {
  display: none;
}
#footer .footer-top ul li dl.contact dd p {
  line-height: 24px;
  padding-bottom: 20px;
}
#footer .footer-top ul li dl.contact dd i {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: #313131;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl.contact dd a {
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}
#footer .footer-top ul li dl.contact dd:hover i {
  background: #487980;
}
#footer .footer-bottom {
  line-height: 70px;
  height: 70px;
  text-align: center;
  background: #121111;
}
#footer .footer-bottom .box {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.13);
}
#footer .footer-bottom .box a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box a:hover {
  color: white;
}
#footer .footer-bottom .box p {
  display: inline-block;
}
#footer .footer-bottom .box ul {
  margin-left: 20px;
  display: inline-block;
}
#footer .footer-bottom .box ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 996px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0 3.7111%;
  }
  #banner li .content .left h2 {
    font-size: 34px;
    line-height: 70px;
  }
  #banner li .content .left h2 small {
    font-size: 14px;
    line-height: 20px;
  }
  #banner li .content .left p {
    font-size: 12px;
    line-height: 24px;
  }
  #banner li .content .left dl dd span {
    width: 90px;
    height: 90px;
  }
  #banner li .content .left dl dd h3 {
    font-size: 12px;
  }
  #banner li .content .left dl {
    padding-top: 40px;
  }
  #index-body .init-1 p {
    padding: 30px 8% 45px;
  }
  #index-body .init-2 ul li a.img-box span.box {
    font-size: 28px;
    line-height: 34px;
  }
  #index-body .init-2 ul li a.img-box span.box i {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  #index-body .init-3 .init-3-bottom ul li h3 {
    margin-top: 20px;
  }
  #index-body .init-5 .init-5-bottom ul li .right p {
    padding: 20px 0 30px;
  }
  #index-body .init-6 {
    background-position: right -250px center;
  }
  #index-body .init-6 .form {
    width: 60%;
  }
	#index-body .init-6 .right {
		width:40%;
		margin-left:0;
		padding-left:15px;
	}
  #footer .footer-top ul li dl dt {
    font-size: 16px;
  }
  #footer .footer-top ul li dl dd {
    font-size: 12px;
    padding-top: 10px;
    padding-left: 15px;
  }
  #footer .footer-top ul li dl dd:after {
    top: 10px;
  }
  #footer .footer-top ul li dl.contact dd a {
    padding-left: 15px;
  }
  #footer .footer-top {
    padding: 45px 0 35px;
  }
  #footer .footer-bottom {
    line-height: 50px;
    height: 50px;
  }
}
* {outline:none;}
@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 25% !important;
    float: left;
    padding: 10px;
  }
  .i-product .ui.grid  {
  	display: inline-block;
  	width: 100%;
  	margin: -10px;
  }
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
  
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list .swiper-slide {
	padding: 0 30px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .img-box {
	border:5px solid #efefef;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
  padding: 0 10px;
}
.i-product .pro-list .con-box a:hover {
  color: #487980!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding-top: 20px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  font-family: arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 14px;
  line-height: 26px;
	max-height:52px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #7c7c7c;
  font-size: 14px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #487980;
  border-color: #487980;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #487980;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 300px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  margin-top: -5px;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #fff;
}
.bread-crumbs a:hover {
  text-decoration: underline;
}
.inner-page {
  
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #487980;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 20px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #487980 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #487980;
  left: 0;
  top: 100%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 5px 10px #8ca498;
  -moz-box-shadow: 0 5px 10px #8ca498;
  box-shadow: 0 5px 10px #8ca498;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #fff;
	font-size: 14px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #fff;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  text-transform: capitalize;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fff;
}
.about-page .inner-main-box p {
	font-size:16px;
	font-family: arial;
	line-height:27px;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory {
	padding:40px 0;
	background:#333;
}
.about-page .a-factory .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #171616;
  left: 15px;
}
.about-page .a-factory .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #171616;
  right: 15px;
}
.about-page .a-factory .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: 60px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background-size: 12px;
}
.about-page .a-factory .slick-arrow:hover {
  background-color: #487980;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 100px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
  display: inline-block;
  width: 100%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
  display: inline-block;
  padding: 0 7%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
  float: right;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one p{
	font-size:16px; line-height:36px
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 28px;
  
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #487980;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #487980;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #487980;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #487980 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 1px dashed #e5e5e5;
  display: inline-block;
  width: 100%;
}
.news-page .new-list li .new-pic {
	width: 20%;
	float: left;
}
.news-page .new-list li .new-con {
	width: 80%;
	float: left;
	padding: 10px 30px;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  
}
.news-page .new-list li .new-con .tit a:hover {
  color: #487980;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 15px 0 25px;
}
.news-page .new-list li .new-con .abst a {
  color: #487980;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 34px;
  font-family: impact;
  margin-bottom: 0px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info i {
	margin-right: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 16px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #487980;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
	.prodet-page .prodet-pics .grid.two.column .pro-bPic {
		padding:0;
	}
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 15px!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
	  margin-bottom:20px;
  }
}
.span_large{
    float: left;
    width: 100%;
    background-color: rgba(0,0,0, 0.02);
    height: 100%;
    position: absolute;
    display: block;
    vertical-align: middle;
    border-radius: 1px;
    top: 0;
    left: 0;
}
.span:last-child{
    margin-right: 0px;
}
.typing_loader{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
       -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
    margin: 46px auto; /* Not necessary- its only for layouting*/  
    position: relative;
    left: -15px;
    top: 30%;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(0,165,89, 1);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,0.2), 
                    30px 0px 0px 0px rgba(0,165,89,0.2);
      }
    25%{ 
        background-color: rgba(0,165,89, 0.4);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,2), 
                    30px 0px 0px 0px rgba(0,165,89,0.2);
    }
    75%{ background-color: rgba(0,165,89, 0.4);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,0.2), 
                    30px 0px 0px 0px rgba(0,165,89,1);
      }
}

@-moz-keyframes typing{
    0%{
        background-color: rgba(0,165,89, 1);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,0.2), 
                    30px 0px 0px 0px rgba(0,165,89,0.2);
      }
    25%{ 
        background-color: rgba(0,165,89, 0.4);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,2), 
                    30px 0px 0px 0px rgba(0,165,89,0.2);
    }
    75%{ background-color: rgba(0,165,89, 0.4);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,0.2), 
                    30px 0px 0px 0px rgba(0,165,89,1);
      }
}

@keyframes typing{
    0%{
        background-color: rgba(0,165,89, 1);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,0.2), 
                    30px 0px 0px 0px rgba(0,165,89,0.2);
      }
    25%{ 
        background-color: rgba(0,165,89, 0.4);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,2), 
                    30px 0px 0px 0px rgba(0,165,89,0.2);
    }
    75%{ background-color: rgba(0,165,89, 0.4);
        box-shadow: 15px 0px 0px 0px rgba(0,165,89,0.2), 
                    30px 0px 0px 0px rgba(0,165,89,1);
      }
}
#cs{
width: 100%;
margin-top: 30px;
}
#cs td{
	padding: 10px 10px;
	border: 1px solid #ddd;
}
#cs tr:nth-of-type(2n){
	background: #f4f4f4;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#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;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #487980;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #487980;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1000px) {
	.ui.container {
		width:700px;
	}
	#header {
		display:none;
	}
	#mobile {
		display:block;
	}
	#index-body .init-1 h2 {
		font-size:34px;
		line-height:50px;
	}
	#index-body .init-1 .box ul li h3 {
		font-size:34px;
	}
	#index-body .init-2 ul li a.img-box span.box {
		width:60%;
		font-size:20px;
		line-height:24px;
	}
	#index-body .init-2 ul li {
		padding:10px;
	}
	#index-body .init-2 ul {
		margin:-10px;
	}
	#index-body .init-3 .init-3-bottom ul li h3 {
		font-size:14px;
		margin-top:10px;
	}
	#index-body .init-4 ul li {
		width:50%;
		padding:10px;
	}
	#index-body .init-4 ul {
		margin:-10px;
	}
	#index-body .init-4 ul li span img {
		max-height:40px;
	}
	#index-body .init-5 .init-5-bottom ul li .right h3 {
		font-size:18px;
	}
	#index-body .init-5 .init-5-bottom ul li .right p {
		padding:10px 0;
	}
	#index-body .init-6 .right h3 {
		font-size:24px;
	}
	#index-body .init-6 .right p {
		font-size:14px;
		line-height:26px;
	}
	#index-body .init-6 .form {
		padding:15px;
	}
	#footer .footer-top ul li {
		width:33.3333%;
	}
	#footer .footer-top ul li:last-child {
		width:100%;
		display:inline-block;
		margin-top:15px;
	}
	#footer .footer-top ul li dl dt {
		margin-bottom:5px;
	}
	#footer .footer-bottom {
		height:auto;
		line-height:normal;
		padding:10px 0;
	}
	.inner-page .inner-main-tit .nowTit {
		font-size:28px;
	}
	.inner-page .sideBar .side-menu {
		display:none;
	}
	.about-page .inner-main-box iframe{
		height:400px;
	}
	.about-page .a-factory .slick-arrow,#banner .slick-arrow {
		width:30px;
		height:30px;
		background-size:6px;
	}
	.about-page .a-factory {
		padding:15px 0;
	}
	.about-page .a-whyUs {
		padding:50px 0;
	}
	.about-page .a-whyUs .a-txt {
		margin:20px 0;
	}
	.i-whyUs .why-list > .column .icon {
		height:60px;
		line-height:60px;
		width:60px;
		font-size:20px;
	}
	.i-whyUs .why-list > .column .tit {
		font-size:16px;
		margin-top:10px;
	}
	.about-page .inner-main-box {
		padding:40px 0;
	}
	.inner-page .sideBar {
		padding:15px 0;
	}
	#index-body .init-1 {
		padding:40px 0;
	}
	#index-body .init-2 {
		padding:20px 0 40px;
	}
	#index-body .init-3 {
		padding:20px 0;
	}
	#index-body .init-3 .init-3-bottom {
		padding:30px 0 0;
	}
	#index-body .init-4 {
		padding:60px 0;
	}
	#index-body .init-5 {
		padding:60px 0;
	}
	#index-body .init-5 .init-5-bottom {
		padding-top:30px;
	}
	.about-page .a-tit {
		font-size:24px;
	}
	.faq-page .faq-list dt {
		font-size:16px;
		padding:10px 30px;
	}
	.faq-page .faq-list {
		padding:60px 0;
	}
	.m-page {
		padding:20px 0;
	}
	.product-page .i-product {
		padding:60px 0 30px;
	}
	.prodet-page .prodet-pics {
		padding:40px 0 20px;
	}
	.i-product .pro-list .swiper-slide {
		padding:0 10px;
	}
	.i-product .pro-list .con-box .inner-box .abst {
		font-size:12px;
	}
	.prodet-page .recommand-product {
		padding:30px 0;
	}
	.prodetFeedback .innerTit {
		font-size:24px;
	}
	.prodetFeedback .ptForm .fbTop li {
		padding-left:0 !important;
	}
	.prodetFeedback .ptForm input[type="submit"] {
		font-size:14px;
		line-height:40px;
		height:40px;
		width:160px;
	}
	.news-page .new-list li .new-con {
		width:60%;
	}
	.news-page .new-list li .new-pic {
		width:40%;
	}
	.news-page .new-list li {
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.contact-page .c-list-box .contactList .c-name {
		font-size:24px;
	}
	#mapContainer {
		height:300px !important;
	}
	.i-product .pro-list {
		margin-top:0;
	}
	#banner li .content {
		display:none !important;
	}
}

@media screen and (max-width: 700px) {
	.ui.container {
		width:100%;
	}
	.inner-page .inner-main-tit .nowTit {
		font-size:20px;
	}
	.bread-crumbs {
		font-size:12px;
		margin-top:3px;
	}
	.about-page .inner-main-box p {
		font-size:14px;
		line-height:24px;
	}
	.contact-page .c-list-box {
		padding:40px 0;
	}
	.button-group .button:nth-child(2) {
		display:none;
	}
	.prodetFeedback .innerTit {
		font-size:20px;
	}
	.news-page .new-list li .new-con {
		width:100%;
		padding:15px 0;
	}
	.news-page .new-list li .new-pic {
		width:100%;
	}
	.faq-page .faq-list dt {
		font-size:14px;
	}
	.faq-page .faq-list dd {
		padding:10px;
	}
	.about-page .inner-main-box iframe {
		height:320px;
	}
	#index-body .init-1 h2 {
		font-size:24px;
		line-height:28px;
	}
	#index-body .init-1 p {
		padding:20px 0;
	}
	#index-body .init-1 .box ul li {
		width:50%;
		padding:10px;
		letter-spacing:0;
		vertical-align:top;
		text-align:center;
	}
	#index-body .init-1 .box ul {
		margin:-10px;
		letter-spacing:-5px;
	}
	#index-body .init-2 ul li {
		width:100%;
	}
	#index-body .init-3 .init-3-top ul {
		float:none;
		text-align:center;
	}
	#index-body .init-3 .init-3-top {
		text-align:center;
	}
	#index-body .init-4 ul li {
		width:100%;
	}
	#index-body .init-4 ul li p {
		margin-top:15px;
		height:auto;
	}
	#index-body .init-5 .init-5-bottom ul li .right {
		width:100%;
		padding:15px;
	}
	#index-body .init-5 .init-5-bottom ul li .left {
		width:100%;
	}
	#index-body .init-6 .form {
		width:100%;
	}
	#index-body .init-6 .right {
		width:100%;
		padding-top:30px;
	}
	#footer .footer-top ul li {
		width:100%;
		padding-top:15px;
	}
}
.faq-page .faq-list dt {
	position:relative;
}
.faq-page .faq-list dt i {
	position:absolute;
	right:10px;
	top:15px;
}

.init-3-top table{    width: 100%;
    margin-top: 30px;
	font-size:16px; line-height:30px;
	text-indent:2em	
	}
	
.init-3-top table tr:nth-of-type(2n) {
    background: #f4f4f4;
}

.init-3-top table td {
    padding: 10px 10px;
    border: 1px solid #ddd;
}