body {
  font-family: "Microsoft YaHei", "Arial";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 50px;
  height: 50px;
  background: #1b1b1b;
}
#header .h-top .left {
  font-size: 18px;
  color: white;
  float: left;
}
#header .h-top .left img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .h-top .right {
  float: right;
}
#header .h-top .right li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  margin-left: 5px;
}
#header .h-top .right li img {
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#header .h-top .right li:hover {
  text-decoration: underline;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding-top: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  float: right;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 20px;
  color: #262626;
  -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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #0451ca;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 40px 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 #0451ca;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li 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 ul.sub-menu li ul {
	display:none !important;
}
#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);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#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: #0451ca;
}
#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: #0451ca;
  -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: #0451ca;
  background-color: white;
}
#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: #0451ca;
}
#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: #0451ca !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #0451ca;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li {
	padding-left:15px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0451ca;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#index-body .init-1 .box {
  background: #0451ca url("../images/init-1-bg.png") no-repeat left bottom;
  display: inline-block;
  width: 100%;
  padding: 30px 30px 30px 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 .box .left {
  float: left;
}
#index-body .init-1 .box .left h2 {
  font-size: 27px;
  color: white;
  font-weight: bold;
}
#index-body .init-1 .box .left h2 small {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  line-height: normal;
}
#index-body .init-1 .box .right {
  float: right;
}
#index-body .init-1 .box .right form {
  width: 360px;
  position: relative;
}
#index-body .init-1 .box .right form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #1b60cd;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: white;
}
#index-body .init-1 .box .right form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-1 .box .right form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-1 .box .right form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-1 .box .right form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-1 .box .right form input[type="submit"] {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search.png") no-repeat center center;
}
#index-body .init-1 .box .right h3 {
  color: white;
  font-size: 18px;
  text-align: right;
  padding-top: 10px;
}
#index-body .init-1 .box .right h3 em {
  color: #ffd200;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
}
#index-body .init-1 .box .right h3 small {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}
#index-body .init-1 .box .right h3 small a {
  margin-right: 15px;
}
#index-body .init-1 .box .right h3 small a:hover {
  text-decoration: underline;
}
#index-body .init-1 .box .right h3 small a:last-child {
  margin-right: 0;
}
#index-body .init-2 {
  padding: 20px 0 80px;
}
#index-body .init-2 .init-2-top {
  text-align: center;
}
#index-body .init-2 .init-2-top h2 {
  font-size: 24px;
	color: black;
  position: relative;
  padding-bottom: 10px;
}
#index-body .init-2 .init-2-top h2 em {
  color: #0451ca;
  font-size: 30px;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#index-body .init-2 .init-2-top h2:after {
  content: '';
  width: 250px;
  height: 1px;
  background: #eee;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-2 .init-2-top h2:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 9px solid white;
  background: #0451ca;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}
