@font-face {
  font-family: 'kt';
  src: url(../fonts/kt.ttf) format('truetype'), url(../fonts/kt.eot) format('eot'), url(../fonts/kt.woff) format('woff'), url(../fonts/kt.woff2) format('woff2');
}
/*@font-face {*/
/*  font-family: 'MicrosoftYaHeiUILight';*/
/*  src: url(../fonts/MicrosoftYaHeiUILight.ttf) format('truetype'), url(../fonts/MicrosoftYaHeiUILight.eot) format('eot'), url(../fonts/MicrosoftYaHeiUILight.woff) format('woff'), url(../fonts/MicrosoftYaHeiUILight.woff2) format('woff2');*/
/*}*/
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
}
.amap-copyright,.amap-logo {
	display:none !important;
}
* {
  outline: none;
}
div.wpcf7-response-output {
	width:100%;
}
body {
  font-family: "Microsoft YaHei", Arial;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1276px;
}
.right .lightboxImage{width:150px;}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 84px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top {
  display: flex;
  height: 100%;
  border-bottom: 1px solid #4b5377;
}
#header .h-top .left {
  margin-left: 0;
  margin-right: auto;
}
#header .h-top .left #btn-nav {
  width: 95px;
  height: 100%;
  position: relative;
  background: #003b83;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
#header .h-top .left #btn-nav .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	opacity:0;
}
#header .h-top .left #btn-nav .text {
	position:absolute;
	left:50%;
	top:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	opacity:1;
	transition:.5s;
	font-size:18px;
	color:white;
	font-weight:bold;
}
#header .h-top .left #btn-nav .box span {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: white;
  position: relative;
  margin: 5px 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .left #btn-nav .box span:after {
  content: '';
  position: absolute;
  left: -10px;
  border: 3px solid white;
  border-radius: 100%;
  top: -1px;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#header .h-top .left #btn-nav.active .box span:after {
  opacity: 0;
}
.inner-page .content .left { width:45%;}
.info-middle img {
	max-width:140px !important;
}
#header .h-top .left #btn-nav.active .box {
	opacity:1;
}
#header .h-top .left #btn-nav.active .box span.line1 {
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  transform: rotate(37deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#header .h-top .left #btn-nav.active .text {
/* 	opacity:0; */
}
#header .h-top .left #btn-nav.active .box span.line2 {
  opacity: 0;
}
#header .h-top .left #btn-nav.active .box span.line3 {
  -webkit-transform: rotate(-36deg);
  -moz-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  -o-transform: rotate(-36deg);
  transform: rotate(-36deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#header .h-top .left #top-nav {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .h-top .left #top-nav ul {
  height: 100%;
}
#header .h-top .left #top-nav ul li {
  height: 100%;
  line-height: 84px;
  font-size: 14px;
  color: white;
  border-right: 1px solid #4b5377;
  display: inline-block;
}
#header .h-top .left #top-nav ul li a {
  display: block;
  padding: 0 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .left #top-nav ul li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#header .h-top .logo {
  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%);
}
#header .h-top .logo img {
  display: inline-block;
  height: 100%;
  max-height: 55px;
  vertical-align: middle;
}
#header .h-top .logo h2 {
  display: inline-block;font-size: 40px;
  color: white;
  vertical-align: middle;
  font-family: "MicrosoftYaHeiUILight";
  margin-left: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right {
  margin-right: 0;
  margin-left: auto;
}
#header .h-top .right .share {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right .share ul li {
  display: inline-block;
  padding: 0 2px;
}
#header .h-top .right .share ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #b0b4be;
  border-radius: 100%;
  font-size: 14px;
  color: #b0b4be;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .share ul li a:hover {
  color: white;
  border-color: white;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 25px;
}
#header .h-top .right .yuy ul li {
  font-size: 14px;
  color: white;
  float: left;
  padding: 0 8px;
  border-right: 1px solid white;
  line-height: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .yuy ul li:hover {
  text-decoration: underline;
}
#header .h-top .right .yuy ul li:last-child {
  border-right: none;
}
#header .h-top .right .search {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 84px;
  border-left: 1px solid #4c557d;
  padding: 0 35px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .search:hover {
  background: #003b83;
}
#header .search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  display: none;
}
#header .search-box form {
  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%);
  width: 60%;
}
.right .box p {text-indent:2em;}
#header .search-box form input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 2px solid #ccc;
  line-height: 55px;
  background: none;
  outline: none;
  font-size: 18px;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .search-box form input:focus {
  border-color: #003b83;
}
#header .search-box form button {
  position: absolute;
  background: none;
  outline: none;
  border: none;
  font-size: 24px;
  color: #222;
  height: 55px;
  right: 0;
  bottom: 0;
  width: 55px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .search-box form button:hover {
  color: #003b83;
}
#header .search-box .fa-close {
  font-size: 24px;
  color: #222;
  position: absolute;
  right: 25px;
  top: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .search-box .fa-close:hover {
  color: #003b83;
}
#header #nav {
  position: absolute;
  top: 100%;
  left: -100%;
  width: 30%;
  display: block;
  height: 100vh;
  padding-bottom: 84px;
  background: none;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  z-index: 1;
	background:#003b83;
}
#header #nav ul {
  display: inline-block;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  -webkit-box-shadow: 0 0 5px #222222;
  -moz-box-shadow: 0 0 5px #222222;
  box-shadow: 0 0 5px #222222;
  max-height: 100%;
  position: relative;
  z-index: 1;
	background:white;
}
#header #nav ul li {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
#header #nav ul li:after {
  content: '';
  background: url("../images/logo.png") no-repeat top right -120px;
  background-size: 90%;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.05;
  position: absolute;
  z-index: -1;
}
#header #nav ul li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003b83;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header #nav ul li a {
  opacity: .5;
  position: relative;
  z-index: 1;
  display: block;
  padding: 50px 30px 30px;
  border: 1px solid #222;
  margin: -1px;
}
#header #nav ul li a i.icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#header #nav ul li a h2 {
  font-size: 18px;
  font-family: "STSong";
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header #nav ul li a h2 small {
  display: inline-block;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #003b83;
  position: relative;
  left: -10px;
  opacity: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-top: -10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #003b83;
}
#header #nav ul li.ie1 i.icon {
  background-image: url("../images/icon-nav-t1-1.png");
}
#header #nav ul li.ie1:hover i.icon {
  background-image: url("../images/icon-nav-t1-2.png");
}
#header #nav ul li.ie2 i.icon {
  background-image: url("../images/icon-nav-t2-1.png");
}
#header #nav ul li.ie2:hover i.icon {
  background-image: url("../images/icon-nav-t2-2.png");
}
#header #nav ul li.ie3 i.icon {
  background-image: url("../images/icon-nav-t3-1.png");
}
#header #nav ul li.ie3:hover i.icon {
  background-image: url("../images/icon-nav-t3-2.png");
}
#header #nav ul li.ie4 i.icon {
  background-image: url("../images/icon-nav-t4-1.png");
}
#header #nav ul li.ie4:hover i.icon {
  background-image: url("../images/icon-nav-t4-2.png");
}
#header #nav ul li.ie5 i.icon {
  background-image: url("../images/icon-nav-t5-1.png");
}
#header #nav ul li.ie5:hover i.icon {
  background-image: url("../images/icon-nav-t5-2.png");
}
#header #nav ul li.ie6 i.icon {
  background-image: url("../images/icon-nav-t6-1.png");
}
#header #nav ul li.ie6:hover i.icon {
  background-image: url("../images/icon-nav-t6-2.png");
}
#header #nav ul li.ie7 i.icon {
  background-image: url("../images/icon-nav-t7-1.png");
}
#header #nav ul li.ie7:hover i.icon {
  background-image: url("../images/icon-nav-t7-2.png");
}
#header #nav ul li.ie8 i.icon {
  background-image: url("../images/icon-nav-t8-1.png");
}
#header #nav ul li.ie8:hover i.icon {
  background-image: url("../images/icon-nav-t8-2.png");
}
#header #nav ul li:hover:before {
  opacity: 0;
}
#header #nav ul li:hover a {
  opacity: 1;
}
#header #nav ul li:hover a h2 {
  color: #003b83;
}
#header #nav ul li:hover a h2 small {
  opacity: 1;
  left: 0;
}
#header #nav #btn-nav-close {
  position: absolute;
  left: 70%;
  top: 42.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 110px;
  border-left: 30px solid #d8d7d7;
  border-top: transparent solid 20px;
  border-bottom: transparent solid 20px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#header #nav #btn-nav-close i {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 1px solid #222;
  color: #222;
  line-height: 15px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header #nav #btn-nav-close i:before {
  position: relative;
  top: -1px;
}
#header #nav #btn-nav-close:hover i {
  color: #003b83;
  border-color: #003b83;
}
#header #nav.active {
  left: 0;
}
#header #nav.active #btn-nav-close {
  left: 100%;
  -webkit-transition: .5s .9s;
  -moz-transition: .5s .9s;
  -ms-transition: .5s .9s;
  -o-transition: .5s .9s;
  transition: .5s .9s;
}
#header.active {
  background: white;
  -webkit-box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
}
#header.active .h-top {
  border-bottom: none;
}
#header.active .h-top .left #top-nav ul li,
#header.active .h-top .logo h2,
#header.active .h-top .right .yuy ul li {
  color: #999;
  border-color: #999;
}
#header.active .h-top .right .search {
  color: #272636;
  border-color: #999;
}
#header.active .h-top .right .share ul li a:hover {
  border-color: #003b83;
  color: #003b83;
}
#banner {
  background: #003b83;
  position: relative;
}
#banner li {
  overflow: hidden;
}
#banner li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 7s 1s;
  -moz-transition: 7s 1s;
  -ms-transition: 7s 1s;
  -o-transition: 7s 1s;
  transition: 7s 1s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#banner li.active img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
