body {
  font-family: "Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
#ewm {
	max-width:120px;
	border:3px solid white;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  background: #005eb8;
  height: 35px;
  line-height: 35px;
}
#header .h-top p.left {
  font-size: 14px;
  color: white;
  float: left;
}
#header .h-top p.left img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
#header .h-top ul {
  float: right;
}
#header .h-top ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  color: white;
}
#header .h-top ul li img {
  margin-top: 8px;
	max-width:34px;
}
#header .h-top ul li:last-child a {
  display: block;
  position: relative;
}
#header .h-top ul li:last-child a:after {
  content: '';
  height: 12px;
  width: 1px;
  background: white;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
  display: block;
}
#header .h-top ul li a:hover {
  text-decoration: underline;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
#header .nav .ui.menu {
  text-align: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 16px;
  color: black;
  -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:before {
  content: '';
  height: 14px;
  width: 1px;
  background: black;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child:before {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #005eb8;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 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 #005eb8;
}
#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-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  float: right;
  margin-top: 20px;
}
#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: #005eb8;
}
#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: 20px;
  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: 55px;
  height: 3px;
  display: inline-block;
  margin: 0 10px;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #005eb8;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,
#cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
#cs td:first-child {
  color: #2d2d2d;
}
#cs td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #005eb8;
}
#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: #005eb8 !important;
}
#banner li {
  position: relative;
}
#banner li .content {
  width: 100%;
  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%);
  margin-top: -20px;
}
#banner li .content .left h2 {
  font-size: 55px;
  color: white;
  text-shadow: 4px 4px 10px #000;
  font-weight: bold;
}
#banner li .content .left p {
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-shadow: 4px 4px 10px #000;
}
#banner li .content .left a {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #005eb8;
  -webkit-box-shadow: 0 5px 10px #000;
  -moz-box-shadow: 0 5px 10px #000;
  box-shadow: 0 5px 10px #000;
  background: white;
  margin-top: 15px;
}
#index-body h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
#index-body h2 small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#index-body .init-1 {
  display: inline-block;
  width: 100%;
  padding: 60px 0 40px;
}
#index-body .init-1 h5 {
	font-size:14px;
	color:#666;
	display:block;
	padding-top:30px;
}
#index-body .init-1 h5 img {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	max-width:20px;
}
#index-body .init-1 .box {
  margin-top: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
}
#index-body .init-1 .box:before {
  content: 'hongli';
  font-size: 312px;
  color: #eeeeee;
  opacity: .35;
  text-transform: uppercase;
  font-weight: bold;
  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%);
  letter-spacing: 55px;
}
#index-body .init-1 .box ul {
  margin: -14px;
}
#index-body .init-1 .box ul li {
  padding: 14px;
  width: 33.333%;
  float: left;
}
#index-body .init-1 .box ul li a {
  padding: 10px;
  border: 1px solid #e5e5e5;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
