@charset "utf-8";
@font-face {
  font-family: 'poppins';
  src: url(../fonts/poppins.ttf) format('truetype'), url(../fonts/poppins.eot) format('eot'), url(../fonts/poppins.woff) format('woff'), url(../fonts/poppins.woff2) format('woff2');
}
@font-face {
  font-family: 'calibri';
  src: url(../fonts/calibri.ttf) format('truetype'), url(../fonts/calibri.eot) format('eot'), url(../fonts/calibri.woff) format('woff'), url(../fonts/calibri.woff2) format('woff2');
}
@font-face {
  font-family: 'calibri-bold';
  src: url(../fonts/calibri-bold.ttf) format('truetype'), url(../fonts/calibri-bold.eot) format('eot'), url(../fonts/calibri-bold.woff) format('woff'), url(../fonts/calibri-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url(../fonts/POPPINS-LIGHT.ttf) format('truetype'), url(../fonts/POPPINS-LIGHT.eot) format('eot'), url(../fonts/POPPINS-LIGHT.woff) format('woff'), url(../fonts/POPPINS-LIGHT.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@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');
}
body {
  font-family: "poppins";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1330px;
}

.ptForm {
    padding: 50px 0;
    background: #f2f2f2
}

.ptForm label {
    font-size: 16px;
    color: #636363;
    font-weight: 500;
    margin-bottom: 0;
    font-family: JosefinSans-Regular;
}

.ptForm input,
.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;
}

.ptForm .fbTop {
    margin-bottom: 62px; width:100%;
}

.ptForm .fbTop li {
    float: left;
    width: 31%;
    margin-right: 2%;
}

.ptForm .fbTop li:nth-child(3) {
    margin-right: 0;
}

.ptForm .fbTop li input {
    height: 50px;
    padding: 0 4px;
}

.ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #da0e2b;
}

.ptForm .fbBot {
    margin-bottom: 75px; width:100%;
}

.ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}
.ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #da0e2b;
}

.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: #e6791a url("../images/fb-send.png") no-repeat right 10px center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;

}

.ptForm input[type="submit"]:hover {
    background-color: #222;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 60px 5% 0;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
#header.active {
  padding: 10px 30px 0;
  background: rgba(0, 0, 0, 0.3);
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu .left {
  float: left;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  margin-right: 0;
}
#header .nav .middle{
width:350px;
font-size:16px;
color:#FFF;
float:left;
height:60px;
line-height:60px;
overflow:hidden;

}

#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #e6791a;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 200px;
  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 #e6791a;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
	padding: 8px 15px;
  line-height: 24px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
	position:relative;
}
#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: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover>ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
	position:absolute;
	top:0;
	left:100%;
	display:none;
	width:200px;
	background:white;
	font:inherit;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul li {
	padding:8px 15px;
	line-height:24px;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu li:hover ul {
	display:block;
}
#header .nav .ui.menu .right {
  float: right;
  padding-top: 8px;
}
#header .nav .ui.menu .right .search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .right .search input {
  line-height: 34px;
  border: 1px solid white;
  background: transparent;
  width: 240px;
  border-radius: 5px;
  padding: 0 40px 0 10px;
  color: white;
}
#header .nav .ui.menu .right .search input[type="submit"] {
  border: none;
  width: 34px;
  height: 34px;
  background: url("../images/search.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
#header .nav .ui.menu .right .yuy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .right .yuy:hover ul {
  display: block;
}
#header .nav .ui.menu .right .yuy em {
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .right .yuy span {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
#header .nav .ui.menu .right .yuy ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  display: none;
}
#header .nav .ui.menu .right .yuy ul li {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  color: white;
}
#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;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 2000;
  height: 100%
}

#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, .13);
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
  box-shadow: 0 0 10px rgba(255, 255, 255, .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%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-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: #fff
}

#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 !important;
  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: #2eae36;
  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: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px
}

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px
}

#mobile .menu-content .mob-search form {
  position: relative
}

#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #000
}

#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: #fff;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  transition: .5s
}