#banner #banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner #banner-content .box {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 200px;
}
#banner #banner-content .box span.border {
  width: 200px;
  height: 325px;
  border: 10px solid;
  display: block;
  border-image: -webkit-linear-gradient(180deg, #014ecd, #01a6e3) 30 30;
  border-image: -moz-linear-gradient(180deg, #014ecd, #01a6e3) 30 30;
  border-image: linear-gradient(180deg, #014ecd, #01a6e3) 30 30;
  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%);
  z-index: -1;
}
#banner #banner-content .box img {
  margin: 0 auto;
}
#banner #banner-content .box h2 {
  font-family: "KaiTi";
  font-size: 36px;
  color: white;
  letter-spacing: 13px;
  margin-top: 8px;
}
#banner #banner-content .box h2 small {
  display: block;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 5px;
}
#index-body .init-1 {
  display: inline-block;
  background: #f8f8f8;
}
#index-body .init-1 .left {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
#index-body .init-1 .left img {
  width: 100%;
}
#index-body .init-1 .right {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -5px;
  padding-left: 2px;
}
#index-body .init-1 .right .content {
  width: 80%;
  margin: 0 auto 45px;
  text-align: center;
}
#index-body .init-1 .right .content h2 {
  font-size: 36px;
  color: #333333;
}
#index-body .init-1 .right .content h2 small {
  display: block;
  font-size: 30px;
  color: #cccccc;
  font-family: 'Oswald-Bold';
  text-transform: uppercase;
  opacity: .58;
  line-height: normal;
  margin-bottom: -5px;
}
#index-body .init-1 .right .content p {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 28px;
  margin: 30px 0;
}
#index-body .init-1 .right .content a.more {
  display: inline-block;
  line-height: 40px;
  padding: 0 35px;
  border-radius: 5px;
  background: #ff000c;
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") center center fixed;
  text-align: center;
}
#index-body .init-2 h2 {
  font-size: 36px;
  color: white;
  padding-top: 106px;
}
#index-body .init-2 h2 small {
  font-size: 24px;
  opacity: .59;
  margin-left: 5px;
  letter-spacing: 2px;
}
#index-body .init-2 ul {
  margin: -25px -15px;
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 130px;
}
#index-body .init-2 ul li {
  padding: 25px 15px;
  width: 25%;
  float: left;
}
#index-body .init-2 ul li a {
  border: 1px solid #92ecfa;
  padding: 40px 70px 50px;
  display: block;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a i.icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a h3 {
  font-size: 24px;
  color: white;
  margin-top: 25px;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a:hover {
  background: white;
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}
#index-body .init-2 ul li a:hover h3 {
  color: #33c6cc;
}
#index-body .init-2 ul li.ie1 a i.icon {
  background-image: url("../images/icon-init-2-t1-1.png");
}
#index-body .init-2 ul li.ie1 a:hover i.icon {
  background-image: url("../images/icon-init-2-t1-1.png");
}
#index-body .init-2 ul li.ie1 a i.icon {
  background-image: url("../images/icon-init-2-t1-1.png");
}
#index-body .init-2 ul li.ie1 a:hover i.icon {
  background-image: url("../images/icon-init-2-t1-2.png");
}
#index-body .init-2 ul li.ie2 a i.icon {
  background-image: url("../images/icon-init-2-t2-1.png");
}
#index-body .init-2 ul li.ie2 a:hover i.icon {
  background-image: url("../images/icon-init-2-t2-2.png");
}
#index-body .init-2 ul li.ie3 a i.icon {
  background-image: url("../images/icon-init-2-t3-1.png");
}
#index-body .init-2 ul li.ie3 a:hover i.icon {
  background-image: url("../images/icon-init-2-t3-2.png");
}
#index-body .init-2 ul li.ie4 a i.icon {
  background-image: url("../images/icon-init-2-t4-1.png");
}
#index-body .init-2 ul li.ie4 a:hover i.icon {
  background-image: url("../images/icon-init-2-t4-2.png");
}
#index-body .init-2 ul li.ie5 a i.icon {
  background-image: url("../images/icon-init-2-t5-1.png");
}
#index-body .init-2 ul li.ie5 a:hover i.icon {
  background-image: url("../images/icon-init-2-t5-2.png");
}
#index-body .init-2 ul li.ie6 a i.icon {
  background-image: url("../images/icon-init-2-t6-1.png");
}
#index-body .init-2 ul li.ie6 a:hover i.icon {
  background-image: url("../images/icon-init-2-t6-2.png");
}
#index-body .init-2 ul li.ie7 a i.icon {
  background-image: url("../images/icon-init-2-t7-1.png");
}
#index-body .init-2 ul li.ie7 a:hover i.icon {
  background-image: url("../images/icon-init-2-t7-2.png");
}
#index-body .init-2 ul li.ie8 a i.icon {
  background-image: url("../images/icon-init-2-t8-1.png");
}
#index-body .init-2 ul li.ie8 a:hover i.icon {
  background-image: url("../images/icon-init-2-t8-2.png");
}
#index-body .init-3 {
  background: url("../images/init-3-bg.jpg") center center fixed;
}
#index-body .init-3 .content {
  width: 100%;
  overflow: hidden;
  padding-top: 260px;
}
#index-body .init-3 .content ul {
  margin: 0 -50px;
}
#index-body .init-3 .content ul li {
  opacity: .56;
  padding: 60px 50px 40px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .init-3 .content ul li a.img {
  display: block !important;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.fancybox {
	display: block !important;
}
#index-body .init-3 .content ul li a.img:after {
  content: '';
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  display: block;
  top: 0px;
  left: 0px;
  border: 5px solid;
  border-image: -webkit-linear-gradient(0deg, #59e5ff, #1691f0) 30 30;
  border-image: -moz-linear-gradient(0deg, #59e5ff, #1691f0) 30 30;
  border-image: linear-gradient(0deg, #59e5ff, #1691f0) 30 30;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .content ul li h2 {
  font-size: 18px;
  color: white;
  text-align: center;
  margin-top: 60px;
  display: block;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  top: 10px;
}
#index-body .init-3 .content ul li h2 small {
  display: block;
  font: inherit;
  opacity: .42;
  margin-bottom: 5px;
}
#index-body .init-3 .content ul .slick-center li {
  opacity: 1;
}
#index-body .init-3 .content ul .slick-center li a.img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#index-body .init-3 .content ul .slick-center li a.img:after {
  top: -25px;
  left: -25px;
}
#index-body .init-3 .content ul .slick-center li h2 {
  opacity: 1;
  -webkit-transition: .5s 1.5s;
  -moz-transition: .5s 1.5s;
  -ms-transition: .5s 1.5s;
  -o-transition: .5s 1.5s;
  transition: .5s 1.5s;
  top: 0;
}
#index-body .init-3 .btn {
  text-align: center;
  padding-bottom: 95px;
}
#index-body .init-3 .btn ul li {
  width: 40px;
  height: 40px;
  display: inline-block  !important;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.37) no-repeat center center;
  background-size: 8px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .btn ul li.prev {
  background-image: url("../images/banner-btn-l.png");
}
#index-body .init-3 .btn ul li.next {
  background-image: url("../images/banner-btn-r.png");
}
#index-body .init-3 .btn ul li:hover {
  background-color: #1691f0;
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") fixed center center;
}
#index-body .init-4 .init-4-top {
  display: flex;
  align-items: flex-end;
  padding-top: 80px;
}
#index-body .init-4 .init-4-top h2 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  color: white;
  letter-spacing: 3px;
  margin-left: 0;
  margin-right: auto;
}
#index-body .init-4 .init-4-top h2 em {
  display: block;
  font: inherit;
}
#index-body .init-4 .init-4-top ul {
  display: inline-block;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: 0;
}
#index-body .init-4 .init-4-top ul li {
  display: inline-block;
  font-size: 14px;
  color: white;
  letter-spacing: 2px;
  padding: 0 10px;
  position: relative;
  line-height: 15px;
}
#index-body .init-4 .init-4-top ul li:after {
  content: '';
  height: 100%;
  border-left: 2px solid white;
  -webkit-transform: skew(-30deg) translateX(50%);
  -moz-transform: skew(-30deg) translateX(50%);
  -ms-transform: skew(-30deg) translateX(50%);
  -o-transform: skew(-30deg) translateX(50%);
  transform: skew(-30deg) translateX(50%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .init-4 .init-4-top ul li:hover {
  text-decoration: underline;
}
#index-body .init-4 .init-4-top ul li:last-child:after {
  display: none;
}
#index-body .init-4 .init-4-bottom {
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}
#index-body .init-4 .init-4-bottom ul.content li {
  position: relative;
  background: white;
}
#index-body .init-4 .init-4-bottom ul.content li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../images/logo.png") no-repeat bottom -20px right -50px;
  z-index: 0;
  opacity: .08;
}
#index-body .init-4 .init-4-bottom ul.content li .left {
  width: 65%;
  float: left;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .init-4-bottom ul.content li .left a {
  display: block;
}
#index-body .init-4 .init-4-bottom ul.content li .right {
  width: 35%;
  float: right;
  padding: 50px 35px 0;
  z-index: 1;
  position: relative;
}
#index-body .init-4 .init-4-bottom ul.content li .right h3 {
  font-size: 18px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-4 .init-4-bottom ul.content li .right h3:hover {
  color: #003b83;
}
#index-body .init-4 .init-4-bottom ul.content li .right time {
  font-size: 12px;
  color: #999999;
  padding: 10px 0 25px;
  display: block;
  border-bottom: 1px #e4e4e4 dashed;
}
#index-body .init-4 .init-4-bottom ul.content li .right p {
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
  word-break: keep-all;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 168px;
}
#index-body .init-4 .init-4-bottom ul.content ul.slick-dots {
  padding-top: 50px;
  text-align: center;
}
#index-body .init-4 .init-4-bottom ul.content ul.slick-dots li {
  background: none;
  font-size: 12px;
  color: white;
  display: inline-block;
  padding: 0 12px;
  border-left: 1px solid #8ff8ff;
  line-height: 5px;
  height: 12px;
}
#index-body .init-4 .init-4-bottom ul.content ul.slick-dots li:first-child {
  border-left: none;
}
#index-body .init-4 .init-4-bottom ul.content ul.slick-dots li button {
  border: none;
  background: none;
  outline: none;
  height: 12px;
}
#index-body .init-4 .init-4-bottom ul.content ul.slick-dots li:after {
  display: none;
}
#index-body .section .fullbox {
  height: 100vh;
  display: block;
}
#index-body .section .fullpage {
  padding-top: 84px;
  height: 100vh;
  background-size: 100% 100%;
  background-position: bottom center;
}
#index-body .section #banner li {
  height: 100vh;
}
#index-body .section #banner li img {
  height: 100%;
  width: 100%;
}
#index-body .section .init-1 .left {
  height: 100%;
}
#index-body .section .init-1 .left img {
  height: 100%;
}
#index-body .section #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#fp-nav {
  text-align: center;
}
#fp-nav ul li {
  margin: 7px auto !important;
}
#fp-nav ul li a {
  position: relative;
}
#fp-nav ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  left: 0;
  top: 0;
  -webkit-transition: .5s .5s;
  -moz-transition: .5s .5s;
  -ms-transition: .5s .5s;
  -o-transition: .5s .5s;
  transition: .5s .5s;
  opacity: 0;
}
#fp-nav ul li a span {
  background: white !important;
  margin: -3px 0 0 -1px !important;
  height: 4px !important;
  width: 4px !important;
}
#fp-nav ul li a.active:after {
  opacity: 1;
}
#fp-nav span#num {
  font-size: 12px;
  color: white;
  text-align: center;
  position: relative;
  left: 2px;
}
#fp-nav span#num em {
  font-size: 13px;
}
#fp-nav span#num:before {
  content: '';
  height: 40px;
  border-left: 1px solid white;
  display: block;
  margin: 0 auto 10px;
  width: 0;
}
#fpmenu {
  position: fixed;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fpmenu ul li {
  display: block;
  font-size: 16px;
  color: transparent;
  letter-spacing: 2px;
  position: relative;
  margin: 8px 0;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#fpmenu ul li:after {
  content: '';
  width: 30px;
  border-bottom: 1px solid #60b3e1;
  position: absolute;
  top: 50%;
  right: 115%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#fpmenu ul li:hover,
#fpmenu ul li.active {
  color: white;
}
#fpmenu ul li:hover:after,
#fpmenu ul li.active:after {
  border-color: white;
  width: 40px;
}
#footer {
  background: white;
  display: flex;
  align-items: center;
  line-height: 50px;
  padding: 0 40px;
}
#footer .left {
  font-size: 12px;
  color: black;
  margin-left: 0;
  margin-right: auto;
}
#footer .left a:hover {
  color: #003b83;
}
#footer .right {
  font-size: 12px;
  color: black;
  margin-left: auto;
  margin-right: 0;
}
#footer .right a:hover {
  color: #003b83;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: 100;
}
#loading h2 {
  font-family: "KaiTi";
  font-size: 36px;
  color: #003b83;
  letter-spacing: 13px;
  margin-top: 8px;
  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%);
  text-align: center;
}
#loading h2 small {
  display: block;
    font-size: 14px;
    font-family: Arial;
    letter-spacing: 5px;
}
@media screen and (max-width: 1700px) {
  #index-body .init-1 .right .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #index-body .init-1 .right {
    padding-left: 1px;
  }
  #index-body .init-4 .init-4-top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .init-1 .right {
    vertical-align: middle;
  }
  #index-body .init-1 .right img {
    display: none;
  }
  #index-body .init-1 .left {
    vertical-align: middle;
  }
  #index-body .init-2 ul li a {
    padding: 20px 50px 30px;
  }
  #index-body .init-2 h2 {
    padding-top: 20px;
  }
  #index-body .init-2 ul {
    padding-top: 30px;
    margin: -15px;
  }
  #index-body .init-2 ul li {
    padding: 15px;
  }
  #index-body .init-2 .content {
    padding: 0 10%;
  }
  #index-body .init-3 .content {
    padding: 40px 15% 0;
  }
  #index-body .init-4 .ui.container {
    padding: 0 15%;
  }
  #index-body .init-4 .ui.container .init-4-top h2 em {
    display: none;
  }
  #index-body .init-4 .init-4-bottom ul.content li .right p {
    -webkit-line-clamp: 4;
    height: 112px;
  }
  #header,
  #header .h-top .left #top-nav ul li,
  #header .h-top .left #top-nav ul li a,
  #header .h-top .right .search {
    height: 64px;
    line-height: 64px;
  }
  #header .h-top .logo img {
    max-height: 48px;
  }
  #header .h-top .logo h2 {
    font-size: 18px;
  }
  #header .h-top .left #top-nav ul li,
  #header .h-top .right .search {
    margin-top: -8px;
  }
  #header #nav {
    padding-bottom: 64px;
  }
  #header #nav ul li a i.icon {
    margin-bottom: 10px;
  }
  #header #nav ul li a h2 small {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 1000px;
  }
  .product-page .init-2 .content ul#product li .box .fancybox {
  	max-height: 250px !important;
  }
  #header #nav {
    width: 45%;
  }
  #header .h-top .left #top-nav ul li a {
    padding: 0 20px;
  }
  #index-body .init-2 ul li a {
    padding: 20px 10px 30px;
  }
  #index-body .init-2 ul li a h3 {
    font-size: 18px;
  }
  #index-body .init-3 .content ul li {
    padding: 60px 30px 40px;
  }
  #index-body .init-3 .content ul .slick-center li a.img:after {
    left: -15px;
    top: -15px;
  }
  #index-body .init-3 .content ul li h2 {
    margin-top: 40px;
  }
  #index-body .init-4 .init-4-bottom ul.content li .right {
    padding: 20px 15px 0;
  }
  #header .h-top .right .share ul li {
    padding: 0;
  }
  #header .h-top .right .yuy {
    padding: 0 10px 0 5px;
  }
}
.inner-banner {
  height: 650px;
  position: relative;
  background-position: center;
}
.inner-banner .box {
  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%);
  text-align: center;
}
.inner-banner .box h2 {
  font-size: 55px;padding-top:10px;
  color: white;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}
