@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-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-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-LIGHT";
  background: #fafafa;
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1270px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
}
#header .nav {
  line-height: 60px;
  height: 60px;
  display: block;
  font-family: "POPPINS-REGULAR";
  z-index: 2;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position:relative;
}
#header .nav .ui.menu .logo a {
  display: inline-block;
  vertical-align: middle;
  position:relative;
  line-height: normal;
}
#header .nav .ui.menu .logo img {
  opacity:0;
  transition:.5s;
}
#header .nav .ui.menu .logo img.logo2 {
  position:absolute;
  left:0;
  top:0;
  opacity:1;
}
#header.active .nav .ui.menu .logo img.logo2,
#header.active1 .nav .ui.menu .logo img.logo2,
#header.active3 .nav .ui.menu .logo img.logo2{
  opacity:0;
}
#header.active .nav .ui.menu .logo img,
#header.active1 .nav .ui.menu .logo img,
#header.active3 .nav .ui.menu .logo img{
  opacity:1;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  -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 > a {
  display: block;
  padding: 0 3px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '';
  height: 2px;
  background: #009fa8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  background:#f1f1f1;
}
#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 #009fa8;
  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;
}
#header .nav .ui.menu .box .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
  position: relative;
}
#header .nav .ui.menu .box .h-search img.op0 {
  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%);
  opacity: 0;
}
#header .nav .ui.menu .box .h-search img {
  display: block;
}
#header .nav .ui.menu .box .yuy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: -10px;
}
#header .nav .ui.menu .box .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .box .yuy ul li a:hover {
  color: #009fa8;
  text-transform: uppercase;
}
#header .nav-fixed {
  position: absolute;
  padding-top: 60px;
  background: #f1f1f1;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* #header .nav-fixed:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 60px;
  left: 0;
} */
#header .nav-fixed .box {
  max-height: 90vh;
  overflow-x: auto;
}
#header .nav-fixed .box .slide {
  display: none;
  padding: 20px 0;
  overflow:hidden;
}
#header .nav-fixed .box .slide dl {
  margin: -20px 0;
}
#header .nav-fixed .box .slide dl dd {
  padding: 20px 0;
  position:relative;
}
#header .nav-fixed .box .slide dl dd a.img-box {
	display:block;
}
#header .nav-fixed .box .slide dl dd:nth-child(3n+1):after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:300%;
  border-top: 1px solid #dedede;
}
#header .nav-fixed .box .slide dl dd:nth-child(1):after {
  display:none;
}
#header .nav-fixed .box .slide dl dd .grid-box {
  border-left: 1px solid #cacaca;
}
#header .nav-fixed .box .slide dl.five dd:nth-child(5n+1) .grid-box {
  border-left: none;
}
#header .nav-fixed .box .slide dl.three dd:nth-child(3n+1) .grid-box {
	border-left: none;
}
#header .nav-fixed .box .slide dl dd .left {
  /*   width: 50%; */
}
#header .nav-fixed .box .slide dl dd .right {
  /*   width: 50%; */
  padding: 0 15px;
}
#header .nav-fixed .box .slide dl dd .right h3 {
  font-size: 14px;
  font-family: "Airal";
  color: black;
  margin-bottom: 5px;
  text-transform:uppercase;
}
#header .nav-fixed .box .slide dl dd .right p {
  font-size: 12px;
  color: #6c7073;
}
#header .nav-fixed .box .slide dl dd .right ul {
  padding-top: 10px;
}
#header .nav-fixed .box .slide dl dd .right ul li {
  display: block;
  font-size: 14px;
  color: #3b3e40;
  margin-bottom: 10px;
}
#header .nav-fixed .box .slide dl dd .right ul li:hover,#header .nav-fixed .box .slide dl dd .right h3:hover {
  text-decoration: underline;
}
#header.active3 {
  position: static;
}
#header.active1 .nav,
#header.active3 .nav {
  background: white;
}
#header.active1 .nav .ui.menu .menu-box ul.menu > li,
#header.active1 .nav .ui.menu .box .yuy ul li,
#header.active3 .nav .ui.menu .menu-box ul.menu > li,
#header.active3 .nav .ui.menu .box .yuy ul li {
  color: #333;
}
#header.active1 .nav .ui.menu .box .yuy ul li,
#header.active3 .nav .ui.menu .box .yuy ul li {
  border-color: rgba(51, 51, 51, 0.5);
}
#header.active1 .nav .ui.menu .box .h-search img,
#header.active3 .nav .ui.menu .box .h-search img{
  opacity: 0;
}
#header.active1 .nav .ui.menu .box .h-search img.op0,
#header.active3 .nav .ui.menu .box .h-search img.op0{
  opacity: 1;
}
#header.active .nav {
  background: white;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .box .yuy ul li {
  color: #333;
}
#header.active .nav .ui.menu .box .yuy ul li {
  border-color: rgba(51, 51, 51, 0.5);
}
#header.active .nav .ui.menu .box .h-search img{
  opacity: 0;
}
#header.active .nav .ui.menu .box .h-search img.op0 {
  opacity: 1;
}
#header.active .nav-fixed.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#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: #009fa8;
}
#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: #009fa8;
  -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: #009fa8;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  height:auto !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height:auto !important;
}
.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: #009fa8;
}
#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;
  z-index:10;
}
#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: #009fa8 !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: #009fa8;
  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 a {
	padding-left:25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
	left:10px;
}
#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: #009fa8;
}
#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;
}
#banner {
  position: relative;
}
#banner .slide-box {
  overflow: hidden;
  position: relative;
}
/* #banner .slide-box .slider-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
} */
#banner .slide-box video {
  width: 100%;
}
#banner .content {
  position: absolute;
  top: 45%;
  left: 50%;
  /*   width: 100%; */
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
#banner .content h2 {
  display: block;
  font-size: 90px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 50px;
  line-height: 90px;
}
#banner .content p {
  font-size: 32px;
  color: white;
  line-height: 48px;
/*   max-width: 710px; */
  display: block;
  margin: 0 auto;
	white-space:nowrap;
/* 	font-family: 'POPPINS-LIGHT'; */
/* 	font-weight:normal; */
}
#banner .content a.more {
  font-family: "POPPINS-LIGHT";
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  line-height: 66px;
  height: 66px;
  padding: 0 66px;
  display: inline-block;
  margin: 50px auto 0;
  border: 1px solid white;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#banner .content a.more:after,
