@font-face {
  font-family: 'MONTSERRAT-BOLD';
  src: url(../fonts/MONTSERRAT-BOLD.ttf) format('truetype'), url(../fonts/MONTSERRAT-BOLD.eot) format('eot'), url(../fonts/MONTSERRAT-BOLD.woff) format('woff'), url(../fonts/MONTSERRAT-BOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-REGULAR';
  src: url(../fonts/MONTSERRAT-REGULAR.ttf) format('truetype'), url(../fonts/MONTSERRAT-REGULAR.eot) format('eot'), url(../fonts/MONTSERRAT-REGULAR.woff) format('woff'), url(../fonts/MONTSERRAT-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'PlayfairDisplay-BlackItalic';
  src: url(../fonts/PlayfairDisplay-BlackItalic.ttf) format('truetype'), url(../fonts/PlayfairDisplay-BlackItalic.eot) format('eot'), url(../fonts/PlayfairDisplay-BlackItalic.woff) format('woff'), url(../fonts/PlayfairDisplay-BlackItalic.woff2) format('woff2');
}
#footer .footer-top ul li:nth-child(5) dl dd i.fa-phone {
	font-size: 17px;
}
#footer .footer-top ul li:nth-child(5) dl dd i.fa-mobile {
	font-size: 17px;
}
.contact-page .c-list-box .contactList .info .icon.fa-mobile {
	font-size:28px;
}
.contact-page .c-list-box .contactList .info .icon.fa-phone {
	font-size:22px;
}
.contact-page .c-list-box .contactList .info .icon.fa-map-marker {
	font-size:22px;
}
.wpulike {
	vertical-align:top;
}
body {
  font-family: "Microsoft YaHei", "Arial";
  background: #f9f9f9;
}
h2,
h3,
  font-weight: bold !important;
}
h2 a,
h3 a,
h4 a {
  font-weight: inherit;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1224px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 28px;
  height: 28px;
  background: #292b2d;
  padding: 0 5%;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  font-size: 14px;
  color: white;
  display: inline-block;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 28px;
  height: 28px;
}
#header .h-top ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -4px;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 0 5%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  margin-top: 10px;
}
#header .nav .ui.menu .box.right {
  float: right;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 40px;
  font-size: 16px;
  color: #333333;
  -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 {
  border-color: #94cee8;
  color: #94cee8;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  line-height: 96px;
  height: 96px;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #9ed2ed;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  margin-left: 30px;
}
#header .nav .ui.menu .h-search img {
  margin-top: 3px;
}
#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;
}
#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: #94cee8;
}
#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: #94cee8;
  -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: #94cee8;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#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: #94cee8;
}
#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: #94cee8 !important;
}
#index-body a.more {
  display: block;
}
#index-body a.more:after {
  content: url("../images/icon-more1.png");
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
#index-body .init-1 {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
#index-body .init-1 ul {
  margin: 0 -80px;
}
#index-body .init-1 ul li {
  padding: 0 40px;
  width: 33.33333%;
  float: left;
}
#index-body .init-1 ul li .box {
  padding: 50px 60px;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	background-position:center center;
}
#index-body .init-1 ul li .box i {
  height: 60px;
	display:block;
}
#index-body .init-1 ul li .box h3 {
  font-size: 16px;
  color: #20202c;
  margin: 15px 0;
}
#index-body .init-1 ul li .box p {
  font-size: 12px;
  color: #20202c;
  line-height: 28px;
  height: 84px;
}
#index-body .init-1 ul li .box a.more {
  font-size: 12px;
  color: #262626;
  margin-top: 40px;
}
#index-body .init-1 ul li .box:hover {
	background: #e3eff5;
}
#index-body .init-2 {
  background: url("../images/init-2-l-bg.jpg") no-repeat center left fixed;
  background-size: 45% auto;
  padding: 100px 0 80px;
}
#index-body .init-2 .content {
  background: #f4f4f2;
  position: relative;
  width: 90%;
  left: 34%;
  padding: 100px 200px;
  text-align: center;
}
#index-body .init-2 .content i.tit {
  font-size: 115px;
  color: #d7d7d4;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "PlayfairDisplay-BlackItalic";
}
#index-body .init-2 .content h3 {
  font-size: 22px;
  color: #494545;
}
#index-body .init-2 .content p {
  font-size: 14px;
  color: #494545;
  line-height: 31px;
  margin: 15px 0 5px;
	text-align:left;
	text-indent:2em;
}
#index-body .init-2 .content a.more {
  color: #222222;
	margin-top:20px;
}
#index-body .init-2 .content .box {
  padding-top: 40px;
}
#index-body .init-2 .content .box ul {
  text-align: justify;
  text-align-last: justify;
}
#index-body .init-2 .content .box ul li {
  display: inline-block;
  text-align-last: center;
  text-align: center;
}
#index-body .init-2 .content .box ul li span {
  display: block;
  font-size: 18px;
  color: #116aad;
  font-family: Arial;
  font-weight: bold;
}
#index-body .init-2 .content .box ul li span img {
	display:inline-block;
	vertical-align:bottom;
	margin-bottom:9px;
}
#index-body .init-2 .content .box ul li span em {
  color: #463f35;
  font-size: 35px;
	position:relative;
	top:3px;
}
#index-body .init-2 .content .box ul li span i {
font-size: 24px;
    position: relative;
    top: 3px;
}
#index-body .init-2 .content .box ul li span sup {
	font-size:12px;
}
#index-body .init-2 .content .box ul li span b {
	color:#333;
	font-size:35px;position: relative;
    top: 3px;
}
#index-body .init-2 .content .box ul li h4 {
  font-size: 12px;
  color: #463f35;
  font-weight: normal !important;
  line-height: normal;
}
#index-body .init-2 .content i.xinlan {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 12px;
  color: #494545;
  text-transform: uppercase;
}
#index-body .init-3 {
	padding: 45px 0px 0px;
	display: inline-block;
  width: 100%;
}
#index-body .init-3 h2 {
  font-size: 20px;
  text-align: center;
}
#index-body .init-3 h2:after {
  content: url("../images/icon-fg.png");
  margin: 0 auto;
  display: block;
}
#index-body .init-3 .content {
  padding-top: 20px;
}
#index-body .init-3 .content ul {
  margin: -8px;
}
#index-body .init-3 .content ul li {
  width: 25%;
  float: left;
  padding: 8px;
}
#index-body .init-3 .content ul li .box {
  display: block;
  background: white;
  padding: 15px;
  position: relative;
}
#index-body .init-3 .content ul li .box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 106, 173, 0.66);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	z-index:1;
}
#index-body .init-3 .content ul li .box .box2 {
  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%);
	z-index:1;
	text-align:center;
	width:100%;
	opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .content ul li .box .box2>a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  background: #F9F9F9;
  font-size: 18px;
  color: #8a8a8a;
  text-align: center;
  line-height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	z-index:2;
	vertical-align:middle;
	margin:0 10px;
}
#index-body .init-3 .content ul li .box .box2>a:hover {
  background: #116aad;
  color: white;
}
#index-body .init-3 .content ul li .box:hover:before {
  opacity: 1;
}
#index-body .init-3 .content ul li .box:hover .box2 {
  opacity: 1;
}
#index-body .init-3 .content ul li h3 {
	font-size:18px;
	
	padding: 0 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:center;
	color:white;
	margin-bottom:30px;
}
#index-body .init-3 .content ul .slick-arrow {
  background-color: transparent;
  background-size: 100%;
  background-position: center;
  outline: none;
  border: none;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: transparent;
	z-index:1;
}
#index-body .init-3 .content ul .slick-arrow.slick-prev {
  background-image: url("../images/icon-btn-l.png");
  left: -80px;
}
#index-body .init-3 .content ul .slick-arrow.slick-prev:hover {
  background-image: url("../images/icon-btn-l-1.png");
}
#index-body .init-3 .content ul .slick-arrow.slick-next {
  right: -80px;
  background-image: url("../images/icon-btn-r.png");
}
#index-body .init-3 .content ul .slick-arrow.slick-next:hover {
  background-image: url("../images/icon-btn-r-1.png");
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") no-repeat center bottom;
  position: relative;
  text-align: center;
	margin-top:43px;
}
#index-body .init-4 img {
  margin: 0 auto;
	position:relative;
	top:-10px;
}
 #index-body .init-4 .box { 
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
/* 	background:url('../images/init-4-1-box-bg.png') no-repeat center center; */
	background-size:100% 100%;
	width:650px;
	max-width:100%;
	padding:40px; 
}
#index-body .init-4 .box h2 {
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
	text-align:center;
}
/* #index-body .init-4 .box h2:after {
	content:'';
	display:block;
	height:1px;
	width:540px;
	max-width:100%;
	background:white;
	margin:7px auto 0;
} */
#index-body .init-4 .box p {
  font-size: 14px;
  color: #000;
  line-height: 34px;
  margin: 20px 0 40px;
  display: block;
}
#index-body .init-4 .box a {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  color: white;
  background: #475056;
  display: inline-block;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box a:hover {
	background: #116aad;
}
#index-body .init-5 {
  padding: 20px 0 40px;
}
#index-body .init-5 h2 {
  font-size: 20px;
  text-align: center;
	margin-bottom:20px;
}
#index-body .init-5 h2:after {
  content: url("../images/icon-fg.png");
  margin: 0 auto;
  display: block;
}
#index-body .init-5 .content ul li {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
}
#index-body .init-5 .content ul li .box {
  display: block;
  border: 1px solid #edebeb;
  background: white;
}
#index-body .init-5 .content ul li .box a.img {
  display: block;
  position: relative;
}
#index-body .init-5 .content ul li .box a.img time {
  display: block;
  font-size: 24px;
  color: white;
  font-weight: bold;
  background: #50b1dd;
  padding: 5px;
  position: absolute;
  bottom: -10px;
  left: 40px;
  text-align: center;
  line-height: 24px;
}
#index-body .init-5 .content ul li .box a.img time em {
  font-size: 18px;
  display: block;
}
#index-body .init-5 .content ul li .box a.img time:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #317b9d;
  border-right: 5px solid #317b9d;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  line-height: normal;
  position: absolute;
  bottom: 0;
  right: 100%;
}
#index-body .init-5 .content ul li .box .box2 {
  padding: 15px;
}
#index-body .init-5 .content ul li .box .box2 h3 {
  font-size: 18px;
  color: #475056;
  line-height: 31px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-5 .content ul li .box .box2 h3:hover {
  color: #116aad;
}
#index-body .init-5 .content ul li .box .box2 p {
  font-size: 14px;
  color: #868787;
  line-height: 24px;
  margin: 15px 0 25px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#index-body .init-5 .content ul li .box .box2 a.more2 {
  font-size: 14px;
  color: #475056;
}
#index-body .init-6 {
  padding: 10px 0 20px;
  background: #f0efef;
}
#index-body .init-6 h2 {
  font-size: 20px;
  text-align: center;
}
#index-body .init-6 h2:after {
  content: url("../images/icon-fg.png");
  margin: 0 auto;
  display: block;
}
#index-body .init-6 .content {
  padding-top: 10px;
}
#index-body .init-6 .content li {
  text-align: center;
}
#index-body .init-6 .content li img {
  margin: 0 auto;
}
#footer .footer-top {
  background: #3c3e3f;
  padding: 50px 0 10px;
  display: inline-block;
  width: 100%;
}
#footer .footer-top ul li {
  float: left;
  padding: 0 10px;
}
#footer .footer-top ul li:nth-child(1) {
  width: 18%;
}
#footer .footer-top ul li:nth-child(2),
#footer .footer-top ul li:nth-child(3),
#footer .footer-top ul li:nth-child(4) {
  width: 20%;
}
#footer .footer-top ul li:nth-child(5) {
  width: 22%;
}
#footer .footer-top ul li:nth-child(6) {
  width: 11%;
}
#footer .footer-top ul li > a {
  padding-top: 20px;
  text-align: center;
  display: block;
}
#footer .footer-top ul li > a img {
  margin: 0 auto;
