@font-face {
  font-family: 'Roboto-Light';
  src: url(Roboto-Light.ttf) format('truetype'), url(Roboto-Light.eot) format('eot'), url(Roboto-Light.woff) format('woff'), url(Roboto-Light.woff2) format('woff2');
}
#dituContent img {
  max-width: none;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
      font-size: 15px;
      line-height: 30px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-left: 240px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 240px;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  height: 100vh;
  text-align: center;
  padding: 40px 0;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#header .nav .ui.menu .logo {
  display: block;
  margin-left: 20px;
  margin-right: auto;
  vertical-align: middle;
  width: 200px;
  
}
#header .nav .ui.menu .menu-box {
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  display: block;
  margin-top: 60%;
}
#header .nav .ui.menu .menu-box ul.menu {
  margin: -10px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  color: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 10px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #61b6f7;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 0;
  left: 100%;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, -1, 0, -90deg);
  -moz-transform: rotate3d(0, -1, 0, -90deg);
  -ms-transform: rotate3d(0, -1, 0, -90deg);
  -o-transform: rotate3d(0, -1, 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;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #61b6f7;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .box .yuy {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #343434;
  margin: 0 15px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .yuy ul li:after {
  content: '/';
  position: absolute;
  left: 100%;
  margin-left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #343434;
}
#header .nav .ui.menu .box .yuy ul li:last-child:after {
  display: none;
}
#header .nav .ui.menu .box .yuy ul li:hover {
  color: #61b6f7;
}
#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(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(close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow:hover {
  background-color: #61b6f7;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#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: 40px;
  height: 40px;
  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;
  background-size: 10px;
}
#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: #61b6f7;
  -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: #61b6f7;
  background-color: white;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  
  border: 0px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #fff;
}
.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(fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #61b6f7;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(banner-btn-r.png);
  right: 40px;
}
#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: #61b6f7 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#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;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  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 .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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: #61b6f7;
  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 {
  width: 12px;
}
#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("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: #61b6f7;
}
#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 .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner li {
  position: relative;
  background-size: cover;
  height: 940px;
}
#banner li.ie1 {
  overflow: hidden;
  background: white;
}
#banner li .content {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner li .content i.hand {
  position: absolute;
  right: -50px;
  top: 100%;
  max-width: 60%;
}
#banner li .content .box .left {
  text-align: center;
  width: 45%;
  vertical-align: middle;
}
#banner li .content .box .left h2 {
  font-size: 48px;
  color: #0c0c0c;
}
#banner li .content .box .left p {
  display: block;
  font-size: 23px;
  color: #0c0c0c;
      margin-top: 30px;
}
#banner li .content .box .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 5%;
}
#banner li .content .box .right .img {
  width: 55%;
  vertical-align: middle;
}
#banner li .content .box .right .text {
  width: 45%;
  vertical-align: middle;
  padding-left: 10%;
}
#banner li .content .box .right .text dl dd {
  display: block;
  font-size: 24px;
  color: #0c0c0c;
  margin-bottom: 25px;
  -webkit-transition: 1.3s all,color .5s;
  -moz-transition: 1.3s all,color .5s;
  -ms-transition: 1.3s all,color .5s;
  -o-transition: 1.3s all,color .5s;
  transition: 1.3s all,color .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#banner li .content .box .right .text dl dd:last-child {
  margin-bottom: 0;
}
#banner li .content .box .right .text dl dd:hover {
  color: #61b6f7;
}
#banner li .fadeInUp_ {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  opacity: 0;
}
#banner li .fadeInRight_ {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  opacity: 0;
}
#banner li .delay-3 {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
#banner li .delay-4 {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#banner li .delay-5 {
  -webkit-transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  -ms-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
#banner li .delay-6 {
  -webkit-transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -ms-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
#banner li .delay-7 {
  -webkit-transition-delay: 2.1s !important;
  -moz-transition-delay: 2.1s !important;
  -ms-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}
#banner li .delay-8 {
  -webkit-transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -ms-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}
