@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url(../fonts/POPPINS-REGULAR.ttf) format('truetype'), url(../fonts/POPPINS-REGULAR.eot) format('eot'), url(../fonts/POPPINS-REGULAR.woff) format('woff'), url(../fonts/POPPINS-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url(../fonts/POPPINS-SEMIBOLD.ttf) format('truetype'), url(../fonts/POPPINS-SEMIBOLD.eot) format('eot'), url(../fonts/POPPINS-SEMIBOLD.woff) format('woff'), url(../fonts/POPPINS-SEMIBOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url(../fonts/POPPINS-LIGHT.ttf) format('truetype'), url(../fonts/POPPINS-LIGHT.eot) format('eot'), url(../fonts/POPPINS-LIGHT.woff) format('woff'), url(../fonts/POPPINS-LIGHT.woff2) format('woff2');
}
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url(../fonts/POPPINS-MEDIUM.ttf) format('truetype'), url(../fonts/POPPINS-MEDIUM.eot) format('eot'), url(../fonts/POPPINS-MEDIUM.woff) format('woff'), url(../fonts/POPPINS-MEDIUM.woff2) format('woff2');
}
body {
  font-family: "POPPINS-REGULAR";
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1190px;
}
#header {
  padding-bottom: 400px;
  margin-bottom: -400px;
  overflow: hidden;
}
#header .nav {
  line-height: 80px;
  height: 80px;
  text-align: center;
  z-index: 21;
  position: relative;
}
#header .nav i.fa {
	width:10px;
	display:inline-block;vertical-align:middle;position:relative;
	top:-2px;
}
#header .nav .ui.menu:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #00509e;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  margin-left: 15px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 60px;
  margin-top: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #00509e;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#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 #00509e;
  display: none \9;
}
#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);
  display: block \9;
}
#header .nav .ui.menu .box {
  float: right;
  line-height: 58px;
  margin-top: 20px;
}
#header .nav .ui.menu .box .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .box .yuy span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 120px;
  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 #00509e;
  display: none \9;
}
#header .nav .ui.menu .box .yuy ul li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 30px;
  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 .box .yuy ul li img {
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .box .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .box .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
  position: relative;
}
#header .nav .ui.menu .h-search:after {
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(30deg);
  -moz-transform: translateY(-50%) rotateZ(30deg);
  -ms-transform: translateY(-50%) rotateZ(30deg);
  -o-transform: translateY(-50%) rotateZ(30deg);
  transform: translateY(-50%) rotateZ(30deg);
  background: black;
}
#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: #00509e;
}
#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: #00509e;
  -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: #00509e;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th{
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  width: auto !important;
  height: auto !important;
	white-space:nowrap;
}
table td[bgcolor="#e6e6e6"] {
	background:none !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
/* table tr:nth-child(even) {
    background: #eee;
  } */
.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: #00509e;
}
#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;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#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: #00509e !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: #00509e;
  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 .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #00509e;
}
#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 h2 {
  display: block;
  font-size: 36px;
  color: #585858;
  font-family: "POPPINS-SEMIBOLD";
  text-transform: uppercase;
}
#index-body h2 em {
  color: #00509e;
}
#index-body p.t {
  font-size: 16px;
  color: black;
}
#index-body .init-1 {
  line-height: 70px;
  height: 70px;
  background: #00509e;
}
#index-body .init-1 p {
  color: white;
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  display: inline-block;
}
#index-body .init-1 a.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin-top: 15px;
  padding: 0 15px;
  border-radius: 10px;
  background: #00b0ec;
  color: white;
  font-size: 16px;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 a.more:hover {
  background: #222;
}
#index-body .init-2 {
  text-align: center;
  padding: 50px 0 70px;
}
#index-body .init-2 p.t {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
#index-body .init-2 .box {
  padding-top: 50px;
  overflow: hidden;
}
#index-body .init-2 .box ul {
  margin: 0 -65px;
}
#index-body .init-2 .box ul li {
  padding: 0 65px;
}
#index-body .init-2 .box ul li a.img-box {
  display: block;
  border-radius: 100%;
  border: 1px solid #00509e;
  padding: 15px;
}
#index-body .init-2 .box ul li a.img-box span {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
#index-body .init-2 .box ul li a.img-box span img {
  width: auto;
	max-width:none;
	height:225px;
}
#index-body .init-2 .box ul li a.img-box span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-link.png") center center no-repeat rgba(0, 123, 199, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .box ul li a.img-box:hover span:after {
  opacity: 1;
}
#index-body .init-2 .box ul li h3 {
  display: block;
  font-size: 18px;
  color: black;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li h3:hover {
  color: #00509e;
}
#index-body .init-3 {
  padding: 90px 0;
  background: url("../images/init-3-bg.jpg") center center;
  background-attachment: fixed;
}
#index-body .init-3 .left {
  vertical-align: middle;
	padding-right:30px;
}
#index-body .init-3 .right {
  vertical-align: middle;
  padding-left: 30px;
}
#index-body .init-3 .right h2:before {
  content: '';
  width: 20%;
  height: 2px;
  background: #373636;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#index-body .init-3 .right .content {
  display: block;
  padding: 50px 0;
  margin: -15px 0;
  font-size: 16px;
  color: black;
}
#index-body .init-3 .right .content p {
  padding: 15px 0;
}
#index-body .init-3 .right a.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  border: 1px solid black;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right a.more:hover {
  color: white;
  background: #00509e;
}
#index-body .init-4 {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 h2 {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#index-body .init-4 h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background: #ccc;
  margin-left: 15px;
  width: 100%;
}
#index-body .init-4 h2 small {
  display: inline-block;
  padding-left: 15px;
  background: white;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  color: #00509e;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-4 h2 small:hover {
  text-decoration: underline;
}
#index-body .init-4 .box {
  padding-top: 30px;
	overflow:hidden;
}
#index-body .init-4 .box ul {
  margin: -30px;
}
#index-body .init-4 .box ul li {
  float: right;
  padding: 30px;
}
/* #index-body .init-4 .box ul li:first-child ~ li a {
  height: 224px;
}
#index-body .init-4 .box ul li:first-child ~ li a:hover img {
  top: -229px;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
} */
#index-body .init-4 .box ul li a {
  display: block;