float:left;
}
#footer .footer-top ul li dl dt {
  font-size: 20px;
  color: #F9F9F9;
  text-transform: capitalize;
  padding-bottom: 12px;
}
#footer .footer-top ul li dl dd {
  font-size: 14px;
  color: #f9f9f9;
  line-height: 30px;
}
#footer .footer-top ul li dl dd:hover {
  text-decoration: underline;
}
#footer .footer-top ul li:nth-child(5) dl {
	display:inline-block;
	float:right;
}
#footer .footer-top ul li:nth-child(5) dl dd {
	padding-left:25px;
	position:relative;
}
#footer .footer-top ul li:nth-child(5) dl dd i {
	position:absolute;
	left:0;
	top:5px;
}
#footer .footer-top ul li:nth-child(5) dl dd:last-child i {
	top:8px;
}
#footer .footer-top ul li:nth-child(5) dl dd i.fa-mobile,
#footer .footer-top ul li:nth-child(5) dl dd i.fa-map-marker{
	font-size:20px;
	top:6px;
}
#footer .footer-bottom {
  line-height: 60px;
  color: white;
  font-size: 14px;
  text-align: center;
  height: 60px;
  display: block;
  background: #292b2d;
  margin-top: -5px;
}
#footer .footer-bottom a:hover {
  color: #116aad;
}
.slideBox {
	font-size:0;
}
@media screen and (max-width: 1800px) {
  #index-body .init-2 .content {
    left: 25%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .content {
    left: 25%;
	  width:80%;
	  padding:60px;
  }
  #index-body .init-1 ul {
    margin: 0 -40px;
  }
	#index-body .init-3 .content ul .slick-arrow.slick-prev {
		left:0
	}
	#index-body .init-3 .content ul .slick-arrow.slick-next {
		right:0;
	}
	#index-body .init-2 .content i.tit {
		font-size:90px;
	}
	#index-body .init-4 img {
		max-width:160px;
	}
	#index-body .init-4 .box h2 {
		font-size:40px;
	}
	#index-body .init-4 {
		background-size: 100% auto;
	}
}
@media screen and (max-width: 1224px) {
  .ui.container {
    width: 996px;
  }
  #index-body .init-2 .content {
    padding: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
  }
  #index-body .init-1 ul {
    margin: 0 -20px;
  }
  #index-body .init-1 ul li {
    padding: 0 20px;
  }
  #index-body .init-3 .content ul .slick-arrow.slick-prev {
    left: -60px;
  }
  #index-body .init-3 .content ul .slick-arrow.slick-next {
    right: -60px;
  }
}