#mobile .menu-content .mob-share ul li:hover {
  background: #2eae36
}

#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);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  background: #fff
}

#mobile.white .menu-content {
  background: #fff;
  color: #000
}

#mobile.white .menu-content .menu-list ul li li a:after {
  background: #000
}

#mobile.white .menu-content .mob-search form input {
  border: 1px solid #000
}

#mobile.white .menu-content .mob-search form input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

#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: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

#banner .slick-arrow:hover {
  background-color: #e6791a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 6px;
  height: 6px !important;
  display: inline-block;
  margin: 0 12px;
  border-radius: 100%;
  background-color: #e6791a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid transparent;
  display: block;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active:after {
  border-color: #fff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,
#cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
#cs td:first-child {
  color: #2d2d2d;
}
#cs td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #e6791a;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #e6791a !important;
}
#banner li {
  position: relative;
}
#banner li .content {
  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;
  width: 100%;
  text-align: center;
}
#banner li .content .left h2 {
  font-size: 130px;
  font-family: "calibri-bold";
  color: white;
  text-transform: uppercase;
  line-height: 80px;
}
#banner li .content .left h2 small {
  display: block;
  font-size: 50px;
  line-height: normal;
  margin-top: 15px;
}
#banner li .content .left h2 small em {
  color: #e6791a;
}
#banner li .content .left p {
  font-size: 16px;
  color: white;
  font-family: "calibri";
  text-transform: uppercase;
  margin: 20px 0;
}
#banner li .content .left a.more {
  font-size: 24px;
  color: white;
  line-height: 40px;
  border-radius: 5px;
  background: #e6791a;
  margin: 0 auto;
  padding: 0 14px;
  text-transform: uppercase;
}
#index-body .section-box {
  /*height: 100vh;*/
  overflow: hidden;
}
#index-body .init-1 {
  background-attachment: fixed;
}
#index-body .init-1 ul li {
  /*height: 100vh;*/
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") no-repeat center center fixed;
  background-attachment: fixed;
}
#index-body .init-2 .init-2-top {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 100px 0 50px;
}
#index-body .init-2 .init-2-top p {font-size: 16px!important;text-align: center}
#index-body .init-2 .init-2-top h2 {
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins-Bold";
  padding-bottom: 20px;
}
#index-body .init-2 .init-2-top .btn {
  position: absolute;
  right: 0;
  top: 15px;
}
#index-body .init-2 .init-2-top .btn ul li {
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  font-family: "calibri";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 10px;
}
#index-body .init-2 .init-2-top .btn ul li:hover {
  background: white;
  color: #e6791a;
}
#index-body .init-2 .init-2-top p,#index-body .init-2 .init-2-top .homepageh1set {
  font-size: 24px;
  color: white;
  font-family: "Calibri";
  line-height: 26px;
}
/*#index-body .init-2 .init-2-top .homepageh1set h1{
display:inline;
font-size:24px;
}*/