/*   height: 458px; */
  position: relative;
  overflow: hidden;
}
#index-body .init-4 .box ul li a img {
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 80, 158, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a h3 {
  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%);
  text-align: center;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a h3:after {
  content: '+';
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  border: 1px solid white;
  text-align: center;
  font-size: 24px;
  margin: 10px auto 0;
}
#index-body .init-4 .box ul li a:hover:after {
  opacity: 1;
}
#index-body .init-4 .box ul li a:hover h3 {
  opacity: 1;
}
#index-body .init-5 {
  padding: 70px 0 150px;
  background: url("../images/init-3-bg.jpg") center center;
  background-attachment: fixed;
}
#index-body .init-5 h2 {
  text-align: center;
}
#index-body .init-5 .box {
  margin-top: 70px;
  overflow: hidden;
}
#index-body .init-5 .box ul {
  margin-top: -60px;
}
#index-body .init-5 .box ul li {
  padding-left: 150px;
  position: relative;
  margin-top: 60px;
}
#index-body .init-5 .box ul li time {
  width: 125px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: black;
  font-family: "microsoft yahei";
  text-transform: uppercase;
  border: 1px solid black;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li time em {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
#index-body .init-5 .box ul li .content {
  width: 80%;
  vertical-align: middle;
  padding-right: 30px;
}
#index-body .init-5 .box ul li .content h3 {
  display: block;
  font-size: 18px;
  color: black;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .content h3:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #00509e;
  display: block;
  margin-top: 5px;
}
#index-body .init-5 .box ul li .content h3:hover {
  color: #00509e;
}
#index-body .init-5 .box ul li .content p {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-5 .box ul li .img {
  width: 20%;
  vertical-align: middle;
}
#index-body .init-5 .box ul li:hover time {
  border-color: #00509e;
}
#index-body .init-6 {
  padding: 60px 0 80px;
}
#index-body .init-6 h2 {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#index-body .init-6 h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background: #ccc;
  margin-left: 15px;
  width: 100%;
}
#index-body .init-6 h2 small {
  display: inline-block;
  padding-left: 15px;
  background: white;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  color: #00509e;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-6 h2 small:hover {
  text-decoration: underline;
}
#index-body .init-6 p.t {
  display: block;
  padding-top: 30px;
}
#index-body .init-6 .box {
  padding-top: 40px;
  overflow: hidden;
}
#index-body .init-6 .box ul {
  margin: 0 -35px;
}
#index-body .init-6 .box ul li {
  padding: 0 35px;
}
#index-body .init-6 .box ul li a {
  display: block;
}
#index-body .init-6 .box ul li a img {
  width: 100%;
}
#index-body .init-6 .box ul li a h3 {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 30px;
  font-size: 24px;
  color: black;
  position: relative;
  font-family: "POPPINS-LIGHT";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li a h3 em {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
#index-body .init-6 .box ul li a h3:before {
  content: '/';
  position: absolute;
  left: 15px;
  top: 0;
  color: #ff6009;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li a:hover h3 {
  background: #0080bf;
  color: white;
  padding: 0 15px;
}
#index-body .init-6 .box ul li a:hover h3:before {
  top: -20px;
}
#footer {
  background: #0080bf;
  overflow-x: hidden;
}
#footer .ui.container:after {
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 70%;
  background: #f4f2f3;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  top: 0;
}
#footer .footer-top {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
#footer .footer-top .left {
  width: 70%;
  padding-top: 15px;
}
#footer .footer-top .left h3 {
  display: block;
  font-size: 24px;
  color: white;
}
#footer .footer-top .left p {
  display: block;
  font-size: 16px;
  color: white;
  margin: 20px 0;
}
#footer .footer-top .left a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 60px;
  border: 1px solid white;
  font-size: 18px;
  font-family: "POPPINS-LIGHT";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
}
#footer .footer-top .left a.more:hover {
  background: #00509e;
}
#footer .footer-top .right {
  width: 30%;
  padding-left: 10%;
	position:relative;
	top:35px;
}
#footer .footer-top .right .share {
  width: 20%;
  float: left;
}
#footer .footer-top .right .share ul {
  margin: -5px 0;
}
#footer .footer-top .right .share ul li {
  display: block;
  font-size: 30px;
  color: #6e6e6e;
  margin: 5px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right .share ul li:hover {
  color: #00509e;
}
#footer .footer-top .right .cat {
  width: 80%;
  padding-left: 40px;
  display: inline-block;
}
#footer .footer-top .right .cat ul {
  padding-top: 20px;
}
#footer .footer-top .right .cat ul li {
  font-size: 24px;
  font-family: "POPPINS-LIGHT";
  color: black;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right .cat ul li:hover {
  color: #00509e;
  text-decoration: underline;
}
#footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 10px 0;
	opacity:.5;
}
#footer .footer-bottom p {
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header .nav .ui.menu .logo img {
    max-width: 140px;
  }
  #header .nav {
    height: 60px;
    line-height: 60px;
  }
  #header .nav .ui.menu .menu-box {
    margin-top: 0;
  }
  #header .nav .ui.menu .box {
    margin-top: 0;
  }
  #header .nav .ui.menu .h-search {
    padding: 0 15px;
  }
  #index-body .init-1 {
    line-height: 50px;
    height: 50px;
  }
  #index-body .init-1 p {
    font-size: 16px;
  }
  #index-body .init-1 a.more {
    margin-top: 5px;
    font-size: 14px;
  }
  #index-body h2 {
    font-size: 30px;
  }
  #index-body .init-2 p.t {
    padding-top: 15px;
  }
  #index-body .init-2 .box ul li {
    padding: 0 40px;
  }
  #index-body .init-2 .box ul {
    margin: 0 -40px;
  }
  #index-body .init-3,
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-3 .right .content {
    padding: 20px 0;
    margin: -5px 0;
  }
  #index-body .init-3 .right .content p {
    padding: 5px 0;
  }
  #index-body .init-4 .box ul li a {
    height: 370px;
  }
  #index-body .init-4 .box ul li:first-child ~ li a {
    height: 180px;
  }
  #index-body .init-4 .box ul li:first-child ~ li a:hover img {
    top: -180px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 20px;
  }
  #index-body .init-5,
  #index-body .init-6 {
    padding: 50px 0;
  }
  #index-body .init-5 .box ul li {
    margin-top: 30px;
  }
  #index-body .init-5 .box {
    margin-top: 40px;
  }
  #index-body .init-5 .box ul {
    margin-top: -30px;
  }
  #index-body .init-6 p.t {
    padding-top: 15px;
  }
  #footer .footer-top .right .cat ul li {
    font-size: 20px;
  }
  #footer .footer-top .right .share ul li {
    font-size: 28px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
  #index-body .init-6 .box ul li a h3 {
    font-size: 20px;
  }
	#index-body .init-2 .box ul li a.img-box span img {
		height:202px;
	}
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-2 .box ul li {
    padding: 0 10px;
  }
  #index-body .init-2 .box ul {
    margin: 0 -10px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-1 a.more {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin-top: 10px;
  }
  #index-body .init-1 p {
    font-size: 14px;
  }
  #index-body h2 {
    font-size: 24px;
  }
  #index-body .init-2 p.t {
    font-size: 14px;
  }
  #index-body .init-2 .box {
    padding-top: 30px;
  }
  #index-body .init-3 .right .content,
  #index-body p.t {
    font-size: 14px;
  }
  #index-body .init-3 .right .content {
    padding: 10px 0;
  }
  #index-body .init-4 .box ul li {
    width: 50%;
  }
  #index-body .init-4 .box ul li:first-child {
    display: none;
  }
  #index-body .init-5 .box ul li {
    padding-left: 100px;
  }
  #index-body .init-5 .box ul li time {
    width: 90px;
    font-size: 16px;
    padding: 5px;
  }
  #index-body .init-5 .box ul li time em {
    font-size: 40px;
  }
  #index-body .init-5 .box ul li .content {
    width: 70%;
  }
  #index-body .init-5 .box ul li .img {
    width: 30%;
  }
  #index-body .init-6 .box ul li {
    padding: 0 10px;
  }
  #index-body .init-6 .box ul {
    margin: 0 -10px;
  }
  #footer .footer-top {
    text-align: center;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  #footer .footer-top .right .share {
    width: 100%;
    float: none;
  }
  #footer .footer-top .right .share ul {
    margin: 0 -10px;
  }
  #footer .footer-top .right .share ul li {
    color: white;
    display: inline-block;
    width: auto;
    margin: 0 10px;
  }
  #footer .footer-top .right .cat {
    padding-left: 0;
  }
  #footer .footer-top .right .cat ul {
    margin: 0 -10px;
  }
  #footer .footer-top .right .cat ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: white;
  }
  #footer .ui.container:after {
    display: none;
  }
  #footer .footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer {
    background: #066897;
  }
  #footer .footer-top .left a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
  }
	#index-body .init-2 .box ul li a.img-box span img {
		height:172px;
	}
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 a.more {
    display: none;
  }
  #index-body .init-2 {
    padding: 30px 0;
  }
  #index-body .init-3 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-3 .left {
    width: 100%;
  }
  #index-body .init-4 .box ul li:first-child ~ li a {
    height: auto;
  }
  #index-body .init-4 .box ul li:first-child ~ li a:hover img {
    top: 0;
  }
  #index-body .init-5 .box ul li time {
    display: none;
  }
  #index-body .init-5 .box ul li {
    padding-left: 0;
  }
  #index-body .init-6 .box ul li {
    width: 100%;
    padding: 10px;
  }
  #index-body .init-6 .box ul {
    margin: -10px;
  }
  #footer .footer-top .left h3 {
    font-size: 20px;
  }
  #footer .footer-top .left p {
    font-size: 14px;
  }
  #index-body .init-2 .box ul li a.img-box {
    padding: 5px;
  }
  #index-body .init-2 .box ul li h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  #index-body .init-5 .box {
    margin-top: 20px;
  }
  #index-body .init-5 .box ul li .content {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-5 .box ul li .img {
    width: 100%;
    padding-top: 10px;
  }
  #index-body .init-5 .box ul li .img img {
    width: 100%;
  }
	#index-body .init-2 .box ul li a.img-box span img {
		height:140px;
		width:100%;
	}
}