#index-body .init-1 .box ul li a span {
  display: block;
  overflow: hidden;
}
#index-body .init-1 .box ul li a span img {
  width: 100%;
}
#index-body .init-1 .box ul li a h3 {
  font-size: 16px;
  color: black;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li a h3:hover {
  color: #005eb8;
}
#index-body .init-1 .box ul li a:hover {
  -webkit-box-shadow: 6px 8px 8px #e7e7e7;
  -moz-box-shadow: 6px 8px 8px #e7e7e7;
  box-shadow: 6px 8px 8px #e7e7e7;
}
#index-body .init-2 {
  padding: 50px 0 70px;
  background: url("../images/init-2-bg.jpg") no-repeat center center #166abb;
}
#index-body .init-2 .init-2-top {
  display: inline-block;
  width: 100%;
}
#index-body .init-2 .init-2-top h2 {
  color: white;
  float: left;
}
#index-body .init-2 .init-2-top ul {
  float: right;
  margin-top: 35px;
}
#index-body .init-2 .init-2-top ul li {
  font-size: 14px;
  color: white;
  margin: 0 10px;
  position: relative;
  float: left;
}
#index-body .init-2 .init-2-top ul li:before {
  content: '';
  height: 12px;
  width: 1px;
  background: white;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-2 .init-2-top ul li:first-child:before {
  display: none;
}
#index-body .init-2 .init-2-top ul li:hover {
  text-decoration: underline;
}
#index-body .init-2 .init-2-bottom {
  margin-top: 45px;
  display: inline-block;
  width: 100%;
}
#index-body .init-2 .init-2-bottom .left {
  width: 41.5%;
  float: left;
}
#index-body .init-2 .init-2-bottom .left a {
  display: block;
}
#index-body .init-2 .init-2-bottom .right {
  width: 58.5%;
  float: right;
}
#index-body .init-2 .init-2-bottom .right ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#index-body .init-2 .init-2-bottom .right ul li:first-child {
  margin-bottom: 15px;
}
#index-body .init-2 .init-2-bottom .right ul li .img {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 41%;
  float: left;
}
#index-body .init-2 .init-2-bottom .right ul li .content {
  display: inline-block;
  vertical-align: top;
  width: 59%;
  float: right;
}
#index-body .init-2 .init-2-bottom .right ul li .content h3 {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
#index-body .init-2 .init-2-bottom .right ul li .content h3 a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  max-width: 80%;
}
#index-body .init-2 .init-2-bottom .right ul li .content h3 small {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  font-weight: normal;
  float: right;
}
#index-body .init-2 .init-2-bottom .right ul li .content p {
  font-size: 14px;
  color: #fefefe;
  line-height: 30px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 90px;
}
#index-body .init-2 .init-2-bottom .right ul li .content a.more {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #005eb8;
  background: white;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #005eb8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom .right ul li .content a.more:hover {
  background: transparent;
  border-color: white;
  color: white;
}
#index-body .init-3 {
  padding-top: 50px;
  background: url("../images/init-3-bg.jpg") center center fixed;
}
#index-body .init-3 h2 {
  color: white;
}
#index-body .init-3 .box {
  padding: 50px 0 0;
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .box ul {
  margin: -25px -15px;
}
#index-body .init-3 .box ul li {
  padding: 25px 15px;
  text-align: center;
  width: 33.33333%;
  float: left;
}
#index-body .init-3 .box ul li h3 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  padding-bottom: 8px;
}
#index-body .init-3 .box ul li h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .init-3 .box ul li p {
  font-size: 16px;
  color: white;
  line-height: 30px;
  max-height: 60px;
}
#index-body .init-3 .contact {
  padding: 30px 7%;
  background: #005eb8;
  position: relative;
  bottom: -55px;
}
#index-body .init-3 .contact ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 15px 20px 0;
  font-size: 16px;
  color: white;
  height: 55px;
}
#index-body .init-3 .contact ul li:nth-child(1) {
  width: 43%;
}
#index-body .init-3 .contact ul li:nth-child(1):after {
  display: none;
}
#index-body .init-3 .contact ul li:nth-child(2) {
  width: 25%;
}
#index-body .init-3 .contact ul li:nth-child(3) {
  width: 32%;
}
#index-body .init-3 .contact ul li:after {
  content: '';
  height: 55px;
  border-left: 1px white dashed;
  position: absolute;
  left: -1px;
  top: 0;
}
#index-body .init-3 .contact ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .init-4 {
  padding: 115px 0;
  background: url("../images/init-4-bg.jpg") no-repeat center center #eeeeee;
}
#index-body .init-4 .box {
  width: 72%;
  display: inline-block;
  padding: 25px 0 20px;
}
#index-body .init-4 .box .left {
  width: 70%;
  float: left;
  padding-right: 8%;
}
#index-body .init-4 .box .left p {
  font-size: 14px;
  color: #545454;
  line-height: 30px;
  text-indent: 2em;
}
#index-body .init-4 .box .right {
  width: 30%;
  float: right;
}
#index-body .init-4 .box .right ul li {
  display: block;
  margin-bottom: 55px;
}
#index-body .init-4 .box .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-4 .box .right ul li span {
  font-size: 16px;
  color: #545454;
  font-family: "Calibri";
  text-transform: uppercase;
  line-height: 36px;
}
#index-body .init-4 .box .right ul li span i {
  display: inline-block;
  line-height: 18px;
}
#index-body .init-4 .box .right ul li span em {
  font-size: 36px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  color: #005eb8;
  margin-right: 5px;
}
#index-body .init-4 .box .right ul li p {
  font-size: 14px;
  color: #545454;
}
#index-body .init-4 a.more {
  font-size: 14px;
  color: white;
  line-height: 30px;
  padding: 0 15px;
  background: #005eb8;
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid #005eb8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 a.more:hover {
  background: transparent;
  color: #005eb8;
}
#index-body .init-4 h3 {
  font-size: 18px;
  color: #005eb8;
  font-weight: bold;
}
#index-body .init-4 h3 small {
  display: block;
  font-size: 14px;
  color: black;
  font-weight: normal;
  line-height: 30px;
}
#footer .footer-top {
  background: url("../images/f-bg.jpg") no-repeat center center #005eb8;
  padding: 70px 0 50px;
  display: inline-block;
  width: 100%;
}
#footer .footer-top ul li {
  float: left;
}
#footer .footer-top ul li:nth-child(1) {
  width: 18%;
}
#footer .footer-top ul li:nth-child(1) img {
  margin-top: 10px;
}
#footer .footer-top ul li:nth-child(2) {
  width: 20%;
}
#footer .footer-top ul li:nth-child(3) {
  width: 20%;
}
#footer .footer-top ul li:nth-child(4) {
  width: 30%;
}
#footer .footer-top ul li:nth-child(4) dd {
  padding-left: 36px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  margin-bottom: 5px;
}
#footer .footer-top ul li:nth-child(4) dd.phone {
  background-image: url("../images/icon-init-3-phone.png");
}
#footer .footer-top ul li:nth-child(4) dd.add {
  background-image: url("../images/icon-init-3-add.png");
  text-indent: -48px;
  padding-left: 84px;
}
#footer .footer-top ul li:nth-child(4) dd.mail {
  background-image: url("../images/icon-init-3-mail.png");
  background-position: left top 8px;
}
#footer .footer-top ul li:nth-child(4) dd:hover {
  text-decoration: none;
}
#footer .footer-top ul li:nth-child(5) {
  width: 12%;
  text-align: center;
}
#footer .footer-top ul li:nth-child(5) p {
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 35px;
  display: block;
}
#footer .footer-top ul li dl dt {
  font-size: 24px;
  color: white;
  font-weight: bold;
  font-family: "Calibri";
  text-transform: uppercase;
  margin-bottom: 28px;
}
#footer .footer-top ul li dl dd {
  font-size: 16px;
  color: white;
  line-height: 32px;
  display: block;
}
#footer .footer-top ul li dl dd:hover {
  text-decoration: underline;
}
#footer .footer-bottom {
  line-height: 60px;
  height: 60px;
  background: white;
}
#footer .footer-bottom p {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: #005eb8;
}
#footer .footer-bottom .left {
  float: left;
}
#footer .footer-bottom .right {
  float: right;
}
#footer .footer-bottom .right ul {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
#footer .footer-bottom .right ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
#footer .footer-bottom .right ul li a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #666;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .right ul li a:hover {
  background: #005eb8;
  color: white;
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 994px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
  }
  #banner .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 12px;
  }
  #banner li .content .left {
    text-align: center;
  }
  #banner li .content .left h2 {
    font-size: 40px;
  }
  #banner li .content .left p {
    font-size: 15px;
  }
  #banner li .content .left a {
    font-size: 15px;
  }
  #index-body .init-2 .init-2-bottom .right ul li .content h3 a {
    max-width: 75%;
  }
  #index-body .init-2 .init-2-bottom .right ul li .content p {
    -webkit-line-clamp: 2;
    max-height: 60px;
  }
  #index-body .init-2 .init-2-bottom .right ul li:first-child {
    margin-bottom: 22px;
  }
  #index-body .init-3 .contact {
    padding: 30px 5px;
  }
  #index-body .init-3 .contact ul li {
    padding: 15px 10px 0;
  }
  #index-body .init-4 .box .left p.pcw1200 {
    display: none;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 12%;
  }
  #footer .footer-top ul li:nth-child(5) {
    width: 15%;
  }
  #footer .footer-top ul li:nth-child(4) {
    width: 33%;
  }
}
.inner-banner {
  padding-top: 144px;
  color: #fff;
  text-align: center;
  height: 334px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/inner-banner.jpg");
}
.inner-banner .inner-tit {
  font-size: 32px;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  font-size: 15px;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #005eb8;
}
.inner-page {
  padding: 40px 0 105px;
	display:inline-block;
	width:100%;
}
.inner-page .sideBar {
  color: #fff;
	width:20%;
	float:left;
}
.inner-page .page-rightBar {
	width:80%;
	float:right;
	padding-left:20px;
}
.inner-page .sideBar .side-tit {
  padding-left: 18px;
  text-transform: capitalize;
  font-size: 26px;
  background: #005eb8;
  height: 45px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.inner-page .sideBar .side-menu {
  border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-top-left-radius: 1px;
  -ms-border-top-left-radius: 1px;
  -o-border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-top-right-radius: 1px;
  -ms-border-top-right-radius: 1px;
  -o-border-top-right-radius: 1px;
  background: #485b6e;
  padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li a {
  height: 46px;
  line-height: 46px;
  display: block;
  overflow: hidden;
  color: #fff;
  padding-left: 18px;
}
.inner-page .sideBar .side-menu li a:hover,
.inner-page .sideBar .side-menu li a.active {
  background: #3c3c3c;
}
.inner-page .sideBar .side-social {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  background: #485b6e;
  padding-left: 18px;
  padding-bottom: 13px;
}
.inner-page .sideBar .side-social a {
  margin-right: 2px;
  font-size: 18px;
  text-align: center;
  color: #415263;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #f5f5f5;
}
.inner-page .sideBar .side-social a i {
  margin-right: 0;
}
.inner-page .sideBar .side-dw {
  margin-top: 8px;
  background: #005eb8;
  line-height: 51px;
  padding-left: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
  color: #fff;
  font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
  margin-left: 23%;
}
.about-page .about-article h2,
.about-page .about-article h3,
.about-page .about-article h4 {
  color: #3c3c3c;
}
.about-page .about-article h2 {
  font-size: 44px;
}
.about-page .about-article h4 {
  font-size: 14px;
}
.about-page .about-article p {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 36px;
}
.about-page .about-article .about-advantage h2 {
  margin-bottom: 30px;
}
.about-page .about-article .about-advantage li {
  position: relative;
  color: #3c3c3c;
  font-size: 18px;
  padding-left: 28px;
  margin-bottom: 28px;
}
.about-page .about-article .about-advantage li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: #005eb8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.top-menu {
  position: relative;
  z-index: 11;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.top-menu li {
  display: inline-block;
  margin: 0 40px;
}
.top-menu li a {
  color: #010101;
  font-size: 16px;
}
.top-menu li a.active,
.top-menu li a:hover {
  color: #005eb8;
}
.product-page {
  padding: 0 0 150px;
}
.product-page .i-solution {
  padding-bottom: 0;
}
.product-page .i-solution .scroll-box ul {
  width: auto;
}
.product-page .i-solution .scroll-box ul li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 30px;
	float:left;
}
.product-page.lg-page .i-solution .scroll-box ul li{
	width: 24%;
	float:left;
}
.product-page.lg-page .i-solution .scroll-box ul li:nth-of-type(4n){
	margin-right: 0;
}
.product-page.lg-page .i-solution .scroll-box ul li:nth-of-type(5n){
	margin-right: 1.25%;
}
.product-page .i-solution .scroll-box ul li:nth-of-type(5n) {
  margin-right: 0;
}
.product-page .i-solution .scroll-box ul li .tit a {
  font-size: 16px;
}
.product-page .i-solution .scroll-box ul li .abst {
  font-size: 14px;
  padding: 26px 10px 37px 16px;
  line-height: 24px;
}
.prodet-page {
  padding-bottom: 0;
}
.prodet-page .prodet-box-one {
  padding: 46px 0 70px;
	display:inline-block;
	width:100%;
}
.prodet-page .prodet-box-one .pro-pic {
  padding-right: 4rem!important;
	width:43%;
	float:left;
}
.prodet-page .prodet-box-one .pro-pic img {
  width: 100%;
}
.prodet-page .prodet-box-one .pro-con {
  padding-left: 2rem!important;
	width:57%;
	float:right;
}
.prodet-page .prodet-box-one .pro-con .det p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
}
.prodet-page .prodet-box-one .pro-con .thumb-gallery {
  margin: 57px 0 59px;
}
.prodet-page .prodet-box-one .pro-con .thumb-gallery .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-box-one .pro-con .thumb-gallery .image-gallery li {
  width: 59px;
  padding: 0;
  float: left;
  margin-right: 8px;
}
.prodet-page .prodet-box-one .pro-con .proFB {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 13px;
  display: block;
  width: 239px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #005eb8;
  padding-left: 16px;
}
.prodet-page .prodet-box-one .pro-con .proFB i.icon {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 20px;
}
.prodet-page .prodet-box-one .pro-con .proFB:hover {
  background: #222;
}
.prodet-page .prodet-box-two {
  padding: 82px 0 107px;
  background: #f2f2f2;
}
.prodet-page .prodet-box-two .tab-list {
  text-align: center;
  margin: -42px 0 68px;
}
.prodet-page .prodet-box-two .tab-list span {
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin: 0 1px;
  display: inline-block;
  width: 207px;
  height: 36px;
  line-height: 39px;
  font-weight: 600;
  background: #222;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.prodet-page .prodet-box-two .tab-list span:hover,
.prodet-page .prodet-box-two .tab-list span.active {
  background: #005eb8;
}
.prodet-page .prodet-box-two .tab-box .detBox {
  display: none;
}
.prodet-page .prodet-box-two .tab-box .detBox img,
.prodet-page .prodet-box-two .tab-box .detBox table {
  margin-bottom: 36px;
  border-collapse: collapse;
}
.prodet-page .prodet-box-two .tab-box .detBox p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.prodet-page .prodet-recomm {
  padding: 82px 0 95px;
}
.prodet-page .prodet-recomm .i-solution {
  padding: 0;
  position: relative;
}
.prodet-page .prodet-recomm .i-solution .arr {
  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: #485b6d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 160px;
  cursor: pointer;
}
.prodet-page .prodet-recomm .i-solution .arr .icon {
  margin: 0;
  color: #fff;
}
.prodet-page .prodet-recomm .i-solution .arr.arr-l {
  left: -47px;
}
.prodet-page .prodet-recomm .i-solution .arr.arr-r {
  right: -47px;
}
.prodet-page .prodet-recomm .i-solution .arr:hover {
  background: #005eb8;
}
.prodet-page .prodet-recomm .i-solution ul {
  margin:-10px;
}
.prodet-page .prodet-recomm .i-solution li {
  padding:10px;
	background:transparent;
}
.prodet-page .prodet-recomm .i-solution li .box {
	background:#ebebeb;
}
.prodet-page .prodet-recomm .i-solution li .tit a {
  font-size: 16px;
}
.prodet-page .prodet-recomm .i-solution li .abst {
  font-size: 14px;
  line-height: 24px;
  padding-right: 12px;
}
.solution-page {
  padding: 0;
}
.solution-page .solution-box {
  padding: 62px 0 70px;
  background: #fff;
}
.solution-page .solution-box .sol-con {
  padding-right: 3.3rem!important;
  padding-top: 5px;
}
.solution-page .solution-box .sol-con .intro {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
}
.solution-page .solution-box .sol-con .more {
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  width: 139px;
  height: 43px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #485b6d;
  color: #fff;
}
.solution-page .solution-box .sol-con .more:hover {
  background: #005eb8;
}
.solution-page .solution-box .sol-pic {
  padding-left: 7rem!important;
}
.solution-page .solution-box .sol-pic img {
  width: 100%;
}
.solution-page .solution-box:nth-of-type(2n) {
  background: #f2f2f2;
}
.solution-page .video-box {
  padding: 94px 0 100px;
}
.solution-page .video-box .scroll-box li {
  width: 387px;
  margin-right: 21px;
}
.solution-page .video-box .scroll-box li img,
.solution-page .video-box .scroll-box li iframe,
.solution-page .video-box .scroll-box li video {
  width: 100%;
}
.soldet-page {
  padding: 0;
}
.soldet-page .solPic {
/*  padding: 75px 0 55px;*/
}
.soldet-page .solPic img {
  margin: 0 auto;
}
.soldet-page .solDet {
  padding: 93px 0 111px;
  background: #f2f2f2;
}
.soldet-page .solDet .det p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
}
.soldet-page .i-solution {
  padding: 73px 0 90px;
  position: relative;
  background: #fff;
}
.soldet-page .i-solution .icon.chevron {
  margin: 0;
  color: #fff;
  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: #485b6d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  z-index: 12;
  cursor: pointer;
}
.soldet-page .i-solution .icon.chevron:hover {
  background: #005eb8;
}
.soldet-page .i-solution:nth-of-type(2n) {
  background: #f2f2f2;
}
.soldet-page .i-solution .scroll-box ul {
  width: auto;
  /*height: 349px;
  overflow: hidden;*/
}
.soldet-page .i-solution .scroll-box ul li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 30px;
}
.soldet-page .i-solution .scroll-box ul li:nth-of-type(5n) {
  margin-right: 0;
}
.soldet-page .i-solution .scroll-box ul li .tit a {
  font-size: 16px;
}
.soldet-page .i-solution .scroll-box ul li .abst {
  font-size: 14px;
  line-height: 24px;
  padding-right: 12px;
      height: 232px;
}
.soldet-page .i-solution .scroll-box ul li .abst a{
	color: #000;
}
.news-page .new-list {
  padding: 78px 46px 84px 1rem!important;
  border-right: 1px solid #dddddd;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #f5f5f5;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #333333;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #d94544;
}
.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: #eb625d;
}
.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 {
  
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  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: #000;
  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: #999;
  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: 0;
}
.contact-page ~ #footer {
	margin-top:-5px;
}
.contact-page .contactList {
  padding: 60px 0 90px;
}
.contact-page .contactList h4 {
    font-size:24px;
}
.contact-page .contactList > .column {
  padding-right: 2rem!important;
}
.contact-page .contactList .tit {
  color: #019147;
  font-size: 28px;
  margin-bottom: 25px;
}
.contact-page .contactList .add,
.contact-page .contactList .info {
  color: #000000;
  font-size: 14px;
  line-height:24px;
}
.contact-page .contactList .info i {
    margin-right:5px;
    width:15px;
}
.contact-page .contactList .info {
  line-height: 24px;
  margin-top: 24px;
}
.contact-page .contactList .info a {
  color: #000;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #005eb8;
}
.m-page a:active {
  background: #005eb8;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #005eb8;
}


.wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}
.subBox .wpcf7-form-control-wrap{
  display: inline;
  width: auto;
}
.fb-faq .mainFb .theForm .subBox img.ajax-loader{
  width: auto;
  position: absolute;
  left: 20px;
  bottom: 0;
}


.detBox table td{border: 1px solid #d0d0d0;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.detBox table td span{
    font-size: 14px; 
    line-height: 22px;
    color: #888888;
    font-style: normal;
        }
.detBox table td:first-child{
	background: #eaeaea;
	color: #000;
	border-color: #d0d0d0;
}


.tab-list-2 table td{border: 0px solid #d0d0d0;
    line-height: 1.5em;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.tab-list-2 table td span{
    font-size: 14px; 
    line-height: 22px;
    color: #888888;
    font-style: normal;
        }
.tab-list-2 table td:first-child{
	background: #f2f2f2;
	color: #000;
	border-color: #d0d0d0;
}
.i-tit {
  margin-bottom: 64px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #005eb8;
  font-size: 37px;
  font-family: etelkatextprobold;
}
.i-tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 5px;
  margin-left: -50px;
  background: #005eb8;
}
.i-solution {
  padding: 85px 0 104px;
}
.i-solution .i-tit {
  margin-bottom: 50px;
}
.i-solution h5 {
	font-size:24px;
	color:#666;
	text-align:center;
	padding-bottom:40px;
}
.i-solution h5 img {
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	max-width:30px;
}
.i-solution .scroll-box li {
  width: 49%;
  background: #ebebeb;
  margin-right: 2%;
}
.i-solution .scroll-box li:last-child{
	margin-right: 0;
}
.i-solution .scroll-box li .tit a {
  padding-left: 10px;
  display: block;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  color: #000000;
  font-size: 20px;
}
.i-solution .scroll-box li .tit a:hover {
  color: #005eb8;
}
.i-solution .scroll-box li .img-box img {
  width: 100%;
}
.i-solution .scroll-box li .abst {
  padding: 26px 32px 37px 15px;
  color: #000000;
  font-size: 17px;
  line-height: 30px;
}
.i-solution .tab-box {
  text-align: center;
  margin-top: 66px;
}
.i-solution .tab-box i {
  margin: 0 6px;
  display: inline-block;
  width: 98px;
  height: 4px;
  background: #ebebeb;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-solution .tab-box i:hover,
.i-solution .tab-box i.active {
  background: #005eb8;
}
.fb-faq {
  padding: 90px 0 82px;
  background: #f2f2f2;
}
.fb-faq .tit {
  font-family: 'etelkatextprobold';
  position: relative;
  color: #005eb8;
  font-size: 30px;
  margin-bottom: 47px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.fb-faq .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102px;
  height: 5px;
  background: #005eb8;
}
.fb-faq .mainFb {
  padding-right: 2rem!important;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
  color: #555;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
  color: #005eb8;
}
.fb-faq .mainFb .theForm input,
.fb-faq .mainFb .theForm textarea {
  color: #585858;
  font-size: 16px;
  font-family: 'etelkatextprobold';
  margin-bottom: 4px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  height: 36px;
  outline: none;
  padding: 0 14px;
}
.fb-faq .mainFb .theForm input[type="tel"] {
	margin-left:5%;
	width:95%;
}
.fb-faq .mainFb .theForm .txtarea {
  margin-bottom: 15px;
}
.fb-faq .mainFb .theForm .txtarea textarea {
  height: 128px;
  resize: none;
  padding: 10px 14px;
  margin-bottom: 0;
}
.fb-faq .mainFb .theForm .subBox input {
  display: inline-block;
  outline: none;
  width: 26%;
  margin-right: 0.8%;
}
.fb-faq .mainFb .theForm .subBox input[type="submit"] {
  background: #000000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.fb-faq .mainFb .theForm .subBox input[type="submit"]:hover {
  background: #f95823;
}
.fb-faq .mainFb .theForm .subBox input[type="text"] {
  padding: 0 10px;
  color: #222;
}
.fb-faq .mainFb .theForm .subBox img {
  display: inline-block;
  width: 14.5%;
  vertical-align: top;
}
.fb-faq .mainFb .theForm .ui.grid {
  margin: 0;
}
.fb-faq .mainFb .theForm .ui.grid > .column {
  padding-bottom: 0;
}
.fb-faq .mainFb .theForm .ui.grid > .column:first-child {
  padding-left: 0;
  padding-right: 9px;
}
.fb-faq .mainFb .theForm .ui.grid > .column:last-child {
  padding-right: 0;
  padding-left: 9px;
}
.fb-faq .proFaq {
  padding-left: 2rem!important;
}
.fb-faq .proFaq .faqBox {
  margin-bottom: 6px;
}
.fb-faq .proFaq .faqBox:last-child {
  margin-bottom: 0;
}
.fb-faq .proFaq .faqBox .faq-tit,
.fb-faq .proFaq .faqBox .abst {
  font-family: etelkatextprobold;
  color: #585858;
  font-size: 16px;
  background: #fff;
  padding: 0 15px;
}
.fb-faq .proFaq .faqBox .faq-tit {
  position: relative;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding-right: 40px;
}
.fb-faq .proFaq .faqBox .faq-tit .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  background: url("../images/faq-jia.jpg");
  top: 9px;
}
.fb-faq .proFaq .faqBox .faq-tit .icon.active {
  background-image: url("../images/faq-jian.jpg");
}
.fb-faq .proFaq .faqBox .abst {
  padding-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #f4f4f4;
  display: none;
}
@media screen and (max-width: 1150px){
	.inner-banner {
		margin-top: 0;
	}
	.inner-page .sideBar {
		display: none;
	}
	.inner-page .page-rightBar {
		width: 100%;
		padding-left: 0;
	}
	.product-page .i-solution .scroll-box ul li {
		width: 32%;
	}
	.product-page .i-solution .scroll-box ul li:nth-of-type(5n) {
		margin-right: 1.25%;
	}
	.product-page .i-solution .scroll-box ul li:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 700px){
	.product-page .i-solution .scroll-box ul li {
		width: 48.5%;
	}
	.product-page .i-solution .scroll-box ul li:nth-of-type(3n) {
		margin-right: 1.25%;
	}
	.product-page .i-solution .scroll-box ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	.prodet-page .prodet-box-one .pro-con,
	.prodet-page .prodet-box-one .pro-pic {
		width: 100%;
		float: none;
		padding: 20px 0 !important;
	}
	.top-menu {
		display: none;
	}
	.prodet-page .prodet-box-two .i-tit,
	.prodet-page .prodet-recomm .i-tit {
		font-size: 20px;
	}
	.prodet-page .prodet-box-two .tab-list span {
		width: 110px;
	}
	.fb-faq>.ui>.grid-box {
		display: block;
	}
	.fb-faq .proFaq,
	.fb-faq .mainFb {
		width: 100% !important;
		padding: 30px 0 !important;
	}
	.fb-faq .mainFb .theForm .subBox input {
		width: 30%;
	}
	.fb-faq .mainFb .theForm .subBox img {
		width: auto;
	}
	.fb-faq .tit {
		font-size: 24px;
	}
	#banner .theme-default .nivo-controlNav {
		display: none;
	}
}