@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-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'CenturyOldStyleStd-Bold';
  src: url(../fonts/CenturyOldStyleStd-Bold.ttf) format('truetype'), url(../fonts/CenturyOldStyleStd-Bold.eot) format('eot'), url(../fonts/CenturyOldStyleStd-Bold.woff) format('woff'), url(../fonts/CenturyOldStyleStd-Bold.woff2) format('woff2');
}
body {
  font-family: "roboto-regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
.container2 {
  padding-left: 85px;
  padding-right: 85px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .ui.container {
  max-width: 1290px;
}
#header .h-top {
  padding: 40px 0 15px;
  background: #707070;
}
#header .h-top .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right {
  float: right;
  padding-top: 15px;
}
#header .h-top .right form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right form input {
  line-height: 50px;
  height: 50px;
  border: 1px solid #313131;
  border-radius: 20px;
  width: 280px;
  background: none;
  font-size: 16px;
  font-family: "Roboto-Light";
  color: white;
  padding: 0 55px 0 15px;
}
#header .h-top .right form input[type="submit"] {
  position: absolute;
  width: 50px;
  border: none;
  background: url("../images/icon-search.png") no-repeat center center;
  right: 0;
  top: 0;
  padding: 0;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  font-family: "Roboto-Light";
  margin-left: 90px;
}
#header .h-top .right .yuy img {
  max-width: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#header .nav {
  width: 100%;
  background: red;
  line-height: 50px;
  height: 50px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  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;
  width: 14.285%;
  border-left: 1px solid black;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul {
	display:none !important;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  border-right: 1px solid black;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  background: #950000;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  text-align: center;
}
#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: 50%;
  min-width: 180px;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -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 red;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 10px 15px;
  line-height: 20px;
  color: black;
  font-size: 14px;
  -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 ul {
	display:none !important;
}
#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 {
  color: red;
}
#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) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .pro-list {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding:30px 0 40px;
	background:rgba(0,0,0,.6);
	color:white;
	display:none;
}
#header .pro-list ul {
	margin:0 -10px;
}
#header .pro-list li {
	padding:0 10px;
}
#header .pro-list dt {
	font-size:16px;
	margin-bottom:20px;
	font-family:'CenturyOldStyleStd-Bold';
	padding-bottom:12px;
	border-bottom:1px solid white;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#header .pro-list dd {
	font-size:14px;
	padding:5px 0;
}
#header .pro-list dd:hover {
	color:red;
}
#header .pro-list dd img {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	max-width:30px;
}
#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: red;
}
#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: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: red;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: red;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
/*   border: 1px solid #666; */
/*   width: 50%; */
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../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: 40px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: red;
}
#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: 40px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 15px  !important;
  height: 15px !important;
  background: transparent !important;
  border: 1px solid white !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 6px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: red !important;
  background: red !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: red;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li {
	padding-left:20px;
}
#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: red;
}
#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 .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;
}
#index-body {
	background: #e5e5e5;
}
#index-body .pro {
  padding-top: 10px;
  background: white;
}
#index-body .pro ul {
  margin: 0 -5px;
}
#index-body .pro ul li {
  padding: 0 5px;
}
#index-body .pro ul li a {
  display: block;
}
#index-body .pro ul li a h3 {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "CenturyOldStyleStd-Bold";
  text-transform: uppercase;
  color: white;
  z-index: 1;
  font-size: 22px;
  text-align: center;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .pro ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .pro ul li a:hover h3,
#index-body .pro ul li a:hover:after {
  opacity: 0;
}
#index-body .init-1 {
  position: relative;
  overflow: hidden;
}
#index-body .init-1:after,
#index-body .init-1:before {
  content: attr(data-text);
  font-family: "CenturyOldStyleStd-Bold";
  color: rgba(255, 0, 0, 0.1);
  font-size: 180px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: rl-tb;
  writing-mode: vertical-rl;
  line-height: 130px;
  display: block;
  position: absolute;
}
#index-body .init-1:before {
  top: 0;
  left: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#index-body .init-1:after {
  right: 0;
  bottom: 0;
}
#index-body .init-1 .box {
  background: white;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .box .left h2 {
	line-height:30px;
	display:block;
	background:#313131;
	font-size:20px;
	color:white;
	font-family:"CenturyOldStyleStd-Bold";
	padding:8px 20px;
	text-align:center;
}
#index-body .init-1 .box .left .content {
	padding:10px 40px;
}
#index-body .init-1 .box .left p {
  font-size: 18px;
  color: #3e3a39;
  line-height: 36px;
}
#index-body .init-1 .box .left .content .wow{
  font-size: 18px;
  color: #3e3a39;
  line-height: 36px;
}