.inner-container {
  position: relative;
  padding: 0 15px;
  width: 1190px;
  margin: 0 auto;
}
.inner-banner {
  position: relative;
  height: 280px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.inner-banner .sideBar {
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.inner-banner .sideBar .cat-list li {
  float: left;
  line-height: 50px;
  height: 40px;
  position: relative;
}
.inner-banner .sideBar .cat-list li .children {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  background: #222;
  display: none;
}
.inner-banner .sideBar .cat-list li:hover .children {
  display: block;
}
.inner-banner .sideBar .cat-list li a {
  padding: 0 20px 0 46px;
  color: #fff;
  position: relative;
  display: block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.inner-banner.pro .sideBar .cat-list li {
	width:50%;
}
.inner-banner .sideBar .cat-list li a:before {
  content:'';
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.inner-banner .sideBar .cat-list li a:hover, .inner-banner .sideBar .cat-list li a.active {
  background-color: #00509e;
  color: #fff;
}
.inner-banner .sideBar .cat-list li .children li a {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.bread-crumbs {
  border-bottom: 1px solid #ebebeb;
  line-height: 24px;
  padding: 13px 0;
}
.bread-crumbs, .bread-crumbs a, .bread-crumbs span {
  font-size: 12px;
  color: #666;
}
.about-page {
  padding: 60px 0 90px;
}
.about-page .hour {
	margin-top:70px;
}
.about-page .hour ul {
	margin:0 -50px;
	display:block;
	width:auto;
}
.about-page .hour ul li {
	padding:0 50px;
	text-align:center;
}
.about-page .hour ul li h5 {
	font-size:16px;
	margin-top:15px;
	color:#666;
}
.about-page .hour ul .slick-dots {
	padding-top:40px;
	margin:0;
	text-align:center;
}
.about-page .hour ul .slick-dots li {
	padding:0;
	width:13px;
	height:13px;
	border-radius:100%;
	background:#eee;
	cursor:pointer;
	cursor:hand;
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	border:1px solid #0080bf;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .hour ul .slick-dots li.slick-active {
	background:#0080bf;
}
.about-page .hour ul .slick-dots li button {
	display:none;
}
.product-page {
  padding: 20px 0 40px;
}
.product-page .pro-list {
  font-size: 0;
  margin: -5px;
}
.product-page .pro-list > .column {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 5px;
}
.product-page.case .pro-list {
	margin:-10px -20px;
}
.product-page.case .pro-list > .column {
	padding:10px 20px;
}
.product-page .pro-list > .column .box {
  display: block;
  border: 1px solid #f0f0f0;
  padding: 5px;
}
.product-page .pro-list > .column .img-box {
  text-align: center;
}
.product-page .pro-list > .column .con-box {
  padding: 13px 0 9px 7px;
}
.product-page .pro-list > .column .con-box .cat-tit {
  color: #969696;
  font-size: 14px;
  background: url("../images/pro-arr.jpg") no-repeat left center;
  /*padding-left: 14px;*/
}
.product-page .pro-list > .column .con-box .cat-tit span {
  color: #000;
  font-size: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	display:block;
}
.product-page .pro-list > .column .con-box .pro-tit {
  color: #969696;
  font-size: 14px;
  margin-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page .pro-list > .column .con-box .pro-tit a {
  color: #666666;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  margin-top: 40px;
}
.m-page span, .m-page a {
  font-size: 12px;
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page {
  padding: 20px 0 30px;
}
.prodet-page .prodet-t .prodet-pic {
  border: 1px solid #e4e4e4;
  width: 51.6%;
  padding-bottom: 40px;
}
.prodet-page .prodet-t .prodet-pic .txt-center {
  padding: 15px;
}
.prodet-page .prodet-t .prodet-pic .the_gallery {
  border-top: 1px solid #f1f2f6;
  padding: 20px 10px 0;
}
.prodet-page .prodet-t .prodet-pic .the_gallery li {
  padding: 0;
  float: left;
  width: 20%;
  border: 2px solid #9a9b9b;
  margin-right: 8px;
}
.prodet-page .prodet-t .prodet-pic .the_gallery li img {
  height: auto;
}
.prodet-page .prodet-t .prodet-pic .the_gallery li:hover {
  border-color: #327ace;
}
.prodet-page .prodet-t .prodet-det-one {
  width: 48.4%;
  padding-left: 18px;
}
.prodet-page .prodet-t .prodet-det-one .the_tit, .prodet-page .prodet-t .prodet-det-one .the_cat_tit {
  padding-left: 15px;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 12px;
  color: #979797;
  font-size: 14px;
}
.prodet-page .prodet-t .prodet-det-one .the_tit i, .prodet-page .prodet-t .prodet-det-one .the_cat_tit i {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  vertical-align: middle;
}
.prodet-page .prodet-t .prodet-det-one .the_cat_tit {
  margin-top: 14px;
}
.prodet-page .prodet-det-two {
  margin-top: 20px;
}
.prodet-page .prodet-det-two .det-tit {
  line-height: 40px;
  color: #333;
	background-color: #eee;
  font-size: 14px;
  width: 160px;
  height: 40px;
	display:inline-block;
	text-align:center;
	margin-right:3px;
	cursor:pointer;
	cursor:hand;
}
.prodet-page .prodet-det-two .det-tit.active {
	background-color: #00509e;
	color:white;
}
.prodet-page .prodet-det-two .det-con:before,
.prodet-page .prodet-det-two .det-con:after {
	content:'';
	display:block;
	clear:both;
}
.prodet-page .prodet-det-two .det-con {
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.prodet-page .prodet-det-two .det-con table td{
  padding: 10px 15px;
}
.prodet-page .news_next {
  margin-top: 24px;
  color: #969696;
}
.prodet-page .news_next a {
  color: #000;
}
.prodet-page .news_next a:first-child {
  margin-right: 40px;
}
.news-page {
  padding-top: 50px;
}
.news-page .cat-list {
	padding-bottom:30px;
	text-align:center;
}
.news-page .cat-list dl dd {
	display:inline-block;
	vertical-align:middle;
	line-height:40px;
	height:40px;
	padding:0 40px;
	border-radius:5px;
	background:#eee;
	color:#333;
	margin:2px 15px;
	font-size:16px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.news-page .cat-list dl dd.active,
.news-page .cat-list dl dd:hover{
	background:#00509e;
	color:white;
}
.news-page .new-list ul.grid-box li.column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
	vertical-align:top;
	width:100%;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
  padding:0 5%;
}
.news-page .new-list li .new-con .tit a {
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 18px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #00509e;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 14px;
  margin:10px 0;
}
.news-page .new-list li .new-con .abst a {
  color: #00509e;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.news-page .new-list ul.grid-box.cat-185 li.column{
	width:50%;
}
.news-page .new-list .cat-185 li .new-pic{
	width:40%;
}
.news-page .new-list .cat-185 li .new-con {
	width:60%;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .c-info {
  padding: 103px 0 50px;
}
.contact-page .c-info .box {
  border: 36px solid #0080bf;
  position: relative;
  padding: 40px 0 91px;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after, .contact-page .c-info .box .line {
  position: absolute;
	background: white;
  z-index: 11;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after {
  top: 50%;
  height: 84px;
  margin-top: -42px;
  width: 36px;
  content:'';
}
.contact-page .c-info .box:before {
  left: -36px;
}
.contact-page .c-info .box:after {
  right: -36px;
}
.contact-page .c-info .box .line {
  width: 288px;
  left: 50%;
  margin-left: -144px;
  height: 36px;
}
.contact-page .c-info .box .line-t {
  top: -36px;
}
.contact-page .c-info .box .line-b {
  bottom: -36px;
}
.contact-page .c-info .box .cName {
  font-size: 18px;
}
.contact-page .c-info .box .cTit {
  font-size: 34px;
  line-height: normal;
  margin-top: 6px;
}
.contact-page .c-info .box .info {
  color: #333;
  line-height: 32px;
  margin-top: 41px;
}
.contact-page .c-info .box .info p {
  font-size: 16px;
}
.contact-page .c-info .box .qr {
  position: absolute;
  bottom: -84px;
  width: 119px;
  left: 50%;
  margin-left: -60px;
  z-index: 20;
  border: 3px solid white;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
	transition:.5s;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #0080bf;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #0080bf;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
  background: #00509e;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
  word-break: break-word;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.portfolio-item--eff3 .portfolio-item__info {
  text-align: center;
}
div.wpcf7-response-output {
  font-size: 12px;
}
#footer div.wpcf7-response-output {
  color: white;
}
.grid-box {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.grid-box>.column {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.c-map {
  border-bottom: 4px solid #00509e;
}
.button-group .button {
  background: #00509e !important;
}
.mlztx,.mlztx:hover {
  background: #00509e;
}
@media screen and (max-width: 1230px){
  .inner-container {
    width: 994px;
  }

}

@media screen and (max-width: 1000px){
  .inner-container {
    width: 700px;
  }
  .product-page .pro-list > .column {
    width: 33.333%;
  }
  .contact-page .c-info .box .info {
    margin-top: 20px;
  }
  .contact-page .c-info .box .cTit {
    font-size: 30px;
  }
  .contact-page .c-info .box .qr {
    display: none !important;
  }

}

@media screen and (max-width: 700px){
  .inner-container {
    width: 100%;
  }
  .inner-banner {
    height: 200px;
  }
  .contact-page .c-info .box {
    border-width: 10px;
    padding: 30px 0;
  }
  .contact-page .c-info {
    padding: 40px 0;
  }
  .contact-page .c-info .box:before, .contact-page .c-info .box:after {
    width: 10px;
  }
  .contact-page .c-info .box:before {
    left: -10px;
  }
  .contact-page .c-info .box:after {
    right: -10px;
  }
  .contact-page .c-info .box .line {
    height: 10px;
    width: 180px;
    margin-left: -90px;
  }
  .contact-page .c-info .box .line-t {
    top: -10px;
  }
  .contact-page .c-info .box .line-b {
    bottom: -10px;
  }
  .contact-page .c-info .box .info p {
    font-size: 14px;
  }
  #mapContainer {
    height: 320px !important;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  .news-page .new-list li .new-con .abst {
    display: none;
  }
  .news-page .new-list li .new-pic,.news-page .new-list li .new-con {
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-left: 0;
    padding-top: 15px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .tit {
    margin-bottom: 10px;
  }
  .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,.newdet-page .news .news_contents a {
    font-size: 12px;
  }
  .product-page .pro-list > .column {
    width: 50%;
  }
  .prodet-page .prodet-t .prodet-det-one {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-t .prodet-pic {
    width: 100%;
  }
  .inner-banner .sideBar {
    display: none;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
  }
  .faq-page .faq-list dd {
    font-size: 12px;
  }
  .faq-page .faq-list {
    padding: 50px 0;
  }

}