#index-body .init-2 .init-2-bottom {
  display: inline-block;
  width: 100%;
  height: 487px;
}
#index-body .init-2 .init-2-bottom .box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  height: 100%;
}
#index-body .init-2 .init-2-bottom .left {
  width: 50%;
  float: left;
  padding-right: 7px;
  height: 100%;
}
#index-body .init-2 .init-2-bottom .left .box {
  background: rgba(230, 121, 26, 0.7) url("../images/init-2-l-bg.png") no-repeat left 20px top 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .init-2-bottom .left .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/init-2-l-line.png");
  background-size: 100% 100%;
}
#index-body .init-2 .init-2-bottom .left .box h3 {
  font-size: 32px;
  color: white;
  font-family: "calibri-bold";
  text-transform: uppercase;
  line-height: 33px;
}
#index-body .init-2 .init-2-bottom .left .box h3 small {
  display: block;
  font-family: "Calibri";
  font-size: 24px;
}
#index-body .init-2 .init-2-bottom .left .box ul {
  z-index: 1;
}
#index-body .init-2 .init-2-bottom .left .box ul li {
  position: absolute;
  font-size: 15px;
  color: white;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  max-width: 200px;
  text-align: right;
}
#index-body .init-2 .init-2-bottom .left .box ul li:after {
  content: '';
  width: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 30px;
  border: 8px solid white;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: -50px;
  bottom: 0;
  background: #e6791a;
}
#index-body .init-2 .init-2-bottom .left .box ul li em {
  position: absolute;
  right: -95px;
  bottom: -10px;
}
#index-body .init-2 .init-2-bottom .left .box ul li:nth-child(1) {
  bottom: 12%;
  left: 1.5%;
}
#index-body .init-2 .init-2-bottom .left .box ul li:nth-child(2) {
  bottom: 25%;
  left: 5%;
	max-width:300px;
}
#index-body .init-2 .init-2-bottom .left .box ul li:nth-child(3) {
  bottom: 40%;
  left: 35%;
}
#index-body .init-2 .init-2-bottom .left .box ul li:nth-child(4) {
  top: 42%;
  left: 43%;
}
#index-body .init-2 .init-2-bottom .left .box ul li:nth-child(5) {
  top: 29%;
  left: 51%;
}
#index-body .init-2 .init-2-bottom .right {
  width: 50%;
  float: right;
  padding-left: 7px;
  height: 100%;
}
#index-body .init-2 .init-2-bottom .right ul {
  margin: -7px;
  height: 501px;
}
#index-body .init-2 .init-2-bottom .right ul li {
  width: 100%;
  display:block;
  padding: 7px;
  height: 50%;
}
#index-body .init-2 .init-2-bottom .right ul li .box {
  padding: 20px 35px;
  text-align: center;
}
#index-body .init-2 .init-2-bottom .right ul li .box img {
  margin: 0 auto;
}
#index-body .init-2 .init-2-bottom .right ul li .box h3 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  margin: 5px 0 0;
}
#index-body .init-2 .init-2-bottom .right ul li .box p {
  font-family: "POPPINS-LIGHT";
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
}
#index-body .init-2 i {
  font-size: 145px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  display: block;
  text-align: center;
  letter-spacing: 100px;
  margin-top: -10px;
  line-height: 100px;
  position: relative;
  z-index: 1;
}
#index-body .init-3 {
  background: url("/huacaifm/2022/01/22/init-3-bg(1).jpg") center center fixed;
  background-attachment: fixed;
}
#index-body .init-3 .init-3-top {
  padding-top: 100px;
}
#index-body .init-3 .init-3-top .nav {
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .init-3-top .nav h2 {
  font-size: 50px;
  color: white;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
#index-body .init-3 .init-3-top .nav h2 small {
  display: block;
  font-size: 18px;
  font-family: "calibri";
  line-height: normal;
}
#index-body .init-3 .init-3-top .nav ul {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-top: 10px;
  margin-right: -5px;
}
#index-body .init-3 .init-3-top .nav ul li {
  font-size: 14px;
  color: white;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid white;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-top .nav ul li:hover,
#index-body .init-3 .init-3-top .nav ul li.active {
  background: #e6791a;
}
#index-body .init-3 .init-3-top .box {
  padding-top: 20px;
	display:inline-block;
	width:100%;
}
#index-body .init-3 .init-3-top .box li {
  display: block;
}
#index-body .init-3 .init-3-top .box li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .init-3-top .box li .left a {
  display: block;
}
#index-body .init-3 .init-3-top .box li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 30px;
  margin-top: -30px;
}
#index-body .init-3 .init-3-top .box li .right h3 {
  font-size: 35px;
  color: white;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