#index-body .init-2 .init-2-top ul {
  padding-top: 40px;
  display: inline-block;
  margin: -10px auto;
}
#index-body .init-2 .init-2-top ul li {
  display: inline-block;
  font-size: 18px;
  color: black;
	margin:10px 0;
  vertical-align: middle;
  position: relative;
  padding: 0 35px;
  border-left: 1px solid #e5e5e5;
  line-height: 14px;
}
#index-body .init-2 .init-2-top ul li:first-child {
  border-left: none;
}
#index-body .init-2 .init-2-top ul li a {
  display: block;
  padding-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-top ul li:after {
  content: '';
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  background: #0451ca;
  top: 50%;
  left: 35px;
  -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;
}
#index-body .init-2 .init-2-top ul li:hover a,
#index-body .init-2 .init-2-top ul li.active a {
  padding: 0 10px;
}
#index-body .init-2 .init-2-top ul li:hover:after,
#index-body .init-2 .init-2-top ul li.active:after {
  opacity: 0;
}
#index-body .init-2 .init-2-bottom {
  padding-top: 60px;
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 400px;
}
#index-body .init-2 .init-2-bottom ul {
  margin: -30px;
}
#index-body .init-2 .init-2-bottom ul li {
  display: block;
  width: 33.333%;
  float: left;
  padding: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom ul li a {
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  text-align: center;
	background:white;
	padding-bottom:15px;
}
#index-body .init-2 .init-2-bottom ul li a span {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
#index-body .init-2 .init-2-bottom ul li a h3 {
  font-size: 16px;
  color: #494949;
  text-align: center;
  padding: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom ul li a h3:hover {
  color: #0451ca;
}
#index-body .init-2 .init-2-bottom ul li a em {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: white;
  margin: 0 auto;
  background: #7d7d7d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom ul li a:hover {
  -webkit-box-shadow: 0 10px 10px rgba(174, 174, 174, 0.19);
  -moz-box-shadow: 0 10px 10px rgba(174, 174, 174, 0.19);
  box-shadow: 0 10px 10px rgba(174, 174, 174, 0.19);
	background:#f0f0f0;
}
#index-body .init-2 .init-2-bottom ul li a:hover h3 {
  color: black;
}
#index-body .init-2 .init-2-bottom ul li a:hover em {
  background: #0451ca;
}
#index-body .init-3 {
	background: url("../images/init-3-bg.jpg") no-repeat center right;
  padding: 50px 0 70px;
  margin-bottom: 70px;
  position: relative;
}
#index-body .init-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -70px;
  left: 0;
  display: block;
  background: #eee;
  z-index: -2;
}
#index-body .init-3:after {
  content: '';
  width: 100%;
  height: 70px;
  background: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-3 i.t {
  font-size: 45px;
  color: #ffd200;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: normal;
}
#index-body .init-3 h2 {
  font-size: 30px;
  color: white;
  font-weight: bold;
  line-height: 30px;
}
#index-body .init-3 h2 small {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  margin-left: 18px;
  font-weight: normal;
}
#index-body .init-3 .box {
  padding-top: 40px;
}
#index-body .init-3 .box .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
#index-body .init-3 .box .left a {
  display: block;
}
#index-body .init-3 .box .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
  margin-left: -5px;
}
#index-body .init-3 .box .right h3 {
  font-size: 24px;
  color: white;
  font-weight: bold;
}
#index-body .init-3 .box .right p {
  font-size: 18px;
  color: white;
  line-height: 36px;
  padding: 30px 0;
}
#index-body .init-3 .box .right a.more {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
  background: #0451ca;
  color: white;
}
#index-body .init-4 {
  padding: 90px 0 120px;
  display: block;
}
#index-body .init-4 h2 {
  font-size: 18px;
  color: black;
  line-height: normal;
}
#index-body .init-4 h2 em {
  color: #0451ca;
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Arial";
  line-height: 30px;
}
#index-body .init-4 .box {
  padding-top: 40px;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 .box .left {
  width: 50%;
  float: left;
}
#index-body .init-4 .box .left a.img-box {
  display: block;
}
#index-body .init-4 .box .left ul {
  display: block;
  padding-top: 10px;
}
#index-body .init-4 .box .left ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
#index-body .init-4 .box .left ul li:last-child {
  border-bottom: none;
}
#index-body .init-4 .box .left ul li h3 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .left ul li h3:hover {
  color: #0451ca;
}
#index-body .init-4 .box .left ul li p {
  font-size: 14px;
  color: #565656;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}
