@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');
}
body {
  font-family: "roboto-regular", "Arial";
  max-width: 1920px;
  display: block;
  font-size: 16px;
  margin: 0 auto !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1510px;
}
p {
  line-height: 28px;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -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);
}
#header .nav {
  height: 80px;
  line-height: 80px;
  background: rgba(255,255,255,.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header.active .nav {
  height: 80px;
  line-height: 80px;
  background: rgba(255,255,255,1);
}
#header .nav .ui.menu {
  margin: 0 auto;
	text-align:right;
}
#header .nav .ui.menu .logo {
	display:inline-block;
	vertical-align:top;
	float:left;
}
#header .nav .ui.menu .logo img {
	display:inline-block;
	vertical-align:middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
	text-align:left;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 26px;
  font-size: 18px;
  color: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-family: "roboto-bold";
}
#header .nav .ui.menu .menu-box ul.menu > li img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li i {
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #0061a3;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0061a3;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
	position:relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
	position:absolute;
	left:100%;
	top:0;
	display:none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
	display:block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .yuy span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  background: #07bba5;
  color: white;
  font-size: 14px;
}
#header .nav .ui.menu .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #07bba5;
  display: none \9;
}
#header .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 30px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .yuy ul li a img {
	max-width:40px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}
#header .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  padding-left: 8px;
  border-left: 1px solid #333;
  color: #333;
  line-height: normal;
  font-size: 18px;
}
#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: #0061a3;
}
#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: #0061a3;
  -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: #0061a3;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table tr:nth-child(even) {
  background: rgba(53, 138, 195, 0.05);
}
table tr:nth-child(odd) {
  background: rgba(53, 138, 195, 0.15);
}
table td,
table th {
  padding: 12px;
  border: 1px solid #eee;
  width: auto !important;
  height: auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(0, 97, 163, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #0061a3;
}
#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: #0061a3 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #0061a3;
  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:30px;
}
#mobile .menu-content .menu-list ul li li li a:after {
	width:18px;
}
#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: #0061a3;
}
#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;
}
@-webkit-keyframes scroll_p {
  from {
    top: 3px;
  }
  to {
    top: 22px;
  }
}
@-o-keyframes scroll_p {
  from {
    top: 3px;
  }
  to {
    top: 22px;
  }
}
@-moz-keyframes scroll_p {
  from {
    top: 3px;
  }
  to {
    top: 22px;
  }
}
@keyframes scroll_p {
  from {
    top: 3px;
  }
  to {
    top: 22px;
  }
}
#index-body #banner {
  position: relative;
}
#index-body #banner .box {
  height: 100vh;
}
#index-body #banner .box img,#index-body #banner .box .nivo-slice {
  height: 100vh !important;
}
#index-body #banner .cu-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
#index-body #banner .cu-down i {
  width: 20px;
  height: 35px;
  border-radius: 10px;
  background: white;
  display: block;
}
#index-body #banner .cu-down i:after {
  content: '';
  width: 4px;
  height: 8px;
  display: block;
  border-radius: 3px;
  background: #595b5d;
  -webkit-animation: scroll_p 1s alternate infinite linear;
  -o-animation: scroll_p 1s alternate infinite linear;
  animation: scroll_p 1s alternate infinite linear;
  position: absolute;
  left: 50%;
  top: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body #banner .cu-down:after {
  content: '';
  width: 21px;
  height: 19px;
  background: url("../images/icon-down.png");
  display: block;
  margin: 10px auto 0;
}
#index-body .init-1 {
  background: #f0f3f4;
}
#index-body .init-1 .box {
  padding: 40px 0;
  text-align: center;
}
#index-body .init-1 .box h2 {
  font-size: 48px;
  color: #333333;
  font-family: "roboto-bold";
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  line-height: 50px;
}
#index-body .init-1 .box p.t {
  display: block;
  color: #828282;
}
#index-body .init-1 .box .top {
  display: block;
  margin-top: 60px;
  background: url("../images/init-1-bg.jpg") center right;
  text-align: left;
}
#index-body .init-1 .box .top .left {
  vertical-align: middle;
}
#index-body .init-1 .box .top .right {
  vertical-align: middle;
  text-align: left;
  max-width: 800px;
  padding-left: 35px;
  padding-right: 10px;
}
#index-body .init-1 .box .top .right h3 {
  display: block;
  font-size: 24px;
  color: #202020;
  text-transform: uppercase;
  font-family: "roboto-bold";
}
#index-body .init-1 .box .top .right .content {
  color: #666666;
  line-height: 28px;
  padding: 10px 0;
}
#index-body .init-1 .box .top .right .content p {
  padding: 5px 0;
}
#index-body .init-1 .box .top .right a.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: white;
  background: #009c8c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#index-body .init-1 .box .top .right a.more:hover {
  background: #0061a3;
}
#index-body .init-1 .box .bottom {
  display: block;
  padding-top: 50px;
}
#index-body .init-1 .box .bottom ul {
  padding: 0 40px;
}
#index-body .init-1 .box .bottom ul li {
  padding: 0 25px;
}
#index-body .init-1 .box .bottom ul li i {
  display: block;
  height: 41px;
}
#index-body .init-1 .box .bottom ul li i img {
  display: block;
  margin: 0 auto;
}
#index-body .init-1 .box .bottom ul li h4 {
  display: block;
  font-size: 18px;
  color: #101010;
  font-family: "roboto-bold";
  text-transform: uppercase;
  margin: 15px 0 20px;
}
#index-body .init-1 .box .bottom ul li p {
  display: block;
  color: #666666;
  line-height: 28px;
}
#index-body .init-2 .box ul li a {
  display: block;
  text-align: center;
}
#index-body .init-2 .box ul li a img {
  display: block;
  width: 100%;
  height: 100vh;
}
#index-body .init-2 .box ul li a:after,
#index-body .init-2 .box ul li a:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 58, 96, 0.65);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a:before {
  right: 0;
  left: auto;
}
#index-body .init-2 .box ul li a span {
  display: block;
  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%);
  padding: 0 20px;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a span em {
  display: block;
  font-family: "roboto-bold";
  font-size: 30px;
  text-transform: uppercase;
  line-height: 44px;
  color: white;
}
#index-body .init-2 .box ul li a span i {
  display: inline-block;
  margin-top: 35px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
}
#index-body .init-2 .box ul li a:hover:after,
#index-body .init-2 .box ul li a:hover:before {
  width: 0;
}
#index-body .init-2 .box ul li a:hover span {
  opacity: 0;
}
#index-body .init-3 h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "roboto-bold";
  color: #333;
  line-height: 50px;
}
#index-body .init-3 h2 small {
  float: right;
  font-size: 50%;
  font-family: "roboto-regular";
  text-transform: none;
}
#index-body .init-3 h2 small i {
  margin-left: 10px;
}
#index-body .init-3 .box {
  padding-top: 40px;
}
#index-body .init-3 .box ul {
  margin: -5px;
}
#index-body .init-3 .box ul li {
  padding: 5px;
}
#index-body .init-3 .box ul li a {
  display: block;
  border-radius: 5px;
}
#index-body .init-3 .box ul li a h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  font-size: 36px;
  font-family: "roboto-bold";
  color: #333;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-3 .box ul li a h3 em {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