#banner li .delay-12 {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -ms-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
#banner.active .fadeInUp_ {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner.active .fadeInRight_ {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#index-body h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  color: black;
}
#index-body .text {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
  text-align: center;
}
#index-body .init-1 {
  padding: 120px 0;
}
#index-body .init-1 .list {
  padding: 80px 0;
}
#index-body .init-1 .list ul {
  margin: -10px;
}
#index-body .init-1 .list ul li {
  padding: 10px;
  text-align: center;
}
#index-body .init-1 .list ul li i {
  display: block;
}
#index-body .init-1 .list ul li h3 {
  display: block;
  font-size: 30px;
  color: #464646;
  margin: 30px 0 10px;
}
#index-body .init-1 .list ul li h3 em {
  font-size: 54px;
  font-family: "Roboto-Light";
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#index-body .init-1 .list ul li h3 sup {
  font-size: 24px;
  vertical-align: top;
  margin-left: -10px;
  margin-right: 10px;
}
#index-body .init-1 .list ul li p {
  display: block;
  font-size: 16px;
  color: #717171;
}
#index-body .init-1 h4 {
  text-align: center;
  font-size: 24px;
  color: black;
  line-height: 40px;
}
#index-body .init-2 ul li {
  height: 400px;
  line-height: 400px;
}
#index-body .init-2 ul li .box {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
#index-body .init-2 ul li .box .text {
  color: white;
  text-align: left;
}
#index-body .init-2 ul li .box .text h3 {
  display: block;
  font-size: 38px;
  line-height: 1;
}
#index-body .init-2 ul li .box .text p {
  display: block;
  font-size: 18px;
  margin: 10px 0 30px;
}
#index-body .init-2 ul li .box .text a.more {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  padding: 0 35px;
  border-radius: 22px;
  background: white;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li .box .text a.more:after {
  content: '>';
  margin-left: 15px;
}
#index-body .init-2 ul li .box .text a.more:hover {
  background: #0d95e8;
  color: white;
}
#index-body .init-2 ul li:nth-child(even) .box .text {
  text-align: right;
}
#index-body .init-3 .top {
  padding: 80px 0;
}
#index-body .init-3 .bottom ul li a {
  display: block;
  position: relative;
}
#index-body .init-3 .bottom ul li a:after {
  content: '';
  background: rgba(29, 139, 207, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .55;
}
#index-body .init-3 .bottom ul li a img {
  width: 100%;
  position: relative;
  z-index: -2;
}
#index-body .init-3 .bottom ul li a .text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
#index-body .init-3 .bottom ul li a .text p {
  display: block;
  font-size: 16px;
}
#index-body .init-3 .bottom ul li a .text h3 {
  display: block;
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 15px 0 30px;
  line-height: 1;
}
#index-body .init-3 .bottom ul li a .text i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  background: white;
  color: black;
  font-size: 18px;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .bottom ul li a .text i:hover {
  background: #0d95e8;
  color: white;
}
#index-body .init-4 .top {
  padding: 70px 0;
}
#index-body .init-4 .bottom {
  display: block;
  height: 800px;
  background: url("init-4-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#index-body .init-4 .bottom .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  width: 30%;
  text-align: center;
  color: white;
}
#index-body .init-4 .bottom .info h3 {
  display: block;
  font-size: 40px;
}
#index-body .init-4 .bottom .info p {
  font-size: 18px;
  line-height: 32px;
  margin: 25px 0 35px;
}
#index-body .init-4 .bottom .info ul {
  margin: -7px;
}
#index-body .init-4 .bottom .info ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
}
#index-body .init-4 .bottom .info ul li a {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  background: #e0e4f1;
  font-size: 14px;
  font-weight: bold;
  color: black;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .bottom .info ul li a i {
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-4 .bottom .info ul li a:hover {
  background: #f2cf2a;
}
#index-body .init-5 {
  padding: 100px 0 120px;
  overflow: hidden;
}
#index-body .init-5 .box {
  padding-top: 80px;
}
#index-body .init-5 .box ul {
  margin: 0 -35px;
}
#index-body .init-5 .box ul li {
  padding: 0 35px;
}
#index-body .init-5 .box ul li .box2 {
  padding-left: 90px;
  position: relative;
}
#index-body .init-5 .box ul li .box2 time {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  text-align: center;
  background: #d5d5d5;
  color: white;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .box2 time em {
  display: block;
  font-size: 30px;
}
#index-body .init-5 .box ul li .box2 h4 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .box2 h4:hover {
  color: #61b6f7;
}
#index-body .init-5 .box ul li .box2 .text {
  display: block;
  font-size: 14px;
  color: #141414;
  line-height: 28px;
  margin: 10px 0 30px;
  text-align: left;
}
#index-body .init-5 .box ul li .box2 a.more {
  display: inline-block;
  line-height: 30px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid black;
  font-size: 12px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .box2 a.more i {
  margin-left: 50px;
}
#index-body .init-5 .box ul li .box2 a.more:hover {
  background: #0d95e8;
  color: white;
}
#index-body .init-5 .box ul li .box2:hover time {
  background: #0d95e8;
}
#footer {
  background: #050823;
}
#footer .footer-top {
  padding: 50px 0 150px;
}
#footer .footer-top ul {
  margin: -10px;
}
#footer .footer-top ul li {
  padding: 10px;
}
#footer .footer-top ul li dl dt {
  display: block;
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
#footer .footer-top ul li dl dd {
  display: block;
  font-size: 14px;
  color: #94acce;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top ul li dl dd:hover {
  color: white;
}
#footer .footer-bottom .box .left {
  width: 70%;
}
#footer .footer-bottom .box .left .share {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .box .left .share ul li {
  width: 90px;
  height: 90px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background: #6b8ac7;
  font-size: 26px;
  color: #050823;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box .left .share ul li:hover {
  background: white;
}
#footer .footer-bottom .box .left .link {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .box .left .link ul {
  display: block;
}
#footer .footer-bottom .box .left .link ul li {
  display: inline-block;
  font-size: 16px;
  color: #7b9ccb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box .left .link ul li:after {
  content: '|';
  margin: 0 5px;
  color: #b9b8b8;
}
#footer .footer-bottom .box .left .link ul li:last-child:after {
  display: none;
}
#footer .footer-bottom .box .left .link ul li:hover {
  color: white;
}
#footer .footer-bottom .box .left .link p {
  display: block;
  font-size: 15px;
  color: #b9b8b8;
  margin-top: 7px;
}
#footer .footer-bottom .box .right {
  width: 30%;
  text-align: right;
}
#footer .footer-bottom .coy {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #444;
  text-align: center;
  font-size: 14px;
  color: #b9b8b8;
}
#footer .footer-bottom .coy p {
  margin: 0 10px;
  display: inline-block;
}
#footer .footer-bottom .coy img {
  max-height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 970px;
  }
  #banner li {
    height: 650px;
  }
  #banner li .content .box .left h2 {
    font-size: 40px;
  }
  #banner li .content .box .left p {
    font-size: 20px;
  }
  #banner li .content .box .right .text dl dd {
    font-size: 20px;
  }
  #index-body h2 {
    font-size: 32px;
  }
  #index-body .text {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-1 .list {
    padding: 50px 0;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-1 .list ul li h3 {
    font-size: 24px;
  }
  #index-body .init-1 .list ul li h3 em {
    font-size: 40px;
  }
  #index-body .init-1 .list ul li h3 sup {
    font-size: 18px;
  }
  #index-body .init-1 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-1 h4 {
    font-size: 20px;
    line-height: 32px;
  }
  #index-body .init-2 ul li {
    height: 300px;
    line-height: 300px;
    background-size: cover;
    background-position: center right;
  }
  #index-body .init-2 ul li:nth-child(even) {
    background-position: center left;
  }
  #index-body .init-2 ul li .box .text h3 {
    font-size: 30px;
  }
  #index-body .init-2 ul li .box .text p {
    font-size: 16px;
  }
  #index-body .init-2 ul li .box .text a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-3 .top {
    padding: 60px 0;
  }
  #index-body .init-3 .bottom ul li a .text p {
    font-size: 14px;
  }
  #index-body .init-3 .bottom ul li a .text h3 {
    font-size: 24px;
  }
  #index-body .init-3 .bottom ul li a .text i {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #index-body .init-4 .bottom {
    height: 600px;
  }
  #index-body .init-4 .bottom .info h3 {
    font-size: 32px;
  }
  #index-body .init-4 .bottom .info p {
    font-size: 16px;
    line-height: 28px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #footer .footer-top {
    padding: 50px 0 80px;
  }
  #footer .footer-bottom .coy {
    margin-top: 15px;
    padding: 10px 0;
    font-size: 14px;
  }
  #footer .footer-bottom .coy img {
    max-height: 14px;
  }
}
@media screen and (max-height: 700px) {
  #header .nav .ui.menu .menu-box {
    margin-top: 15%;
  }
  #header {
    padding: 20px 0;
  }
  #header .nav .ui.menu .box {
    bottom: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 7px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu {
    margin: -7px 0;
  }
}
@media screen and (max-width: 1250px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .body-overflow-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner li {
    height: 500px;
  }
  #banner li .content .box .left h2 {
    font-size: 28px;
  }
  #banner li .content .box .left p {
    font-size: 18px;
  }
  #banner li .content .box .right .text {
    width: 55%;
  }
  #banner li .content .box .right .img {
    width: 45%;
  }
  #banner li .content .box .right .text dl dd {
    margin-bottom: 7px;
    font-size: 16px;
  }
  #index-body h2 {
    font-size: 28px;
  }
  #index-body .init-1 .list ul li i img {
    max-height: 50px;
  }
  #index-body .init-1 .list ul li h3 {
    font-size: 20px;
  }
  #index-body .init-1 .list ul li h3 em {
    font-size: 32px;
  }
  #index-body .init-2 ul li .box .text h3 {
    font-size: 26px;
  }
  #index-body .init-2 ul li .box .text p {
    font-size: 14px;
  }
  #index-body .init-2 ul li .box .text a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 25px;
  }
  #index-body .init-3 .bottom ul li a .text h3 {
    margin: 10px 0 20px;
    font-size: 20px;
  }
  #index-body .init-4 .bottom .info {
    width: 35%;
    right: 2%;
  }
  #index-body .init-4 .bottom .info h3 {
    font-size: 28px;
  }
  #index-body .init-4 .bottom .info p {
    font-size: 14px;
    line-height: 26px;
  }
  #index-body .init-5 .box {
    padding-top: 50px;
  }
  #footer .footer-top ul li {
    width: 25%;
  }
  #footer .footer-bottom .box .right {
    display: none;
  }
  #footer .footer-bottom .box .left {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #banner li .content .box .left {
    width: 100%;
  }
  #banner li .content i.hand {
    max-width: none;
    max-width: 90%;
    right: 0;
  }
  #banner li .content .box .right .img {
    width: 40%;
  }
  #banner li .content .box .right .text {
    width: 60%;
    padding-left: 15%;
  }
  #banner li .content .box .left h2 {
    font-size: 26px;
  }
  #index-body .init-1 .list ul li {
    width: 33.333%;
  }
  #index-body .init-1 .list ul li h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  #index-body .init-1 .list ul li h3 em {
    font-size: 28px;
  }
  #index-body .init-1 .list ul li i img {
    max-height: 40px;
  }
  #index-body .init-1 h4 {
    font-size: 18px;
  }
  #index-body h2 {
    font-size: 24px;
  }
  #index-body .text br {
    display: none;
  }
  #footer .footer-top ul li {
    width: 33.333%;
  }
  #footer .footer-top ul li:last-child {
    display: none;
  }
  #footer .footer-bottom .box .left .link {
    display: block;
    margin-top: 10px;
  }
  #footer .footer-bottom .box .left .share ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-4 .bottom {
    padding: 250px 0 50px;
    height: auto;
    background-size: auto 500px;
    background-position: top -100px left -200px;
    background-color: #213075;
  }
  #index-body .init-4 .bottom .info {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 0 15px;
  }
  #index-body .init-4 .top {
    padding: 50px 0;
  }
  #footer .footer-top ul li {
    width: 50%;
  }
  #footer .footer-bottom .box .left .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #index-body .init-2 ul li {
    background-size: auto 100%;
    height: 200px;
    line-height: 200px;
  }
  #index-body .init-2 ul li .box .text h3 {
    font-size: 22px;
  }
  #index-body .init-1 .list ul li {
    width: 100%;
  }
  #index-body .init-5 .box ul li .box2 .text {
    line-height: 26px;
  }
}
.inner-banner {
    height: 400px;
    margin-top: 0 !important;
    padding-top: 100px;
    color: white;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: top right;
}
.inner-banner canvas {
    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%);
}
.inner-banner .about {
    padding-top: 150px;
}
.inner-banner .box h2 {
    font-size: 48px;
    font-family: "roboto-bold";
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 50px;
}
.inner-banner .box h2:after {
    content: '';
    width: 160px;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    margin-top: 30px;
}
.inner-banner .box p {
    max-width: 700px;
}
.inner-banner .box .play {
    display: block;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
}
.inner-banner .box .play i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border-radius: 100%;
    border: 2px solid white;
    font-size: 12px;
}
.inner-banner .box .play i:before {
    position: relative;
    left: 2px;
}
.inner-banner .box .play p {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.inner-banner .about-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eee;
    color: black;
}
.inner-banner .about-banner ul {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.inner-banner .about-banner ul li:first-child {
    border-left: none;
}
.inner-banner .about-banner ul li h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 28px;
}
.inner-page {
    border-bottom: 6px solid #61b6f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner-page h2 {
    text-align: center;
    font-size: 34px;
    color: #61b6f7;
    line-height: 34px;
    font-family: "roboto-bold";
    display: block;
    font-weight: bold;
}
.inner-page .slick-arrow {
    color: transparent;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-page .slick-arrow:after {
    content: '';
    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%);
    font-family: "FontAwesome";
    font-size: 50px;
    color: #0061a3;
    width: inherit;
    line-height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .slick-arrow:hover:after {
    color: #61b6f7;
}
.inner-page .slick-arrow.slick-prev {
    right: 100%;
    margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
    content: "\f104";
}
.inner-page .slick-arrow.slick-next {
    left: 100%;
    margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
    content: "\f105";
}
.inner-page .slick-dots {
    padding-top: 30px;
}
.inner-page .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #0061a3;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px !important;
    padding: 0 !important;
    background: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.inner-page .slick-dots li button {
    display: none;
}
.inner-page .slick-dots li:hover,
.inner-page .slick-dots li.slick-active {
    background: #0061a3;
}
.inner-page .m-page {
    text-align: center;
    padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 1px solid #eee;
    background: #f9f9f9;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
    color: white;
    background: #61b6f7;
}
.inner-page ul.news-list {
    margin: -15px -8px;
}
.inner-page ul.news-list li {
    padding: 15px 8px;
    text-align: left;
}
.inner-page ul.news-list li a {
    background: white;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page ul.news-list li a span {
    display: block;
    overflow: hidden;
}
.inner-page ul.news-list li a span img {
    width: 100%;
}
.inner-page ul.news-list li a h3 {
    padding: 15px 15px 10px;
    font-size: 18px;
    color: #262626;
    font-family: "roboto-bold";
    line-height: 26px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.inner-page ul.news-list li a time {
    display: block;
    padding: 0 15px 20px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page ul.news-list li a:hover {
    background: #61b6f7;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
    color: white;
}
.inner-page .pro-list ul {
    margin: -7px;
}
.inner-page .pro-list ul li {
    padding: 7px;
    text-align: left;
}
.inner-page .pro-list ul li a {
    display: block;
    background: #f5f5f5;
}
.inner-page .pro-list ul li a span {
    display: block;
    overflow: hidden;
}
.inner-page .pro-list ul li a h3 {
    padding: 10px 15px;
    font-size: 18px;
    font-family: "roboto-bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .pro-list ul li a h3:hover {
    color: #61b6f7;
}
.inner-page .pro-list ul li a p {
    padding: 0 15px 10px;
    color: #666;
    font-size: 14px;
}
.about-page .about-1 {
    padding: 80px 0;
}
.about-page .about-1 .box .grid-box {
    margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
    padding: 0 15px;
    vertical-align: middle;
    line-height: 32px;
}
.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 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: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}
.about-page .about-2 {
    background: rgba(53, 138, 195, 0.08);
    padding: 80px 0;
    text-align: center;
}
.about-page .about-2 p {
    margin: 30px 0 40px;
    padding: 0 5%;
}
.about-page .about-2 .box ul {
    margin: 0 -7px;
}
.about-page .about-2 .box ul li {
    padding: 0 7px;
}
.about-page .about-2 .box ul li a {
    display: block;
}
.about-page .about-2 .box ul li a span {
    display: block;
    overflow: hidden;
}
.about-page .about-2 .box ul li a img {
    width: 100%;
}
.about-page .about-2 .box ul li a h3 {
    font-size: 18px;
    color: #333;
    font-family: "roboto-bold";
    text-transform: capitalize;
    margin-top: 20px;
}
.about-page .about-3 {
    padding: 100px 0;
    text-align: center;
}
.about-page .about-3 h3 {
    font-size: 34px;
    color: #333;
    font-family: "roboto-bold";
    line-height: 34px;
    color: #61b6f7;
    font-weight: bold;
}
.about-page .about-3 p {
    padding: 26px 5%;
}
.about-page .about-3 .year ul {
    position: relative;
}
.about-page .about-3 .year ul:after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(66, 66, 66, 0.5);
    z-index: -1;
}
.about-page .about-3 .year ul li {
    position: relative;
    padding-top: 90px;
    padding-bottom: 30px;
    cursor: pointer;cursor: hand;
}
.about-page .about-3 .year ul li h4 {
    font-size: 18px;
    color: #424242;
    margin-bottom: 5px;
    height: 27px;
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .year ul li i {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(53, 138, 195, 0.3);
    border: 1px solid #fff;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.about-page .about-3 .year ul li i:after,
.about-page .about-3 .year ul li i:before {
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #358ac3;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    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%);
}
.about-page .about-3 .year ul li i:before {
    height: 40px;
    width: 40px;
    opacity: 0;
    background: rgba(53, 138, 195, 0.3);
}
.about-page .about-3 .year .slick-center li h4 {
    font-size: 44px;
    font-family: "roboto-bold";
    top: -80px;
}
.about-page .about-3 .year .slick-center li i {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-3 .year .slick-center li i:before {
    opacity: 1;
}
.about-page .about-3 .year .slick-arrow {
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    bottom: 30px;
}
.about-page .about-3 .year .slick-arrow:after {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100%;
    border: 1px solid #0061a3;
}
.about-page .about-3 .content {
    padding: 30px 5% 0;
}
.about-page .about-3 .content li .left {
    vertical-align: middle;
    padding-right: 30px;
}
.about-page .about-3 .content li .left img {
    width: 100%;
}
.about-page .about-3 .content li .right {
    text-align: left;
    vertical-align: middle;
}
.about-page .about-3 .content li .right h4 {
    font-size: 28px;
    color: #333;
    font-family: "roboto-bold";
    margin-bottom: 30px;
}
.about-page .about-3 .content li .right p {
    padding: 0;
    color: #424242;
}
.about-page .about-4 {
    background: #eff6fa;
    padding: 80px 0;
    text-align: center;
}
.about-page .about-4 p {
    padding: 40px 5%;
}
.about-page .about-4 .box {
    padding: 0 80px;
}
.about-page .about-4 .box ul {
    margin: -10px -20px;
    position: relative;
}
.about-page .about-4 .box ul li {
    padding: 10px 20px;
}
.about-page .about-4 .box ul li span {
    display: block;
    position: relative;
    z-index: 1;
}
.about-page .about-4 .box ul li span img {
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
}
.about-page .about-4 .box ul li span:after {
    content: '';
    width: 100%;
    height: 27px;
    background: url("about-5.jpg") no-repeat;
    position: absolute;
    left: 0;
    bottom: -20px;
    background-size: 100% auto;
    z-index: -1;
}
.about-page .about-4 .box ul li h4 {
    font-size: 20px;
    font-family: "roboto-bold";
    color: #333;
    margin: 20px 0 10px;
}
.about-page .about-4 .box ul li p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.about-page .about-4 .box ul .slick-arrow {
    top: 37%;
}
.lg-page {
    padding: 70px 0;
    text-align: center;
}
.lg-page ul {
    margin: -10px;
    text-align: left;
}
.lg-page ul li {
    padding: 10px;
}
.lg-page ul li a {
    display: block;
}
.lg-page ul li a h3 {
    color: #333;
    background: #eee;
    padding: 10px 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page ul li a:hover h3 {
    background: #61b6f7;
    color: white;
}
.faq-page {
    padding: 70px 0;
}
.faq-page h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}
.faq-page ul li {
    background: #f9f9f9;
    margin-bottom: 20px;
}
.faq-page ul li .q {
    background: #eee;
    padding: 10px;
    font-size: 18px;
    font-family: "roboto-bold";
    position: relative;
}
.faq-page ul li .a {
    padding: 20px 10px;
    position: relative;
    font-size: 14px;
}
.faq-page ul li i {
    position: absolute;
    left: 10px;
}
.news-page {
    padding: 80px 0;
    background: #f5f5f5;
}
.news-page .news-1 {
    text-align: center;
}
.news-page .news-1 ul {
    margin-bottom: 25px;
    border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
    width: auto;
    padding: 0 25px;
    margin-bottom: 15px;
    border-left: 1px solid #B8B8B8;
    line-height: 24px;
    font-size: 22px;
    font-weight: bold;
}
.news-page .news-1 ul li:first-child {
    border-left: none;
}
.news-page .news-1 ul li a {
    position: relative;
    display: block;
    padding: 0 5px;
}
.news-page .news-1 ul li a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    bottom: -16px;
    left: 0;
    background: #0061a3;
    background: -webkit-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
    background: -o-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
    background: -moz-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
    background: linear-gradient(157deg, #00bcd4 0%, #358ac3 100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
    width: 100%;
}
.newdet-page .newdet-1 {
    padding: 20px 0;
    background: white;
}
.newdet-page .newdet-1 h3 {
    font-size: 30px;
    color: #212121;
}
.newdet-page .newdet-1 .tag {
    color: #212121;
    margin: 20px 0 10px;
    display: block;
    font-size: 14px;
}
.newdet-page .newdet-1 .content {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding: 25px 0;
    color: #424242;
    line-height: 1.8;
    font-size: 16px;
}
.newdet-page.technology .newdet-1 .content {
    border:none !important;
    margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
    margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
    padding-top: 30px;
    text-align: center;
}
.newdet-page .newdet-1 .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 5px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
    display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
    color: white;
    background: #61b6f7;
}
.newdet-page .newdet-2 {
    padding: 100px 0;
    background: #f5f5f5;
    text-align: center;
}
.contact-page .contact-1 .left {
    text-align: right;
    vertical-align: middle;
}
.contact-page .contact-1 .left .box2 {
    text-align: left;
    max-width: 725px;
    padding-left: 15px;
    display: inline-block;
    padding-right: 8%;
    width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
    font-size: 28px;
    font-family: "roboto-bold";
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
    font-size: 22px;
    font-family: "roboto-bold";
}
.contact-page .contact-1 .left .box2 ul li {
    margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
    color: #424242;
    margin-top: 10px;
    font-size: 16px;
    padding-left: 50px;
}
.contact-page .contact-1 .left .box2 .info {
  width: 70%;
}
.contact-page .contact-1 .left .box2 .ewm {
  width: 30%;
  text-align: right;
}
.contact-page .contact-1 .left .box2 .ewm #ewm {
  margin-left: auto;
  margin-right: 0;
}
.contact-page .contact-1 .right {
    vertical-align: middle;
    position: relative;
}
.contact-page .contact-1 .right .button-group .button {
    background: #61b6f7 !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
    display: none !important;
}
.contact-page .contact-2 {
    background: rgba(53, 138, 195, 0.08);
    padding: 100px 0;
    text-align: center;
}
.contact-page .contact-2 p {
    padding: 50px 5%;
}
.contact-page .contact-2 a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 0 35px;
    background: #0061a3;
    background: -webkit-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
    background: -o-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
    background: -moz-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
    background: linear-gradient(23deg, #358ac3 0%, #00bcd4 100%);
    color: white;
    font-size: 18px;
}
.contact-page .contact-3 {
    padding: 80px 0;
    text-align: center;
}
.contact-page .contact-3 p {
    margin: 15px 0;
    color: #666;
}
.contact-page .contact-3 .form {
    padding-top: 30px;
}
.contact-page .contact-3 .form ul {
    margin: -15px;
}
.contact-page .contact-3 .form ul li {
    padding: 15px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: 1px solid #BDBDBD;
    background: white;
    padding: 0 25px;
    -webkit-transition: 0.5s border-color;
    -moz-transition: 0.5s border-color;
    -ms-transition: 0.5s border-color;
    -o-transition: 0.5s border-color;
    transition: 0.5s border-color;
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
    border-color: #61b6f7;
}
.contact-page .contact-3 .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
    height: 200px;
    line-height: 28px;
    padding: 11px 25px;
    resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
    border: none;
    color: white;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #61b6f7;
    background: -webkit-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -o-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -moz-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: linear-gradient(23deg, #61b6f7 30%, #07d7c1 100%);
}
.product-page {
    padding: 80px 0;
}
.product-page .product-1 .left,
.prodet-page .side-left {
    width: 25%;
    vertical-align: top;
    padding-right: 30px;
}
.product-page .product-1 .left h3,
.prodet-page .side-left h3 {
    font-size: 24px;
    color: white;
    font-family: "roboto-bold";
    text-transform: uppercase;
    padding: 15px 30px;
    background: #0061a3;
}
.product-page .product-1 .left .box,
.prodet-page .side-left .side-box {
    padding-top: 15px;
}
.product-page .product-1 .left .box ul li,
.prodet-page .side-left .side-box ul li {
    background: #f5f5f5;
}
.product-page .product-1 .left .box ul li a,
.prodet-page .side-left .side-box ul li a {
    display: block;
    border-bottom: 1px solid white;
    padding: 20px 30px;
    font-size: 18px;
    color: #666;
    font-family: "Arial";
}
.product-page .product-1 .left .box ul li a:hover,
.product-page .product-1 .left .box ul li.active>a,
.prodet-page .side-left .side-box ul li a:hover,
.prodet-page .side-left .side-box ul li.active>a {
    background: #61b6f7;
    background: -webkit-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -o-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -moz-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: linear-gradient(23deg, #61b6f7 30%, #07d7c1 100%);
    color: white;
}
.product-page .product-1 .left .box ul li li a,
.prodet-page .side-left .side-box ul li li a {
    padding:11px 30px;
    padding-left: 40px;
    position: relative;
    background: #fcfcfc;
    font-size:16px;
}
.product-page .product-1 .left .box ul li li a:after,
.prodet-page .side-left .side-box ul li li a:after {
    content: '-';
    position: absolute;
    left: 30px;
    top: 11px;
}
.product-page .product-1 .left .box ul li li li a,
.prodet-page .side-left .side-box ul li li li a {
    padding-left: 47px;
    background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after,
.prodet-page .side-left .side-box ul li li li a:after {
    content: '--';
}
.product-page .product-1 .right,
.prodet-page .side-right {
    width: 75%;
    vertical-align: top;
}
.product-page .product-1 .right .content {
    font-family: "Arial";
    color: #666;
}
.product-page .product-1 .right .content p {
    margin-bottom: 15px;
}
.product-page .product-1 .right .content p em {
    font-weight: bold;
    color: #333;
}
.product-page .product-1 .right .content2>table {
    width:30% !important;
    margin-right:5%;
    display:inline-block;
    vertical-align:top;
    max-height:1000px;
    overflow:auto;
    margin-left:-4px;
}
.product-page .product-1 .right .content2>table tr {
    width:100%;
}
.product-page .product-1 .right .content2>table tr:first-child,
.product-page .product-1 .right .content2>table tr:first-child td,
.product-page .product-1 .right .content2>table tr:first-child th{
    text-align:center;
}
.product-page .product-1 .right .content2>table tbody,
.product-page .product-1 .right .content2>table tr,
.product-page .product-1 .right .content2>table th,
.product-page .product-1 .right .content2>table td{
    display:inline-block;
    float:left;
}
.product-page .product-1 .right .content2>table td,
.product-page .product-1 .right .content2>table th {
    padding:15px 10px;
}
.product-page .product-1 .right .content2>table:nth-child(3n) {
    margin-right:0;
}
.product-page .product-1 .right .content2>table:nth-child(3n+1) {
    margin-left:0;
}
.prodet-page {
  padding-top: 60px;
}
.prodet-page .prodet-1 {
    padding-bottom: 60px;
}
.prodet-page .prodet-1 .left {
    padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
    display: block;
    background: #f5f5f5;
    text-align: center;
}
.prodet-page .prodet-1 .left span img {
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-1 .right h2 {
    text-align: left;
}
.prodet-page .prodet-1 .right h5 {
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}
.prodet-page .prodet-1 .right .content {
    font-size: 14px;
    color: #333;
    padding: 25px 0;
}
.prodet-page .prodet-1 .right .contact a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 220px;
    text-align: center;
    color: white;
    font-size: 18px;
    background: #61b6f7;
    background: -webkit-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -o-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -moz-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: linear-gradient(23deg, #61b6f7 30%, #07d7c1 100%);
}
.prodet-page .prodet-1 .right .contact a.down {
    background: #f4f4f4;
    color: #333;
    margin-left: 20px;
}
.prodet-page .prodet-1 .right .contact a.down:hover {
    background: #61b6f7;
    background: -webkit-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -o-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: -moz-linear-gradient(157deg, #61b6f7 30%, #07d7c1 100%);
    background: linear-gradient(23deg, #61b6f7 30%, #07d7c1 100%);
    color: white;
}
.prodet-page .prodet-1 .right .pro-det-img {
    margin-top: 30px;
    border-top: 1px solid rgba(35, 31, 32, 0.08);
    padding-top: 30px;
    text-align: center;
}
.prodet-page .prodet-1 .right .pro-det-img ul {
    margin: -10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul .slick-track {
    margin-left:0;
}
.prodet-page .prodet-1 .right .pro-det-img ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul li i,
.prodet-page .prodet-1 .right .pro-det-img ul li span {
    display: none;
}
.prodet-page .prodet-2 {
    padding: 60px 25px;
    background: #f5f9fc;
}
.prodet-page .prodet-2 h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    padding-bottom: 15px;
}
.prodet-page .prodet-2 .content {
    padding-top: 30px;
    line-height:28px;
    /*max-height:1400px;*/
    /*overflow-x:auto;*/
}
.prodet-page .prodet-2 .content ul li {
    padding-left:20px;
    position:relative;
}
.prodet-page .prodet-2 .content ul li:after {
    content:'';
    width:10px;
    height:10px;
    display:block;
    background:#61b6f7;
    position:absolute;
    left:0;
    top:8px;
}
.prodet-page .prodet-2 .opsition {
    display:block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom:15px;
}
.prodet-page .prodet-2 .opsition:after {
    content:'';
    display:block;
    clear:both;
}
.prodet-page .prodet-2 .opsition>div {
    padding:10px 20px;
    font-size:18px;
    float:left;
    cursor:pointer;
    cursor:hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .opsition>div.active,
.prodet-page .prodet-2 .opsition>div:hover{
    background:#61b6f7;
    color:white;
}
.prodet-page .prodet-3 {
    padding: 50px 0;
}
.prodet-page .prodet-3 .box {
    padding-top: 30px;
    text-align: center;
}
@media screen and (max-width: 1700px) {
    .inner-page .slick-arrow.slick-prev {
        margin-right: 0;
        right: auto;
        left: 0;
        z-index: 1;
    }
    .inner-page .slick-arrow.slick-next {
        margin-left: 0;
        left: auto;
        right: 0;
        z-index: 1;
    }
}
@media screen and (max-width: 1520px) {
    .product-page .product-1 .left .box ul li a {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 1400px) {
    .contact-page .contact-1 .left .box2 h3 {
        font-size: 24px;
    }
    .contact-page .contact-1 .left .box2 h4 {
        font-size: 20px;
    }
    .inner-page h2,
    .newdet-page .newdet-1 h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .contact-page .contact-2 p {
        padding: 30px 5%;
    }
    .product-page .product-1 .left .box ul li a {
        font-size: 16px;
    }
    .inner-page ul.news-list li a h3,
    .about-page .about-4 .box ul li h4 {
        font-size: 18px;
    }
    .about-page .about-3 .year .slick-center li h4 {
        font-size: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .inner-banner {
        margin-top: 0;
        height: 400px;
        padding-top: 100px;
    }
    .inner-banner .about-banner {
        display: none;
    }
    .inner-banner .box h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .about-page .about-4,
    .lg-page,
    .faq-page,
    .news-page,
    .newdet-page .newdet-1,
    .newdet-page .newdet-2,
    .product-page,
    .contact-page .contact-3 {
        padding: 40px 0;
    }
    .about-page .about-3 .year .slick-center li h4 {
        font-size: 40px;
        line-height: 40px;
        top: -40px;
    }
    .about-page .about-3 .year ul li {
        padding-top: 50px;
    }
    .about-page .about-3 .content li .right h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .about-page .about-4 .box ul li {
        padding: 10px;
    }
    .about-page .about-4 .box ul {
        margin: -10px;
    }
    .grid-box.four > .column {
        width: 33.333%;
    }
    .inner-page ul.news-list li a h3,
    .about-page .about-4 .box ul li h4 {
        font-size: 16px;
    }
    .newdet-page .newdet-1 h3 {
        font-size: 24px;
    }
    .product-page .product-1 .left h3 {
        padding: 15px;
        font-size: 20px;
    }
    .product-page .product-1 .left .box ul li a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .prodet-page .prodet-2,
    .contact-page .contact-2 {
        padding: 60px 0;
    }
    .contact-page .contact-1 .left .box2 h3 {
        font-size: 20px;
    }
    .contact-page .contact-1 .left .box2 h4 {
        font-size: 18px;
    }
    .contact-page .contact-3 .form ul li {
        padding: 5px;
    }
    .contact-page .contact-3 .form ul {
        margin: -5px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        height: 300px;
        padding-top: 80px;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-top: 30px;
    }
    .product-page .product-1 .left {
        display: none;
    }
    .product-page .product-1 .right {
        width: 100%;
    }
    .news-page .news-1 {
        display: none;
    }
    .lg-page ul li {
        padding: 5px;
    }
    .lg-page ul {
        margin: -5px;
    }
    .inner-banner .box h2 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .inner-banner .box h2:after {
        margin-top: 20px;
    }
    .about-page .about-1 .box .grid-box .column {
        width: 100%;
        padding: 10px 15px;
    }
    .about-page .about-1 .box .box2 {
        padding-top: 0;
    }
    .about-page .about-1 .box .box2 .text ul li {
        width: 25%;
    }
    .about-page .about-3 h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .about-page .about-3 p {
        padding: 20px 5%;
    }
    .prodet-page .prodet-2 .content table {
        white-space:nowrap;
    }
    .prodet-page .prodet-2 .content {
        max-height:600px;
        overflow:auto;
    }
    .product-page .product-1 .right .content2>table {
        width:100% !important;
        display:block;
        overflow:auto;
        margin:0 0 20px!important;
        max-height:600px !important;
    }
    .product-page .product-1 .right .content2>table tbody {
        display:table;
        white-space:nowrap;
    }
    .product-page .product-1 .left, .prodet-page .side-left {
      display: none;
    }
    .product-page .product-1 .right, .prodet-page .side-right {
      width: 100%;
      padding: 0;
    }
    .prodet-page .prodet-2 {
      padding: 40px 15px;
    }
    .prodet-page .prodet-2 .content {
      max-height: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-page h2,
    .newdet-page .newdet-1 h3 {
        font-size: 24px;
    }
    .about-page .about-1 .box .box2 .text ul li {
        width: 50%;
    }
    .about-page .about-3 .content li .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-3 .content li .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .about-page .about-4 .box {
        padding: 0;
    }
    .grid-box.four > .column {
        width: 50%;
    }
    .faq-page ul li .q {
        font-size: 16px;
    }
    .inner-page ul.news-list li a h3,
    .about-page .about-4 .box ul li h4,
    .inner-page .pro-list ul li a p {
        font-size: 14px;
        line-height: 20px;
    }
    .inner-page ul.news-list li a time {
        font-size: 12px;
    }
    .inner-page h2,
    .newdet-page .newdet-1 h3 {
        font-size: 20px;
    }
    .inner-page .pro-list ul li a h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .prodet-page .prodet-1 .right .contact a {
        width: 120px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    table {
        width: 100%;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding: 40px 15px;
    }
    .contact-page .contact-1 .left .box2 {
        padding: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
    }
    .contact-page .contact-1 .right #mapContainer {
        height: 300px !important;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.four > .column {
        width: 100%;
    }
}