@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;
    float: left;
    padding: 10px;
  }
  .prodet-page .i-product .slideBox .swiper-slide {
  	padding: 10px;
  }
  .i-product .ui.column.grid ,
  .i-product .ui.grid > .column.row ,
  .i-product .ui.grid > .row ,
  .i-product .ui.grid,
  .prodet-page .i-product .slideBox {
  	display: inline-block;
  	width: 100%;
  	margin: -10px;
  }
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #116aad!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  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;
  width: 20%;
  float: left;
}
.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;
  width: 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: #116aad;
  border-color: #116aad;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #116aad;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height:300px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #fff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page .sideBar {
  padding: 15px 0 12px;
  background: #292b2d;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #116aad url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  font-size: 16px;
  border: 1px solid #116aad; color:#fff;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #116aad;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
	transition:.5s;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #fff;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
}
.inner-page .sideBar .side-menu .cat-list li:hover {
	background:#222;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #fff;
}
.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;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .inner-main-box table th,
.about-page .inner-main-box table td {
	display:inline-block;
	width:50%;
	float:left;
	height:auto !important;
}
.about-page .inner-main-box table,
.about-page .inner-main-box table tr {
	display:block;
	width:100%;
	height:auto !important;
}
.about-page .inner-main-box table tr:after,.about-page .inner-main-box table p:after {
	content:'';
	display:block;
	clear:both;
}
.about-page .inner-main-box table img {
	display:block;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .inner-main-box table p[style="text-align: right;"] img {
	float:right;
}
.about-page .inner-main-box table p {
	display:block;
}
.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 0px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
  display: inline-block;
  width: 100%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
  float: left;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul.image-gallery {
	margin:-5px;
	font-size:0;
	padding-top:20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul.image-gallery li {
	width:20%;
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul.image-gallery li img {
	box-shadow:0 0 0 transparent;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
  float: right;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .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: 20px 0;
}
.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: #116aad;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .prodet-det-two table {
	width:100%;
}
.prodet-page .prodet-det-two table td,
.prodet-page .prodet-det-two table th {
	padding:5px 10px;
	border:1px solid #d0d0d0;
}
.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: -32px;
	display:block;
}
.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;
	padding-left:50px !important;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 43px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  border-bottom: 3px solid #116aad;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot label {
/* 	margin-bottom:-24px; */
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 43px;
  overflow: hidden;
	line-height:43px;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  border-bottom: 3px solid #116aad;
}
.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: #116aad 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;
  display: inline-block;
  width: 100%;
}
.news-page .new-list li .new-pic {
	width: 30%;
	float: left;
}
.news-page .new-list li .new-con {
	width: 70%;
	float: right;
	padding-left: 20px;
}
.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: #116aad;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #116aad;
}
.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: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 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:30px;
	margin-right:5px;
}
.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; width:20px;
	text-align:center;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #116aad;
  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;
}
#mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
	display:none;
}
#mobile .top {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
    position: relative;
    z-index: 1;
}
#mobile .top .btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    float: left;
    position: relative;
    display: block;
}
#mobile .top .btn 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 .top .btn i.ie1 {
    top: 12px;
}
#mobile .top .btn i.ie2 {
    top: 19px;
}
#mobile .top .btn i.ie3 {
    top: 26px;
}
#mobile .top .btn.active {

}
#mobile .top .btn.active  i.ie1 {
    -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 .top .btn.active  i.ie2 {
    opacity: 0;
}
#mobile .top .btn.active  i.ie3 {
    -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 .top .logo {
    margin: 0 auto;
    display: inline-block;
    width: auto;
}
#mobile .top .logo img {
    max-height: 36px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#mobile .top .lang {
    float: right;
    position: relative;
}
#mobile .top .lang span {
    padding-top: 5px;
    width: 50px;
    height: 40px;
    background: #50b1dd;
    color: white;
    font-size: 13px;
    display: block;
    line-height: normal;
}
#mobile .top .lang span i {
    display: block;
    font-size: 16px;
}
#mobile .top .lang ul {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    width: 100px;
    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: 2px solid #50b1dd;
    display: none \9;
}
#mobile .top .lang ul li {
    display: block;
    float: none;
    padding: 4px 5px;
    line-height: 20px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#mobile .top .lang ul li img {
    max-width: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