#index-body .init-3 .box ul li a h3 small {
  display: block;
  font-size: 50%;
  font-family: "roboto-regular";
}
#index-body .init-3 .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box ul li a:hover:after,
#index-body .init-3 .box ul li a:hover h3 {
  opacity: 1;
}
#index-body .init-3 .box ul li.wid-50 {
  width: 50%;
}
#index-body #footer {
  padding-top: 0;
}
#index-body #footer .fp-tableCell {
  vertical-align: bottom;
}
#index-body #footer .footer-top {
  padding: 100px 0;
}
#footer {
  background: #eee;
  padding-top: 40px;
  position: relative;
}
#footer .footer-logo {
  text-align: center;
}
#footer .footer-logo h3 {
  display: block;
  padding-top: 30px;
  font-size: 24px;
  color: #202020;
  font-family: "roboto-bold";
  text-transform: uppercase;
}
#footer .footer-top {
  display: block;
  padding: 60px 0;
}
#footer .footer-top ul {
  margin: 0 -15px;
}
#footer .footer-top ul li {
  padding: 0 15px;
}
#footer .footer-top ul li:nth-child(1) {
  width: 29%;
}
#footer .footer-top ul li:nth-child(1) dl dd {
  position: relative;
  padding-left: 35px;
  margin-bottom: 26px;
}
#footer .footer-top ul li:nth-child(1) dl dd i {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-top ul li:nth-child(1) dl dd i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top ul li:nth-child(2) {
  width: 17%;
}
#footer .footer-top ul li:nth-child(3) {
  width: 16%;
}
#footer .footer-top ul li:nth-child(4) {
  width: 25%;
}
#footer .footer-top ul li:nth-child(5) {
  width: 13%;
}
#footer .footer-top ul li dl dt {
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  font-family: "roboto-bold";
  padding-bottom: 25px;
}
#footer .footer-top ul li dl dt:after {
  content: '';
  display: block;
  width: 75px;
  height: 2px;
  background: #07bba5;
  margin-top: 15px;
}
#footer .footer-top ul li dl dd {
  line-height: 28px;
  color: #565656;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
}
#footer .footer-top ul li dl dd:hover {
  color: #07bba5;
}
#footer .footer-top ul li dl dd #ewm {
  display: block;
  border: 5px solid white;
}
#footer .footer-bottom .box {
  padding: 30px 0;
  border-top: 1px solid #d5d5d5;
}
#footer .footer-bottom .box .left {
  color: #121212;
}
#footer .footer-bottom .box .left a:hover {
  text-decoration: underline;
}
#footer .footer-bottom .box .right {
  text-align: right;
}
#footer .footer-bottom .box .right ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  background: #3d3d3d;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 15px;
}
#footer .footer-bottom .box .right ul li:hover {
  background: #07bba5;
}
#footer #go-top {
  width: 100px;
  height: 100px;
  background: #07bba5;
  display: block;
  line-height: 100px;
  text-align: center;
  color: #222;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 40px;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-height: 850px) {
  #index-body .init-1 .box h2 {
    margin-bottom: 10px;
  }
  #index-body .init-1 .box .top {
    margin-top: 30px;
  }
  #index-body .init-1 .box .bottom {
    padding-top: 30px;
  }
  #index-body .init-1 .box .bottom ul li h4 {
    margin: 10px 0;
  }
  #index-body .init-1 .box {
    padding: 15px 0;
  }
  #index-body .init-1 .box .top .right {
    padding-right: 15px;
  }
  #index-body .init-2 .box ul li a span em {
    font-size: 26px;
    line-height: 40px;
  }
  #index-body .init-2 .box ul li a span i {
    margin-top: 25px;
  }
  #index-body #footer .footer-top {
    padding: 60px 0;
  }
}
@media screen and (max-height: 700px), screen and (max-width: 1000px) {
  .fp-tableCell,
  .fp-section {
    height: auto !important;
  }
  #index-body #footer {
    padding-top: 60px;
  }
  #index-body .init-1 .box {
    padding: 40px 0;
  }