#index-body .init-1 .box .left .content .wow h1{
display: inline;
}
#index-body .init-1 .box .left a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  border-radius: 5px;
  color: white;
  background: red;
  padding: 0 12px;
  font-size: 16px;
	margin-left:40px;
}
#index-body .init-1 .box .right {
	padding:0 40px;
}
#index-body .init-1 .box .right ul {
	margin:-25px 0;
}
#index-body .init-1 .box .right ul li {
	padding:25px 0;
}
#index-body .init-1 .box .right ul li .img {
	width:30%;
}
#index-body .init-1 .box .right ul li .content {
	width:70%;
	padding-left:70px;
	position:relative;
}
#index-body .init-1 .box .right ul li .content:after {
	content:'';
	width:21px;
	height:21px;
	position:absolute;
	left:25px;
	top:0px;
	background:url('../images/icon-jt.png') no-repeat center center;
}
#index-body .init-1 .box .right ul li .content h3 {
	display:block;
	font-size:18px;
	color:#3e3a39;
	margin-bottom:15px;
	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-1 .box .right ul li .content h3:hover {
	color:red;
}
#index-body .init-1 .box .right ul li .content p {
	font-size:18px;
	color:#3e3a39;
	line-height:24px;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") center center;
  background-attachment: fixed;
	position:relative;
}
#index-body .init-2:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background: rgba(0, 0, 0, 0.6);
	top:0;
	left:0;
}
#index-body .init-2 .box .content {
  display: block;
  padding: 70px 0;
  text-align: center;
	position:relative;
	z-index:1;
}
#index-body .init-2 .box .content h2 {
  color: white;
  font-size: 48px;
  line-height: 60px;
  text-transform: none;
}
#index-body .init-2 .box .content a.more {
  display: inline-block;
  font-size: 24px;
  border-radius: 5px;
  color: white;
  background: red;
  padding: 0 12px;
  line-height: 50px;
  height: 50px;
  margin-top: 60px;
}
#index-body .init-3 {
  background: #e5e5e5;
}
#index-body .init-3 .box {
  padding-top: 80px;
  padding-bottom: 110px;
  background: url("../images/init-3-bg.jpg") center bottom 10% no-repeat white;
  overflow: hidden;
}
#index-body .init-3 .box h2:after {
  opacity: .45;
}
#index-body .init-3 .box .box2 {
  padding-top: 140px;
  margin: -30px 0;
}
#index-body .init-3 .box .box2 ul {
  margin: 0 -60px;
}
#index-body .init-3 .box .box2 ul li {
  padding: 30px 60px;
}
#index-body .init-3 .box .box2 ul li .content {
  display: block;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(208, 208, 208, 0.5);
  -moz-box-shadow: 0 0 10px rgba(208, 208, 208, 0.5);
  box-shadow: 0 0 10px rgba(208, 208, 208, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .box2 ul li .content a.img-box {
  display: block;
}
#index-body .init-3 .box .box2 ul li .content .text {
  display: block;
  padding: 10px 15px 30px;
}
#index-body .init-3 .box .box2 ul li .content .text time {
  display: block;
  font-size: 16px;
  color: #3e3a39;
}
#index-body .init-3 .box .box2 ul li .content .text time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .init-3 .box .box2 ul li .content .text h3 {
  font-size: 16px;
  color: #2f2725;
  line-height: 28px;
  margin: 20px 0;
}
#index-body .init-3 .box .box2 ul li .content .text a.more {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  background: red;
  color: white;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}