#index-body .init-4 .box .left ul li a.more {
  display: block;
  font-size: 14px;
  color: #0451ca;
  text-transform: uppercase;
  font-weight: bold;
}
#index-body .init-4 .box .right {
  width: 50%;
  float: right;
  padding-left: 15px;
}
#index-body .init-4 .box .right ul {
  border-top: 1px solid #eee;
}
#index-body .init-4 .box .right ul li {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
	color: black;
}
#index-body .init-4 .box .right ul li em {
  font-size: 18px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .right ul li em:hover {
  color: #0451ca;
}
#index-body .init-4 .box .right ul li time {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 20%;
  margin-right: -5px;
  padding-right: 5px;
  text-align: right;
}
#footer {
  background: #1b1b1b;
  border-top: 14px solid #0451ca;
}
#footer .f-logo {
  padding: 20px 0;
}
#footer .f-nav {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
#footer .f-nav ul {
  display: inline-block;
  margin: 0 auto;
}
#footer .f-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
  font-size: 18px;
  color: white;
  line-height: 20px;
  border-left: 1px solid #313131;
}
#footer .f-nav ul li ul {
  display: none;
}
#footer .f-nav ul li:first-child {
  border-left: none;
}
#footer .f-nav ul li:hover {
  text-decoration: underline;
}
#footer .f-content {
  padding: 35px 0;
  display: inline-block;
  width: 100%;
}
#footer .f-content .left {
  float: left;
	max-width:600px;
}
#footer .f-content .left ul li {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 30px;
}
#footer .f-content .left ul li:first-child {
  padding-bottom: 5px;
}
#footer .f-content .left ul li em {
  font-size: 28px;
  font-weight: bold;
  color: #0451ca;
}
#footer .f-content .left ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#footer .f-content .left p {
  font-size: 14px;
  color: #a5a5a5;
  padding-top: 10px;
}
#footer .f-content .left p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content .left p a:hover {
  color: white;
}
#footer .f-content .left p em {
  margin-left: 20px;
  display: inline-block;
}
#footer .f-content .right {
  float: right;
  padding-top: 20px;
}
#footer .f-content .right a {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
#footer .f-content .right a p {
  font-size: 14px;
  padding-top: 10px;
  color: white;
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 944px;
  }
  #header .h-top .left {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 70px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 35px 0;
  }
  #index-body .init-1 .box .left h2 {
    font-size: 24px;
  }
  #index-body .init-2 .init-2-top ul li {
    padding: 0 20px;
  }
  #index-body .init-2 .init-2-top ul li:after {
    left: 20px;
  }
  #index-body .init-2 .init-2-top h2 {
    font-size: 20px;
  }
  #index-body .init-2 .init-2-bottom ul {
    margin: -15px;
  }
  #index-body .init-2 .init-2-bottom ul li {
    padding: 15px;
  }
  #index-body .init-3 i.t {
    font-size: 40px;
  }
  #index-body .init-3 h2 {
    font-size: 24px;
  }
  #index-body .init-3 .box .right p {
    font-size: 14px;
    line-height: 26px;
  }
  #index-body .init-4 .box .left ul li h3 {
    font-size: 16px;
  }
  #index-body .init-4 .box .left ul li p {
    font-size: 13px;
  }
  #index-body .init-4 .box .right ul li em {
    font-size: 16px;
  }
  #index-body .init-4 .box .right ul li time {
    font-size: 14px;
  }
  #index-body .init-4 .box .right ul li {
    padding: 10px 0;
  }
  #footer .f-nav ul li {
    padding: 0 40px;
    font-size: 16px;
  }
  #footer .f-content .left ul li {
    font-size: 14px;
  }
  #footer .f-content .right a img {
    max-width: 120px;
  }
  #footer .f-content .right {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1 .box .left h2 {
    font-size: 18px;
  }
  #index-body .init-1 .box .left h2 small {
    font-size: 12px;
  }
  #index-body .init-1 .box .right form input {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  #index-body .init-1 .box .right form {
    width: 270px;
  }
  #index-body .init-1 .box .right h3 {
    font-size: 14px;
    padding-top: 5px;
  }
  #index-body .init-1 .box .right h3 small a {
    font-size: 12px;
    margin-right: 5px;
  }
  #index-body .init-2 .init-2-top h2 {
    font-size: 20px;
  }
  #index-body .init-2 .init-2-top h2 em {
    font-size: 22px;
  }
  #index-body .init-2 .init-2-top h2:after {
    width: 160px;
  }
  #index-body .init-1 .box {
    margin-bottom: -30px;
  }
  #index-body .init-2 .init-2-top ul li {
    font-size: 14px;
  }
  #index-body .init-2 .init-2-top ul li {
    padding: 0 10px;
  }
  #index-body .init-2 .init-2-top ul li:after {
    left: 10px;
  }
  #index-body .init-2 .init-2-bottom ul li a h3 {
    font-size: 14px;
  }
  #index-body .init-2 .init-2-bottom ul li a em {
    font-size: 12px;
  }
  #index-body .init-2 .init-2-bottom ul {
    margin: -10px;
  }
  #index-body .init-2 .init-2-bottom ul li {
    padding: 10px;
  }
  #index-body .init-2 .init-2-bottom ul li a {
    padding: 10px 5px;
  }
  #index-body .init-2 {
    padding-bottom: 40px;
  }
  #index-body .init-3 i.t {
    font-size: 30px;
  }
  #index-body .init-3 h2 {
    font-size: 18px;
  }
  #index-body .init-3 h2 small {
    font-size: 12px;
    margin-left: 10px;
  }
  #index-body .init-3 .box .right p {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0;
  }
  #index-body .init-3 .box .right h3 {
    font-size: 18px;
  }
  #index-body .init-3 .box .right a.more {
    font-size: 12px;
  }
  #index-body .init-4 h2 em {
    font-size: 26px;
  }
  #index-body .init-4 h2 {
    font-size: 16px;
  }
  #index-body .init-4 .box .left ul li h3 {
    font-size: 14px;
  }
  #index-body .init-4 .box .left ul li p,
  #index-body .init-4 .box .left ul li a.more {
    font-size: 12px;
  }
  #index-body .init-4 .box .right ul li em {
    font-size: 14px;
    width: 70%;
  }
  #index-body .init-4 .box .right ul li time {
    font-size: 12px;
    width: 30%;
  }
  #index-body .init-4 .box .right ul li {
    padding: 8px 0;
  }
  #index-body .init-4 {
    padding: 40px 0;
  }
  #index-body .init-3:before {
    bottom: -20px;
  }
  #footer .f-logo {
    text-align: center;
  }
  #footer .f-logo img {
    max-height: 60px;
    margin: 0 auto;
  }
  #footer .f-nav ul li {
    font-size: 14px;
    padding: 0 20px;
  }
  #footer .f-content .right,
  #footer .f-content .left {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  #footer .f-content {
    padding: 15px 0;
  }
  #footer .f-content .left ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    max-width: 300px;
  }
  #footer .f-content .left ul li:first-child {
    white-space: nowrap;
    position: relative;
    text-indent: -4.05em;
  }
  #footer .f-content .right a:first-child {
    margin-left: 0;
  }
  #index-body .init-3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 {
    display: none;
  }
  #index-body .init-2 .init-2-top h2 {
    font-size: 16px;
  }
  #index-body .init-2 .init-2-top h2 em {
    font-size: 18px;
  }
  #index-body .init-2 .init-2-top ul li {
    width: 50%;
    margin-bottom: 10px;
    float: left;
    border-left: none;
    text-align: left;
    font-size: 13px;
  }
  #index-body .init-2 .init-2-bottom ul li {
    width: 50%;
  }
  #index-body .init-2 .init-2-bottom ul li a h3 {
    font-size: 12px;
  }
  #index-body .init-2 .init-2-bottom {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
  }
  #index-body .init-2 .init-2-bottom ul {
    margin: -5px;
  }
  #index-body .init-2 .init-2-bottom ul li {
    padding: 5px;
  }
  #index-body .init-3 i.t {
    font-size: 24px;
    text-align: center;
  }
  #index-body .init-3 h2 {
    font-size: 16px;
    text-align: center;
  }
  #index-body .init-3 .box .left,
  #index-body .init-3 .box .right {
    width: 100%;
    padding: 0;
  }
  #index-body .init-3 .box .right {
    margin-left: 0;
    padding-top: 30px;
  }
  #index-body .init-3 .box {
    padding-top: 20px;
  }
  #index-body .init-4 .box .right {
    display: none;
  }
  #index-body .init-4 .box .left {
    width: 100%;
    float: none;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .f-content {
    border-top: 1px solid #313131;
  }
  #footer .f-content .left ul li em {
    font-size: 20px;
  }
  #footer .f-content .left ul li:first-child {
    text-indent: 0;
    padding-bottom: 0;
  }
  #footer .f-content .left ul li:first-child img {
    display: none;
  }
  #footer .f-content .left ul li {
    white-space: nowrap;
    font-size: 12px;
    line-height: 24px;
  }
  #footer .f-content .left p {
    font-size: 12px;
  }
  #footer .f-content .left ul {
    padding: 10px 0 20px;
  }
  #footer .f-content .left p span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  #footer .f-content .left p span em:first-child {
    margin-left: 0;
  }
}
.i-tit {
  margin-bottom: 44px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #1c3e8a;
  font-size: 26px;
}
.i-tit:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100px;
  height: 5px;
  margin-left: -50px;
  background: #0451ca;
}
.i-solution {
  padding: 85px 0 104px;
}
.i-solution .i-tit {
  margin-bottom: 50px;
}
.i-solution .scroll-box li:last-child{
  margin-right: 0;
}
.i-solution .scroll-box li .tit a {
  padding-left: 10px;
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  color: white;
  font-size: 20px;
  text-align: center;
  background: #3c3c3c;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.i-solution .scroll-box li .tit a:hover {
  color: white;
  background: #0451ca;
}
.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: #0451ca;
}
.fb-faq {
  padding: 90px 0 82px;
  background: #f2f2f2;
  margin-bottom: -5px;
}
.fb-faq .tit {
  position: relative;
  color: #1c3e8a;
  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: #0451ca;
}
.fb-faq .mainFb {
  padding-right: 2rem;
  width: 50%;
  float: left;
}
.fb-faq .mainFb .theForm {
  margin-top: -1rem;
}
.news-page .newslist li {
  padding: 0 10px 8px 5px;
  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: #0451ca;
}
.fb-faq .mainFb .theForm input,
.fb-faq .mainFb .theForm textarea {
  color: #585858;
  font-size: 16px;
  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 .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;
  max-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.column {
  padding-left: 2rem!important;
  width: 50%;
  float: left;
}
.fb-faq {
  display: inline-block;
  width: 100%;
}
.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 {
  color: #585858;
  font-size: 16px;
  background: #fff;
  padding: 0 35px 0 15px;
}
.fb-faq .proFaq .faqBox .faq-tit {
  position: relative;
  line-height: 24px;
  padding: 8px 35px 0 15px;
  overflow: hidden;
}
.fb-faq .proFaq .faqBox .faq-tit .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  background: url("../images/faq-jia.jpg");
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.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;
  font-size: 14px;
}
.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: #0451ca;
}
.inner-page {
  padding: 40px 0 105px;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBar {
  color: #fff;
  width: 20%;
  float: left;
}
.inner-page .sideBar .side-tit {
  padding-left: 18px;
  text-transform: capitalize;
  font-size: 26px;
  background: #0451ca;
  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: #1b1b1b;
  padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li {
	position:relative;
	font-size:18px;
}
.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: #0451ca;
}
.inner-page .sideBar .side-menu li ul {
	position:absolute;
	left:100%;
	top:0;
	width:100%;
	border-left:1px solid #364555;
	z-index:1;
	background: #1b1b1b;
	display:none;
}
.inner-page .sideBar .side-menu li:hover >ul {
	display:block;
}
.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: #1b1b1b;
  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: #0451ca;
  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%;
}
.inner-page .page-rightBar {
  width: 80%;
  float: right;
  padding-left: 30px;
}
.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: #0451ca;
  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: 9;
  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: #0451ca;
}
.product-page {
  padding: 100px 0 150px;
}
.product-page .i-solution {
  padding-bottom: 0;
	padding-top:0;
}
.product-page .i-solution .scroll-box ul {
  display: inline-block;
  width: 100%;
}
.product-page .i-solution .scroll-box ul li {
  width: 25%;
  padding: 10px;
  float: left;
}
.product-page .i-solution .scroll-box ul li h3 {
  background: #eee;
}
.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;
  min-height:135px;
}
.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: 2rem!important;
  width: 50%;
  float: left;
}
.prodet-page .prodet-box-one .pro-pic img {
  width: 100%;
}
.prodet-page .prodet-box-one .pro-con {
  padding-left: 1rem!important;
  width: 50%;
  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: 20px 0;
}
.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: #0451ca;
  padding-left: 16px;
}
.prodet-page .prodet-box-one .pro-con .proFB i.icon {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.prodet-page .prodet-box-one .pro-con .proFB:hover {
  background: #222;
}
.prodet-page .prodet-box-two {
  padding: 40px 15px 50px;
  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: #000065;
  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: #0451ca;
}
.prodet-page .prodet-box-two .tab-box .detBox {
  display: none;
	text-align:left;
}
.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: 15px;
	line-height: 28px;
}
.prodet-page .prodet-box-two .tab-box .detBox h4 {
	font-size:16px;
	font-weight:bold;
	color:black;
	border-left:5px solid #0451ca;
	padding-left:10px;
	line-height:20px;
	margin:5px 0;
}
.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: #0451ca;
}
.prodet-page .prodet-recomm .i-solution ul {
  margin: -10px;
}
.prodet-page .prodet-recomm .i-solution li {
  padding: 10px;
}
.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: #0451ca;
}
.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: #0451ca;
}
.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: 255px;
}
.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 .contactList {
  padding: 60px 0 90px;
}
.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: 16px;
  font-weight: bold;
}
.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;
  display: inline-block;
  width: 100%;
}
.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: #0451ca;
}
.m-page a:active {
  background: #0451ca;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #0451ca;
}