/*   #index-body #banner {
    margin-top: 80px;
  } */
  #index-body #banner .box img,#index-body #banner .box .nivo-slice {
    height: auto !important;
/*     max-width: 100%; */
/*     width: 100%; */
  }
  #index-body #banner .box {
    height: auto;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1700px) {
  #footer #go-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    bottom: 60px;
  }
  #footer .footer-bottom .box {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1520px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 18px;
  }
  #index-body .init-1 .box .top .right .content p {
    padding: 0;
  }
  #index-body .init-1 .box h2,
  #index-body .init-3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-3 .box ul li a h3 {
    font-size: 30px;
    line-height: 30px;
  }
  body,
  .grid-box .column {
    font-size: 14px;
  }
  #index-body .init-1 .box .top .right .content p:last-child {
    display: none;
  }
  #index-body .init-1 .box .bottom ul li {
    padding: 0 15px;
  }
  #index-body .init-1 .box .bottom ul {
    padding: 0;
  }
  #index-body .init-1 .box .bottom ul li h4 {
    font-size: 16px;
  }
  #index-body .init-2 .box ul li a span em {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 8px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 15px;
  }
  #header .nav {
    height: 60px;
    line-height: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li img {
    height: 40px;
  }
  p {
    line-height: 24px;
  }
/* 	#index-body #banner {
		margin-top:60px;
	} */
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
/* 	#index-body #banner {
		margin-top:0;
	} */
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  #index-body .init-1 .box .top .right .content {
    padding: 0;
  }
  #index-body .init-1 .box .top .right {
    padding-left: 15px;
  }
  #index-body .init-1 .box .bottom ul li p {
    line-height: 24px;
  }
  #index-body #footer .footer-top,
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-top ul li dl dt {
    white-space: nowrap;
    font-size: 16px;
  }
  #footer .footer-top ul li {
    padding: 0 10px;
  }
  #footer .footer-top ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1000px) {
