@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'ROBOTO-MEDIUM';
  src: url(../fonts/ROBOTO-MEDIUM.ttf) format('truetype'), url(../fonts/ROBOTO-MEDIUM.eot) format('eot'), url(../fonts/ROBOTO-MEDIUM.woff) format('woff'), url(../fonts/ROBOTO-MEDIUM.woff2) format('woff2');
}
@font-face {
  font-family: 'opensans-Regular';
  src: url(../fonts/opensans-Regular.ttf) format('truetype'), url(../fonts/opensans-Regular.eot) format('eot'), url(../fonts/opensans-Regular.woff) format('woff'), url(../fonts/opensans-Regular.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .aquilatelesc {
    display: none !important;
  }

}
.inner-page {
	position:relative;
	z-index:1;
}
body {
  font-family: "roboto-regular";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1370px;
}
.ui.container2 {
  padding: 0 65px;
}
#header {
  z-index: 21;
  position: relative;
}
#header .h-top {
  line-height: 80px;
  height: 80px;
  background: #f2f2f2;
  text-align: right;
  position: relative;
  z-index: 1;
}
#header .h-top .logo {
  float: left;
}
#header .h-top .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .h-nav {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .h-nav ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  margin: 0 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .h-nav ul li:hover {
  color: #0093dd;
}
#header .h-top .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  margin-left: 20px;
}
#header .h-top .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 20px;
  margin-right: 50px;
}
#header .h-top .yuy span {
  display: block;
  font-size: 14px;
  color: #181818;
}
#header .h-top .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 140px;
  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 #0093dd;
  display: none \9;
}
#header .h-top .yuy ul li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .yuy ul li img {
  max-width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#header .h-top .yuy ul li a {
  display: block;
}
#header .h-top .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .h-top .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .phone {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 18px;
  color: #0093dd;
  font-family: "ROBOTO-MEDIUM";
  border-left: 1px solid #5c5c5c;
}
#header .h-top .phone img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#header .h-top .phone i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .phone h4 {
  display: inline-block;
  vertical-align: middle;
}
#header .nav {
  line-height: 40px;
  height: 80px;
  background: #0093dd;
}
#header .nav .menu-box {
  display: block;
  text-align: center;
}
#header .nav .menu-box ul.menu > li {
  margin: 0 12px;
  font-size: 16px;
  font-family: "ROBOTO-MEDIUM";
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  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 #0093dd;
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .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 .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: #0093dd;
}
#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: #0093dd;
  -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: #0093dd;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #0093dd;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #0093dd !important;
}
div#banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
}
div#banner video {
    display:block;
}
div#banner div {
    z-index:1;
}
#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: 200vw;
  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: #0093dd;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0093dd;
}
#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 .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#banner .content p {
  display: block;
  font-family: "ROBOTO-MEDIUM";
  font-size: 24px;
  line-height: 44px;
  color: white;
  text-transform: uppercase;
  margin: 30px auto;
  max-width: 780px;
}
#banner .content i.play {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  cursor: hand;
}
#index-body h2 {
  font-size: 42px;
  color: black;
  font-family: "ROBOTO-MEDIUM";
  text-transform: uppercase;
  line-height: 54px;
}
#index-body p.t {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.78);
  display: block;
}
 .aquilate{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.78);
  display: block;
}
 .aquilate h1{
 display:inline;

}
#index-body .init-1 .top {
  padding: 45px 0;
}
#index-body .init-1 .bottom .left {
  width: 37%;
}
#index-body .init-1 .bottom .left .box {
  background-image: url("../images/init-1-1-bg.jpg");
}
#index-body .init-1 .bottom .left .box img {
  display: block;
  margin: 70px auto 0;
}
#index-body .init-1 .bottom .right {
  width: 63%;
  padding-left: 15px;
}
#index-body .init-1 .bottom .right .box {
  background-image: url("../images/init-1-2-bg.jpg");
}
#index-body .init-1 .bottom .right .box img {
  display: block;
  margin: -80px auto 0;
}
#index-body .init-1 .bottom .text {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
#index-body .init-1 .bottom .box {
  height: 700px;
  padding: 100px 65px 0;
  background-size: cover;
}
#index-body .init-1 .bottom .box h3 {
  display: block;
  color: white;
  font-size: 36px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  text-shadow: 5px 4px 10px rgba(11, 11, 11, 0.91);
  margin-bottom: 30px;
}
#index-body .init-1 .bottom .box a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: #0093dd;
  color: white;
  font-family: "roboto-bold";
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
}
#index-body .init-2 {
  padding: 60px 0 80px;
}
#index-body .init-2 .box {
  padding-top: 30px;
}
#index-body .init-2 .box ul {
  margin: -5px;
}
#index-body .init-2 .box ul li {
  padding: 5px;
}
#index-body .init-2 .box ul li:nth-child(2) {
  width: 66.666%;
}
#index-body .init-2 .box ul li a {
  display: block;
  height: 520px;
  line-height: 520px;
  background: #eaeaea;
  text-align: center;
}
#index-body .init-2 .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-link.png") no-repeat center center rgba(0, 147, 221, 0.71);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .box ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 50px;
	max-height:100%;
}
#index-body .init-2 .box ul li a h4 {
  line-height: normal;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #141413;
  font-family: "ROBOTO-MEDIUM";
  text-transform: uppercase;
}
#index-body .init-2 .box ul li a:hover:after {
  opacity: 1;
}
#footer {
  background-image: url("../images/f-bg.jpg");
  background-size: cover;
  font-family: "opensans-Regular";
  color: white;
}
#footer .footer-top {
  padding: 150px 0 70px;
}
#footer .footer-top .left {
  width: 26%;
}
#footer .footer-top .left .f-logo {
  display: block;
}
#footer .footer-top .left .info {
  padding-top: 10px;
  max-width: 280px;
}
#footer .footer-top .left .info ul li {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
#footer .footer-top .right {
  width: 74%;
}
#footer .footer-top .right ul {
  margin: 0 -10px;
}
#footer .footer-top .right ul li {
  padding: 0 10px;
}
#footer .footer-top .right ul li dl dt {
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "roboto-bold";
}
#footer .footer-top .right ul li dl dd {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
#footer .footer-top .right ul li dl dd:nth-child(9)~dd {display:none;}
#footer .footer-top .right ul li dl dd:hover {
  text-decoration: underline;
}
#footer .footer-top .right ul li:nth-child(1) {
  width: 21%;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 18%;
}
#footer .footer-top .right ul li:nth-child(3) {
  width: 40%;
}
#footer .footer-top .right ul li:nth-child(3) dd {
  opacity: .7;
  margin-bottom: 15px;
  max-width: 330px;
}
#footer .footer-top .right ul li:nth-child(3) dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right ul li:nth-child(4) {
  width: 21%;
}
#footer .footer-top .right ul li:nth-child(4) h4 {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .footer-top .right ul li:nth-child(4) p {
  display: block;
  font-size: 14px;
  line-height: 23px;
}
#footer .footer-top .right ul li:nth-child(4) .form ul {
  margin: 0;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li {
  display: block;
  width: 100% !important;
  padding: 5px 0;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li input,
#footer .footer-top .right ul li:nth-child(4) .form ul li textarea{
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: none;
  padding: 0 10px;
  background: white;
  font-size: 14px;
  color: #333;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li textarea {
	line-height:24px;
	padding:6px 10px;
	height:80px;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li input::-webkit-input-placeholder,
#footer .footer-top .right ul li:nth-child(4) .form ul li textarea::-webkit-input-placeholder{
  color: #777;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li input:-moz-placeholder,
#footer .footer-top .right ul li:nth-child(4) .form ul li textarea:-moz-placeholder{
  color: #777;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li input::-moz-placeholder,
#footer .footer-top .right ul li:nth-child(4) .form ul li textarea::-moz-placeholder{
  color: #777;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li input:-ms-input-placeholder,
#footer .footer-top .right ul li:nth-child(4) .form ul li textarea:-ms-input-placeholder{
  color: #777;
}
#footer .footer-top .right ul li:nth-child(4) .form ul li input[type="submit"] {
  width: 60%;
  background: #0093dd;
  text-transform: uppercase;
  color: white;
}
#footer .footer-bottom {
  padding: 25px 0 35px;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
}
#footer .footer-bottom p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .ui.container2 {
    padding: 0 15px;
  }
  .ui.container {
    width: 1200px;
  }
  #header .h-top {
    height: 70px;
    line-height: 70px;
  }
  #banner .content p {
    font-size: 20px;
    line-height: 34px;
  }
  #banner .content img {
    max-height: 70px;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 44px;
  }
  #index-body .init-1 .top {
    padding: 30px 0;
  }
  #index-body .init-1 .bottom .box h3 {
    font-size: 28px;
  }
  #index-body .init-1 .bottom .box a.more {
    font-size: 14px;
    line-height: 38px;
    height: 34px;
  }
  #index-body .init-1 .bottom .box {
    height: 600px;
    padding: 50px 25px;
  }
  #index-body .init-1 .bottom .left .box img {
    margin-top: 40px;
  }
  #index-body .init-2 {
    padding: 30px 0;
  }
  #index-body .init-2 .box ul li a {
    height: 400px;
    line-height: 400px;
  }
  #header .nav .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header .h-top .h-nav ul li {
    margin: 0 10px;
  }
  #index-body .init-2 .box ul li a:after {
    background-size: 50px;
  }
  #index-body .init-2 .box ul li a h4 {
    font-size: 20px;
    bottom: 10px;
  }
  #index-body .init-2 .box ul li a img {
    padding: 30px;
  }
  #footer .footer-top {
    padding: 60px 0 10px;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #header .h-top .phone {
    display: none;
  }
  #header .h-top .yuy {
    margin-right: 0;
  }
  #header .h-top .h-nav ul li {
    font-size: 16px;
  }
  #banner .content p {
    font-size: 18px;
    line-height: 30px;
  }
  #banner .content img {
    max-height: 50px;
  }
  #banner .content i.play img {
    max-height: 40px;
  }
  #index-body h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #index-body .init-1 .bottom .box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #index-body .init-1 .bottom .box a.more {
    font-size: 13px;
  }
  #index-body .init-1 .bottom .box {
    height: 440px;
  }
  #index-body .init-1 .bottom .right .box img {
    margin-top: -90px;
  }
  #index-body .init-1 .bottom .left .box img {
    margin-top: 20px;
  }
  #index-body .init-2 .box ul li a {
    height: 340px;
    line-height: 340px;
  }
  #index-body .init-2 .box ul li a img {
    display: block;
    max-height: 100%;
  }
  #index-body .init-2 .box ul li a {
    height: 260px;
    line-height: 260px;
  }
  #footer .footer-top .left {
    display: none;
  }
  #footer .footer-top .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  #index-body h2 {
    font-size: 26px;
    line-height: 26px;
  }
  #index-body .init-1 .top {
    padding: 20px 0;
  }
  #index-body .init-1 .bottom .box h3 {
    font-size: 20px;
  }
  #index-body .init-1 .bottom .box {
    height: 360px;
    padding: 20px;
  }
  #index-body .init-1 .bottom .right .box img {
    margin-top: -50px;
  }
  #index-body .init-2 .box ul li a h4 {
    font-size: 16px;
    bottom: 5px;
  }
  #index-body .init-2 .box ul li a img {
    padding: 20px;
  }
  #index-body .init-2 .box ul li a {
    height: 200px;
    line-height: 200px;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-top .right ul li:nth-child(4) {
    width: 36%;
  }
  #footer .footer-top .right ul li:nth-child(2) {
    width: 30%;
  }
  #footer .footer-top .right ul li:nth-child(1) {
    width: 34%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content img {
    max-height: 40px;
  }
  #banner .content p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
  }
  #index-body h2 {
    font-size: 22px;
    line-height: 22px;
  }
  #index-body .init-1 .bottom .left,
  #index-body .init-1 .bottom .right {
    width: 100%;
  }
  #index-body .init-1 .bottom .right {
    padding-left: 0;
    padding-top: 15px;
  }
  #index-body .init-1 .bottom .left .box img {
    max-height: 200px;
    margin-top: -20px;
  }
  #index-body .init-1 .bottom .box {
    height: 300px;
  }
  #index-body .init-1 .bottom .right .box img {
    max-height: 240px;
  }
  #index-body .init-2 .box ul li:nth-child(2) {
    width: 50%;
  }
  #index-body .init-2 .box ul li a img {
    max-height: 160px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  #banner .content p {
    display: none;
  }
  #banner .content img {
    display: block;
    margin: 5px auto;
  }
  #index-body .init-1 .bottom .left .box img {
    margin-top: 10px;
  }
  #index-body .init-2 .box ul li:nth-child(2) {
    width: 100%;
  }
  #index-body .init-2 .box ul li:nth-child(4) ~ li {
    display: none;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    width: 50%;
  }
  #footer .footer-top .right ul li:nth-child(4) {
    width: 100%;
    padding-top: 30px;
  }
  #footer .footer-top .right ul li:nth-child(4) h4,
  #footer .footer-top .right ul li dl dt {
    margin-bottom: 5px;
  }
  #footer .footer-bottom p {
    text-align: center;
    display: block;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  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: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  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: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  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: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.mbx {
  display: block;
  background: #f5f7f7;
  font-family: "opensans-Regular";
  padding: 15px 0;
}
.mbx span {
  margin-left: 10px;
}
.mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 10px;
}
.mbx a:hover {
  color: #0093dd;
}
.mbx a:first-child {
  margin-left: 0;
}
.white {
  color: white;
}
.color {
  color: #0093dd;
}
.line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: white;
  margin: 15px auto 0;
}
.black.line:after {
  background:#333;
}
.img-zoom {
  position: relative;
}
.img-zoom:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) center center no-repeat url("../images/icon-search-white.png");
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.img-zoom:hover:after {
  opacity: 1;
}
.cloudzoom-zoom-inside {
  cursor: crosshair;
}
.inner-page p {
  font-family: "opensans-Regular";
}
.inner-page .sidebar {
  width: 20%;
}
.inner-page .sidebar .search {
  display: block;
  background: #0093dd;
  color: white;
  padding: 20px;
  border-top-left-radius: 30px;
}
.inner-page .sidebar .search form {
  position: relative;
}
.inner-page .sidebar .search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  padding-left: 40px;
  font-family: "opensans-Regular";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .search form input::-webkit-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input::-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-ms-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input[type="submit"] {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
  background-size: 18px;
}
.inner-page .sidebar .search form input:focus {
  border-color: white;
}
.inner-page .sidebar .sidebar-nav {
  margin-top: 10px;
}
.inner-page .sidebar .sidebar-nav h4 {
  display: block;
  background: #0093dd;
  color: #fff;
  font-size: 22px;
  padding: 20px;
  font-family: "roboto-bold";
}
.inner-page .sidebar .sidebar-nav h4 i {
  margin-right: 10px;
}
.inner-page .sidebar .sidebar-nav .nav {
  padding-top: 10px;
}
.inner-page .sidebar .sidebar-nav .nav ul {
  border-bottom: 1px solid #ccc;
}