#index-body .init-3 .box .box2 ul li .content:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#footer {
  background: #313131;
}
.search {
  padding: 15px 0;
  background: #929191;
}
.search .box .text {
  width: 46%;
  padding: 0 20px;
  vertical-align: middle;
}
.search .box .text img {
  display: inline-block;
  vertical-align: middle;
}
.search .box .text h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: white;
  line-height: 30px;
  margin-left: 15px;
}
.search .box .text h3 small {
  display: block;
  font-size: 16px;
  font-family: "Roboto-Light";
}
.search .box .search-box {
  width: 54%;
  padding-right: 20px;
  vertical-align: middle;
  text-align: right;
}
.search .box .search-box form {
  display: inline-block;
  vertical-align: middle;
}
.search .box .search-box form input {
  width: 300px;
  background: white;
  line-height: 35px;
  height: 35px;
  border: none;
  font-size: 14px;
  color: black;
  padding: 0 10px;
}
.search .box .search-box form input[type="submit"] {
  width: 120px;
  background: red;
  color: white;
  font-size: 16px;
  font-family: "Roboto-Light";
  text-align: center;
  float: right;
}
.search .box .search-box .share {
  display: inline-block;
  vertical-align: middle;
  margin-right: -8px;
  padding-left: 20px;
}
.search .box .search-box .share ul li {
  padding: 0 8px;
  width: auto;
}
.search .box .search-box .share ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 8px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: white;
  display: block;
}
#footer .footer-top {
  padding: 40px 0 25px;
}
#footer .footer-top ul li {
  vertical-align: middle;
}
#footer .footer-top ul li:nth-child(1) {
  width: 40%;
  padding-right: 5%;
  white-space: nowrap;
}
#footer .footer-top ul li:nth-child(1) #ewm {
  display: inline-block;
  vertical-align: middle;
  max-width: 90px;
  border: 3px solid white;
}
#footer .footer-top ul li:nth-child(1) dl {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  max-width: 330px;
}
#footer .footer-top ul li:nth-child(1) dl dt {
  font-size: 30px;
  color: white;
  font-family: "CenturyOldStyleStd-Bold";
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 30px;
}
#footer .footer-top ul li:nth-child(1) dl dd {
  font-size: 14px;
  font-family: "Roboto-Light";
  line-height: 18px;
  color: white;
  white-space: normal;
}
#footer .footer-top ul li:nth-child(2) {
  width: 33%;
  padding: 10px 5%;
  border-left: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
}
#footer .footer-top ul li:nth-child(3) {
  width: 27%;
  padding-left: 5%;
}
#footer .footer-top ul li dl dd {
  position: relative;
  font-size: 16px;
  font-family: "Roboto-Light";
  color: white;
  padding-bottom: 10px;
}
#footer .footer-top ul li dl dd:last-child {
  padding-bottom: 0;
}
#footer .footer-top ul li dl dd em {
  font-family: "roboto-regular";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: capitalize;
}
#footer .footer-top ul li dl dd em i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top ul li dl dd.add {
  padding-left: 90px;
}
#footer .footer-top ul li dl dd.phone {
  padding-left: 75px;
}
#footer .footer-top ul li dl dd.tel {
  padding-left: 57px;
}
#footer .footer-top ul li dl dd.fax {
  padding-left: 65px;
}
#footer .footer-top ul li dl dd.mail {
  padding-left: 90px;
}
#footer .footer-bottom .box {
  border-top: 1px solid white;
  font-size: 16px;
  color: white;
  font-family: "Roboto-Light";
  line-height: 26px;
  padding: 15px;
  text-align: center;
}
#footer .footer-bottom .box p {
  display: inline-block;
  margin: 0 30px;
}
#footer .footer-bottom .box p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .container2 {
    padding: 0 40px;
  }
  #header .h-top {
    padding: 15px 0;
  }
  #index-body .init-1:after,
  #index-body .init-1:before {
    font-size: 85px;
    line-height: 60px;
  }
  #index-body .init-1 .box,
  #index-body .init-2 .box .content,
  #index-body .init-3 .box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #index-body .init-1 .box .left {
    padding-right: 15px;
  }
  #index-body .init-1 .box .left p {
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0;
  }
	#index-body .init-1 .box .left h2 {
		font-size:16px;
	}
	#index-body .init-1 .box .right ul li .content p {
		font-size:14px;
	}
  #index-body .init-2 {
    padding: 60px 0;
  }
  #index-body .init-2 .box .content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #index-body .init-2 .box .content a.more {
    font-size: 20px;
    margin-top: 30px;
  }
  #index-body .init-3 .box .box2 {
    padding-top: 60px;
  }
  #index-body .init-3 .box {
    background-size: 80% auto;
  }
  #index-body .init-3 .box .box2 ul li {
    padding: 30px;
  }
  #index-body .init-3 .box .box2 ul {
    margin: 0 -30px;
  }
  .search .box .search-box form input {
    width: 200px;
  }
  .search .box .search-box form input[type="submit"] {
    width: 80px;
  }
  #footer .footer-top ul li:nth-child(2) {
    padding: 10px 15px;
  }
  #footer .footer-top ul li:nth-child(3) {
    padding-left: 15px;
  }
  #index-body .pro ul li a h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  .container2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .h-top .logo img {
    max-height: 50px;
  }
  #header .h-top .right {
    padding-top: 5px;
  }
  #header .h-top .right form input {
    line-height: 40px;
    height: 40px;
  }
  #index-body h2:after {
    font-size: 50px;
    line-height: 40px;
  }
	#index-body .init-1 .box .left .content {
		padding:10px 20px;
	}
	#index-body .init-1 .box .left p {
		font-size:14px;
		line-height:24px;
	}
	#index-body .init-1 .box .right {
		padding:0 20px;
	}
  #index-body h2 {
    font-size: 32px;
  }
  #index-body .init-2 .box .content h2 {
    font-size: 34px;
    line-height: 46px;
  }
  #index-body .init-2 .box .content a.more {
    font-size: 16px;
  }
  #footer .footer-top ul li {
    width: 50% !important;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #footer .footer-top ul li:nth-child(2) {
    border-left: none;
  }
  .search .box .text h3 {
    max-width: 75%;
  }
  .search .box .text h3 small {
    line-height: 20px;
  }
  #index-body .pro ul li a h3 {
    font-size: 16px;
  }
	#index-body .init-1 .box .right ul li .content:after {
		display:none;
	}
	#index-body .init-1 .box .right ul li .content {
		padding-left:15px;
		width:60%;
	}
	#index-body .init-1 .box .right ul li .img {
		width:40%;
	}
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .init-1 .box .left h2 {
    max-width: none;
  }
  #index-body .init-2 .box .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  #index-body .init-2 .box .content a.more {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-3 .box .box2 ul li {
    padding: 10px;
  }
  #index-body .init-3 .box .box2 {
    margin: -10px 0;
  }
  #index-body .init-3 .box .box2 ul {
    margin: 0 -10px;
  }
  #index-body .init-3 .box .box2 ul li .content .text h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .search .box .text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .search .box .search-box {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  #footer .footer-top ul li:nth-child(1) #ewm {
    display: none;
  }
  #footer .footer-top ul li:nth-child(1) dl {
    padding-left: 0;
  }
  #index-body .pro ul li a h3 {
    font-size: 14px;
  }
	#index-body .init-1 .box .right ul li {
		padding:10px 0;
	}
	#index-body .init-1 .box .right ul {
		margin:-10px 0;
	}
	#index-body .init-1 .box .left {
		padding-left:0;
	}
	#index-body .init-1 .box .right {
		padding:20px 15px;
	}
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 .box .right ul li h3 {
    font-size: 16px;
  }
  #index-body .init-1 .box .right ul li p {
    font-size: 14px;
  }
  #index-body .init-2 .box .content h2 {
    padding: 0 15px;
    font-size: 24px;
    line-height: 34px;
  }
  #index-body .init-3 .box .box2 {
    padding-top: 40px;
  }
  #footer .footer-top ul li {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  #footer .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  #footer .footer-top ul li:nth-child(2) {
    border-right: none;
    margin-bottom: 10px;
  }
  #index-body h2 {
    font-size: 28px;
  }
  #index-body h2:after {
    font-size: 44px;
    line-height: 34px;
  }
  #footer .footer-bottom .box p {
    margin: 0;
  }
	#index-body .init-1 .box .right ul li .content p {
		font-size:12px;
		line-height:20px;
	}
	#index-body .init-1 .box .right ul li .content h3 {
		font-size:16px;
		margin-bottom:0;
	}
	#index-body .init-1 .box .left h2 {
		line-height:24px;
	}
	.search .box .search-box .share {
		display:none;
	}
}
@media screen and (max-width: 500px) {
  #index-body h2 {
    font-size: 24px;
  }
  #index-body h2:after {
    font-size: 34px;
    line-height: 28px;
  }
  #index-body .init-2 .box .content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #index-body .init-1 .box,
  #index-body .init-2 .box .content,
  #index-body .init-3 .box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .footer-bottom .box {
    font-size: 14px;
    line-height: 24px;
  }
  #footer .footer-top ul li:nth-child(1) dl dt {
    font-size: 24px;
    padding-bottom: 5px;
  }
}