/*   #index-body #banner {
    margin-top: 0;
  } */
  .ui.container {
    width: 700px;
  }
  #index-body .init-1 .box .top {
    background-size: auto 60%;
    background-position: center bottom;
  }
  #index-body .init-1 .box .top .left {
    width: 100%;
  }
  #index-body .init-1 .box .top .right {
    width: 100%;
    text-align: center;
    padding: 40px 15px;
    max-width: none;
  }
  #index-body .init-1 .box .top .right .content {
    padding: 20px 0;
  }
  #index-body .init-1 .box .top .right .content p {
    padding: 8px 0;
    display: block !important;
  }
  #index-body .init-1 .box .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  #footer .footer-top ul li {
    margin-bottom: 15px;
  }
  #footer .footer-top ul li:nth-child(5) {
    display: none;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 100%;
  }
  #footer .footer-top ul li:nth-child(2),
  #footer .footer-top ul li:nth-child(3) {
    width: 50%;
  }
  #footer .footer-top ul li:nth-child(4) {
    width: 100%;
  }
  #footer .footer-logo h3 {
    padding-top: 15px;
  }
  #footer #go-top {
    bottom: 80px;
  }
  #index-body .init-2 .box ul li a img {
    height: auto;
  }
  #index-body .init-1 .box h2,
  #index-body .init-3 h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body .init-3 .box ul li a h3 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body #banner .cu-down {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #footer .footer-bottom .box .left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .box .left p {
    display: block;
  }
  #footer .footer-bottom .box .right {
    display: none;
  }
  #index-body .init-1 .box h2,
  #index-body .init-3 h2 {
    font-size: 26px;
    line-height: 26px;
  }
  #index-body .init-1 .box .top .right h3 {
    font-size: 20px;
  }
  #index-body .init-1 .box .top {
    background-size: auto 80%;
  }
  #index-body .init-3 .box ul li.wid-50 {
    width: 100%;
  }
  #index-body .init-3 .box ul li:first-child {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .box .bottom ul li {
    width: 100%;
  }
  #footer .footer-logo h3 {
    font-size: 20px;
  }
  #index-body .init-3 .box ul li:first-child {
    display: block;
  }
}
.inner-banner {
  height: 650px;
  margin-top: 0 !important;
  padding-top: 200px;
  color: white;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.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%;
}
.inner-banner .about-banner ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 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 #07bba5;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner-page h2 {
  text-align: center;
  font-size: 34px;
  color: #2b2b2b;
  line-height: 34px;
  font-family: "roboto-bold";
  display: block;
}
.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: #07bba5;
}
.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: #07bba5;
}
.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: 20px;
  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: #07bba5;
}
.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: #07bba5;
}
.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;
}
.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: 14px;
  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;
}
.about-page .about-3 p {
  padding: 40px 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;
}
.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: 64px;
  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("../images/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;
}
.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: #07bba5;
  color: white;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.faq-page ul li .q {
  background: #eee;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  font-family: "roboto-bold";
  position: relative;
}
.faq-page ul li .a {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.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;
}
.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;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
}
.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: #07bba5;
}
.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;
  padding-left: 15px;
	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;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #07bba5 !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: #07bba5;
}
.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: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
}
.product-page {
  padding: 80px 0;
}
.product-page .product-1 .left {
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.product-page .product-1 .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 {
  padding-top: 15px;
}
.product-page .product-1 .left .box ul li {
  background: #f5f5f5;
}
.product-page .product-1 .left .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 {
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
  color: white;
}
.product-page .product-1 .left .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 {
  content: '-';
  position: absolute;
  left: 30px;
  top: 11px;
}
.product-page .product-1 .left .box ul li li li a {
  padding-left: 47px;
  background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after {
  content: '--';
}
.product-page .product-1 .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 .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}
.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: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 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: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 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 0;
  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:#07bba5;
	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:#07bba5;
	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;
	}
}
@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%;
  }
}