.telescope h1{

  font-size: 26px;
  line-height:32px;
  color:#0093dd;
}
.telescope .aquilatelesc{
line-height:28px;
font-size:14px;
padding:8px 0 8px;
}
.inner-page .sidebar .sidebar-nav .nav ul li a {
  line-height: 24px;
  padding: 20px;
  display: block;
  color: #4c4c4d;
  font-size: 18px;
  font-family: "opensans-Regular";
  border-top: 1px solid #ccc;
  position: relative;
	text-transform:capitalize;
}
.inner-page .sidebar .sidebar-nav .nav ul li a:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 18px;
  font-family: "FontAwesome";
}
.inner-page .sidebar .sidebar-nav .nav ul li a:hover {
  text-decoration: underline;
}
.inner-page .sidebar .sidebar-nav .nav ul li:first-child a {
  border-top: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li.active a:before {
  content: "\f107";
}
.inner-page .sidebar .sidebar-nav .nav ul li ul {
  display: none;
  border-bottom: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a {
  border-top: none;
  border-bottom: none !important;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  color: #656666;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:before {
  content: '' !important;
  display: inline-block;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  background: #cacbcc;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "opensans-Regular";
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover {
  text-decoration: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover:before {
  background: #0093dd;
}
.inner-page .box-right {
  width: 80%;
  padding-left: 60px;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #0093dd;
  border-color: #0093dd;
}
.about-page .about-1 {
  padding: 80px 0;
  font-family:'roboto-regular';
}
.about-page .about-1 h2 {
    text-align: center;
    font-size: 34px;
    color: #2b2b2b;
    line-height: 34px;
    font-family: "roboto-bold";
    display: block;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {
  padding-top: 30px;
}
.about-page .about-1 .box .box2 .text {
  font-size:16px;
  line-height:28px;
}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 30px;
  font-family: "roboto-bold";
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-1 .right {
  position:relative;
}
.about-page .about-1 .play {
  position:absolute;
  top:50%;
  left:50%;
  width:80px;
  height:80px;
  margin-top:-40px;
  margin-left:-40px;
  z-index:1;
  cursor:pointer;
  cursor:hand;
}
.about-page .about-2 {
  padding: 70px 0;
  background: rgba(53, 138, 195, 0.08);
}
.about-page .about-2 h3 {
    text-align: center;
    font-size: 34px;
    color: #2b2b2b;
    line-height: 34px;
    font-family: "roboto-bold";
    display: block;
}
.about-page .about-2 .box {
  padding: 80px 0 30px;
}
.about-page .about-2 .box ul {
  margin: -15px;
}
.about-page .about-2 .box ul .slick-arrow {
  width:40px;
  height:40px;
  border-radius:5px;
  border:none;
  background-color:rgba(0,0,0,.3);
  background-position:center center;
  background-size:12px;
  background-repeat:no-repeat;
  position:absolute;
  top:40%;
  margin-top:-20px;
  cursor:pointer;
  cursor:hand;
  transition:.5s;
}
.about-page .about-2 .box ul .slick-arrow:hover {
  background-color:#0093dd;
}
.about-page .about-2 .box ul .slick-arrow.slick-prev {
  left:-50px;
  background-image:url('../images/banner-btn-l.png');
}
.about-page .about-2 .box ul .slick-arrow.slick-next {
  right:-50px;
  background-image:url('../images/banner-btn-r.png');
}
.about-page .about-2 .box ul .slick-dots {
  padding:0;
  margin:40px 0 0;
  text-align:center;
}
.about-page .about-2 .box ul .slick-dots li {
  padding:0;
  width:16px;
  height:16px;border-radius:100%;
  border:1px solid #666;
  position:relative;
  display:inline-block;
  margin:0 5px;
  transition:.5s;
  cursor:pointer;
  cursor:hand;
}
.about-page .about-2 .box ul .slick-dots li.slick-active,
.about-page .about-2 .box ul .slick-dots li.slick-active:after{
  border-color:#0093dd;
}
.about-page .about-2 .box ul .slick-dots li button {
  display:none;
}
.about-page .about-2 .box ul .slick-dots li:after {
  content:'';
  border:3px solid #666;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-3px;
  margin-top:-3px;
  border-radius:inherit;
}
.about-page .about-2 .box ul li {
  padding: 15px;
}
.about-page .about-2 .box ul li a.img-box {
  display: block;
}
.about-page .about-2 .box ul li a.img-box img {
  width: 100%;
}
.about-page .about-3 {
  height: 450px;
  line-height: 450px;
}
.about-page .about-3 .text {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-top: 15%;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 {
  padding: 90px 0;
}
.about-page .about-4 .box {
  padding-top: 50px;
}
.about-page .about-4 .box ul {
  position: relative;
}
.about-page .about-4 .box ul:after,
.about-page .about-4 .box ul:before {
  content: '';
  position: absolute;
  background: #ccc;
}
.about-page .about-4 .box ul:after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.about-page .about-4 .box ul li {
  padding: 40px;
  border-top:1px solid #ccc;
  position:relative;
}
.about-page .about-4 .box ul li:nth-child(1),
.about-page .about-4 .box ul li:nth-child(2) {
  border-top:none;
}
.about-page .about-4 .box ul li:nth-child(2n+1):after {
  content: '';
  border: 3px solid #0093dd;
  position: absolute;
  left:100%;
  top: 100%;
  border-radius: 100%;
  margin-left: -2.5px;
  margin-top: -2.5px;
  z-index: 1;
}
.about-page .about-4 .box ul li:nth-last-child(2):after {
  display:none;
}
.about-page .about-4 .box ul li h3 {
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-4 .box ul li h3:after {
  content: attr(data-text);
  font-size: 90px;
  color: #0093dd;
  opacity: .05;
  font-family: "ROBOTO-MEDIUM";
  position: absolute;
  left: 50%;
  top: 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%);
}
.about-page .about-4 .box ul li h4 {
  margin-bottom: 10px;
}
.about-page .about-4 .box ul li p {
  height: auto !important;
}
.product-page {
  background: #f5f7f7;
  padding: 80px 0;
}
.product-page .box-right .top {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cacbcc;
  color: #656666;
  padding-top: 10px;
}
.product-page .box-right .bottom {
  padding-top: 30px;
}
.product-page .box-right .bottom ul {
  margin: -5px;
}
.product-page .box-right .bottom ul li {
  padding: 5px;
}
.product-page .box-right .bottom ul li a.img-box {
  display: block;
	padding:15px;
}
.product-page .box-right .bottom ul li a.img-box em {
	display:block;
	overflow:hidden;
}
.product-page .box-right .bottom ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box-right .bottom ul li .content .text {
  padding: 20px 15px;
}
.product-page .box-right .bottom ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.product-page .box-right .bottom ul li .content .text h4:hover {
  color: #0093dd;
}
.product-page .box-right .bottom ul li .content .text p {
  color: #666;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.product-page .box-right .bottom ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.prodet-page {
  background: #f5f7f7;
  padding: 80px 0;
}
.prodet-page .line:after {
  display: block;
  width: 100%;
  background: #ccc;
  margin-top: 10px;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
	border:2px solid transparent;
}
.prodet-page .prodet-1 .left .gallery {
  padding-top: 10px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .gallery .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
  width: 25%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery ul li img.cloudzoom-gallery-active {
  border: 2px solid #0093dd;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}
.prodet-page .prodet-1 .right .text {
  color: #656666;
}
.prodet-page .prodet-1 .right .text p {
  padding-left: 20px;
  margin: 5px 0;
  position: relative;
}
.prodet-page .prodet-1 .right .text p:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #656666;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  background: #656666;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #0093dd;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf:hover {
  background: #222;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 40px;
  height: 40px;
  background: #0093dd;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  color: #666;
}
.prodet-page .prodet-2 .content ul li {
	list-style:disc;
	margin-left:20px;
}
.prodet-page .prodet-2 .content strong {
	font-weight:bold;
}
.prodet-page .prodet-2 .content span {
	font-size:unset;
}
.prodet-page .prodet-2 .content table {
  margin-top:20px;
}
.prodet-page .prodet-3 .box {
  padding-top: 20px;
}
.prodet-page .prodet-3 .box ul {
  margin: -10px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .box ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .box ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content img {
	padding:15px;
}
.prodet-page .prodet-3 .box ul li .content .text {
  padding: 10px 15px;
}
.prodet-page .prodet-3 .box ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.prodet-page .prodet-3 .box ul li .content .text h4:hover {
  color: #0093dd;
}
.prodet-page .prodet-3 .box ul li .content .text p {
  color: #666;
}
.prodet-page .prodet-3 .box ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-page {
  padding: 80px 0;
}
.news-page ul {
  margin: -30px -20px;
}
.news-page ul li {
  padding: 30px 20px;
}
.news-page ul li .box .img {
  vertical-align: middle;
}
.news-page ul li .box .img a {
  display: block;
}
.news-page ul li .box .content {
  padding-left: 25px;
  vertical-align: middle;
}
.news-page ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content h3:hover {
  color: #0093dd;
}
.news-page ul li .box .content time {
  margin: 10px 0;
  color: #666;
  display: block;
}
.news-page ul li .box .content p {
  color: #666;
}
.news-page ul li .box .content a.more {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  background: #0093dd;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page {
  padding: 80px 0;
  text-align: center;
}
.newdet-page .line:after {
  background: #666;
}
.newdet-page time {
  display: block;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
.newdet-page .content {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.faq-page {
  padding: 80px 0;
}
.faq-page ul li {
  background: #eee;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li .q {
  font-size: 18px;
  color: #333;
  position: relative;
  padding: 10px 20px 10px 50px;
}
.faq-page ul li .q i {
  position: absolute;
  left: 20px;
  top: 10px;
}
.faq-page ul li .a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  position: relative;
  padding: 10px 20px 20px 50px;
  background: #f8f8f8;
}
.faq-page ul li .a i {
  position: absolute;
  left: 20px;
  top: 10px;
}
.lg-page {
  padding: 80px 0;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li h3 {
  display: block;
  padding: 10px;
  background: #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li:hover h3 {
  background: #0093dd;
  color: white;
}
.contact-page .map {
  border-bottom: 20px solid #f5f7f7;
}
.contact-page .contact-1 {
  padding: 50px 0;
}
.contact-page .contact-1 ul li {
  padding-left: 60px;
  position: relative;
}
.contact-page .contact-1 ul li i {
  font-size: 24px;
  color: #0093dd;
  position: absolute;
  left: 20px;
  top: 3px;
}
.contact-page .contact-1 ul li h4 small {
  display: block;
  font-size: 14px;
  color: #666;
}
.contact-page .contact-2 {
  padding: 80px 0;
  background: #f5f7f7;
}
.contact-page .contact-2 .form {
  margin-top: 40px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border: none;
  box-shadow: 0px 2px 3px #eaeded;
  padding: 0 20px;
  font-size: 16px;
  color: black;
  font-family: "opensans-Regular";
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 180px;
  line-height: 24px;
  padding: 18px 20px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  background: #0093dd;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .button-group .button {
  background: #0093dd !important;
}
@media screen and (max-width: 1450px) {
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .box-right {
    padding-left: 40px;
  }
  .font-18,
  .font-18 {
    font-size: 16px;
  }
  .font-30,
  .font-34 {
    font-size: 20px;
  }
  .about-page .about-1 .left .content {
    line-height: 30px;
  }
  .font-28,
  font-24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1,
  .about-page .about-2 .box,
  .about-page .about-4,
  .product-page,
  .prodet-page .prodet-2,
  .prodet-page,
  .faq-page,
  .lg-page,
  .newdet-page,
  .contact-page .contact-2,
  .news-page {
    padding: 60px 0;
  }
  .about-page .about-1 .left .content {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
  }
  .about-page .about-2 .box ul li {
    padding: 5px;
  }
  .about-page .about-2 .box ul {
    margin: -5px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-30,
  .font-34 {
    font-size: 24px;
  }
  .about-page .about-4 .box ul li {
    padding: 20px;
  }
  .about-page .about-4 .box ul li p {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li h3:after {
    font-size: 70px;
  }
  .inner-page .sidebar .search {
    padding: 10px;
    border-top-left-radius: 15px;
  }
  .inner-page .sidebar .search form input {
    font-size: 14px;
  }
  .inner-page .sidebar .sidebar-nav h4 {
    padding: 15px 10px;
    font-size: 18px;
  }
  .inner-page .sidebar .sidebar-nav .nav ul li a {
    padding: 15px 10px;
    font-size: 16px;
  }
  .inner-page .sidebar .sidebar-nav .nav ul li li a {
    padding: 15px 10px 15px 30px;
    font-size: 14px;
  }
  .inner-page .sidebar .sidebar-nav .nav ul li li a:before {
    left: 10px;
    width: 10px;
    height: 10px;
    top: 22px;
  }
  .inner-page .box-right {
    padding-left: 15px;
  }
  .product-page .box-right .bottom {
    padding-top: 10px;
  }
  .product-page .box-right .bottom ul li .content .text {
    padding: 15px 10px;
  }
  .font-16 {
    font-size: 14px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .prodet-page .prodet-1 .right .share ul li {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .prodet-page .prodet-1 .left .gallery ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .gallery ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .right .text p {
    margin: 0;
  }
  .prodet-page .prodet-2 .content {
    font-size: 14px;
    line-height: 24px;
  }
  .font-24 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 5px;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -5px;
  }
  .prodet-page .prodet-3 .box ul li .content .text {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .inner-page .box-right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebar {
    display: none;
  }
  .prodet-page .prodet-1 .right {
    font-size: 14px;
    line-height: 24px;
  }
  .news-page ul.grid-box li.column {
    width: 100%;
  }
  .news-page ul li {
    padding: 15px;
  }
  .news-page ul {
    margin: -15px;
  }
  .contact-page .contact-1 ul.grid-box li.column {
    width: 50%;
    margin: 20px 0;
  }
  .contact-page .contact-2 .form ul li {
    padding: 10px;
  }
  .contact-page .contact-2 .form ul {
    margin: -10px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 120px;
    padding: 13px 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px) {
  #mapContainer {
    height: 240px !important;
  }
  .news-page ul li .box .content a.more {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
  }
  .news-page ul li .box .content time {
    margin: 5px 0;
  }
  .font-14 {
    font-size: 12px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .about-page .about-4 .box ul li h4 {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .text {
    margin-top: 60%;
  }
  .about-page .about-4 .box ul:after,
  .about-page .about-4 .box ul:before,
  .about-page .about-4 .box ul li:first-child:after {
    display: none;
  }
  .about-page .about-4 .box ul li {
    border-top: 1px solid #ccc;
  }
  .about-page .about-4 .box ul li:first-child {
    border-top: none;
  }
  .about-page .about-4 .box ul li p {
    height: auto;
  }
  .about-page .about-4 .box {
    padding-top: 20px;
  }
  .about-page .about-1,
  .about-page .about-2 .box,
  .about-page .about-4,
  .product-page,
  .prodet-page .prodet-2,
  .prodet-page,
  .faq-page,
  .lg-page,
  .newdet-page,
  .contact-page .contact-2,
  .news-page {
    padding: 40px 0;
  }
  .about-page .about-2 {
    padding: 40px 0;
  }
  .about-page .about-1 .right .play img {
    max-width: 50px;
  }
  .font-18,
  .font-18 {
    font-size: 14px;
  }
  .product-page .box-right .top .left h3 {
    font-size: 18px;
    color: black;
    text-align: center;
  }
  .product-page .box-right .top .right {
    margin-top: 15px;
  }
  .product-page .box-right .top .right h3 {
    text-align: center;
  }
  .news-page ul li .box .content {
    padding-left: 0;
    padding-top: 20px;
  }
  .font-22 {
    font-size: 18px;
  }
  .contact-page .contact-1 ul.grid-box li.column {
    width: 100%;
    margin: 10px 0;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 180px;
  }
}
.cloudzoom-blank {
	background:white;
}