.inner-banner .box h2 small {
  display: block;
  margin-top: 15px;
  font-size: 24px;
}
.inner-banner .box #cat-class {
  text-align: center;
  margin-top: 60px;
}
.inner-banner .box #cat-class ul {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.inner-banner .box #cat-class ul li {
  font-size: 20px;
  margin: 0;
  border-right: none;
  color: #222;
  display: inline-block;
  padding: 10px;
  width: 25%;
  margin-left: -5px;
}
.inner-banner .box #cat-class ul li:nth-child(4n+1) {
  margin-left: 0;
}
.inner-banner .box #cat-class ul li a {
  background: white;
  padding: 0 50px;
  display: block;
  line-height: 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .box #cat-class ul li a:hover {
  background: #003b83;
  color: white;
}
.inner-banner #gobottom {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-size: 18px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: xb 1s infinite alternate linear;
  -o-animation: xb 1s infinite alternate linear;
  animation: xb 1s infinite alternate linear;
}
.inner-banner #gobottom i {
  position: relative;
}
@-webkit-keyframes xb {
  from {
    bottom: 30px;
  }
  to {
    bottom: 36px;
  }
}
@-o-keyframes xb {
  from {
    bottom: 30px;
  }
  to {
    bottom: 36px;
  }
}
@-moz-keyframes xb {
  from {
    bottom: 30px;
  }
  to {
    bottom: 36px;
  }
}
@keyframes xb {
  from {
    bottom: 30px;
  }
  to {
    bottom: 36px;
  }
}
.m-page {
  text-align: center;
  padding-bottom: 70px;
  display: inline-block;
  width: 100%;
}
.m-page a,
.m-page span {
  text-decoration: none;
  color: #d2d2d2;
  padding: 10px 15px;
  margin-right: 3px;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  font-weight: normal;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.m-page a:hover,
.m-page span:hover {
  color: white;
  background: #003b83;
}
.m-page span {
  background: #003b83;
  color: white;
}
.inner-page .slick-arrow {
  display: block;
  width: 60px;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 35px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 100;
  font-family: ËÎÌå;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border-radius: 50%;
  background: white;
  border: none;
  color: transparent;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:after {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:hover {
  background: #003b83;
}
.inner-page .slick-arrow:hover:after {
  color: white;
}
.inner-page .slick-arrow.slick-prev {
  left: 30px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: '<';
}
.inner-page .slick-arrow.slick-next {
  right: 30px;
}
.inner-page .slick-arrow.slick-next:after {
  content: '>';
}
.inner-page {
  background: #f7f7f7;
}
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
  font-size: 36px;
  color: #333;
  margin:0;
}
.inner-page .content {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.about-page .init-1 {
  background: white;
}
.about-page .init-2 {
  text-align: center;
}
.about-page .init-2 .content {
  margin: 0 auto 40px;
  height: 400px;
  overflow: hidden;
  text-align: left;
}
.about-page .init-2 .content p {
  padding: 10px 0;text-indent: 2em;
}
.about-page .init-2 #open-btn {
  display: inline-block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #c2c2c2;
  margin: 0 auto;
  cursor: pointer;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  background-color: #003b83;
  color: white;
}
.about-page .init-2 #open-btn em {
  color: white;
}
.about-page .init-2 #open-btn canvas {
  opacity: 0;
}
.about-page .init-2 #open-btn:hover canvas {
  opacity: 1;
}
.about-page .init-2 #open-btn i {
  font-size: 16px;
}
.about-page .init-2 .box {
  margin: 0 auto;
}
.about-page .init-2 .box ul li em {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
  color: #003b83;
  font-family: fantasy;
}
.about-page .init-2 .box ul li p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
}
.about-page .init-3 li {
  position: relative;
}
.about-page .init-3 li .box {
  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%);
  text-align: center;
}
.about-page .init-3 li .box img {
  margin: 0 auto;
}
.about-page .init-3 li .box h2 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.about-page .init-3 li .box h2 small {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: block;
  margin-top: 15px;
}
.about-page .init-4 .content {
  display: inline-block;
  width: 100%;
}
.about-page .init-4 .content li {
  width: 20%;
  float: left;
  padding: 15px;
}
.about-page .init-4 .content li .box {
  background: white;
  -webkit-box-shadow: 0 0 12px #CCCCCC;
  -moz-box-shadow: 0 0 12px #CCCCCC;
  box-shadow: 0 0 12px #CCCCCC;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-4 .content li .box:hover {
  background: #003b83;
}
.about-page .init-4 .content li .box:hover h2 {
  color: white;
}
.about-page .init-4 .content li .box:hover h2 small {
  color: white;
}
.about-page .init-4 .content li .box h2 {
  font-size: 20px;
  color: #333;
  line-height: 25px;
  -webkit-transition: all .8s;
  transition: all .8s;
  padding: 5px 15px 15px;
}
.about-page .init-4 .content li .box h2 i {
  margin-right: 10px;
}
.about-page .init-4 .content li .box h2 small {
  display: block;
  font-size: 15px;
  height: 48px;
  line-height: 1.5;
  color: #999;
  -webkit-transition: all .8s;
  transition: all .8s;
  margin-top: 5px;
}
.about-page .init-4 .content li .box .tc-content {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.about-page .init-4 .content li .box .tc-content .box2 {
  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%);
  width: 65vh;
  max-height: 70vh;
  overflow: auto;
  background-color: white;
  padding: 50px 40px 70px;
  -webkit-box-shadow: 0 0 20px #222222;
  -moz-box-shadow: 0 0 20px #222222;
  box-shadow: 0 0 20px #222222;
  cursor: auto;
}
.about-page .init-4 .content li .box .tc-content .box2 h3 {
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 25px;
  font-weight: bold;
}
.about-page .init-4 .content li .box .tc-content .box2 .box3 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  min-height: 200px;
  text-indent: 1.5em;
}
.about-page .init-4 .content li .box .tc-content .box2 .tc-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  border-radius: 100%;
  border: 1px solid #222;
  display: block;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
}
.about-page .init-4 .content li .box .tc-content .box2 .tc-close:after,
.about-page .init-4 .content li .box .tc-content .box2 .tc-close:before {
  content: '';
  width: 25px;
  border-bottom: 2px solid #222;
  display: block;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-4 .content li .box .tc-content .box2 .tc-close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-page .init-4 .content li .box .tc-content .box2 .tc-close:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.about-page .init-5 {
  background: url("../images/about-1-bg.jpg") fixed center center;
}
.about-page .init-5 .init-5-top h2 {
  color: white;
}
.about-page .init-5 .init-5-top ul {
  text-align: center;
}
.about-page .init-5 .init-5-top ul li {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
}
.about-page .init-5 .init-5-top ul li a {
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  float: left;
  font-family: "Arial";
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all .8s;
  transition: all .8s;
  display: block;
  padding: 0 15px;
}
.about-page .init-5 .init-5-top ul li:hover a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.about-page .init-5 .init-5-bottom {
  padding-bottom: 80px;
  position: relative;
}
.about-page .init-5 .init-5-bottom ul {
  margin: 0 -20px;
}
.about-page .init-5 .init-5-bottom ul li {
  padding: 20px;
  opacity: .8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-5 .init-5-bottom ul li a {
  display: block;
}
.about-page .init-5 .init-5-bottom ul li a h3 {
  font-size: 18px;
  color: white;
  padding: 15px;
  text-align: center;
}
.about-page .init-5 .init-5-bottom ul .slick-center li {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .init-6 {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
}
.about-page .init-6 .left,
.about-page .init-6 .right {
  width: 50%;
  float: left;
  position: relative;
}
.about-page .init-6 .left img,
.about-page .init-6 .right img {
  width: 100%;
}
.about-page .init-6 .left .box,
.about-page .init-6 .right .box {
  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%);
  text-align: center;
  max-width: 90%;
}
.about-page .init-6 .left .box h2,
.about-page .init-6 .right .box h2 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.about-page .init-6 .left .box h2 small,
.about-page .init-6 .right .box h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  color: #fff;
  padding: 0 10px;
  margin-top: 15px;
}
.about-page .init-6 .left .box .about-btn,
.about-page .init-6 .right .box .about-btn {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 100%;
  border: 1px solid white;
  margin: 0 auto;
  color: white;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-1 .grid-box {
	align-items: center;
}
.product-page .init-1 .left {
	width:40%;
}
.product-page .init-1 .right {
  padding-left: 5%;
	width:60%;
	text-align:center;
}
.product-page .init-1 .right .box-inl {
	display:inline-block;
	margin:0 auto;
}
.product-page .init-1 .right .box {
	text-align:left;
}
.product-page .init-1 .right h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
/* 	text-align:left; */
}
.product-page .init-1 .right h2 small {
  font-size: 18px;
  color: #999;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
  display: block;
}
.product-page .init-2 {
  padding: 80px 0;
}
.product-page .init-2 .nav {
	display:inline-block;
	width:100%;
}
.product-page .init-2 .nav h2 {
	display:inline-block;
}
.product-page .init-2 .nav ul {
	float:right;
	margin-top:5px;
}
.product-page .init-2 .nav ul li {
	display:inline-block;
	font-size:16px;
	line-height:40px;
	height:40px;
	background:white;
	padding:0 15px;
	margin: 3px;
	transition:.5s;
}
.product-page .init-2 .nav ul li:hover {
	background:#003b83;
	color:white;
}
.product-page .init-2 .content {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.product-page .init-2 .content ul#product {
  margin: -25px;
	letter-spacing:-5px;
}
.product-page .init-2 .content ul#product li {
  width: 50%;
  display:inline-block;
  padding: 25px;
	vertical-align:top;
	letter-spacing:0;
}
.product-page .init-2 .content ul#product li ul {
	display:none !important;
}
.product-page .init-2 .content ul#product li .box {
  display: block;
  background: white;
  padding: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 .content ul#product li .box .fancybox {
  max-height: 340px;
  overflow: hidden;
  display: block;
}
.product-page .init-2 .content ul#product li .box h3 {
  font-size: 22px;
  line-height: 1.8;
  color: #003b83;
  margin-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 .content ul#product li .box .box2 {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 150px;
  margin: 20px 0;
}
.product-page .init-2 .content ul#product li .box a.more {
  height: 45px;
  line-height: 45px;
  background: #e1e1e1;
  color: #333;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 0 50px;
}
.product-page .init-2 .content ul#product li .box:hover {
  background: #003b83;
}
.product-page .init-2 .content ul#product li .box:hover h3 {
  color: white;
}
.product-page .init-2 .content ul#product li .box:hover .box2 {
  color: white;
}
.prodet-page .init-1 {
  background: white;
}
.prodet-page .init-1 h1 {
  font-size: 32px;
  color: #003b83;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
.prodet-page .init-1 .content {
  margin: 50px 0;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.prodet-page .init-1 .content * {
  white-space: inherit;
}
.prodet-page .init-2 {
  padding: 60px 0;
  background: white;
  display: inline-block;
  width: 100%;
}
.prodet-page .init-2 ul {
  margin: 0 -25px;
}
.prodet-page .init-2 ul li {
  width: 50%;
  float: left;
  padding: 0 25px;
}
.prodet-page .init-3 {
  padding: 80px 0;
}
.prodet-page .init-3 h2 {
  font-size: 32px;
  line-height: 45px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}
.prodet-page .init-3 .box {
  padding-top: 40px;
}
.prodet-page .init-3 .box ul {
  margin: -7px;
}
.prodet-page .init-3 .box ul li {
  padding: 7px;
}
.prodet-page .init-3 .box ul li a {
  display: block;
  background: white;
  text-align: center;
}
.prodet-page .init-3 .box ul li a h3 {
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 50px;
  background: #fff;
}
.prodet-page .init-3 .box ul .slick-arrow.slick-prev {
  left: 12px;
}
.prodet-page .init-3 .box ul .slick-arrow.slick-next {
  right: 12px;
}
.news-page .init-1 h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
}
.news-page .init-1 form {
  position: relative;
  background: white;
  margin: 60px 0 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-page .init-1 form input {
  width: 100%;
  background: none;
  line-height: 70px;
  height: 70px;
  color: #666;
  text-indent: 10px;
  font-weight: normal;
  outline: none;
  padding-right: 5%;
  font-size: 16px;
  border: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-1 form input:focus {
  border-color: rgba(0, 59, 131, 0.31);
}
.news-page .init-1 form button {
  position: absolute;
  top: 50%;
  right: 0;
  color: #333;
  font-size: 18px;
  background: none;
  outline: none;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5%;
  text-align: center;
}
.news-page .init-1 form button i {
  margin: 0 auto;
}
.news-page .init-2 {
  display: inline-block;
  width: 100%;
}
.news-page .init-2 ul {
  margin: -20px;
}
.news-page .init-2 ul li {
  width: 33.333333%;
  float: left;
  padding: 20px;
}
.news-page .init-2 ul li .box {
  display: block;
  background: white;
  -webkit-box-shadow: 0 0 8px #CCCCCC;
  -moz-box-shadow: 0 0 8px #CCCCCC;
  box-shadow: 0 0 8px #CCCCCC;
}
.news-page .init-2 ul li .box a.img-box {
  display: block;
}
.news-page .init-2 ul li .box h2 {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  padding: 0 25px;
  margin: 15px 0 10px;
}
.news-page .init-2 ul li .box .content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  padding: 0 25px;
}
.news-page .init-2 ul li .box .box2 {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 16px 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.news-page .init-2 ul li .box .box2:before {
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #003b83;
}
.news-page .init-2 ul li .box .box2 em {
  font-size: 14px;
  color: #b7b7b7;
  line-height: 22px;
  position: relative;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul li .box .box2 time {
  font-size: 14px;
  color: #b7b7b7;
  line-height: 22px;
  font-family: "Arial";
  position: relative;
  z-index: 2;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul li .box:hover .box2:before {
  height: 100%;
}
.news-page .init-2 ul li .box:hover .box2 em,
.news-page .init-2 ul li .box:hover .box2 time {
  color: white;
}
.newdet-page {
  padding: 80px 0 100px;
}
.newdet-page .content {
  background: white;
  padding: 70px 120px;
  box-sizing: border-box;
  width: 100%;
  min-height: 400px;
}
.newdet-page .content h1 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
.newdet-page .content h1 small {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin: 35px auto 0;
}
.newdet-page .content .box {
  margin-top: 18px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 55px 0;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-indent: 2em;
}
.newdet-page .content .box img {
	text-indent:-2em;
	display:block;
	margin:10px auto;
}
.newdet-page .content .wz-link {
  padding-top: 45px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: block;
}
.contact-page {
  padding: 80px 0 100px;
  display: inline-block;
  width: 100%;
}
.contact-page h1 {
  font-size: 32px;
  line-height: 45px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.contact-page .left {
  width: 40%;
  float: left;
  background: white;
  display: block;
}
.contact-page .left ul {
  float: left;
  padding: 10px 60px;
  width: 100%;
}
.contact-page .left ul li {
  position: relative;
  padding: 15px 10px 15px 50px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}
.contact-page .left ul li:last-child {
  border-bottom: none;
}
.contact-page .left ul li i.fa {
  font-size: 24px;
  color: #003b83;
  position: absolute;
  top: 25px;
  left: 0;
}
.contact-page .left ul li span {
  font-size: 16px;
  color: #222;
  line-height: 38px;
}
.contact-page .left ul li span em {
  display: block;
  color: #888;
}
.contact-page .left ul>img,
.contact-page .left ul>div {
	display:inline-block;
	max-width:45%;
}
.contact-page .left ul>div {
	border:10px solid white;
	margin-left:10px;
}
.contact-page .right {
  width: 55%;
  float: right;
}
.contact-page .right .map {
  position: relative;
}
.faq-page {
  padding: 80px 0 100px;
}
.faq-page h1 {
  font-size: 32px;
  line-height: 45px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.faq-page form {
  position: relative;
  background: white;
  margin: 40px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-page form input {
  width: 100%;
  background: none;
  line-height: 70px;
  height: 70px;
  color: #666;
  text-indent: 10px;
  font-weight: normal;
  outline: none;
  padding-right: 5%;
  font-size: 16px;
  border: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page form input:focus {
  border-color: rgba(0, 59, 131, 0.31);
}
.faq-page form button {
  position: absolute;
  top: 50%;
  right: 0;
  color: #333;
  font-size: 18px;
  background: none;
  outline: none;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5%;
  text-align: center;
}
.faq-page form button i {
  margin: 0 auto;
}
.faq-page ul li {
  display: block;
  margin-bottom: 15px;
}
.faq-page ul li .q {
  padding: 35px 40px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  line-height: 26px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page ul li .q:hover {
  background: #003b83;
  color: white;
}
.faq-page ul li .q i.fa {
  float: right;
}
.faq-page ul li .a {
  padding: 30px;
  font-size: 16px;
  color: #666;
  background: #f9f9f9;
  display: none;
}
.lg-page {
  padding: 80px 0 100px;
  display: inline-block;
  width: 100%;
}
.lg-page h1 {
  font-size: 32px;
  line-height: 45px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.lg-page form {
  position: relative;
  background: white;
  margin: 40px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.lg-page form input {
  width: 100%;
  background: none;
  line-height: 70px;
  height: 70px;
  color: #666;
  text-indent: 10px;
  font-weight: normal;
  outline: none;
  padding-right: 5%;
  font-size: 16px;
  border: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page form input:focus {
  border-color: rgba(0, 59, 131, 0.31);
}
.lg-page form button {
  position: absolute;
  top: 50%;
  right: 0;
  color: #333;
  font-size: 18px;
  background: none;
  outline: none;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5%;
  text-align: center;
}
.lg-page form button i {
  margin: 0 auto;
}
.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  width: 33.33333%;
  float: left;
  padding: 15px;
}
.lg-page ul li a {
  display: block;
  background: white;
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}
.lg-page ul li h3 {
  font-size: 16px;
  padding: 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}


.about-page .wrapp {
    width: 100%;
    height: 100px;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    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%);
}
.k-line2 {
    display: inline-block;
    height: 10px;
    width: 10px;
    opacity: 0;
    border-radius: 50%;
    transform: translateX(-300px);
    background-color: #fff;
}
.k-line12-1 {
  animation:k-loadingS 4s infinite;
  animation-delay:.8s
}
.k-line12-2 {
  animation:k-loadingS 4s infinite;
  animation-delay:.7s
}
.k-line12-3 {
  animation:k-loadingS 4s infinite;
  animation-delay:.6s
}
.k-line12-4 {
  animation:k-loadingS 4s infinite;
  animation-delay:.5s
}
.k-line12-5 {
  animation:k-loadingS 4s infinite;
  animation-delay:.4s
}
.k-line12-6 {
  animation:k-loadingS 4s infinite;
  animation-delay:.3s
}
.k-line12-7 {
  animation:k-loadingS 4s infinite;
  animation-delay:.2s
}
.k-line12-8 {
  animation:k-loadingS 4s infinite;
  animation-delay:.1s
}
@-webkit-keyframes k-loadingS {
  40% {
    transform:translateX(0);
    opacity:.8
  }
  100% {
    transform:translateX(300px);
    opacity:0
  }

}

@-o-keyframes k-loadingS {
  40% {
    transform:translateX(0);
    opacity:.8
  }
  100% {
    transform:translateX(300px);
    opacity:0
  }

}

@-moz-keyframes k-loadingS {
  40% {
    transform:translateX(0);
    opacity:.8
  }
  100% {
    transform:translateX(300px);
    opacity:0
  }

}

@keyframes k-loadingS {
  40% {
    transform:translateX(0);
    opacity:.8
  }
  100% {
    transform:translateX(300px);
    opacity:0
  }

}
@media screen and (max-width: 1450px),screen and (max-height: 850px){
	#index-body .section #footer {
		position:static;
	}
	#index-body .section .fullpage {
		height:auto;
		padding:60px 0;
	}
	#index-body .section .fullbox {
		height:auto;
	}
	#index-body .init-2 ul,#index-body .init-3 .btn,#index-body .section .fullpage.init-4 {
		padding-bottom:0;
	}
	#fpmenu,#fp-nav {
		display:none !important;
	}
	#index-body .init-4 .init-4-top {
		padding-top:0;
	}
	#index-body .init-3 .content,#index-body .init-2 h2 {
		overflow:unset;
		padding-top:0;
	}
	#index-body .init-3 .content {
		overflow:hidden;
	}
	.fp-tableCell {
		display:block !important;
	}
	.fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell {
		height:auto !important;
	}
}
@media screen and (max-width: 1200px) {
	#banner #banner-content .box span.border {
		height:240px;
	}
	#index-body .init-1 .right .content {
		width:90%;
	}
	#index-body .init-1 .right .content h2,#index-body .init-2 h2 {
		font-size:30px;
	}
	#index-body .init-1 .right .content h2 small {
		font-size:24px;
	}
	#index-body .init-2 h2 small {
		font-size:20px;
	}
	#index-body .init-3 .content ul li h2 {
		margin-top:30px;
		font-size:16px;
	}
	.inner-banner {
		height:450px;
	}
	.inner-banner .box h2 {
		font-size:40px;
	}
	.inner-banner .box h2 small {
		font-size:20px;
		margin-top:10px;
	}
	.inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5 {
		font-size:30px;
	}
	.pb-55,.pb-60 {
		padding-bottom:30px;
	}
	.pt-55,.pt-60 {
		padding-top:30px;
	}
	.about-page .init-2 .box ul li em {
		font-size:50px;
	}
	.about-page .init-3 li .box h2 small {
		font-size:14px;
	}
	.about-page .init-5 .init-5-bottom ul li a h3 {
		font-size:16px;
	}
	.about-page .init-5 .init-5-bottom {
		padding-bottom:50px;
	}
	.lg-page ul li h3 {
		font-size:14px;
	}
	.lg-page {
		padding:60px 0;
	}
	.m-page {
		padding-bottom:20px;
	}
	.m-page a, .m-page span {
		padding:5px 12px;
		font-size:16px;
	}
	.inner-banner .box #cat-class ul li a {
		padding:0 20px;
		line-height:50px;
		height:50px;
	}
	.inner-banner .box #cat-class ul li {
		font-size:16px;
	}
	.product-page .init-1 .right h2 {
		font-size:24px;
	}
	.product-page .init-2 {
		padding:60px 0;
	}
	.product-page .init-2 .content ul#product li .box {
		padding:15px;
	}
	.product-page .init-2 .content ul#product li .box h3 {
		font-size:20px;
	}
	.product-page .init-2 .content ul#product li {
		padding:15px;
	}
	.product-page .init-2 .content ul#product {
		margin:-15px;
	}
	.news-page .init-1 form {
		margin:20px 0;
	}
	.news-page .init-2 ul li {
		padding:15px
	}
	.news-page .init-2 ul {
		margin:-15px;
	}
	.news-page .init-2 ul li .box h2 {
		font-size:16px;
	}
	.newdet-page .content {
		padding:50px;
	}
	.newdet-page .content .wz-link {
		padding-top:20px;
	}
	.newdet-page,.contact-page {
		padding:60px 0;
	}
	.contact-page .left ul {
		padding:10px 20px;
	}
	.contact-page .left ul li {
		padding:10px 10px 10px 50px;
	}
	.contact-page .left ul li i.fa {
		top:12px;
	}
}
@media screen and (max-width: 1000px) {
	.ui.container {
		width:700px;
	}
	#loading h2 {
		width:100%;
		text-align:center;
	}
	#header .h-top .right .share {
		display:none;
	}
	#header .h-top .logo {
		position:static;
		-webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
	}
	#header, #header .h-top .left #top-nav ul li, #header .h-top .left #top-nav ul li a, #header .h-top .right .search {
		line-height:56px;
		height:56px;
	}
	#header .h-top .logo h2 {
		vertical-align:top;
	}
	#index-body .init-1 .right .content h2 small {
		font-size:20px;
	}
	#index-body .init-1 .right .content h2, #index-body .init-2 h2 {
		font-size:24px;
	}
	#index-body .init-1 .right .content p {
		margin:15px 0;
		line-height:24px;
	}
	#index-body .init-2 .content {
		padding:0;
	}
	#index-body .init-2 ul li a h3 {
		font-size:16px;
		margin-top:15px;
	}
	#index-body .init-3 .content ul .slick-center li a.img:after {
		display:none;
	}
	#index-body .init-3 .content ul li {
		padding:10px;
	}
	#index-body .init-3 .content ul {
		margin:-10px;
	}
	#index-body .init-3 .content {
		padding:30px 15px 0;
	}
	#index-body .init-3 .btn ul li {
		height:34px;
		width:34px;
	}
	#index-body .init-4 .init-4-top h2 {
		font-size:24px;
	}
	#index-body .init-4 .ui.container {
		padding:0 15px;
	}
	#index-body .init-2 ul li {
		padding:5px;
	}
	#index-body .init-2 ul {
		margin:-5px;
	}
	#index-body .init-4 .init-4-bottom ul.content ul.slick-dots {
		padding-top:10px;
	}
	#header #nav ul li a h2 {
		font-size:16px;
	}
	#header #nav ul li a {
		padding:20px;
	}
	.inner-banner {
		height:300px;
	}
	.inner-banner .box h2 {
		font-size:30px;
	}
	.inner-banner .box h2 small {
		font-size:14px;
	}
	.inner-banner #gobottom {
		width:40px;
		height:40px;
		line-height:40px;
	}
	.wid-80 {
		width:100%;
	}
	.about-page .init-2 .content {
		font-size:14px;
		line-height:26px;
		height:300px;
	}
	.about-page .init-2 .box ul li em {
		font-size:36px;
	}
	.about-page .init-3 li .box img {
		max-height:50px;
	}
	.about-page .init-3 li .box {
		width:100%;
		text-align:center;
	}
	.inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5 {
		font-size:24px;
	}
	.about-page .init-5 .init-5-bottom {
		padding-bottom:0;
	}
	.lg-page form input,.news-page .init-1 form input {
		line-height:50px;
		height:50px;
	}
	.lg-page ul li {
		padding:5px;
	}
	.lg-page ul {
		margin:-5px;
	}
	.inner-banner .box #cat-class {
		margin-top:0;
	}
	.inner-banner .box {
		top:60%;
	}
	.product-page .init-2 .content ul#product li .box h3 {
		font-size:18px;
	}
	.news-page .init-2 ul li {
		padding:5px;
	}
	.news-page .init-2 ul {
		margin:-5px;
	}
	.news-page .init-2 ul li .box h2 {
		font-size:14px;
		line-height:22px;
		height:44px;
		padding:0 5px;
	}
	.news-page .init-2 ul li .box .content {
		font-size:12px;
		height:40px;
		line-height:20px;
		padding:0 5px;
	}
	.news-page .init-2 ul li .box .box2 {
		padding:5px;
	}
	.newdet-page .content {
		padding:30px;
	}
	.inner-page .content .left {
		width:100%;
	}
	.inner-page .content .right {
		width:100%;
	}
	#mapContainer {
		height:240px !important;
	}
	.contact-page .left ul>img {
		max-width:120px !important;
		margin-left:44px;
		float:left;
	}
	#index-body .section #banner li {
	    height:auto;
	}
	.contact-page .left ul>div {
		display:none;
	}
}
@media screen and (max-width: 700px) {
	#header .h-top .left #top-nav {
		display:none !important;
	}
	.ui.container {
		width:100%;
	}
	#header #nav {
		width:80%;
	}
	#header .h-top .right .search {
		font-size:16px;
		padding:0 10px;