#index-body .init-3 .init-3-top .box li .right p {
  font-size: 18px;
  color: white;
  font-family: "Arial";
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#index-body .init-3 .init-3-top .box .slick-arrow {
  width: 24px;
  height: 24px;
  display: block;
  border: 1px solid white;
  background: none;
  color: transparent;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 30px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-top .box .slick-arrow:hover {
  background: #e6791a;
}
#index-body .init-3 .init-3-top .box .slick-arrow:after {
  font-size: 14px;
  font-family: "FontAwesome";
  color: 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%);
}
#index-body .init-3 .init-3-top .box .slick-arrow.slick-prev:after {
  content: "\f104";
}
#index-body .init-3 .init-3-top .box .slick-arrow.slick-next {
  margin-left: 60px;
}
#index-body .init-3 .init-3-top .box .slick-arrow.slick-next:after {
  content: "\f105";
}
#index-body .init-3 .init-3-bottom {
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .init-3-bottom ul {
  margin: 0 -10px;
}
#index-body .init-3 .init-3-bottom ul li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
#index-body .init-3 .init-3-bottom ul li .img-box {
  display: block;
}
#index-body .init-3 .init-3-bottom ul li .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .img-box .btn {
  position: absolute;
  top: 60%;
  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%);
  max-width: 80%;
  z-index: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .img-box .btn h3 {
  font-size: 16px;
  color: white;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#index-body .init-3 .init-3-bottom ul li .img-box .btn > a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: white;
  font-size: 16px;
  color: black;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .img-box .btn > a:hover {
  background: #e6791a;
  color: white;
}
#index-body .init-3 .init-3-bottom ul li .img-box:hover:after {
  opacity: 1;
}
#index-body .init-3 .init-3-bottom ul li .img-box:hover .btn {
  opacity: 1;
  top: 50%;
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") center center fixed;
  text-align: center;
  background-attachment: fixed;
}
#index-body .init-4 h2 {
  font-size: 50px;
  color: white;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  padding-top: 100px;
}
#index-body .init-4 p {
  font-family: "POPPINS-LIGHT";
  font-size: 18px;
  color: white;
  line-height: 26px;
  max-width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}
#index-body .init-4 img {
  margin: 60px auto 20px;
}
#index-body .init-4 .box {
  padding: 0 80px;
}
#index-body .init-4 .box ul {
  position: relative;
  margin: 0 -5px;
}
#index-body .init-4 .box ul li {
  padding: 0 5px;
}
#index-body .init-4 .box ul li a {
  display: block;
  border-radius: 5px;
  background: white;
  text-align: center;
  padding: 10px 0;
}
#index-body .init-4 .box ul li a img {
  margin: 0 auto;
  max-height: 100px;
}
#index-body .init-4 .box ul .slick-arrow {
  height: 100%;
  width: 25px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  color: transparent;
  border: none;
  position: absolute;
  top: 0;
}
#index-body .init-4 .box ul .slick-arrow:after {
  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%);
  color: white;
  font-size: 18px;
  font-family: "FontAwesome";
}
#index-body .init-4 .box ul .slick-arrow.slick-prev {
  left: -25px;
}
#index-body .init-4 .box ul .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
#index-body .init-4 .box ul .slick-arrow.slick-next {
  right: -25px;
}
#index-body .init-4 .box ul .slick-arrow.slick-next:after {
  content: "\f0da";
}
#index-body .init-5 {
  background: url("/huacaipowdercoating/2022/01/13/121.jpg") center center fixed;
  background-attachment: fixed;
}
#index-body .init-5 .nav {
  padding-top: 150px;
}
#index-body .init-5 .nav h2 {
  font-family: "Poppins-Bold";
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  display: inline-block;
}
#index-body .init-5 .nav h2 small {
  display: block;
  font-size: 18px;
  font-family: "calibri";
  line-height: normal;
}
#index-body .init-5 .nav a.more {
  display: inline-block;
  line-height: 40px;
  border: 1px solid white;
  font-size: 14px;
  font-family: "calibri";
  text-transform: uppercase;
  padding: 0 30px;
  color: white;
  float: right;
  height: 40px;
  margin-top: 15px;
}
#index-body .init-5 .box {
  padding-top: 50px;
}
#index-body .init-5 .box ul li {
  display: block;
  background: white;
  overflow: hidden;
}
#index-body .init-5 .box ul li .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
#index-body .init-5 .box ul li .img a {
  display: block;
}
#index-body .init-5 .box ul li .content {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 40px 0;
  float: left;
}
#index-body .init-5 .box ul li .content h3 {
  font-family: "calibri-bold";
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .content h3:hover {
  color: #e6791a;
}
#index-body .init-5 .box ul li .content p {
  font-size: 18px;
  color: #7c7777;
  font-family: "calibri";
  line-height: 30px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 120px;
}
#index-body .init-5 .box ul li .content time {
  display: block;
  font-size: 18px;
  color: #b6b6b6;
  font-family: "Arial";
}
#index-body .init-5 .box ul li:nth-child(2n) .img {
  float: left;
}
#index-body .init-5 .box ul li:nth-child(2n) .content {
  float: right;
}
#footer {
  height: auto !important;
  background: #1b1b1b url("../images/f-bg.png") no-repeat left bottom;
  padding: 100px 8% 0;
}
#footer .fp-tableCell {
  height: auto !important;
}
#footer .footer-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #414141;
}
#footer .footer-top .left {
  float: left;
}
#footer .footer-top .left a.img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .left > img {
  /*margin-top: -10px;*/
  margin-left: 25px;
  border-radius: 5px;
}
#footer .footer-top .right {
  float: right;
}
#footer .footer-top .right ul {
  display: block;
}
#footer .footer-top .right ul li {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-family: "roboto-regular";
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .right ul li:hover {
  text-decoration: underline;
}
#footer .footer-top .right ul li:first-child {
  margin-left: 0;
}
#footer .footer-top .right dl {
  display: block;
  padding-top: 25px;
}
#footer .footer-top .right dl dd {
  display: inline-block;
  font-family: "roboto-regular";
  font-size: 14px;
  color: #666666;
  margin-left: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right dl dd i {
  margin-right: 5px;
}
#footer .footer-top .right dl dd:hover {
  color: white;
}
/*#footer .footer-top .right dl dd:first-child {
  margin-left: 0;
}*/
#footer .footer-bottom {
  padding: 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#footer .footer-bottom .footermid{