#mobile .top .lang ul li a {
    display: block;
}
#mobile .top .lang ul li:hover {
    background: #222;
    color: white;
}
#mobile .top .lang:hover ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
#mobile .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background: white;
    height: 400px;
    height: 100vh;
    padding-top: 60px;
    overflow: auto;
    display: none;
}
#mobile .bottom form {
    display: block;
    position: relative;
}
#mobile .bottom form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
}
#mobile .bottom form button {
    position: absolute;
    background: none;
    border: none;
    right: 10px;
    top: 0;
    font-size: 14px;
    line-height: 36px;
}
#mobile .bottom .m-nav {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 25px 0;
}
#mobile .bottom .m-nav ul li a {
    display: block;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
    border-top: 1px solid #eee;
    font-size: 16px;
}
#mobile .bottom .m-nav ul li a i {
    position: absolute;
    right: 10px;
    top: 10px;
}
#mobile .bottom .m-nav ul li ul {
    display: none;
}
#mobile .bottom .m-nav ul li li a {
    font-size: 14px;
    padding-left: 10px;
}
#mobile .bottom .m-nav ul li li a:before {
    content: '-';
    font-size: 16px;
    padding-right: 5px;
}
#mobile .bottom .m-info {
    display: block;
}
#mobile .bottom .m-info ul li {
    display: block;
    line-height: 36px;
    height: 36px;
    border: 1px solid #666;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .bottom .m-info ul li i {
    margin-right: 5px;
}
#mobile .bottom .m-info ul li:last-child {
    margin-bottom: 0;
}
#mobile .bottom .m-info ul li:hover {
    color: white;
    background: #50b1dd;
    border-color: #50b1dd;
}
@media screen and (max-width: 1100px){
    #banner,.inner-banner {
        margin-top: 40px !important;
    }
}
@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) {
  #banner,
  .inner-banner {
    margin-top: 78px;
  }
  #banner .ws-title {
    display: none!important;
  }
  .header-box {
    display: block;
  }
  #header {
    display: none;
  }
	#mobile {
		display:block;
	}
  .header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    background: #000;
  }
  .header-box.scoll,
  .header-box.hnner,
  .header-box:hover {
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header-box.scoll .nav li a,
  .header-box.hnner .nav li a,
  .header-box:hover .nav li a {
    color: #666666;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header-box.scoll .nav li a:before,
  .header-box.hnner .nav li a:before,
  .header-box:hover .nav li a:before {
    background: #0078d7;
  }
  .header-box.scoll .nav li:hover a,
  .header-box.scoll .nav li.current a,
  .header-box.hnner .nav li:hover a,
  .header-box.hnner .nav li.current a,
  .header-box:hover .nav li:hover a {
    color: #0078d7;
  }
  .header {
    padding: 16px 62px 16px 70px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .logo {
    float: left;
    position: relative;
    overflow: auto;
    width: 225px;
    line-height: 1;
  }
  .header-right {
    float: right;
    margin-top: 24px;
  }
  .nav {
    float: left;
  }
  .nav li {
    float: left;
    padding-right: 115px;
    line-height: 1;
  }
  .nav li:last-child {
    padding-right: 0;
  }
  .nav li a {
    display: block;
    line-height: 1;
    font-size: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #ffffff;
    padding-bottom: 35px;
    position: relative;
  }
  .nav li a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
  }
  .nav li:hover a,
  .nav li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav li:hover a:before,
  .nav li.current a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
  }
  .menubox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    background: #0078d7;
    filter: alpha(opacity=80);
    background: rgba(0, 120, 215, 0.8);
  }
  .menuwr h2 {
    float: left;
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 54px;
    line-height: 1;
    margin-top: 12px;
  }
  .menulist {
    float: left;
    padding-left: 45px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 110px;
    margin-top: 12px;
  }
  .meun-down {
    display: none;
  }
  .menuwr {
    padding: 28px 0 32px;
  }
  .menulist li {
    margin-bottom: 16px;
  }
  .menulist li a {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
  }
  .menulist li a:hover,
  .menulist li a.active {
    color: #ff9e00;
  }
  .menuimg {
    float: right;
    width: 250px;
    line-height: 1;
    overflow: hidden;
  }
  .menuimg img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .menubtn {
    width: 27px;
    float: right;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
  }
  .menubtn span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
  }
  .menubtn span:after,
  .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
  }
  .menubtn span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }
  .menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .menubtn.active span:after,
  .menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s;
  }
  .menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .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: #0078d7;
    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;
  }
	#index-body .init-1 ul li .box {
		padding:25px 15px;
	}
	#index-body .init-2 .content i.tit {
		font-size:60px;
	}
	#index-body .init-3 .content ul li .box .box2>a {
		width:40px;
		height:40px;
		line-height:40px;
		font-size:16px;
	}
	#index-body .init-3 .content ul .slick-arrow {
		display:none !important;
	}
	#index-body .init-4 {
		background-size:auto 70%;
	}
	#index-body .init-4 .box h2 {
		font-size:30px;
	}
	#index-body .init-4 .box p {
		margin:15px 0 20px;
		line-height:1.8;
	}
	#index-body .init-5 .content ul li .box a.img time {
		font-size:18px;
		left:20px;
	}
	#index-body .init-5 .content ul li .box .box2 p {
		height:48px;
		-webkit-line-clamp: 2;
	}
	.about-page .inner-main-box {
		font-size:14px;
		line-height:1.8;
	}
	.about-page .inner-main-box span {
		font-size:inherit !important;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
		font-size:26px;
		margin-bottom:30px;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one {
		padding-left:5% !important;
	}
	.prodet-page .prodetTit,.prodetFeedback .innerTit,.contact-page .c-list-box .contactList .c-name {
		font-size:28px;
	}
	.prodet-page .prodet-det-two {
		padding:80px 0;
	}
	.i-product .pro-list {
		margin-top:0;
	}
	.prodet-page .recommand-product {
		padding:80px 0;
	}
	.contact-page .c-list-box {
		padding:60px 0;
	}
	.contact-page .c-list-box .contactList .qr-box {
		display:none;
	}
	.contact-page .c-list-box .contactList .info .add br {
		display:none !important;
	}
	.prodetFeedback .ptForm input[type="submit"] {
		height:40px;
		line-height:40px;
	}
}
@media screen and (max-width: 1000px) {
	.ui.container {
		width:700px;
   }
	.news-page .new-list li .new-con .abst {
		margin:15px 0 25px;
	}
	.m-page {
		padding:20px 0;
	}
	.about-page .inner-main-box table th, .about-page .inner-main-box table td {
		display:block !important;
		width:100% !important;
		padding:10px !important;
	}
	.about-page .inner-main-box table th p, .about-page .inner-main-box table td p {
		text-align:left !important;
	}
	.about-page .inner-main-box table p[style="text-align: right;"] img {
		float:none;
	}
	.about-page .inner-main-box {
		padding:50px 0;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one {
		width:100% !important;
		padding-left:0 !important;
		padding-top:30px !important;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-bPic {
		width:100% !important;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
		-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
		border:2px solid #eee;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one table,.prodet-page .prodet-det-two table td, .prodet-page .prodet-det-two table th {
		font-size:14px;
	}
	.i-product .pro-list{
		letter-spacing:-5px;
		margin:-10px;
	}
	.i-product .pro-list > .column,.i-product .pro-list .swiper-slide {
		width:50%;
		letter-spacing:0;
		display:inline-block;
		padding:10px;
		margin-bottom:0;
	}
	#index-body .init-1 ul li .box p {
		line-height:20px;
	}
	#index-body .init-1 ul li .box a.more {
		margin-top:15px;
	}
	#index-body .init-1 ul li .box i {
		max-height:40px;
	}
	#index-body .init-1 ul li .box i img {
		max-height:100%;
	}
	#index-body .init-1 ul li .box {
		padding:0;
	}
	#index-body .init-2 {
		padding:50px 0;
	}
	#index-body .init-2 .content {
		width:90%;
		left:10%;
	}
	#index-body .init-2 .content .box {
		padding-top:20px;
	}
	#index-body .init-2 .content i.tit {
		font-size:40px;
	}
	#index-body .init-2 .content .box ul li span em {
		font-size:24px;
	}
	#index-body .init-4 img {
		max-width:120px;
	}
	#index-body .init-4 {
		background-size:auto 85%;
	}
	#index-body .init-4 .box h2 {
		font-size:24px;
	}
	 
}
@media screen and (max-width: 700px) {
	.ui.container {
		width:100%;
   }
	#index-body .init-1 ul li {
		width:100% !important;
		float:none;
		padding:10px;
	}
	#index-body .init-1 ul {
		margin:-10px;
	}
	#index-body .init-2 .content {
		width:100%;
		left:0;
	}
	#index-body .init-2 {
		background:none;
	}
	#index-body .init-2 .content .box ul li span {
		font-size:16px;
	}
	#footer .footer-top ul {
		letter-spacing:-5px;
	}
	#footer .footer-top ul li:nth-child(1) {
		width:100%;
		display:none;
	}
	#footer .footer-top ul li:nth-child(2), #footer .footer-top ul li:nth-child(3),#footer .footer-top ul li:nth-child(4),#footer .footer-top ul li:nth-child(5) {
		width:50%;
		float:none;
		display:inline-block;
		letter-spacing:0;
		vertical-align: top;
	}
	#index-body .init-1 ul li .box p {
		height:auto;
	}
	#index-body .init-5 .content ul li .box a.img time {
		font-size:16px;
	}
	#footer .footer-bottom {
		line-height:normal;
		padding:18px 0;
		height:auto;
	}
	#footer .footer-bottom p {
		float:none;
		display:block;
	}
	.inner-page .sideBar .side-menu {
		display:none !important;
	}
	.prodet-page .prodet-det-two {
		padding:30px 0;
	}
	.news-page .new-list li .new-con .tit a {
		height:auto;
		font-size:16px;
	}
	.news-page .new-list li .new-con .abst {
		margin:8px 0 10px;
	}
	.news-page .new-list li {
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom-width:1px;
	}
	.news-page .new-list {
		padding-top:30px !important;
	}
	.news-page .new-list li:last-child {
		margin-bottom:20px;
	}
	.inner-page .inner-main-tit .nowTit {
		font-size:20px;
	}
	.prodet-page .prodetTit, .prodetFeedback .innerTit, .contact-page .c-list-box .contactList .c-name {
		font-size:26px;
	}
	.prodetFeedback .ptForm .fbTop {
		margin-bottom:0;
	}
	.prodetFeedback .ptForm .fbBot {
		margin-bottom:20px;
	}
	#mobile .top .logo {
		float:none;
	}
	
}
@media screen and (max-width: 500px) {
	.prodet-page .prodetTit, .prodetFeedback .innerTit, .contact-page .c-list-box .contactList .c-name {
		font-size:22px;
	}
	.contact-page .c-list-box .contactList .info {
		font-size:16px;
	}
	.contact-page .c-list-box .contactList .info br {
		display:none;
	}
	.button-group .button:nth-child(2) {
		display:none;
	}
	#mapContainer {
		height:280px;
	}
	#footer .footer-top ul li:nth-child(4) {
		display:none;
	}
	#footer .footer-top ul li:nth-child(5) {
		width:100%;
	}
	#footer .footer-top ul li:nth-child(5) dl {
		float:none;
	}
	.news-page .new-list li .new-con {
		padding:10px;
	}
	.news-page .new-list li .new-con,.news-page .new-list li .new-pic {
		width:100%;
	}
	.news-page .new-list li .new-con .date span {
		display:block;
	}
	.news-page .new-list li .new-con .date span:last-child {
		margin-left:0;
	}
	.news-page .new-list li .new-con .tit a {
		font-size:14px;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
		margin-top:0;
	}
	.prodet-page .prodet-pics {
		padding:50px 0;
	}
	.prodet-page .prodet-det-two table {
		overflow:auto;
		display:block;
	}
	.prodet-page .prodet-det-two table tbody {
		min-width:700px;
		display:table;
	}
	.prodet-page .recommand-product {
		padding:20px 0;
	}
	.i-product .pro-list .con-box .inner-box br {
		display:none;
	}
	.i-product .pro-list > .column, .i-product .pro-list .swiper-slide {
		padding:5px;
	}
	.i-product .pro-list {
		margin:-5px;
	}
	#index-body .init-1,#index-body .init-2 .content .box {
		display:none;
	}
	#index-body .init-2 .content {
		padding:15px;
	}
}
.inner-page {
	position:relative;
	z-index:1;
}
#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;
}