#banner .content a.more:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.7s all, 0.1s border-color;
  -moz-transition: 0.7s all, 0.1s border-color;
  -ms-transition: 0.7s all, 0.1s border-color;
  -o-transition: 0.7s all, 0.1s border-color;
  transition: 0.7s all, 0.1s border-color;
  z-index: 1;
}
#banner .content a.more:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  left: -1px;
  top: -1px;
}
#banner .content a.more:before {
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  right: -1px;
  bottom: -1px;
}
#banner .content a.more:hover {
  background: #009fa8;
  -webkit-transition: .5s .6s;
  -moz-transition: .5s .6s;
  -ms-transition: .5s .6s;
  -o-transition: .5s .6s;
  transition: .5s .6s;
  border-color: transparent;
}
#banner .content a.more:hover:after,
#banner .content a.more:hover:before {
  width: 100%;
  height: 100%;
  border-color: #009fa8;
}
#banner .pro-list {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
#banner .pro-list h3 {
  display: block;
  font-size: 24px;
  color: white;
  font-family: "POPPINS-REGULAR";
  line-height: 30px;
  text-transform: uppercase;
}
#banner .pro-list .box {
  padding-top: 15px;
}
#banner .pro-list .box ul {
  margin: 0 -13px;
}
#banner .pro-list .box ul li {
  padding: 0 13px;
}
#banner .pro-list .box ul li a {
  display: block;
  padding: 15px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#banner .pro-list .box ul li a:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  top: -2px;
  background: #009fa8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .pro-list .box ul li a h4 {
  display: block;
  font-family: "POPPINS-REGULAR";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .pro-list .box ul li a h4:hover {
  text-decoration: underline;
}
#banner .pro-list .box ul li a .left {
  vertical-align: middle;
}
#banner .pro-list .box ul li a .right {
  vertical-align: middle;
}
#banner .pro-list .box ul li a:hover:after {
  width: 100%;
  left: 0;
}
#index-body a.img-box,
#index-body div.img-con{
  display: block;
  position:relative;
}
#index-body a.img-box img,#index-body div.img-con img {
  width: 100%;
}
#index-body a.img-box .content,
#index-body div.img-con .content{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 30px;
  width: 100%;
  z-index:5;
}
#index-body a.img-box .content h3,
#index-body div.img-con .content h3{
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  line-height: 28px;
  font-family: "POPPINS-REGULAR";
}
#index-body a.img-box .content h3 em,
#index-body div.img-con .content h3 em{
  color: #009fa8;
}
#index-body a.img-box .content p,
#index-body div.img-con .content p{
  display: block;
  font-size: 12px;
  color: white;
  font-family: "POPPINS-REGULAR";
}
#index-body a.img-box .content span.more,
#index-body div.img-con .content span.more{
  display: block;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
}
#index-body .init-1 {
  padding-top: 40px;
}
#index-body .init-1 .left {
  width: 33%;
  padding-right: 8px;
}
#index-body .init-1 .left p {
  line-height: 32px;
  margin: 20px 0;
}
#index-body .init-1 .right {
  width: 67%;
  padding-left: 15px;
}
#index-body .init-1 .right .content {
  left: auto;
  right: 0;
  width: 45%;
}
#index-body .init-2 {
  padding-top: 20px;
  overflow:hidden;
}
#index-body .init-2 .left {
  width: 67%;
  padding-right: 20px;
}
#index-body .init-2 .left li {
  display:block;
  overflow:hidden;
}
#index-body .init-2 .left .btn>div {
  width:25px;
  height:25px;
  border:none;
  background-color:transparent;
  position:absolute;
  top:50%;
  margin-top:-12px;
  background-position:center center;
  background-size:12px;
  background-repeat:no-repeat;
  color:transparent;
  font-size:0;
  z-index:4;
  cursor:pointer;
  cursor:hand;
  opacity:0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left .prev {
  left:-5px;
  background-image:url('../images/banner-btn-l.png');
}
#index-body .init-2 .left .next {
  right:-5px;
  background-image:url('../images/banner-btn-r.png');
}
#index-body .init-2 .left:hover .btn>div {
  opacity:1;
}
#index-body .init-2 .left:hover .prev {
  left:0;
}
#index-body .init-2 .left:hover .next {
  right:0;
}
#index-body .init-2 .left .content {
  top: auto;
  bottom: 5%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .right {
  width: 33%;
  padding-left: 2px;
}
#index-body .init-2 .right .top .content {
  top: auto;
  bottom: 5%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .right .bottom {
  padding-top: 20px;
}
#index-body .init-2 .right .bottom a.img-box .content h3,
#index-body .init-2 .right .bottom a.img-box .content p,
#index-body .init-2 .right .bottom div.img-con .content h3,
#index-body .init-2 .right .bottom div.img-con .content p{
  color: black;
}
#index-body .init-2 .right .bottom .list {
  background:white;
  padding:25px 15px 525px 15px;
  margin-bottom:-500px;
}
#index-body .init-2 .right .bottom .list h3 {
  font-size:20px;
  color:#222;
  text-transform: capitalize;
  font-family: "POPPINS-REGULAR";
}
#index-body .init-2 .right .bottom .list ul {
  padding-top:15px;
}
#index-body .init-2 .right .bottom .list ul li {
  padding:15px 10px;
  line-height:20px;
  font-size:14px;
  transition:.5s;
  border-bottom:1px #eee dashed;
}
#index-body .init-2 .right .bottom .list ul li:hover {
  background:#009fa8;
  color:white;
}
#index-body .init-2 .right .bottom .list ul li:first-child {
  border-top:1px #eee dashed;
}
#index-body .init-2 .right .bottom .list ul li:last-child {
  margin-bottom:0;
}
#index-body .init-2 .left .sou-pic {
  position:relative;
  display:block;
}
#index-body .init-2 .left {
  z-index:1;
}
#index-body .init-3 {
  padding: 45px 0 70px;
}
#index-body .init-3 ul li {
  padding: 55px 0;
  background: white;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
}
#index-body .init-3 ul li a.content {
  display: block;
  padding: 0 25px;
  position: relative;
}
#index-body .init-3 ul li a.content:after {
  content: '';
  border-left: 3px solid #bfc5ca;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  height: 56px;
  display: block;
  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-3 ul li a.content h3 {
  display: block;
  font-size: 20px;
  color: black;
  font-family: "POPPINS-REGULAR";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 ul li a.content h3:hover {
  color: #009fa8;
}
#index-body .init-3 ul li a.content p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
#index-body .init-3 ul li a.content:hover:after {
  border-left-color: black;
}
#footer {
  background: #3e3e3e;
}
#footer .footer-top {
  padding: 70px 0 50px;
}
#footer .footer-top .left {
  width: 43%;
  padding-right: 10px;
}
#footer .footer-top .left h3 {
  display: block;
  color: #f9f9f9;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 22px;
}
#footer .footer-top .left ul {
  max-width: 420px;
}
#footer .footer-top .left ul li {
  padding-bottom: 5px;
  padding-left: 25px;
  position: relative;
  line-height: 28px;
}
#footer .footer-top .left ul li.wid-50 {
	width:50%;
}
#footer .footer-top .left ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .left ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .left ul li.wid-100 {
  width: 100%;
}
#footer .footer-top .left ul li h4 {
  display: block;
  font-size: 12px;
  color: white;
  white-space: nowrap;
}
#footer .footer-top .left ul li p {
  display: block;
  color: #828282;
  font-size: 12px;
}
#footer .footer-top .right {
  width: 57%;
}
#footer .footer-top .right ul {
  margin: 0 -10px;
}
#footer .footer-top .right ul li {
  padding: 0 10px;
}
#footer .footer-top .right ul li:nth-child(1) {
  width: 34%;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 40%;
}
#footer .footer-top .right ul li:nth-child(3) {
  width: 26%;
}
#footer .footer-top .right ul li:nth-child(3) dl dd {
  padding-left: 0;
}
#footer .footer-top .right ul li:nth-child(3) dl dd:after {
  display: none;
}
#footer .footer-top .right ul li:nth-child(3) dl dd #ewm {
  border: 2px solid white;
}
#footer .footer-top .right ul li dl dt {
  font-size: 22px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
  padding-bottom: 20px;
	white-space:nowrap;
}
#footer .footer-top .right ul li dl dd {
  font-size: 12px;
  color: rgba(249, 249, 249, 0.5);
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#footer .footer-top .right ul li dl dd .grid-box {
	margin:-5px;
}
#footer .footer-top .right ul li dl dd .grid-box .column {
	padding:5px;
}
#footer .footer-top .right ul li dl dd:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #f9f9f9;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}
#footer .footer-top .right ul li dl dd:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-bottom .left {
  width: 60%;
  vertical-align: middle;
}
#footer .footer-bottom .left .f-logo {
  display: block;
}
#footer .footer-bottom .left h5 {
  font-size: 12px;
  color: #f9f9f9;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  padding: 10px 0 5px;
}
#footer .footer-bottom .left p {
  font-size: 12px;
  color: #8d8d8d;
}
#footer .footer-bottom .right {
  width: 40%;
  vertical-align: middle;
}
#footer .footer-bottom .right form {
  display: block;
  margin-right: 0;
  margin-left: auto;
  max-width: 300px;
  line-height: 40px;
  height: 40px;
  position: relative;
}
#footer .footer-bottom .right form input {
  border: none;
  background: none;
  border-bottom: 2px solid white;
  color: #f9f9f9;
  font-size: 16px;
  padding-right: 40px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .right form input::-webkit-input-placeholder {
  color: #f9f9f9;
}
#footer .footer-bottom .right form input:-moz-placeholder {
  color: #f9f9f9;
}
#footer .footer-bottom .right form input::-moz-placeholder {
  color: #f9f9f9;
}
#footer .footer-bottom .right form input:-ms-input-placeholder {
  color: #f9f9f9;
}
#footer .footer-bottom .right form input:focus {
  border-color: #009fa8;
}
#footer .footer-bottom .right form input[type="submit"] {
  width: 35px;
  background: url("../images/icon-search-btn.png") center center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 1500px) {
  #banner .content {
    top: 40%;
  }
  #banner .content h2 {
    font-size: 70px;
  }
  #banner .content p {
    font-size: 20px;
    line-height: 34px;
	  white-space:normal;
  }
  #banner .content a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 50px;
    font-size: 16px;
  }
  #banner .pro-list h3 {
    font-size: 20px;
    line-height: 26px;
  }
  #banner .pro-list .box ul li a h4 {
    font-size: 16px;
  }
  #banner .pro-list .box {
    padding-top: 10px;
  }
  #footer .footer-top .right ul li dl dt,
  #footer .footer-top .left h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  #index-body .init-3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1300px) {
  .ui.container {
    width: 970px;
  }
  #banner .content h2 {
    font-size: 50px;
    letter-spacing: 40px;
    line-height: 50px;
  }
  #banner .content p {
    font-size: 16px;
    line-height: 28px;
  }
  #banner .content a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    margin-top: 10px;
  }
  #index-body a.img-box .content h3,
  #index-body div.img-con .content h3{
    font-size: 20px;
    line-height: 24px;
  }
  #index-body .init-1 .left p {
    line-height: 26px;
    margin: 10px 0;
  }
  #index-body div.img-con .content {
    padding: 0 25px;
  }
  #index-body .init-3 ul li a.content p {
    font-size: 14px;
    height: 21px;
  }
  #index-body .init-3 ul li a.content h3 {
    font-size: 18px;
  }
  #index-body .init-3 ul li {
    padding: 45px 0;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .left ul {
    max-width: none;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 30px;
  }
  #footer .footer-top .right ul li:nth-child(3) dl dd #ewm {
    max-width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header,#footer .footer-top .right ul li dl dd .grid-box .column:first-child {
    display: none;
  }
	#footer .footer-top .right ul li dl dd .grid-box .column {
		width:100%;
	}
  #mobile {
    display: block;
  }
  #banner .pro-list {
    position: static;
    background: #019fa8;
    padding: 30px 0;
  }
  #banner .pro-list .box ul li {
    width: 50%;
  }
  #banner .content {
    top: 25%;
  }
  #banner .content h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 30px;
  }
  #banner .content p {
    font-weight: normal;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #index-body .init-2 .right .bottom,
  #index-body .init-2 .right .top {
    width: 50%;
    display: inline-block;
    padding: 0;
  }
  #index-body .init-2 .right .top {
    padding-right: 10px;
  }
  #index-body .init-2 .right .bottom {
    float: right;
    padding-left: 10px;
  }
  #index-body .init-3 ul li {
    width: 100%;
    border-bottom: 1px solid #fafafa;
    padding: 25px 0;
  }
  #index-body .init-3 ul li a.content p {
    height: auto;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    width: 50%;
  }
  #footer .footer-bottom .right {
    display: none;
  }
  #footer .footer-bottom .left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-top {
    padding: 50px 0 25px;
  }
  #footer .footer-top .right ul li dl dt,
  #footer .footer-top .left h3 {
    padding-bottom: 10px;
  }
  #banner .pro-list .box ul li a:after {
    background: white;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content {
    display: none;
  }
  #index-body .init-1 {
    padding-top: 20px;
  }
  #index-body a.img-box .content h3,
  #index-body div.img-con .content h3{
    font-size: 18px;
    line-height: 22px;
  }
  #index-body .init-2 .right .bottom,
  #index-body .init-2 .right .top {
    width: 100%;
    padding: 0;
  }
  #index-body .init-2 .right .bottom {
    float: none;
    padding-top: 20px;
  }
  #index-body .init-3 ul li {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .pro-list .box ul li a .left,
  #banner .pro-list .box ul li a .right {
    width: 50%;
  }
  #index-body a.img-box .content {
    top: 50% !important;
  }
  #footer .footer-top .left ul li {
    line-height: 24px;
  }
}
.inner-banner {
  padding-top: 200px;
  color: #fff;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
}
.inner-banner .inner-tit {
  font-size: 33px;
  text-transform: capitalize;
  font-family:'POPPINS-MEDIUM';
  text-transform:uppercase;
}
.inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  font-size: 15px;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #009fa8;
}
.top-menu {
  position: relative;
  z-index: 11;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.top-menu li {
  display: inline-block;
  margin: 0 40px;
  position: relative;
}
.top-menu li a {
  color: #343434;
  font-size: 16px;
}
.top-menu li a.active, .top-menu li a:hover {
  color: #009fa8;
}
.top-menu li .children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  z-index: 10;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
  display: none;
}
.inner-page {
  padding: 40px 0 105px;
  word-break: break-word;
}
.inner-page .inner-tit {
  color: #3d3d3d;
  font-size: 36px;
  text-transform: capitalize;
}
.inner-page .grid-box .sideBar {
  color:#333;
  width: 20%;
  margin-bottom: 20px;
}
.inner-page .grid-box .page-rightBar {
  width: 80%;
  padding-left: 5%;
}
.inner-page .sideBar .side-tit {
  padding-left: 18px;
  text-transform: capitalize;
  font-size: 22px;
  background: #009fa8;
  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;
  color:white;
}
.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: white;
  padding-bottom: 40px;
}
.inner-page .sideBar .side-menu li a {
  line-height: 24px;
  padding: 11px 0 11px 15px;
  display: block;
  overflow: hidden;
  font-size:16px;
  transition:.5s;
}
.inner-page .sideBar .side-menu.side-contact{
  padding: 20px 0;
}
.inner-page .sideBar .side-menu.side-contact li a{
  height: auto;
  line-height: normal;
  padding: 10px 15px;
  position:relative;
}
.inner-page .sideBar .side-menu li{
  position: relative;
  /* 	font-weight:bold; */
}
.inner-page .sideBar .side-menu li .children{
  width: 100%;
  z-index: 10;
  background: #ececec;
}
.inner-page .sideBar .side-menu li .children li {
  font-weight:normal;
}
.inner-page .sideBar .side-menu li .children li a {
  padding-left:30px;
  font-size:14px;
}
.inner-page .sideBar .side-menu li i {
  position:absolute;
  right:5px;
  top:10px;
}
.inner-page .sideBar .side-menu li .children li a:after {
  content:'-';
  position:absolute;
  top:12px;
  left:15px;
}
.inner-page .sideBar .side-menu li a:hover, .inner-page .sideBar .side-menu li a.active {
  background: #009fa8;
  color:white;
}
.inner-page .sideBar .side-social {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  background: #485b6e;
  padding-left: 18px;
  padding-bottom: 13px;
  font-size: 0;
}
.inner-page .sideBar .side-social li {
  display: inline-block;
  vertical-align: middle;
}
.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: #009fa8;
  line-height: 51px;
  padding-left: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
  color: #fff;
  font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
  margin-left: 23%;
}
.about-page .about-article h2, .about-page .about-article h3, .about-page .about-article h4 {
  color: #3c3c3c;
}
.about-page .about-bg {
	background-image:url(/wp-content/uploads/2021/10/about-bg-1.jpg);
	background-size:cover;
	padding:40px 20px 20px;
	min-height:1000px;
	margin-bottom:40px;
	text-shadow: 0 0 2px white;
}
.about-page .about-article h2 {
  font-size: 44px;
}
.about-page .about-article h4 {
  font-size: 14px;
}
.about-page .about-article {
	text-align:justify;
}
.about-page .about-article p {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px;
}
.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: #009fa8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.product-page {
  padding: 72px 0 80px;
}
.product-page .i-product {
  padding: 0;
}
.prodet-page {
  padding-bottom: 0;
}
.prodet-page .prodet-top-box {
  padding-bottom: 80px;
}
.prodet-page .prodet-top-box .prodet-pic {
  padding-right: 2rem!important;
}
.prodet-page .prodet-top-box .prodet-pic img {
  width: 100%;
  border: 1px solid #ccc;
}
.prodet-page .prodet-top-box .prodet-pic ul {
  padding-top: 15px;
  margin: -5px;
}
.prodet-page .prodet-top-box .prodet-pic ul li {
  width: 25%;
  float: left;
  padding: 5px;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
  color: #3d3d3d;
  font-size: 36px;
  margin-top: 3px;
}
.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
  color: #8b8b8b;
  font-size: 17px;
  margin-bottom: 10px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social {
  margin: 20px 0;
  font-size: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social li {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a {
  margin-right: 12px;
  font-size: 18px;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
  color: #8b8b8b;
  text-align: center;
  line-height: 37px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a i.icon {
  margin-right: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a:hover {
  color: #fff;
  background: #009fa8;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
  width: 122px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #8b8b8b;
  text-align: center;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
  background: #009fa8;
  color: #fff;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
  width: 188px;
  margin-right: 2px;
  vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a .icon {
  margin-right: 21px;
  font-size: 18px;
  vertical-align: middle;
}
.prodet-page .prodet-det-box {
  margin-bottom: 40px;
  padding:15px;
  box-shadow:0 0 15px rgba(0,0,0,.1);
  background:white;
}
.prodet-page .prodet-det-box .op ul li {
  display:inline-block;
  line-height:46px;
  height:46px;
  padding:0 40px;
  background:white;
  transition:.5s;
  font-size:18px;
  position:relative;
  cursor:pointer;
  cursor:hand;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.prodet-page .prodet-det-box .op ul li:hover,
.prodet-page .prodet-det-box .op ul li.active {
  color:white;
  background:#3e3e3e;
}
.prodet-page .prodet-det-box .rel {
  margin-top:40px;
  display:inline-block;
  width:100%;
}
.prodet-page .prodet-det-box .con-box {
}
.prodet-page .prodet-det-box .con-box p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 29px;
}
.prodet-page .prodet-det-box .con-box td {
	text-align:center;
} 
.prodet-page .prodet-det-box .con-box td p,
.prodet-page .prodet-det-box .con-box td span{
	font-size:12px !important;
	text-align:center;
}
.prodetFeedback {
  padding: 99px 0 154px;
  background: #fff;
}
.prodetFeedback .ptForm {
  margin-top: 83px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input, .prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #3d3d3d;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #009fa8;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #009fa8;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
  margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
  display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
  width: 397px;
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
  height: 43px;
  border-bottom: 3px solid #009fa8;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
  display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: capitalize;
  font-size: 16px;
  width: 288px;
  height: 53px;
  border: none;
  background: #009fa8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  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 .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 .new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
  color: #009fa8;
}
.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;
	text-align:justify;
}
.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 !important;
}
.contact-page .c-list-box {
  padding: 68px 0 112px;
  background: #f9f9f9;
}
.contact-page .c-list-box .tit {
  color: #000000;
  font-size: 48px;
  margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
  color: #333;
  font-size: 28px;
  margin-bottom: 38px;
}
.contact-page .c-list-box .info {
  line-height: 30px;
  margin-top: 24px;
  font-size: 18px;
  color: #676767;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 40px;
}
.contact-page .c-list-box .info .icon {
  color: #a0a0a0;
  margin-right: 16px;
}
.contact-page .c-list-box .info a {
  color: #676767;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content:'';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before, .around-line > li:after {
    content:'';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a, .m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child, .m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #009fa8;
}
.m-page a:active {
  background: #009fa8;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #009fa8;
}
.tab-box .ui.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
  display: block;
}
.inner-page .i-product .tab-box {
  min-height: auto;
}


.i-con-box {
  background: #009fa8;
  padding:5px 15px;
  text-align:left;
  transition:.5s;
}
.i-product .tab-box li .box:hover .i-con-box {
  background:#666;
}
.i-con-box h3{
  font-size:18px;
  color:white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-con-box p {
  color: #666;
  font-size: 18px;
  line-height: 28px;
  margin:15px 0;
  display:inline-block;
  width:100%;
}
.i-con-box a.more {
  font-size: 14px;
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  height: 40px;
  background: #333;
  color: white;
  transition: .5s;
}
.i-con-box a.more:hover {
  background:#009fa8;
}
.i-product {
  padding: 100px 0 60px;
}
.i-product .tab-list {
  text-align: center;
  margin: 29px 0 77px;
}
.i-product .tab-list li {
  display: inline-block;
  margin: 0 8px;
}
.i-product .tab-list li a {
  display: block;
  padding: 0 39px;
  height: 32px;
  line-height: 32px;
  background: #e4e4e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #252525;
  font-size: 16px;
}
.i-product .tab-list li a:hover, .i-product .tab-list li a.active {
  background: #043c82;
  color: #fff;
}
.i-product .tab-box {
  display: inline-block;
  width: 100%;
}
.i-product .tab-box ul {
  margin: -10px;
	letter-spacing:-4px;
}
.i-product .tab-box li {
  width: 33.333%;
  margin-bottom: 30px;
  display:inline-block;
  padding: 10px;
	letter-spacing:0;
	vertical-align:top;
}
.download-page .i-product .tab-box li {
	width:25%;
}
.download-page .i-product h4.font-22 {
	font-size:28px;
	text-align:center;
}
.download-page .i-product .tab-box {
	text-align:center;
} 
.i-product .tab-box li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.i-product .tab-box li .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.i-product .tab-box li .img-box img {
  width: 100%;
}
.product-page-yd {
  padding:60px 0;
}
.product-page-yd h2 {
  font-size:40px;
  text-align:center;
  margin:20px 0;
  font-family:'POPPINS-MEDIUM';
  font-weight:bold;
  text-transform:uppercase;
  color:#333;
}
.product-page-yd ul li {
  margin-bottom:30px;
  background:white;
  padding:40px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-size:cover;
  display:inline-block;
  width:100%;
}
.product-page-yd ul li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.product-page-yd ul li .con-box {
  width:50%;
  vertical-align:middle;
  padding-left:10%;
}
.product-page-yd ul li .con-box h3 {
  font-size:30px;
  color:#333;
  font-family:'POPPINS-LIGHT';
  /* 	font-weight:bold; */
}
.product-page-yd ul li .con-box p {
  font-size:16px;
  color:#666;
  line-height:28px;
  margin:10px 0;
  display:inline-block;
  width:100%;
}
.product-page-yd ul li .con-box a.more {
  font-size:18px;
  display:inline-block;
  padding:0 40px;
  line-height:50px;
  height:50px;
  background:#333;
  color:white;
  transition:.5s;
}
.product-page-yd ul li .con-box a.more:hover {
  background:#009fa8;
}
.product-page-yd ul li .img-box {
  width:40%;
  vertical-align:middle;
}
.solutions-page {
  background:#fafafa;
  padding:60px 0 100px;
}
.solutions-page .solutions-nav ul{
  background:white;
}
.solutions-page .solutions-nav ul li {
  line-height:70px;
  height:70px;
  text-align:center;
  font-size:14px;
  text-transform:uppercase;
  font-family:'POPPINS-LIGHT';
  color:black;
  position:relative;
  transition:.5s;
  cursor:pointer;
  cursor:hand;
}
.solutions-page .solutions-nav ul li a {
  display:block;
}
.solutions-page .solutions-nav ul li:hover,
.solutions-page .solutions-nav ul li.active{
  background:#e4e3e3;
}
.solutions-page .solutions-nav ul li:after {
  content:'';
  width:1px;
  height:90%;
  top:5%;
  right:0;
  background:#d9d9d9;
  position:absolute;
}
.solutions-page .solutions-nav ul li:last-child:after {
  display:none;
}
.solutions-page .box {
  margin-top:50px;
  background:#00a1aa;
  overflow:hidden;
}
.solutions-page .box>div {
  margin-bottom:-5px;
}
.solutions-page .box .left {
  position:relative;
}
.solutions-page .box .left .dots-box li {
  position:absolute;
  font-size:18px;
  color:white;
  cursor:pointer;
  cursor:hand;
  transition:.5s;
}
@-webkit-keyframes KS {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}

@-o-keyframes KS {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}

@-moz-keyframes KS {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}

@keyframes KS {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}
.solutions-page .box .left .dots-box li .dots {
  width:26px;
  height:26px;
  border-radius:100%;
  border:7px solid #00a1aa;
  background:white;
  position:absolute;
  left:-20px;
  top:-148px;
  z-index:1;
}
.solutions-page .box .left .dots-box li .dots:before {
  content:'';
  width:26px;
  height:26px;
  border-radius:100%;
  border:7px solid #00a1aa;
  background:white;
  position:absolute;
  left:-7px;
  top:-7px;
  z-index:1;
}
.solutions-page .box .left .dots-box li .dots:after {
  content:'';
  width:1px;
  height:160px;
  background:rgba(255,255,255,.5);
  position:absolute;
  left:50%;
  top:0;
}
.solutions-page .box .left .dots-box li .dots span {
  position:absolute;
  left:0;
  top:0;
}
.solutions-page .box .left .dots-box li .dots span:after,
.solutions-page .box .left .dots-box li .dots span:before{
  content:'';
  width:26px;
  height:26px;
  border-radius:100%;
  background:rgba(255,255,255,.7);
  position:absolute;
  top:-7px;
  left:-7px;
  z-index:-1;
  -webkit-animation:KS 2s linear infinite;
  -o-animation:KS 2s linear infinite;
  -ms-animation:KS 2s linear infinite;
  -moz-animation:KS 2s linear infinite;
  animation:KS 2s linear infinite;
}
.solutions-page .box .left .dots-box li .dots span:before {
  -webkit-animation-delay:.5s;
  -o-animation-delay:.5s;
  -ms-animation-delay:.5s;
  -moz-animation-delay:.5s;
  animation-delay:.5s;
}
.solutions-page .box .left .dots-box li:hover,
.solutions-page .box .left .dots-box li.active{
  color:#00a1aa;
}
.solutions-page .box .right {
  overflow:hidden;
  padding-bottom:200px;
  margin-bottom:-200px;
}
.solutions-page .box .right .img {
  vertical-align:middle;
}
.solutions-page .box .right .img img {
  width:100%;
}
.solutions-page .box .right .content {
  color:white;
  vertical-align:middle;
}
.solutions-page .box .right .slick-list {
  overflow:unset;
}
.solutions-page .box .right .content h4 {
  font-size:24px;
  text-transform:uppercase;
  font-family:'POPPINS-MEDIUM';
}
.solutions-page .box .right .content .text {
  font-size:14px;
  margin-top:40px;
  line-height:30px;
  font-family:'POPPINS-LIGHT';
  max-width:560px;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(2) {
  left:5%;
  top:82%;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(2) .dots {
  left:100%;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) {
  left:39%;
  top:20%;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) .dots {
  top:148px;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) .dots:after {
  top:auto;
  bottom:0;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(3) {
  left:55%;
  top:89%;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(4) {
  left:74%;
  top:22%;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(4) .dots {
  top:148px;
}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(4) .dots:after {
  top:auto;
  bottom:0;
}
.solutions-page .box .cat-204 .right .img {
  width:38%;
}
.solutions-page .box .cat-204 .right .content {
  width:62%;
  padding:0 8%;
}

.solutions-page .box .cat-205 .left .dots-box li:nth-child(1) {
  left:18%;
  top:89%;
}
.solutions-page .box .cat-205 .left .dots-box li:nth-child(2) {
  left:41%;
  top:89%;
}
.solutions-page .box .cat-205 .left .dots-box li:nth-child(2) .dots {
  left:100%;
}
.solutions-page .box .cat-205 .left .dots-box li:nth-child(3) {
  left:69%;
  top:90%;
}
.solutions-page .box .cat-205 .left {
  width:59%;
}
.solutions-page .box .cat-205 .right {
  width:41%;
}
.solutions-page .box .cat-205 .right .img {
  width:100%;
}
.solutions-page .box .cat-205 .right .content,
.solutions-page .box .cat-209 .right .content,
.solutions-page .box .cat-206 .right .content{
  padding:50px 8% 15px;
}
.solutions-page .box .cat-210 .right .content {
  padding:35px 6% 215px;
  margin-bottom:-200px;
}
.solutions-page .box .cat-210 .right .content h4 {
  min-height:72px;
}
.solutions-page .box .cat-210 .right ul .slick-slide:nth-child(even) .content {
  background:#e6e6e8;
}
.solutions-page .box .cat-210 .right ul .slick-slide:nth-child(even) .content h4 {
  color:#00a1aa;
}
.solutions-page .box .cat-210 .right ul .slick-slide:nth-child(even) .content .text {
  color:#080808;
}
.opportunities-page h5 {
	font-size:18px;
	color:black;
	font-family:'Arial';
}
.opportunities-page .box dl {
	margin:50px 0;
	font-size:16px;
/* 	font-weight:bold; */
	font-family:'Arial';
}
.opportunities-page .box dl dt {
	width:30%;
	display:inline-block;
	vertical-align:top;
	padding:5px 0;
}
.opportunities-page .box dl dd {
	width:70%;
	margin-left:-6px;
	padding-left:10px;
	display:inline-block;
	vertical-align:top;
	padding:5px 0;
}
.opportunities-page .box ul {
	font-size:14px;
	font-family:'Arial';
	font-style:italic;
}
.opportunities-page .box ul li {
	padding:6px 0;
}
.opportunities-page .box ul li i {
	width:30px;
	display:inline-block;
	vertical-align:top;
}
.opportunities-page .box ul li i img {
	display:inline-block;
	vertical-align:middle;
}
.opportunities-page .box ul li p {
	display:inline-block;
	vertical-align:top;
	max-width:90%;
}
.opportunities-page .opportunities {
	padding-top:60px;
}
.opportunities-page .opportunities dl dt {
	border-bottom:1px solid black;
}
.opportunities-page .opportunities dl dt h5 {
	display:inline-block;
}
.opportunities-page .opportunities dl dt i {
	display:inline-block;
	vertical-align:middle;
}
.opportunities-page .opportunities dl dt i img {
	width:22px;
	margin-top:-6px;
}
.opportunities-page .opportunities dl dt img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.opportunities-page .opportunities dl dt p {
	float:right;
	font-size:18px;
	color:rgba(0,0,0,.5);
	font-weight:bold;
}
.opportunities-page .opportunities dl dd {
	padding: 15px 0 40px;
}
.opportunities-page .opportunities dl dd .content {
	padding:12px 0;
}
.opportunities-page .opportunities dl dd .content .tit {
	width:30%;
	display:inline-block;
	vertical-align:top;
}
.opportunities-page .opportunities dl dd .content .text {
	width:70%;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:rgba(0,0,0,.6);
	line-height:30px;
}
.opportunities-page .opportunities dl dd .content .text li {
	list-style-type:disc;
}
.opportunities-page .outer h5 {
	border-bottom:1px solid black;
}
.opportunities-page .outer ul {
	padding-top:30px;
	margin:-5px;
	font-family:'Arial';
}
.opportunities-page .outer ul li {
	padding:5px;
	font-size:16px;
	color:black;
}
.opportunities-page .outer ul li i {
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
}
.opportunities-page .outer ul li i img {
	display:inline-block;
	vertical-align:middle;
}
.opportunities-page .outer ul li p {
	display:inline-block;
	vertical-align:top;
	max-width:90%;
}
.history-page .box {
	overflow:hidden;
}
.history-page .box ul {
	margin:-7px 0;
	position:relative;
	z-index:1;
}
.history-page .box ul:after {
	content:'';
	width:4px;
	height:100%;
	background:#339b9c;
	position:absolute;
	left:20%;
	top:0;
	margin-left:-2px;
	z-index:-1;
}
.history-page .box ul li {
	padding:7px 0;
	font-family:'Arial';
}
.history-page .box ul li .tit {
	width:20%;
	position:relative;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
	vertical-align:middle;
}
.history-page .box ul li .tit:after {
	content:'';
	width:24px;
	height:24px;
	border-radius:100%;
	border:5px solid #9f9f9f;
	position:absolute;
	left:100%;
	top:0;
	margin-left:-12px;
	background:white;
	z-index:1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.history-page .box ul li:first-child .tit:before,
.history-page .box ul li:last-child .tit:before{
	content:'';
	bottom:50%;
	left:100%;
	margin-left:-3px;
	width:6px;
	height:200px;
	background:#fafafa;
	position:absolute;
}
.history-page .box ul li:last-child .tit:before {
	top:50%;
}
.history-page .box ul li h5 {
	position:relative;
	color:rgba(0,0,0,.5);
	font-size:16px;
	padding:0 25px;
	text-align:center;
	text-transform:uppercase;
	font-family:'Arial';
	font-weight:bold;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.history-page .box ul li .content {
	width:75%;
	margin-left:5%;
	font-size:14px;
	color:#9f9f9f;
	line-height:30px;
	padding:35px 40px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
	background:white;
	border-radius:5px;
	vertical-align:middle;
}
.history-page .box ul li:hover .tit:after {
	border-color:#339b9c;
}
.history-page .box ul li:hover .content {
	background:#339b9c;
	color:white;
}
.innovation-page {
	padding:60px 0 100px;
}
.innovation-page .innovation-nav ul{
  background:white;
}
.innovation-page .innovation-nav ul li {
  line-height:70px;
  height:70px;
  text-align:center;
  font-size:14px;
  text-transform:uppercase;
  font-family:'POPPINS-LIGHT';
  color:black;
  position:relative;
  transition:.5s;
  cursor:pointer;
  cursor:hand;
}
.innovation-page .innovation-nav ul li a {
  display:block;
}
.innovation-page .innovation-nav ul li:hover,
.innovation-page .innovation-nav ul li.active{
  background:#e4e3e3;
}
.innovation-page .innovation-nav ul li:after {
  content:'';
  width:1px;
  height:90%;
  top:5%;
  right:0;
  background:#d9d9d9;
  position:absolute;
}
.innovation-page .innovation-nav ul li:last-child:after {
  display:none;
}
.innovation-page .innovation-box li {
	padding:40px 0;
}
.innovation-page .innovation-box li .img {
	width:40%;
	position:relative;
	padding-right:5%;
}
.innovation-page .innovation-box li .img ul {
	margin:-5px;
	letter-spacing:-4px;
}
.innovation-page .innovation-box li .img ul li {
	width:50%;
	padding:5px;
	display:inline-block;
	letter-spacing:0;
}
.innovation-page .innovation-box li .content {
	width:60%;
	font-size:16px;
	line-height:36px;
	position:relative;
}
.innovation-page .innovation-box li:nth-child(even) .img {
	left:60%;
	padding-left:5%;
	padding-right:0;
	text-align:right;
}
.innovation-page .innovation-box li:nth-child(even) .content {
	left:-40%;
}
.achievement-page .achievement-box .ui.container {
	max-width:950px;
}
.achievement-page .achievement-box {
	padding-top:60px;
}
.achievement-page .achievement-box h5 {
	text-align:center;
	font-size:18px;
	color:black;
	font-family: 'POPPINS-REGULAR';
	border-bottom:1px solid black;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
}
.achievement-page .achievement-box li {
	padding-bottom:50px;
}
.achievement-page .achievement-box li:last-child {
	padding-bottom:0;
}
.achievement-page .achievement-box .content {
	padding-top:30px;
}
.achievement-page .achievement-box .content .top {
	display:block;
}
.achievement-page .achievement-box .content .top i {
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.achievement-page .achievement-box .content .top text {
	display:inline-block;
	vertical-align:top;
	max-width:90%;
	font-size:18px;
	color:black;
	line-height:30px;
}
.achievement-page .achievement-box .content .text {
	padding-top:30px;
	font-size:14px;
	line-height:30px;
}
.achievement-page .achievement-box .content .text img.aligncenter{
	display:block;
	margin:20px auto;
}

.achievement-page .achievement-box .content .text img.alignright{
	display:block;
	margin:20px 0 20px auto;
}
.contact-info .options ul li {
	display:inline-block;
	margin-right:40px;
	font-size:18px;
	font-family: 'POPPINS-REGULAR';
	text-transform:uppercase;
	cursor:pointer;
	cursor:hand;
}
.contact-info .options ul li:after {
	content:'';
	display:block;
	width:10px;
	height:3px;
	background:#009fa8;
	margin-top:5px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.contact-info .options ul li.active:after,
.contact-info .options ul li:hover:after {
	width:70px;
}
.contact-info .result li dl {
	padding-top:60px;
	margin:-10px;
}
.contact-info .result li dl dd {
	padding:10px;
}
.contact-info .result li dl dd .box {
	display:block;
	border:1px solid #7d7d7d;
	padding:30px 10px;
	text-align:center;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
	color:black;
	font-family:'Arial';
}
.contact-info .result li dl dd .box p,
.contact-info .result li dl dd .box h6 {
	font-size:15px;
	margin:5px 0;
}
.contact-info .result li dl dd .box h5 {
	font-size:16px;
}
.contact-info .result li dl dd .box h3 {
	font-size:18px;
	margin-bottom:10px;
}
.contact-info .result li dl dd .box h5,
.contact-info .result li dl dd .box h6 {
	min-width:190px;
	width:auto;
	display:inline-block;
	margin:0 auto;
	text-align:left;
}
.contact-info .result li dl dd .box p,
.contact-info .result li dl dd .box h5,
.contact-info .result li dl dd .box h6 {
	color:rgba(0,0,0,.7);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.contact-info .result li dl dd .box h6:before,
.contact-info .result li dl dd .box h5:before{
	content:'';
	width:26px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	background-repeat:no-repeat;
	background-position:center center;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.contact-info .result li dl dd .box h6:before {
	background-image:url('../images/icon-contact-mail-1.png');
}

.contact-info .result li dl dd .box h5:before {
	background-image:url('../images/icon-contact-phone-1.png');
}
.contact-info .result li dl dd .box:hover p,
.contact-info .result li dl dd .box:hover h5,
.contact-info .result li dl dd .box:hover h6 {
	color:white;
}
.contact-info .result li dl dd .box:hover {
	background:#009fa8;
	border-color:#009fa8;
	color:white;
}
.contact-info .result li dl dd .box:hover h6:before {
	background-image:url('../images/icon-contact-mail-2.png');
}

.contact-info .result li dl dd .box:hover h5:before {
	background-image:url('../images/icon-contact-phone-2.png');
}
@media screen and (max-width: 1700px){
  .solutions-page .box .right .content .text {
    line-height:24px;
    margin-top:20px;
  }
  .solutions-page .box .cat-205 .right .content, .solutions-page .box .cat-209 .right .content, .solutions-page .box .cat-206 .right .content {
    padding:30px 5% 15px;
  }
  .solutions-page .box .left .dots-box li .dots {
    top:-118px;
  }
  .solutions-page .box .cat-204 .left .dots-box li:nth-child(4) .dots,.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) .dots {
    top:118px;
  }
  .solutions-page .box .left .dots-box li .dots:after {
    height:130px;
  }
  .solutions-page .box .left .dots-box li {
    font-size:16px;
  }
  .solutions-page .box .right .content h4 {
    font-size:20px;
  }
  .solutions-page .box .cat-210 .right .content h4 {
    min-height:40px;
    line-height:20px;
  }
  .solutions-page .box .cat-210 .right .content .text {
    margin-top:10px;
  }
  .solutions-page .box .cat-210 .right .content {
    padding:15px 5% 215px;
  }
}
@media screen and (max-width: 1400px){
  .solutions-page .box .left {
    width:55%;
  }
  .solutions-page .box .right {
    width:45%;
  }
  .solutions-page .box .cat-210 .left {
    width:68%;
  }
  .solutions-page .box .cat-210 .right {
    width:32%;
  }
  .solutions-page .box .cat-205 .right .content, .solutions-page .box .cat-209 .right .content, .solutions-page .box .cat-206 .right .content {
    padding:15px 5%;
  }
  .solutions-page .box .cat-205 .right .content .text, .solutions-page .box .cat-209 .right .content .text, .solutions-page .box .cat-206 .right .content .text {
    margin-top:10px;
  }
  .solutions-page .box .cat-205 .left {
    width:70%;
  }
  .solutions-page .box .cat-205 .right {
    width:30%;
  }
  .solutions-page .box .right .content .text {
    font-size:12px;
    line-height:20px;
  }
  .solutions-page .box .left .dots-box li {
    font-size:13px;
  }
  .solutions-page .box .left .dots-box li .dots:after {
    height:90px;
  }
  .solutions-page .box .left .dots-box li .dots {
    top:-88px;
  }
  .solutions-page .box .cat-204 .left .dots-box li:nth-child(4) .dots,.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) .dots {
    top:88px;
  }
  .solutions-page .box .cat-204 .right .img {
    width:47%;
  }
  .solutions-page .box .cat-204 .right .content {
    width:53%;
    padding:0 5%;
  }
  .solutions-page .solutions-nav ul li {
    line-height:50px;
    height:50px;
  }
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) {
		top:24%;
	}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(2) {
    left: 8%;
    top: 75%;
}
}
@media screen and (max-width: 1200px){
  #index-body .i-whyUs .the_list > .column .icon{
    height: 53px;
    line-height: 53px;
  }
}
.button-group .button {
  background: #009fa8 !important;
}
@media screen and (max-width: 1300px){
	#footer .footer-top .left ul li {
		width:50%;
	}
	.prodet-page .prodet-det-box .con-box p {
		font-size:14px;
		line-height:26px;
	}
	.prodet-page .prodet-det-box .op ul li {
		line-height:40px;
		height:40px;
		padding:0 20px;
		font-size:16px;
	}
	.inner-page .sideBar .side-menu li .children li a {
		font-size:12px;
	}
	.prodet-page .prodet-top-box .prodet-con .pro_tit {
		font-size:28px;
	}
	#index-body .init-2 .right .bottom .list ul li:nth-child(1)~li {
		display:none;
	}
	#header .nav-fixed .box .slide dl dd .right ul li {
		margin-bottom:4px;
	}
	.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
		width:160px;
	}
	.innovation-page .innovation-box li .content {
		font-size:14px;
		line-height:30px;
	}
	.achievement-page .achievement-box .content .top text {
		font-size:16px;
	}
	.about-page .about-article p {
		font-size:14px;
		line-height:24px;
	}
	.inner-page .sideBar .side-menu li a,.opportunities-page .box dl {
		font-size:14px;
	}
	.opportunities-page h5 {
		font-size:16px;
	}
	.opportunities-page .opportunities dl dd .content .text {
		font-size:14px;
		line-height:26px;
	}
	.opportunities-page .opportunities dl dt p {
		font-size:16px;
	}
	.opportunities-page .outer ul li {
		font-size:14px;
	}
	.contact-info .result li dl dd .box h5, .contact-info .result li dl dd .box h6 {
		font-size:14px;
	}
	.contact-info .result li dl dd .box h3 {
		font-size:16px;
	}
	.inner-page .inner-tit {
		font-size:30px;
	}
	.prodetFeedback {
		padding:60px 0 90px;
	} 
}
@media screen and (max-width: 1200px){
  .inner-banner .inner-tit {
    font-size: 26px;
  }
  .inner-page .sideBar .side-tit {
    font-size: 20px;
  }
  .inner-page .sideBar .side-menu li a {
    padding: 6px 0 6px 15px;
  }
  .inner-page .sideBar .side-menu {
    padding-bottom: 50px;
  }
  .about-page .about-article p {
    font-size: 14px;
  }
  .inner-page {
    padding: 40px 0 !important;
  }
  .inner-page.contact-page {
    padding: 0 !important;
  }
  .i-product .tab-box li {
    width: 33.3333%;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-top-box .prodet-pic {
    padding-right: 2rem !important;
  }
  .prodet-page .prodet-top-box .prodet-con .prodet_social {
    margin: 10px 0;
  }
  .inner-page .inner-tit {
    font-size: 26px;
  }
  .prodetFeedback {
    padding: 80px 0;
  }
  .prodet-page .prodet-top-box {
    padding-bottom: 40px;
  }
  .prodetFeedback .ptForm .fbTop,.prodetFeedback .ptForm .fbBot {
    margin-bottom: 50px;
  }
  .prodetFeedback .ptForm {
    margin-top: 40px;
  }
  .news-page .newslist li .new-r h3 {
    font-size: 16px;
  }
  .news-page .newslist li .new-r .new-abst {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 18px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .contact-page .c-list-box .c-name {
    font-size: 24px;
  }
  .contact-page .c-list-box .info {
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px){
  .contact-page .c-list-box .c-name {
    margin-bottom: 20px;
  }
  .contact-page .c-list-box,.prodetFeedback {
    padding: 50px 0;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 14px;
  }
  #mapContainer {
    height: 250px !important;
  }
  .inner-page .grid-box .page-rightBar {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .grid-box .sideBar {
    display: none;
  }
  .inner-page .inner-tit {
    font-size: 22px;
  }
  .prodetFeedback .ptForm label {
    font-size: 13px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_tit {
    font-size: 28px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    font-size: 14px;
  }
	.innovation-page .innovation-nav ul li {
		line-height:50px;
		height:50px;
	}
	.inner-banner {
		height:300px;
		padding-top:120px;
	}
	.contact-info .result li dl {
		padding-top:40px;
	}
	.product-page-yd ul li .con-box {
		padding-left:0;
	}
	.product-page-yd ul li .con-box h3 {
		font-size:24px;
	}
	.product-page-yd ul li .con-box a.more {
		line-height:40px;
		height:40px;
		padding:0 30px;
		font-size:16px;
	}
	.product-page-yd ul li {
		padding:25px;
	}
	.i-con-box h3 {
		font-size:16px;
	}
	.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
		width:150px;
	}
	#index-body .init-2 .right .bottom .list ul li:nth-child(1)~li {
		display:block;
	}
	#index-body .init-2 .right .bottom .list ul li:nth-child(2)~li {
		display:none;
	}
	#index-body .init-2 .right .bottom .list ul li {
		padding:10px;
	}
	.download-page .i-product .tab-box li {
		margin-right:0 !important;
		width:33.33%;
	}
	.solutions-page .solutions-nav {
		display:none;
	}
	.solutions-page .box .left,.solutions-page .box .cat-205 .left,.solutions-page .box .cat-210 .left {
		width:100%;
	}
	.solutions-page .box .right,.solutions-page .box .cat-205 .right,.solutions-page .box .cat-210 .right {
		width:100%;
		padding:20px;
		margin-bottom:0;
	}
	.solutions-page .box .right .slick-list {
		overflow:hidden;
	}
	.solutions-page .box {
		margin-top:0;
	}
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(2) {
		left:14%;
	}
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) {
		top:23%;
	}
	.innovation-page .innovation-box li .img {
		width:100%;
		padding-right:0;
	}
	.innovation-page .innovation-box li .content {
		width:100%;
		padding-top:20px;
	}
	.innovation-page .innovation-box li .img ul li {
		width:33.333%;
	}
	.innovation-page .innovation-box li:nth-child(even) .img {
		padding-left:0;
		left:0;
	}
	.innovation-page .innovation-box li:nth-child(even) .content {
		left:0;
	}

}

@media screen and (max-width: 700px){
  .news-page .newslist li .new-r .new-abst {
    font-size: 12px;
  }
	#footer .footer-top .left ul li {
		width:100% !important;
	}
  .inner-banner .inner-tit {
    font-size: 20px;
  }
  .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 12px;
  }
  .inner-banner {
    height: 180px;
    padding-top: 60px;
  }
  .i-product .tab-box li {
    width: 50%;
    margin-bottom: 0;
    padding: 5px;
  }
  .i-product .tab-box ul {
    margin: -5px;
  }
  .about-page .about-article p {
    font-size: 12px;
  }
  .prodet-page .prodet-top-box .prodet-pic,
  .prodet-page .prodet-top-box .prodet-con {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .prodet-page .prodet-top-box .prodet-con {
    padding-top: 30px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_tit {
    font-size: 18px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    font-size: 12px;
  }
  .inner-page .inner-tit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin: 0 0 10px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 43px;
  }
  .prodetFeedback .ptForm .fbBot textarea,
  .prodetFeedback .ptForm .fbBot textarea:focus{
    height: 100px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .prodetFeedback .ptForm {
    text-align: center;
  }
  .prodetFeedback .ptForm ul {
    text-align: left;
  }
  .news-page .newslist li .new-r h3,.newdet-page .news .news_title h1 {
    font-size: 14px;
  }
  .news-page .newslist li {
    padding: 5px;
  }
  .newdet-page .news .news_abst,
  .newdet-page .news .news_date,.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;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .c-name {
    font-size: 20px;
  }
  .contact-page .c-list-box .info {
    font-size: 14px;
    line-height: 24px;
  }
  .prodetFeedback .ptForm .fbTop, .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
	.innovation-page.contact-page .innovation-nav ul li,.innovation-page .innovation-nav ul li {
		width:33.333% !important;
		font-size:12px;
		line-height:40px;
		height:40px;
	}
	.opportunities-page .box dl dd,.opportunities-page .opportunities dl dd .content .text {
		padding-left:5%;
	}
	.opportunities-page .opportunities dl dt p {
		font-size:14px;
	}
	.history-page .box ul li .content {
		padding:20px;
		line-height:24px;
	}
	.about-page iframe {
		height:400px !important;
	}
	.achievement-page .achievement-box .content .top text {
		max-width:85%;
		font-size:14px;
		line-height:24px;
	}
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(2) {
		left:6%;
	}
.solutions-page .box .cat-205 .left .dots-box li:nth-child(1) {
    left: 34%;
    top: 94%;
}
	.download-page .i-product .tab-box li {
		width:50%;
	}
	.download-page .i-product h4.font-22 {
		font-size:26px;
	}
	.product-page-yd ul li .con-box a.more {
		line-height:34px;
		height:34px;
		font-size:14px;
		padding:0 20px;
	}
	.product-page-yd ul li .con-box h3 {
		font-size:20px;
	}
	.prodet-page .prodet-top-box .prodet-con .pro_tit {
		font-size:24px;
	}
	.prodet-page .prodet-det-box .con-box table {
		display:block;
		overflow:auto;
		white-space:nowrap;
	}
	#index-body .init-2 .right .bottom .list ul li:nth-child(2)~li {
		display:block;
	}
	#index-body .init-3 ul li {
		padding:20px 0;
	}

}
@media screen and (max-width: 500px){
	.product-page-yd ul li .img-box {
		width:50%;
	}
	.product-page-yd ul li .con-box h3 {
		font-size:18px;
	}
	.i-con-box h3 {
		font-size:14px;
	}
	.prodet-page .prodet-top-box .prodet-con .pro_tit {
		font-size:20px;
	}
.solutions-page .box .cat-204 .left .dots-box li:nth-child(1) {
    top: 10%;
}
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(2) {
    left: 1%;
		top:88%;
}
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(3) {
		top:94%;
	}
	.solutions-page .box .cat-204 .left .dots-box li:nth-child(4) {
		top:11%;
	}
	.solutions-page .box .right .content h4 {
		font-size:18px;
	}
.solutions-page .box .cat-205 .left .dots-box li:nth-child(2) {
    left: 26%;
    top: 79%;
}
	.solutions-page .box .cat-205 .left .dots-box li:nth-child(2) .dots {
		top:-37px;
	}
	.solutions-page .box .cat-205 .left .dots-box li:nth-child(2) .dots:after {
		height:42px;
	}
	.solutions-page .box .cat-205 .left .dots-box li:nth-child(3) {
		top:83%;
	}
	.solutions-page .box .cat-205 .left .dots-box li:nth-child(3) .dots {
		top:-50px;
	}
	.solutions-page .box .cat-205 .left .dots-box li:nth-child(3) .dots:after {
		height:75px;
	}
	.solutions-page .box .cat-205 .right .content, .solutions-page .box .cat-209 .right .content, .solutions-page .box .cat-206 .right .content {
		padding:15px 0;
	}
	.innovation-page .innovation-box li .img ul li {
		width:50%;
	}
	.innovation-page .innovation-box li .img ul {
		text-align:left;
	}
	.history-page .box ul li h5 {
		padding-left:0;
	}
	.opportunities-page .outer ul li {
		width:50% !important;
	}
	.innovation-page.contact-page .innovation-nav ul li {
		width:100% !important;
		border-bottom:1px solid #eee;
	}
	.innovation-page .innovation-nav ul li:after {
		display:none;
	}
}