display:block;
margin-left:20px;
}
#footer .footer-bottom p {
  float: left;
  font-size: 16px;
  color: #666666;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: 'Roboto-Light';
  opacity: 0.5;
}
#footer .footer-bottom p a {
  display: flex;
  align-items: center;
}
#footer .footer-bottom p img {
  display: inline-block;
  max-height: 16px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}
#footer .footer-bottom p a:hover {
  color: white;
}
#footer .footer-bottom ul {
  float: right;

}
#footer .footer-bottom ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #797979;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  color: #797979;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom ul li:hover {
  color: white;
  border-color: white;
}
#fp-nav {
  position: fixed;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 10;
}
#fp-nav li {
  margin: 70px 0;
  display: block;
  width: 100%;
  position: relative;
  height: 10px;
  cursor: pointer;
  cursor: hand;
}
#fp-nav li:after {
  content: '';
  width: 3px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
#fp-nav li i {
  font-size: 18px;
  color: white;
  font-family: "calibri-bold";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#fp-nav li i:after {
  content: '.';
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 0;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
#fp-nav li span {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-family: 'calibri';
  display: inline-block;
  position: absolute;
  line-height: 18px;
  top: 30px;
  left: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#fp-nav li .fp-tooltip {
  display: none;
}
#fp-nav li:last-child {
  display: none;
}
#fp-nav li a:hover i,
#fp-nav li a.active i {
  font-size: 36px;
  padding-left: 30px;
  top: -14px;
}
#fp-nav li a:hover i:after,
#fp-nav li a.active i:after {
  opacity: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#fp-nav li a:hover span,