/* 		display:none; */
	}
	#header .h-top .left #btn-nav {
		width:70px;
	}
	#header .h-top .left #btn-nav .text {
		width:100%;
		text-align:center;
	}
	.inner-banner .box h2 {
		font-size:24px;
	}
	#footer {
		line-height:normal;
		padding:10px 15px;
		display:block;
		text-align:center;
	}
	#header .h-top .logo h2 {
		display:none;
	}
	#loading h2 {
		font-size:28px;
		letter-spacing:8px;
	}
	#loading h2 small {
		font-size:12px;
		letter-spacing:3px;
	}
	#index-body .section .init-1 .left {
		width:100%;
	}
	#index-body .section .init-1 .right {
		width:100%;
		padding-top:20px;
	}
	#index-body .init-2 ul li {
		width:50%;
	}
	#index-body .init-3 .content ul .slick-center li a.img,.about-page .init-5 .init-5-bottom ul .slick-center li {
		-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}
	.inner-banner #gobottom {
		display:none !important;
	}
	.about-page .init-2 .content {
		height:260px;
	}
	.about-page .init-2 .box .grid-box {
		letter-spacing:-4px;
		display:block;
		margin:-5px;
	}
	.about-page .init-2 .box li {
		width:50%;
		padding:5px;
		letter-spacing:0;
		display:inline-block;
		vertical-align:top;
	}
	.about-page .init-3 li {
		width:100% !important;
	}
	.about-page .init-3 .grid-box {
		display:block;
	}
	.about-page .init-5 .init-5-bottom ul {
		overflow:hidden;
		padding:0 15px;
	}
	.lg-page ul li {
		width:50%;
	}
	.inner-banner .box {
		width:100%;
	}
	.inner-banner .box #cat-class ul li {
		font-size:12px;
	}
	.inner-banner .box #cat-class ul li a {
		padding:0 2px;
		line-height:40px;
		height:40px;
	}
	.inner-banner .box #cat-class ul li {
		padding:4px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.inner-banner .box #cat-class ul {
		margin:-4px;
	}
	.product-page .init-1 .grid-box {
		display:block;
	}
	.product-page .init-1 .right {
		padding-left:0;
		padding-top:20px;
	}
	.product-page .init-1 .right h2 {
		font-size:20px;
	}
	.product-page .init-2 {
		padding:20px 0;
	}
	.inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5 {
		font-size:20px;
	}
	.product-page .init-2 .content ul#product li .box h3 {
		font-size:14px;
	}
	.product-page .init-2 .content ul#product li {
		padding:5px;
	}
	.product-page .init-2 .content ul#product {
		margin:-5px;
	}
	.news-page .init-2 ul li {
		width:100%;
	}
	.newdet-page .content h1 {
		font-size:20px;
	}
	.newdet-page .content h1 small {
		margin-top:15px;
	}
	.newdet-page .content .box {
		padding:20px 0;
	}
	.newdet-page .content {
		padding:20px 15px;
	}
	#index-body .init-4 .init-4-bottom ul.content li .left {
		width:100%;
	}
	#index-body .init-4 .init-4-bottom ul.content li .right {
		width:100%;
		padding:15px;
	}
	#index-body .init-4 .init-4-bottom ul.content li .right p {
		margin-top:15px;
	}
	#index-body .init-4 .init-4-bottom ul.content li .right time {
		padding:10px 0;
	}
	#banner #banner-content {
	    display:none !important;
	}
}