.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;
}
#mapContainer {
  margin-bottom: -5px;
}
.button-group .button {
  background: #0451ca !important;
}
.loading{
  width: 150px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  background: #0451ca;
  -webkit-animation: changeBgColor 1.04s ease-in infinite alternate;
  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%);
  display: none;
}
.loading span{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0451ca;
  position: absolute;
  margin-top: -7px;
  margin-left:-8px;
  -webkit-animation: changePosition 1.04s ease-in infinite alternate;
  left: 0;
}
@-webkit-keyframes changeBgColor{
  0%{
    background: #0451ca;
  }
  100%{
    background: #0451ca;
    opacity: .7;
  }
}
@-webkit-keyframes changePosition{
  0%{
    background: #0451ca;
  }
  100%{
    margin-left: 142px;
    background: #0451ca;
    opacity: .7;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .sideBar {
    display: none;
  }
  .inner-page .page-rightBar {
    width: 100%;
    padding-left: 0;
  }
  .inner-page {
    padding: 40px 0 !important;
  }
  .product-page .i-solution .scroll-box ul li {
    width: 33.3333%;
  }
  .i-solution {
    padding: 30px 0;
  }
  .inner-page.prodet-page,
  .inner-page.contact-page {
    padding-bottom: 0 !important;
  }
  .fb-faq .tit {
    font-size: 24px;
  }
  .fb-faq .mainFb,
  .fb-faq .proFaq.column {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  .fb-faq .proFaq.column {
    padding-top: 40px !important;
  }
  .i-tit,.inner-banner .inner-tit {
    font-size: 28px;
  }


}

@media screen and (max-width: 700px){
  .inner-banner {
    height: 250px;
    padding-top: 100px;
  }
  .i-tit,.inner-banner .inner-tit,.fb-faq .tit {
    font-size: 22px;
  }
  .about-page .about-article p {
    font-size: 13px;
  }
  .product-page .i-solution .scroll-box ul li {
    width: 50%;
  }
  .product-page .i-solution .scroll-box ul li .tit a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .top-menu {
    display: none;
  }
  .product-page .i-solution {
    padding-top: 0;
  }
  .prodet-page .prodet-box-one .pro-pic,
  .prodet-page .prodet-box-one .pro-con {
    width: 100%;
    padding: 0 !important;
  }
  .prodet-page .prodet-box-one .pro-con {
    padding-top: 30px !important;
  }
  .prodet-page .prodet-box-one {
    padding-top: 0;
  }
  .prodet-page .prodet-box-two .tab-list span {
    width: 120px;
  }
  .prodet-page .prodet-box-two,.prodet-page .prodet-recomm,.fb-faq {
    padding: 30px 0;
  }
  .fb-faq .mainFb .theForm .subBox img {
    width: auto;
  }
  .news-page .newslist li .new-r h3 {
    font-size: 15px;
  }
  .news-page .newslist li .new-r p.new-abst {
    font-size: 12px;
    line-height: 24px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
  }
  .fb-faq .proFaq .faqBox .faq-tit {
    font-size: 14px;
  }
  .fb-faq .proFaq .faqBox .abst {
    font-size: 12px;
  }

}