.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.i-product {
  padding: 132px 0 166px;
}
.adapters{
font-size: 24px;
margin-bottom: 10px;
}
.fire{
font-size: 16px;
line-height: 28px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list  .column .img-box {
  border: 1px solid #eee;
  text-align: center;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: red!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #e4e4e4;
  padding: 5px 10px;
}
.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: red;
  border-color: red;
}
.i-whyUs .why-list > .column:hover .tit {
  color: red;
}

@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: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 10px 0;
  background: red;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: black;
  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: white;
  padding: 5px;
	position:relative;
}
.inner-page .sideBar .side-menu .cat-list li a:after {
	content:"\f063";
	position:absolute;
	left:-12px;
	top:6px;
	font-family:"FontAwesome";
   -webkit-transform: rotateZ(-45deg);
   -moz-transform: rotateZ(-45deg);
   -ms-transform: rotateZ(-45deg);
   -o-transform: rotateZ(-45deg);
   transform: rotateZ(-45deg);
	color:red;
}
.inner-page .sideBar .side-menu .cat-list li a:hover,
.inner-page .sideBar .side-menu .cat-list li a.active{
  color: red;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.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: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .inner-main-box.dz {
	padding:20px 0 60px;
}
.about-page .inner-main-box .dz-box {
	max-width:1200px;
	display:block;
	margin:0 auto;
}
.about-page .inner-main-box .dz-box h3 {
	font-size:24px;
	color:#3e3a39;
	font-weight:bold;
}
.about-page .inner-main-box .dz-box .content-1 {
	padding:60px 0;
}
.about-page .inner-main-box .dz-box .content-1 .img {
	padding-right:7%;
}
.about-page .inner-main-box .dz-box p {
	font-size:16px;
	color:#3e3a39;
	line-height:24px;
}
.about-page .inner-main-box .dz-box .content-1 p {
	padding:45px 0;
	font-family:'Roboto-Light';
}
.about-page .inner-main-box .dz-box .content-1 a.more {
	display:inline-block;
	line-height:30px;
	height:30px;
	background:red;
	color:white;
	padding:0 20px;
	border-radius:5px;
	font-size:16px;
}
.about-page .inner-main-box .dz-box .content-2 {
	padding-top:50px;
}
.about-page .inner-main-box .dz-box .content-2 .text {
	width:30%;
	padding-right:15px;
}
.about-page .inner-main-box .dz-box .content-2 .text p {
	font-family:'roboto-regular';
}
.about-page .inner-main-box .dz-box .content-2 .img {
	width:70%;
	text-align:center;
}
.about-page .inner-main-box .dz-box .content-2 .img ul {
	margin:0 -10px;
}
.about-page .inner-main-box .dz-box .content-2 .img ul li {
	padding:0 10px;
}
.about-page .inner-main-box .dz-box .content-2 .img ul li img {
	cursor:pointer;
	cursor:hand;
}
.about-page .a-whyUs {
  padding: 111px 0;
  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;
}
.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:#333;
	color:white;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
	background: red;
}
.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: 40%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: red;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic 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: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 60%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.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 20px;
}
.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: red;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: red;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.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 {
}
.prodet-page .prodet-det-two strong {
	display:block;
	color:red;
	border-bottom:3px solid #bfbfbf;
	font-weight:bold;
	margin-bottom:5px;
}
.prodet-page .prodet-det-two .back {
	float:right;
	display:inline-block;
	line-height:40px;
	height:40px;
	padding:0 15px;
	border-radius:5px;
	background:red;
	color:white;
	font-size:16px;
	transition:.5s;
	cursor:pointer;
	cursor:hand;
	margin-top:20px;
}
.prodet-page .prodet-det-two .back:hover {
	background:red;
	color:white;
}
.prodet-page .recommand-product {
  padding: 31px 0 100px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.contact-page .prodetFeedback {
	background-image:url('../images/contact-bg.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:150px;
}
.prodetFeedback {
  padding: 40px 0 60px;
  background-color: #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 red;
}
.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 red;
}
.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: red 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;
}
.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-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.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: red;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: red;
}
.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 .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  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.page {
  border-bottom: none;
}
.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: 39px;
  margin-bottom: 34px;
}
.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 {
  width: 20px;
	margin-right:10px;
	text-align:center;
}
.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: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.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;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt a {
  display: block;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: red;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.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;
}
.map {
	position:relative;
}
.main-map {
	position:relative;
	z-index:0;
}
.map .ch {
	max-width:300px;
	position:absolute;
	top:50%;
	left:25%;
	z-index:1;
	border-radius:5px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.inner-page.product-page .ui.container,
.inner-page.prodet-page .ui.container {
	position:static;
}
.inner-page.product-page .inner-main-tit,
.inner-page.prodet-page .inner-main-tit {
	opacity:0;
}
.inner-page.product-page .sideBar .side-menu,
.inner-page.prodet-page .sideBar .side-menu {
	position:absolute;
	top:131px;
	left:20px;
	margin-top:0;
	width:220px;
}
.inner-page.product-page .sideBar .side-menu span,
.inner-page.prodet-page .sideBar .side-menu span {
	display:none;
}
.inner-page.product-page .sideBar .side-menu ul,
.inner-page.prodet-page .sideBar .side-menu ul {
	display:block !important;
	height:auto !important;
	padding:0 !important;
	max-width:100%;
}
.inner-page.product-page .sideBar .side-menu>ul,
.inner-page.prodet-page .sideBar .side-menu>ul {
	min-height:497px;
	padding-top:10px !important;
}
.inner-page.product-page .sideBar .side-menu ul li,
.inner-page.prodet-page .sideBar .side-menu ul li {
	padding:5px 15px;
}
.inner-page.product-page .sideBar .side-menu ul li a,
.inner-page.prodet-page .sideBar .side-menu ul li a {
	padding:4px 0;
}
.inner-page.product-page .sideBar .side-menu ul li a:hover,
.inner-page.prodet-page .sideBar .side-menu ul li a:hover {
	color:red;
}
.product-yd-page .cat-list{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.product-yd-page .cat-list ul {
	margin:-10px;
}
.product-yd-page .cat-list ul ul {
	margin:0 -10px;
}
.product-yd-page .cat-list li {
	width:50%;
	float:left;
	font-size:18px;
	color:red;
	padding:10px;
}
.product-yd-page .cat-list li a {
	position:relative;
	padding-left:25px;
	display:block;
	border-bottom:2px solid #999;
	transition:.5s;
}
.product-yd-page .cat-list li a:hover {
	color:#222;
}
.product-yd-page .cat-list li a:after {
	content: "\f063";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.product-yd-page .cat-list li li a{
	padding-left:50px;
}
.product-yd-page .cat-list li li a:after {
	left:25px;
}
.product-yd-page .cat-list li li {
	display:block;
	width:100%;
}
@media screen and (max-width: 1400px) {
.inner-page.product-page .sideBar .side-menu,
.inner-page.prodet-page .sideBar .side-menu {
	position:relative;
	top:0;
	left:0;
	margin-top:15px;
	width:auto;
	display:none !important;
}
.inner-page.product-page .sideBar .side-menu span,
.inner-page.prodet-page .sideBar .side-menu span {
	display:block;
}
.inner-page.product-page .sideBar .side-menu ul,
.inner-page.prodet-page .sideBar .side-menu ul {
	display:inherit !important;
	height:inherit !important;
	padding:10px 0 !important;
	max-width:100%;
}
.inner-page.product-page .sideBar .side-menu ul li,
.inner-page.prodet-page .sideBar .side-menu ul li {
	padding:6px 12px 6px 16px;
}
}
@media screen and (max-width: 1700px) {
	.map .ch {
		left:10%;
	}
}
@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;
  }
}
.button-group .button {
  background: red !important;
}
.amap-icon img {
	max-width:120px !important;
	position:relative;
	left:-49px !important;
	top:-89px !important;
}
.amap-container img.wy {
	position:absolute;
	right:100%;
	bottom:0;
	margin-right:40px;
}
.amap-info-content {
	overflow:initial !important;
}
@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }
  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .i-product .pro-list {
    margin-top: 20px;
  }
  .product-page .i-product {
    padding: 20px 0;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
	.map .ch {
		left:0;
	}

}
@media screen and (max-width: 1000px){
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
	.map .ch {
		display:none;
	}
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 12px;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
    max-height: 48px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }

}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 12px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 18px;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }

}

.prodet-page .prodet-pics .grid.two.column .pro-bPic .conbox{
  padding: 20px;
  background: #fafafa;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic .conbox a.mail{
  font-weight: 700;
  color: #FF0000;
  font-size: 24px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic .conbox p{
  margin: 20px 0;
  font-size: 18px;
  color: #000;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic .conbox  a.more{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  background: #FF0000;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  transition: 0.3s all;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic .conbox  a.more:hover{
  transition: 0.3s all;
  background: #000;
}