#fp-nav li a.active span {
  opacity: 1;
}
#share {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
}
#share li {
  font-size: 28px;
  color: white;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#share li:hover {
  color: #e6791a;
}
@media screen and (max-width: 1550px) {
  #header {
    padding: 40px 30px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 20px;
  }
  #header .nav .ui.menu .right .search input {
    width: 200px;
  }
  #share {
    right: 30px;
  }
  #fp-nav {
    left: 30px;
  }
  #banner li .content .left a.more {padding: 0}
  /*#banner ul li img {
  height: 100%!important;
  max-width: none;
}*/
}

@media screen and (max-width: 1100px) {
   #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  }
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header .nav .ui.menu .right .search input {
    width: 150px;
  }
  #banner li .content .left h2 {
    font-size: 80px;
  }
  #banner li .content .left h2 small {
    font-size: 32px;
  }
  #index-body .init-2 .init-2-top h2,
  #index-body .init-3 .init-3-top .nav h2,
  #index-body .init-4 h2,
  #index-body .init-5 .nav h2 {
    font-size: 40px;
  }
  #index-body .init-2 .init-2-top p {
    font-size: 20px;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li {
    font-size: 12px;
  }
  #index-body .init-2 .init-2-bottom .left .box h3 {
    font-size: 24px;
  }
  #index-body .init-2 .init-2-bottom .left .box h3 small {
    font-size: 20px;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(1) {
    left: -2.5%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(2) {
    bottom: 25%;
    left: -1%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(3) {
    left: 32%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(4) {
    left: 39%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(5) {
    left: 46%;
  }
  #index-body .init-2 .init-2-bottom .right ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-5 .box ul li .content h3 {
    font-size: 20px;
  }
  #index-body .init-4 p {
    font-size: 15px;
    max-width: 100%
  }
  #index-body .init-5 .box ul li .content p {
    font-size: 15px;
    line-height: 26px;
    max-height: 104px;
  }
  #footer {
    padding: 60px 30px 0;
  }
  #share,
  #fp-nav {
    display: none!important;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 994px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 8px;
    font-size: 14px;
  }
  #banner li .content .left h2 {
    font-size: 60px;
  }
  #banner li .content .left h2 small {
    font-size: 24px;
  }
  #banner .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 12px;
  }
  #index-body .init-2 .init-2-bottom .right ul li .box {
    padding: 10px 5px;
  }
  #index-body .init-2 .init-2-bottom .right ul {
    height: 401px;
  }
  #index-body .init-2 .init-2-bottom {
    height: 387px;
  }
  #index-body .init-2 .init-2-bottom .left .box h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #index-body .init-2 .init-2-bottom .left .box h3 small {
    font-size: 16px;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li {
    max-width: 170px;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:after {
    width: 20px;
    height: 20px;
    border-width: 5px;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(1) {
    left: -1.5%;
    bottom: 15%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(2) {
    bottom: 25%;
    left: -4%;
	  max-width:250px;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(3) {
    left: 27%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(4) {
    left: 34%;
  }
  #index-body .init-2 .init-2-bottom .left .box ul li:nth-child(5) {
    left: 42.5%;
  }
  #index-body .init-2 i {
    font-size: 100px;
    letter-spacing: 50px;
  }
  #index-body .init-3 .init-3-top .nav ul {
    max-width: 65%;
  }
  #index-body .init-3 .init-3-top .nav ul li {
    padding: 0 3px;
    margin: 1px;
  }
  #index-body .init-3 .init-3-top .box li .right h3 {
    font-size: 26px;
  }
  #index-body .init-3 .init-3-top .box li .right p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-3 .init-3-top .box li .right {
    margin-top: -50px;
  }
  #index-body .init-4 .box ul li a img {
    max-height: 65px;
  }
  #index-body .init-5 .box ul li .content p {
    -webkit-line-clamp: 2;
    max-height: 52px;
  }
  #index-body .init-5 .box ul li .content time {
    font-size: 16px;
  }
  #footer .footer-top {
    text-align: center;
  }
  #footer .footer-top .left {
    float: none;
    width: 100%;
  }
  #footer .footer-top .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 994px) {
  .ui.container {
    width: 700px;
  }
   #index-body .init-4 h2 {padding-top: 30px}
  #index-body .init-4 p {padding-top: 0px;}
    #index-body .init-2 i {display: none}
  #index-body .init-2 .init-2-bottom {display: none!important}
  #index-body .init-2 .init-2-top p, #index-body .init-2 .init-2-top .homepageh1set {font-size: 20px;line-height: 24px}
  #index-body .init-2 .init-2-bottom .right {display: none}
  #index-body .init-2 .init-2-bottom .left {width: 100%}
  #index-body .init-3 .init-3-top .nav ul {max-width: 100%}
  #index-body .init-5 .box ul li .content p {margin: 0}
  #footer .footer-top .right ul {display: none}
  #index-body .init-5 .box ul li .img {width: 100%;text-align: center}
  #index-body .init-5 .box ul li .content {width: 100%}
    #index-body .section {
    height: auto!important;
  }
  #index-body .fp-tableCell {
    height: auto!important;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .about-page .inner-main-box table .acc {width: 100%!important}
  .about-page .inner-main-box table .add {width: 100%!important}
#banner li .content .left h2 {font-size: 28px;line-height: 36px}
  #index-body .section {
    height: auto!important;
  }
  #index-body .fp-tableCell {
    height: auto!important;
  }
  #index-body .section-box {height: auto!important}
  #banner li .content .left p {display: none}
  #banner li .content .left h2 {font-size: 32px;line-height: 1}
  #banner li .content .left h2 small {margin: 0}
  #banner li .content .left a.more {font-size: 16px}
}
@media screen and (max-width: 500px) {
  #index-body .section {
    height: auto!important;
  }
  #index-body .init-3 .init-3-top .box .slick-arrow.slick-next {display: none!important}
  #index-body .init-3 .init-3-top .box .slick-arrow.slick-prev {display: none!important}
  #index-body .fp-tableCell {
    height: auto!important;
  }
  #index-body .init-5 .nav a.more {display: none}
  #index-body .init-5 .nav {padding-top: 30px}
  #footer {
        padding: 60px 16px 0;
  }
  #footer .footer-top .right dl {padding-top: 0}
  #footer .footer-top .right dl dd {margin-left: 0;margin-right: 15px}
}
@media screen and (max-width: 400px) { 
  #banner li .content .left h2 {font-size: 20px;line-height: 24px}
  #index-body .init-2 .init-2-top h2 {font-size: 22px;line-height: 1}
  #index-body .init-2 .init-2-top h2, #index-body .init-3 .init-3-top .nav h2, #index-body .init-4 h2, #index-body .init-5 .nav h2 {font-size: 22px}
  #index-body .init-3 .init-3-top .box {display: none}
}
@media screen and (max-height: 900px) {

  /*#index-body .init-3 .init-3-bottom,
  #index-body .init-4 p,
  #index-body .init-2 .init-2-top p,
  #index-body .init-2 i {
    display: none;
  }*/
 
  #index-body .init-3 .init-3-top {
    padding-top: 12%;
  }
  #index-body .init-2 .init-2-top {
    margin-bottom: 10px;
    margin-top: 40px
  }
  #index-body .init-2 .init-2-top h2 {padding-bottom: 0}
  #index-body .init-4 img {
    margin: 10px 0;
  }

  #index-body .init-5 .box {
    padding-top: 20px;
  }
}
@media screen and (max-height: 800px) {
  #index-body .init-4 .box {
    display: 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: 33.333% !important;
  }
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.grid-box {
	display:block;
}
.i-product .pro-list {
	margin:69px -15px 0;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  display:inline-block;
	margin-left:-4px;
  padding: 0 15px;
	text-align:center;
}
.i-product .pro-list .con-box {
  margin-top: -26px;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .swiper-slide {
  padding: 0 15px;
}
.i-product .pro-list .con-box a:hover {
  color: #e6791a!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 35px 0;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  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: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.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: #e6791a;
  border-color: #e6791a;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #e6791a;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #000000;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #e6791a;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #f79a3a url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #000000;
  font-size: 16px;
  border: 1px solid #d5740f;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #f79a3a;
  left: 0;
  top: 100%;
}
.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: #000;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #000000;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
}
.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: #fbfbfb;
	font-size:16px;
	line-height:28px;
}
.about-page .inner-main-box img {
	width:100%;
}
.about-page .inner-main-box h3 {
	font-size:24px;
	margin-bottom:15px;
}
.product-page .inner-main-box .i-product h1{
font-size:28px;
}
.about-page .inner-main-box p {
	margin:10px 0;
}
.about-page .inner-main-box table {
	width:100% !important;
	margin:20px 0;
	display:inline-block;
	height:auto !important;
}
.about-page .inner-main-box table * {
	display:inline-block;
	width:100%;
}
.about-page .inner-main-box table td,
.about-page .inner-main-box table th {
	width:50% !important;
	padding:0 20px;
	border:none;
	margin-left:-4px;
}
.about-page .inner-main-box table ul {
	margin:0 -20px -19px;
	display:block;
	width:auto;
}
.grid-box .column {
	margin-left:-4px;
	display:inline-block;
	vertical-align:middle;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.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: 11px 0 88px;
}
.product-page .i-product .ui p{
font-size:14px;
line-height:28px;
}
.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;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
	vertical-align:top;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic>a {
  padding-top: 110px;
  display: block;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
border: 1px solid #ccc
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic .gallery {
  margin-top: 30px
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic .gallery ul {
margin: 0 -5px
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic .gallery ul li {
  padding: 0 5px;
}


.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%!important;
  width: 52.7%!important;
	vertical-align:top;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  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: #e6791a;
  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;
	font-size:16px;
	line-height:30px;
}
.prodet-page .prodet-det-two table {
	background:white;
	border:none;
	padding:10px;
	width:100% !important;
	height:auto !important;
}
.prodet-page .prodet-det-two table td,
.prodet-page .prodet-det-two table th {
	padding:10px;
	border:none;
	height:auto !important;
}
.prodet-page .prodet-det-two table td:first-child,
.prodet-page .prodet-det-two table th:first-child {
	width:40% !important;
}
.prodet-page .prodet-det-two table h4 {
	font-size:18px;
	font-weight:bold;
	color:#e6791a;
	margin:5px 0;
}
.prodet-page .prodet-det-two table td table {
	margin:15px 0;
}
.prodet-page .prodet-det-two table td table td{
	width:auto !important;
	background:#f59b4d;
	border:1px solid white;
	color:white;
}
.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 #e6791a;
}
.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 #e6791a;
}
.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: #e6791a 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: 2px solid #777777;
}
.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: #e6791a;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 20px 0;
}
.news-page .new-list li .new-con .abst a {
  color: #e6791a;
}
.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;
}
.news-page .new-list li .new-pic {
  width: 40%;
	text-align:center;
}
.news-page .new-list li .new-con {
  width: 60%;
  padding-left: 30px;
}
.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 h4 {
  color: #292929;
  font-size: 30px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
	margin-bottom:20px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: auto;
  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: #e6791a;
  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,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!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;
  }
}
@media screen and (min-width: 1100px) {
  .header-box {
    display: none;
  }

}
@media screen and (max-width: 1100px) {
  .phei {
    display: none;
    height: 0;
  }
  .navigate {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 80px 0;
    overflow-y: auto;
    display: none;
  }
  .navigateli {
    width: 100%;
  }
  .navigateli > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .navigateli > li.on > a {
    background: #e6791a;
    color: #fff;
  }
  .navigateli > li > a {
    display: block;
    text-align: center;
    color: #656565;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .menudowns {
    padding: 10px 0 14px;
    border-top: 1px solid #dfdfdf;
    display: none;
  }
  .menudowns li {
    margin-bottom: 10px;
    text-align: center;
  }
  .menudowns li:last-child {
    margin-bottom: 0;
  }
  .menudowns li a {
    display: inline-block;
    color: #999999;
    font-size: 16px;
  }
}
