@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BFB';
  src: url('../fonts/BerlinSansFB-Reg.eot') format('eot'), url('../fonts/BerlinSansFB-Reg.woff2') format('woff2'), url('../fonts/BerlinSansFB-Reg.woff') format('woff'), url('../fonts/BerlinSansFB-Reg.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'IM';
  src: url('../fonts/Impact.eot') format('eot'), url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1700px;
  margin: auto;
  width: 100%;
}
.video-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
.video-wrapper .video{
	max-width: 1000px;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.video-wrapper .close{
	position: absolute;
	right: 60px;
	top: 60px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 1rem;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 3.35rem 0 0;
  font-size: 1rem;
  font-family: 'PM';
  color: #fff;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 1rem 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#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;
  font-weight: 400;
  background: #fff;
  top: 90%;
  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 #006eb3;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  -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 a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-family: 'PM';
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 1.75rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#header .nav .ui.menu .language img {
  margin-right: 1.2rem;
  display: inline-block;
}
#header .nav .ui.menu .language span {
  display: inline-block;
  margin-top: 5px;
}
#header .nav .ui.menu .language i {
  font-size: 20px;
  margin-left: 5px;
}
#header .nav .ui.menu .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  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 #006eb3;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 5px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language: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 .h-search {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  margin-left: 3.35rem;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form input {
  display: inline-block;
  font-size: 16px;
  width: 151px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  font-family: 'PM';
  background: none;
  color: rgba(255, 255, 255, 0.39);
  border: 1px solid #fff;
  color: #fff;
  padding: 0 0 0 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search form input::placeholder {
  color: rgba(255, 255, 255, 0.39);
}
#header .nav .ui.menu .h-search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.39);
}
#header .nav .ui.menu .h-search form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.39);
}
#header .nav .ui.menu .h-search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.39);
}
#header .nav .ui.menu .h-search form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.39);
}
#header .nav .ui.menu .h-search form .b1 {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search form .b2 {
  position: absolute;
  left: 7px;
  top: 5px;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}
#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: 40px;
  height: 40px;
  border-radius: 50%;
  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: #006eb3;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 32px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 37px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  border: none;
  background: none;
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #fff;
}
#index-body .news .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .slick-arrow:hover {
  background-color: #006eb3;
}
#index-body .news .slick-prev {
  background: url("../images/nl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: -3.5%;
}
#index-body .news .slick-next {
  background: url("../images/nr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 0;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #006eb3;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 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;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #fff;
  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: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  left: 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;
}
#m-header {
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 60px;
}
#m-header .m-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 0 15px;
}
#m-header .m-box .m-menu {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
  font-size: 26px;
  vertical-align: middle;
  color: #333;
}
#m-header .m-box .m-menu .m-content {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  overflow-y: auto;
  max-height: 600px;
  max-height: 100vh;
  padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
  position: relative;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
  position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
  border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
  height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
  position: relative;
  padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 20px;
  width: 30px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
  display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
  border-bottom: none;
  padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
  display: block;
  padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
  color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
  text-align: center;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-language a {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
  height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding: 20px;
  padding-top: 0;
}
#m-header .m-box .m-logo {
  display: inline-block;
  text-align: center;
  width: 33.3333333%;
  vertical-align: middle;
  margin: auto;
}
#m-header .m-box .m-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
#m-header .m-box .m-login {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: right;
  margin-left: auto;
  font-size: 14px;
}
#m-header .m-box .m-login a:hover {
  color: #0D9BF2;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.26;
  }
  60% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.26;
  }
  60% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }

}

@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }

}

@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }

}

@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }

}

@keyframes ks3 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
#banner ul li .text .left p {
  font-size: 1.8rem;
  font-family: 'BFB';
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 2.25rem;
}
#banner ul li .text .left .btn {
  display: block;
  margin-top: 1.95rem;
}
#banner ul li .text .left .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  height: 45px;
  padding: 0 27px 0 26px;
  border-radius: 4px;
  background: #fff;
  font-size: 21px;
  color: #232323;
  text-transform: uppercase;
  font-family: 'PR';
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
#banner ul li .text .left .btn a::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #006eb3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .btn a:hover {
  color: #fff;
}
#banner ul li .text .left .btn a:hover::before {
  height: 100%;
}
#banner ul li .text .left .btn .play {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.95rem;
  cursor: pointer;
}
#banner ul li .text .left .btn .play i {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
#banner ul li .text .left .btn .play i::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #006eb3;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  border-radius: inherit;
}
#banner ul li .text .left .btn .play i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #006eb3;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  border-radius: inherit;
}
#banner ul li .text .left .btn .play h6 {
  font-family: 'PR';
  font-size: 26px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
#banner ul li .text .right {
  display: inline-block;
  width: 66%;
  vertical-align: middle;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
#banner ul li .text .right li{
  position: relative;
}
#banner ul li .text .right li span{
  position: absolute;
  top: 3.5rem;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#banner ul li .text .right::before {
  content: 'RISENLION';
  position: absolute;
  z-index: 1;
  right: -17%;
  top: -21%;
  font-size: 13rem;
  font-family: 'IM';
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 13px;
}
#banner ul li .text .right::after {
  content: 'RISENLION';
  position: absolute;
  z-index: -1;
  right: -33%;
  bottom: -14px;
  font-size: 13rem;
  font-family: 'IM';
  color: rgba(255, 255, 255, 0);
  letter-spacing: 13px;
  -webkit-text-stroke: 1px rgba(167, 167, 167, 0.5);
}
#index-body .product {
  padding-top: 5.95rem;
  position: relative;
}
#index-body .product::after {
  content: '';
  position: absolute;
  width: 79px;
  height: 42px;
  background-color: #006eb3;
  border-radius: 0px 0px 10px 10px;
  top: 0;
  left: 5.95rem;
}
#index-body .product .textBg {
  position: relative;
}
#index-body .product .textBg:after {
  content: attr(data-text);
  font-family: 'IM';
  font-size: 10rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #969696;
  position: absolute;
  left: -20%;
  bottom: -70%;
  line-height: 1;
  z-index: -1;
  *display: none;
  display: none \9;
  opacity: 0.08;
  letter-spacing: 20px;
}
#index-body .product h3.title {
  font-family: 'BFB';
  font-size: 3rem;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
}
#index-body .product h3.title em {
  color: #0d95e8;
}
#index-body .product h3.title i {
  display: block;
  width: 4px;
  height: 4px;
  background: white;
  position: relative;
  margin-top: 10px;
}
#index-body .product h3.title i:after {
  content: '';
  width: 21px;
  height: 100%;
  position: absolute;
  left: 6px;
  background: inherit;
}
#index-body .product .titles .left {
  width: 64%;
}
#index-body .product .titles .left h3.title {
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  color: #1a1a1a;
}
#index-body .product .titles .left h3.title i {
  margin-left: 10px;
}
#index-body .product .titles .left h3.title::before {
  content: '';
  width: 13px;
  height: 51px;
  background-color: #006eb3;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: -15px 0.9rem 0 0;
}
#index-body .product .titles .right {
  font-size: 18px;
  color: #1a1a1a;
  font-family: 'PL';
  font-weight: bold;
  line-height: 2;
  width: 36%;
}
#index-body .product .titles .right i {
  display: block;
  width: 4px;
  height: 4px;
  background: #006eb3;
  position: relative;
  margin-top: 10px;
}
#index-body .product .titles .right i:after {
  content: '';
  width: 21px;
  height: 100%;
  position: absolute;
  left: 6px;
  background: inherit;
}
#index-body .product .content {
  position: relative;
  margin: 2rem 0 0 0;
}
#index-body .product .content .slick-slide {
  padding: 5rem 1rem;
}
#index-body .product .content .slick-slide img {
  display: inline-block;
}
#index-body .product .content li {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  padding-right: 20px;
}
#index-body .product .content li .img {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  line-height: 348px;
  z-index: 1;
}
#index-body .product .content li .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.58);
  opacity: 0;
}
#index-body .product .content li .img .i1 {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#index-body .product .content li .img .pl {
  position: absolute;
  top: 20px;
  left: 39px;
}
#index-body .product .content li .img .ps {
  position: absolute;
  top: 10%;
  left: 25%;
}
#index-body .product .content li .img .ps1 {
  position: absolute;
  top: 10%;
  left: 25%;
  opacity: 0;
}
#index-body .product .content li .texts {
  border-radius: 0px 0px 20px 20px;
  padding: 2.3rem 0 1rem 0;
  text-align: center;
  margin-top: -5%;
  font-size: 24px;
  font-family: 'PL';
  line-height: 1.4;
}
#index-body .product .content li .texts h3 {
  position: relative;
}
#index-body .product .content li .texts h3::before {
  content: '';
  background: url(../images/ps.png) no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .product .content li .texts h3::after {
  content: '';
  background: url(../images/ps1.png) no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  display: none;
}
#index-body .product .content li .texts p {
  margin-top: 1.2rem;
  color: #090909;
}
#index-body .product .content li:hover .img {
  background: url(../images/hp.png) no-repeat;
  transform: scale(1.1, 1.2);
  border: none;
}
#index-body .product .content li:hover .img::after {
  opacity: 1;
}
#index-body .product .content li:hover .img .pl {
  filter: brightness(100);
}
#index-body .product .content li:hover .img .ps {
  display: none;
}
#index-body .product .content li:hover .img .ps1 {
  opacity: 1;
}
#index-body .product .content li:hover .texts {
  background-color: rgba(0, 110, 179, 0.82);
  color: #fff;
  transform: scale(1.1, 1.2);
  margin-top: 8%;
}
#index-body .product .content li:hover .texts p {
  color: #fff;
}
#index-body .product .content li:hover .texts h3::before {
  display: none;
}
#index-body .product .content li:hover .texts h3::after {
  display: inline-block;
}
#index-body .about {
  background-color: rgba(220, 220, 220, 0.2);
  padding: 15.25rem 0 5.1rem 0;
  margin-top: 1rem;
  position: relative;
}
#index-body .about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5.95rem;
  width: 79px;
  height: 42px;
  background-color: #006eb3;
  border-radius: 0px 0px 10px 10px;
}
#index-body .about::after {
  content: '';
  position: absolute;
  top: 4.65rem;
  left: 1rem;
  background: url(../images/abb.png) no-repeat;
  width: 100%;
  height: 8.2rem;
}
#index-body .about .left {
  padding: 2.95rem 0 0 2.9rem;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
#index-body .about .left::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #006eb3;
  width: 77.7%;
  height: 90.5%;
}
#index-body .about .left .img {
  position: relative;
}
#index-body .about .left .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.15);
}
#index-body .about .left .img .play {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 35%;
}
#index-body .about .left .img .play::before {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.43);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#index-body .about .left .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.43);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#index-body .about .right h3 {
  font-size: 3rem;
  font-family: 'BFB';
  font-weight: bold;
  line-height: 1;
}
#index-body .about .right h3::before {
  content: '';
  width: 13px;
  height: 51px;
  background-color: #006eb3;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: -15px 1.15rem 0 0;
}
#index-body .about .right h4 {
  font-size: 1.5rem;
  font-family: 'PL';
  line-height: 1.3;
  color: #1a1a1a;
  font-weight: bold;
  margin-top: 2.5rem;
}
#index-body .about .right p {
  font-size: 18px;
  font-family: 'PL';
  color: #1a1a1a;
  line-height: 1.8;
  margin-top: 1.8rem;
}
#index-body .about .right .more {
  display: block;
  background-color: #006eb3;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'PL';
  line-height: 1;
  width: 19%;
  padding: 0.8rem 0 0.75rem 0;
  border-radius: 10px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
#index-body .about .right .more img {
  margin-left: 9px;
  vertical-align: middle;
}
#index-body .about .right .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background-color: #328dff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .right .more:hover::before {
  height: 100%;
}
#index-body .advantage {
  padding: 6.25rem 0 4.3rem 0;
}
#index-body .advantage h3.title {
  font-family: 'BFB';
  font-size: 3rem;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
}
#index-body .advantage h3.title em {
  color: #0d95e8;
}
#index-body .advantage h3.title i {
  display: block;
  width: 4px;
  height: 4px;
  background: white;
  position: relative;
  margin-top: 10px;
}
#index-body .advantage h3.title i:after {
  content: '';
  width: 21px;
  height: 100%;
  position: absolute;
  left: 6px;
  background: inherit;
}
#index-body .advantage .header {
  text-align: center;
}
#index-body .advantage .header .bgs {
  font-size: 8.05rem;
  font-family: 'IM';
  line-height: 1;
  color: #969696;
  opacity: 0.08;
  font-weight: bold;
  letter-spacing: 16px;
  position: absolute;
  top: -2rem;
  left: 12%;
}
#index-body .advantage .header h3 {
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  color: #1a1a1a;
  position: relative;
  font-size: 3rem;
  font-family: 'BFB';
}
#index-body .advantage .header h3 em {
  color: #006eb3;
}
#index-body .advantage .header h3 span,
#index-body .advantage .header h3 em {
  display: inline-block;
}
#index-body .advantage .header h3 i {
  margin-left: 10px;
}
#index-body .advantage .header .info {
  margin-top: 6.9rem;
}
#index-body .advantage .header .info li h4 em {
  font-size: 3.35rem;
  font-family: 'PB';
  color: #006eb3;
}
#index-body .advantage .header .info li h4 sub {
  font-size: 23px;
  font-family: 'PM';
  color: #707070;
  margin: 0 0 0 1.3rem;
  font-weight: bold;
  line-height: 1;
}
#index-body .advantage .header .info li p {
  font-size: 23px;
  font-family: 'PL';
  color: #737373;
  line-height: 1;
  font-weight: bold;
  margin-top: 1.65rem;
}
#index-body .advantage .i-custom {
  margin-top: 5.8rem;
}
#index-body .advantage .i-custom .cat-list {
  margin-top: 27px;
}
#index-body .advantage .i-custom .cat-list .item {
  width: 18.9%;
  padding: 0 10px;
  float: left;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  position: relative;
}
#index-body .advantage .i-custom .cat-list .item:last-child {
  padding-right: 0;
}
#index-body .advantage .i-custom .cat-list .item .img-box a {
  display: block;
  height: 566px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  font-family: 'PR';
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer .tit {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  bottom: 5%;
  font-size: 18px;
  text-align: left;
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer .bot-tit {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  top: 20%;
  text-align: left;
  overflow: hidden;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition-delay: 0.5s;
  display: none;
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer .bot-tit h2 {
  font-size: 18px;
  font-family: 'PR';
  font-weight: bold;
  line-height: 1;
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer .bot-tit h3 {
  font-size: 2.25rem;
  font-family: 'BFB';
  line-height: 1;
  margin: 1.25rem 0 2.4rem 0;
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer .bot-tit p {
  font-size: 18px;
  font-family: 'BFB';
  font-weight: bold;
  line-height: 2;
}
#index-body .advantage .i-custom .cat-list .item .img-box a .layer .bot-tit h4 {
  margin-top: 3rem;
}
#index-body .advantage .i-custom .cat-list .item.active {
  width: 42.61%;
}
#index-body .advantage .i-custom .cat-list .item.active .img-box a .layer {
  background: rgba(0, 0, 0, 0.53);
}
#index-body .advantage .i-custom .cat-list .item.active .img-box a .layer .tit {
  display: none;
}
#index-body .advantage .i-custom .cat-list .item.active .img-box a .layer .bot-tit {
  display: block;
}
#index-body .news {
  background: url(../images/nb.jpg) no-repeat;
  padding: 8.75rem 0 8rem 0;
  color: #fff;
  position: relative;
}
#index-body .news::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5.95rem;
  width: 79px;
  height: 42px;
  background-color: #006eb3;
  border-radius: 0px 0px 10px 10px;
}
#index-body .news::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url() no-repeat 220px 340px rgba(42, 42, 42, 0.91);
}
#index-body .news .textBg {
  position: relative;
}
#index-body .news .textBg:after {
  content: attr(data-text);
  font-family: 'IM';
  font-size: 10rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: -11%;
  bottom: -115%;
  line-height: 1;
  z-index: -1;
  *display: none;
  display: none \9;
  opacity: 0.15;
  letter-spacing: 44px;
}
#index-body .news h3.title {
  font-family: 'BFB';
  font-size: 3rem;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
}
#index-body .news h3.title em {
  color: #0d95e8;
}
#index-body .news h3.title i {
  display: block;
  width: 4px;
  height: 4px;
  background: white;
  position: relative;
  margin-top: 10px;
}
#index-body .news h3.title i:after {
  content: '';
  width: 21px;
  height: 100%;
  position: absolute;
  left: 6px;
  background: inherit;
}
#index-body .news .header {
  position: relative;
  z-index: 1;
}
#index-body .news .header h3.title {
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
#index-body .news .header h3.title i {
  margin-left: 10px;
}
#index-body .news .header h3.title::before {
  content: '';
  width: 13px;
  height: 51px;
  background-color: #006eb3;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: -15px 0.9rem 0 0;
}
#index-body .news .content {
  margin-top: 3.95rem;
  position: relative;
  z-index: 1;
}
#index-body .news .content .slick-slide {
  margin-right: 0.7rem;
}
#index-body .news .content li {
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .news .content li .img {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  display: inline-block;
}
#index-body .news .content li .img img {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 11px auto;
}
#index-body .news .content li .text {
  display: inline-block;
  width: 54%;
  padding-left: 1.9rem;
}
#index-body .news .content li .text span {
  font-size: 16px;
  font-family: 'PL';
  line-height: 1;
  font-weight: bold;
}
#index-body .news .content li .text h3 {
  font-size: 18px;
  font-family: 'PSB';
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1.25rem;
}
#index-body .news .content li .text p {
  font-size: 16px;
  font-family: 'PL';
  line-height: 2;
  font-weight: bold;
  margin-top: 0.7rem;
}
#index-body .news .content li .text .more {
  font-size: 16px;
  font-family: 'PL';
  font-weight: bold;
  line-height: 1;
  margin-top: 2.2rem;
  display: block;
   transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .news .content li:hover .img {
  background-color: rgba(0, 110, 179, 0.64);
}
#index-body .news .content li:hover .more{
  transform: translateX(10px);
}
#index-body .news .content li:hover .text h3 {
  color: #4caaf2;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.79);
}
#footer {
  background-color: #313131;
}
#footer .footer-info {
  color: #fff;
  padding-top: 2.85rem;
}
#footer .footer-info h3 {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-family: 'PSB';
  padding-top: 0.85rem;
}
#footer .footer-info ul {
  margin-top: 1.8rem;
}
#footer .footer-info ul li {
  font-size: 16px;
  font-family: 'PL';
  line-height: 2.2;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-info ul li:hover {
  color: #006eb3;
}
#footer .footer-info .f-ab p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: 'PL';
  margin-top: 1.85rem;
  width: 90%;
}
#footer .footer-info .f-ab #ewm{
  margin-top: 1rem;
}
#footer .footer-info .f-ab #ewm img{
  width: 6.5rem;
  height: 6.5rem;
  border: 3px solid #fff;
}
#footer .footer-info .f-nav {
  padding-left: 5%;
}
#footer .footer-info .f-contact {
  padding-left: 3%;
}
#footer .footer-info .f-contact li img {
  display: inline-block;
}
#footer .footer-info .f-contact li span {
  display: inline-block;
  width: 86%;
  font-size: 16px;
  font-family: 'PL';
  margin-left: 1.1rem;
  letter-spacing: 1px;
  line-height: 1.4;
}
#footer .footer-info .f-contact li:nth-child(1) img,
#footer .footer-info .f-contact li:nth-child(2) img {
  margin-top: 5px;
}
#footer .footer-info .f-contact .share {
  margin-top: 1.3rem;
}
#footer .footer-info .f-contact .share ul {
  margin-top: 0;
}
#footer .footer-info .f-contact .share li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 1rem;
  color: #c8c8c8;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#footer .footer-info .f-contact .share li:last-child {
  margin-right: 0;
}
#footer .footer-info .f-contact .share li:hover {
  color: #006eb3;
}
#footer .footer-copy {
  text-align: center;
  margin-top: 3rem;
  padding: 1rem 0 0.85rem;
  font-size: 15px;
  font-family: 'PR';
  color: #fff;
  background-color: #212121;
}
#footer .footer-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .footer-copy svg text {
  fill: #fff;
}
#footer .footer-copy svg:hover {
  fill: #006eb3;
}
@media screen and (max-width: 1920px) {
  #mobile {
    left: -320px;
  }
}
@media screen and (max-width: 1800px) {
  #index-body .news .textBg:after {
    left: 0;
  }
  #index-body .product .textBg:after {
    left: 0;
  }
}
@media screen and (max-width: 1580px) {
  #banner ul li .text .right::before {
    font-size: 11rem;
  }
  #banner ul li .text .right::after {
    font-size: 11rem;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .about .right .more {
    width: 24%;
  }
}
@media screen and (max-width: 1390px) {
  #banner ul li .text .left .btn .play {
    margin-left: 2rem;
  }
  #index-body .news .content li .text {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  #banner ul li .text .left .btn .play h6 {
    font-size: 20px;
  }
  #index-body .about .left .img .play {
    left: 45%;
  }
  #index-body .advantage .header .info li p {
    font-size: 18px;
  }
  #banner ul li .text .left .btn .play {
    margin-left: 1rem;
  }
  #banner ul li .text .right::before {
    font-size: 9rem;
    top: -15%;
  }
  #banner ul li .text .right::after {
    font-size: 9rem;
  }
  #index-body .advantage .i-custom .cat-list .item .img-box a .layer .tit {
    font-size: 16px;
  }
  #footer .footer-info .f-nav {
    width: 20%;
  }
  #footer .footer-info .f-contact {
    width: 30%;
  }
}
@media screen and (max-width: 1240px) {
  #index-body .news .content li .text {
    width: 50%;
  }
  #index-body .news .content li .img {
    width: 220px;
    height: 220px;
  }
  #index-body .news .content li .img img {
    width: 200px;
    height: 200px;
  }
  #banner ul li .text .left .btn a {
    font-size: 18px;
    padding: 0 20px 0 19px;
  }
  #index-body .advantage .header .bgs {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5rem 0 0;
    font-size: 14px;
  }
  #banner ul li .text .left p {
    font-size: 1.3rem;
  }
  #banner ul li .text .left .btn a {
    padding: 0 14px 0 13px;
  }
  #index-body .about .right p {
    font-size: 16px;
  }
  #index-body .about .right .more {
    width: 32%;
  }
  #index-body .product .titles .right {
    font-size: 16px;
  }
  #index-body .news .content li .img img {
    width: 180px;
    height: 180px;
  }
  #index-body .news .content li .img {
    width: 200px;
    height: 200px;
  }
  #index-body .advantage .header .info li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #mobile {
    left: -280px;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .left {
    width: 49%;
  }
  #banner ul li .text .right {
    width: 49%;
  }
  #banner ul li .text .right::before,
  #banner ul li .text .right::after {
    display: none;
  }
  #index-body .about {
    padding: 6rem 0 5rem 0;
  }
  #index-body .about::after {
    display: none;
  }
  #index-body .about .right .more {
    width: 40%;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news .content li .text {
    width: 66%;
  }
  #footer .footer-info .f-ab {
    width: 50%;
  }
  #footer .footer-info .f-nav {
    display: none;
  }
  #footer .footer-info .f-product {
    display: none;
  }
  #footer .footer-info .f-contact {
    width: 50%;
  }
  #footer .footer-info .f-ab #ewm{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 55%;
  }
  /*.video_box video, .video_box iframe{
    width: 700px !important;
    height: 500px;
  }  */
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left img {
    width: 70%;
  }
  #banner ul li .text .left p {
    font-size: 16px;
  }
  #banner ul li .text .right {
    display: none;
  }
   #banner ul li .text .left .btn .play i::before,#banner ul li .text .left .btn .play i::after{
    width: 75%;
    border-radius: 50%;
  }
  #index-body .product .titles .left {
    width: 100%;
  }
  #index-body .product .textBg:after {
    display: none;
  }
  #index-body .product .titles .right {
    display: none;
  }
  #index-body .product .content li .texts {
    font-size: 18px;
  }
  #index-body .product .content {
    margin-top: 0;
  }
  #index-body .about .left {
    margin-bottom: 1.5rem;
  }
  #index-body .about .left .img .play {
    left: 38%;
    top: 36%;
  }
  #index-body .about .right{
    width: 100%;
  }
  #index-body .about .right h4 {
    font-size: 18px;
  }
  #index-body .about .right p{
    font-size: 14px;
  }
  #index-body .about .right .more{
    font-size: 14px;
  }
  #index-body .news .content li .img {
    margin: auto;
  }
  #index-body .news .content li .text {
    width: 100%;
  }
  #index-body .news .textBg:after {
    display: none;
  }
  #footer .footer-info .f-ab {
    width: 100%;
  }
  #footer .footer-info .f-contact {
    width: 100%;
  }
}

.inner-banner {
 background: url(/sz-sfkj/2022/01/19/inner-banner.jpg) center no-repeat;
  /*height: 500px;*/
  height: 400px;
  background-size: cover;
  /*padding-top: 11%;*/
  padding-top: 8%;
  text-align: center;
}
.inner-banner h2 {
  color: #fff;
  font-size:60px;
      font-weight: 700;
  text-transform: uppercase;
      font-family: Arial;

}
.inner-banner .bread-crumbs {
  margin-top: 10px;
}
.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  color: #a9a9a9;
  font-size: 20px;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs a:hover {
  color: #2b3082;
}
.inner-page .sidebar {
  width: 100%;
  background: #2b3082;
  position: relative;
  z-index: 1;
}
.inner-page .sidebar .side-top .side-menu .slick-arrow{
			position: absolute;
			cursor: pointer;
			width: 19px;
			height: 35px;
			background: url(../images/left1.png) no-repeat center;
			left:-40px;
			top:21px;
			z-index: 8;
			color: rgba(255,255,255,0);
			border: none;
		}
.inner-page .sidebar .side-top .side-menu .slick-next{
			background: url(../images/right1.png) no-repeat center;
			left:auto;
			right:-30px;
		}
.inner-page .sidebar .side-top .side-menu li {
  float: left;
  position: relative;
}

.inner-page .sidebar .side-top .side-menu:after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 16px;
  color: #666666;
  text-align: center;
  display: block;
  height: 72px;
  position: relative;
  line-height: 72px;
}
.inner-page .sidebar .side-top .side-menu li a:after{
   content: '';
  position: absolute;
  width: 1px;
  height: 27px;
  background: #4b4f95;
  right:55px;
  top:22px;
  z-index: 3;
}
.inner-page .sidebar .side-top .side-menu .slick-slide:last-child a:after{
  display: none;
}
/*.inner-page .sidebar .side-top .side-menu .slick-slide:nth-child(4n) a:after{
  display: none;
}*/
.inner-page .sidebar .side-top .side-menu li a .ico-box,
.inner-page .sidebar .side-top .side-menu li a span {
  position: relative;
  z-index: 11;
}
.inner-page .sidebar .side-top .side-menu li a span{
  max-width: 180px;
  white-space: nowrap;
    text-overflow: ellipsis;
        font-weight: 700;
    overflow: hidden;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box {
  float: left;
  margin-top: 15px;
  padding-right: 25px;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img:first-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a span {
  float: left;
  color: #fff;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:first-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:first-child {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:last-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:last-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  opacity: 1;
}
.inner-page .news-bottom {
  padding: 60px 0;
  background: #2b3082;
  color: #fff;
  text-align: center;
}
.inner-page .news-bottom h3 {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 19px 0;
}
.inner-page .news-bottom p {
  margin-bottom: 40px;
}
.inner-page .news-bottom .more {
  display: block;
  width: 170px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #2b3082;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.tit .tit-name {
  text-align: center;
  height: 37px;
}
.tit .tit-name a {
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #2b3082;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  height: 37px;
}
.tit h2.h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.tit h2.h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.tit p.p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.about-page .init-1 {
  background: #313131;
  padding: 135px 10%;
}
.about-page .init-1 .init-1-list ul li {
  padding: 0 20px;
}
.about-page .init-1 .init-1-list ul li .grid-box {
  margin-bottom: 30px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column {
  width: 26%;
}
.about-page .init-1 .init-1-list ul li .grid-box .column:nth-child(2) {
  width: 60%;
  padding-top: 35px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column h2 {
  color: #fff;
  font-size: 24px;
  position: relative;
  font-weight: 700;
}
.about-page .init-1 .init-1-list ul li .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: -35px;
  top: 16px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-1 .init-1-list ul li .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-1 .init-1-list ul li p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
}
.about-page .init-why {
  padding: 78px 0;
  background: url(../images/why-bg_02.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-why .grid-box.three {
  margin-top: 30px;
}
.about-page .init-why .grid-box.three .column {
  padding: 0 30px 50px 0;
}
.about-page .init-why .grid-box.three .column .grid-box {
  margin-bottom: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column {
  padding: 0;
  width: 30%;
}
.about-page .init-why .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 70%;
  padding-top: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  left: -45px;
  top: 16px;
}
.about-page .init-why .grid-box.three .column p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.about-page .init-why .grid-box.three .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-why .grid-box.three .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-history {
  background: #2b3082;
  padding: 82px 0;
}
.about-page .init-history .tit .tit-name a {
  background: #6b6fa8;
}
.about-page .init-history .tit h2.h2 {
  font-size: 32px;
  margin-top: 6px;
}
.about-page .init-honor {
  padding: 74px 0 120px;
  background: url(../images/honor-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-page .init-honor h2.h3 {
  color: #000000;
  margin-top: 20px;
}
.about-page .init-honor .tit-name a {
  border: 1px solid #a2a0a0;
  background: #fff;
  color: #000000;
}
.about-page .init-honor .honor-list {
  margin-top: 50px;
}
.about-page .init-honor .honor-list ul li {
  padding: 0 10px;
}
.about-page .init-equipment {
  padding: 74px 0;
  background: #222222;
}
.about-page .init-equipment .equipment-list {
  margin-top: 50px;
  position: relative;
}
.about-page .init-equipment .equipment-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 66px;
  height: 100px;
  background: url(../images/left.png) no-repeat center;
  left: -6%;
  top: 36%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .init-equipment .equipment-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  left: auto;
  right: -6%;
}
.about-page .init-equipment .equipment-list ul li {
  padding: 0 10px;
}
.about-page .init-network {
  padding: 74px 0;
}
.about-page .init-network .tit-name a {
  border: 1px solid #a2a0a0;
  background: #fff;
  color: #000000;
}
.about-page .init-network h2.h3 {
  color: #000;
  margin-top: 20px;
}
.about-page .init-network img {
  display: block;
  margin: 30px auto 0;
}
.gallery-page{
    background: #222;
}
.gallery-list{
  padding: 70px 0;
}
.gallery-list .column{
  padding: 15px;
} 
.gallery-list .column p{
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  color: #fff;
}
.contact-page .init-1 {
  background: #1b1b1b;
  padding: 140px 0;
}
.contact-page .init-1 .grid-box.three .column {
  color: #fff;
}
.contact-page .init-1 .grid-box.three .column p label{
  display: inline-block;
  width: 33%;
  text-align: right;
}
.contact-page .init-1 .grid-box.three .column p em{
  display: inline-block;
  margin-left: 2rem;
}
.contact-page .init-1 .grid-box.three .column .fa {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 150px;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact-page .init-1 .grid-box.three .column p {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  font-family: Arial;
  line-height: 2;
}
.contact-page .init-1 .map{
  margin-top: 90px;
  position: relative;
}
.contact-page .init-1 .map .intro{
  position: absolute;
  width:50%;
  left:15%;
  top:5%;
  z-index: 2;
  color: #fff;
}
.contact-page .init-1 .map .intro h2{
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.contact-page .init-1 .map .intro h2:after{ 
  content: '';position: absolute;
  width: 130px;
  left:-140px;
  top:36px;
  z-index: 2;
  height: 1px;
  background: #fff;
  }
  .contact-page .init-1 .map .add{
    width: 200px;
    position: absolute;
    left:11%;
    top:36%;
    z-index: 2;
  }
  .contact-page .init-1 .map .add1{
    left: 21%;
    top: 50%;
  }
  .contact-page .init-1 .map .add2{
    left: 42%;
    top: 38%;
  }
  .contact-page .init-1 .map .add3{
    left: 50%;
    top: 27%;
  }
  .contact-page .init-1 .map .add4{
    left: 65%;
    top: 34%;
  }
  .contact-page .init-1 .map .add5{
    left: 75%;
    top: 26%;
  }
  .contact-page .init-1 .map .add6{
    left: 71%;
    top: 50%;
  }
  .contact-page .init-1 .map .add7{
    left: 77%;
    top: 66%;
  }
  .contact-page .init-1 .map .add img{
    display: block;
    margin: 0 auto;
  }
  .contact-page .init-1 .map .add p{
    color: #fff;
    text-align: center;
  }
.contact-page .init-1 .map .intro h3{
  font-size: 24px;
}
.contact-page .init-2 {
  padding: 90px 0;
  background: #2b3082;
}
.init-2 .prodet-tit {
  position: relative;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.init-2 .prodetFeedback .ptForm {
  margin-top: 50px; 
  padding-bottom: 30px;
}
.init-2 .prodetFeedback .ptForm label {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.init-2 .prodetFeedback .ptForm input,
.init-2 .prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #50549a;
}
.init-2 .prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.init-2 .prodetFeedback .ptForm .fbTop li {
  /*float: left;*/
  display: inline-block;
  width: 31%;
  margin-right: 1%;
}
.init-2 .prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.init-2 .prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.init-2 .prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #2b3082;
}
.init-2 .prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.init-2 .prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.init-2 .prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #2b3082;
}
.init-2 .prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: arial;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #2b3082 url("../images/fb-send.png") no-repeat 90% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.init-2 .prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page {
  background: #222222;
}
.news-page .side-top {
  width: 100%;
  margin: 0 auto;
}
.news-page .init-news {
  padding: 100px 0;
}
.news-page .init-news ul li {
  margin-bottom: 50px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.news-page .init-news ul li .grid-box {
  background: #2f2f2f;
}
.news-page .init-news ul li .column {
  width: 45%;
}
.news-page .init-news ul li .column:nth-child(2) {
  width: 55%;
  padding: 30px 60px 20px;
  color: #fff;
}
.news-page .init-news ul li .column:nth-child(2) h3 {
  font-size: 18px;
}
.news-page .init-news ul li .column:nth-child(2) h2 {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-page .init-news ul li .column:nth-child(2) p {
  font-size: 20px;
  padding: 20px 0 5px;
  line-height: 2;
}
.news-page .init-news ul li .column:nth-child(2) a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
}
.news-page .init-news ul li:hover .grid-box {
  background: #2b3082;
}
.news-page .init-news ul li:hover .grid-box a.more {
  background: #fff;
  color: #2b3082;
}
.product-page{
  background:#666;
}
.product-page .cat-product ul li .grid-box2 {
  /*padding: 60px 9% 80px;*/
  padding: 60px 9% 0;
  background-image: linear-gradient(#4a4a4a, #636363);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .cat-product ul li .grid-box2 .img {
  float: left;
  width: 46%;
  /*padding-top: 50px;*/
}
.product-page .cat-product ul li .grid-box2 .img img {
  display: block;
  margin: 0 auto;
}
.product-page .cat-product ul li .grid-box2 .text {
  border-left: 1px solid #7f7f7f;
  float: right;
  width: 54%;
  color: #fff;
  padding: 40px 0;
  padding-left: 5%;
}
.product-page .cat-product ul li .grid-box2 .text h2 {
  font-size: 30px;
}
.product-page .cat-product ul li .grid-box2 .text h3 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.product-page .cat-product ul li .grid-box2 .text p {
  font-size: 16px;
  line-height: 2;
}
.product-page .cat-product ul li .grid-box2 .text a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .cat-product ul li:nth-child(2n) .grid-box2 .img {
  float: right;
  width: 54%;
}
.product-page .cat-product ul li:nth-child(2n) .grid-box2 .text {
  float: left;
  border-left: none;
  border-right: 1px solid #7f7f7f;
  padding: 40px 0;
  /*padding-right: 5%;*/
  width: 46%;
}
.product-page .cat-product ul li:hover .grid-box2 {
  background: #2b3082;
}
.product-page .cat-product ul li:hover .grid-box2 a.more {
  background: #fff;
  color: #2b3082;
}
.prodet-page {
  background: #222;
}
.prodet-page .init-1 {
  padding: 80px 0;
}
.prodet-page .init-1 .left {
  padding-right: 3%;
}
.prodet-page .init-1 .grid-box .column{
  vertical-align: middle;
}
.prodet-page .init-1 .left a {
  display: block;
}
.prodet-page .init-1 .left a img {
  width: 100%;
}
.prodet-page .init-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .init-1 .left ul li {
  padding: 5px;
}
.prodet-page .init-1 .left ul li i,
.prodet-page .init-1 .left ul li span {
  display: none !important;
}
.prodet-page .init-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .init-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .init-1 .left ul .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%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .init-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .init-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) {
  color: #ffffff;
  position: relative;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h3 {
  font-size: 24px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
  font-size: 30px;
  font-family: Arial;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .intro {
  border-top: 1px solid #4c4a4a;
  margin-top: 10px;
  padding-top: 10px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
  font-size: 16px;
  margin: 5px 0;
  line-height: 2;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .share {
  margin: 30px 0;
  font-size: 18px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .share .fa {
  font-size: 18px;
  margin: 0 6px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) ul li {
  margin-right: 10px;
  float: left;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
  display: block;
  width: 190px;
  height: 55px;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .list{
  position: fixed;
  bottom: 60%;
  right: 3rem;
  z-index: 100;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .list li{
  float: none;
  margin-bottom: 10px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .list li a{
  width: auto;
  height: auto;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  background: none;
  text-align: left;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .list li a:hover{
  color: #014fa2;
}
.prodet-page .product-detail {
  padding-bottom: 80px;
}
.prodet-page .product-detail .init-details {
  padding: 45px 0 20px;
}
.prodet-page .product-detail .init-details .tit-top {
  font-size: 30px;
  color: #fff;
  border-bottom: 6px solid #2b3082;
  padding: 20px;
}
.prodet-page .product-detail .init-details .content {
  padding: 30px 0;
  color: #fff;
}
.prodet-page .product-detail .init-details .content table video，
.prodet-page .product-detail .init-details .content video{
  width: 100%;
}
.prodet-page .product-detail .init-details .content video{
  width: 100%;
}
.prodet-page .product-detail .init-details .content table tr:nth-child(1){
  background: #2b3082;
}
.prodet-page .product-detail .init-details .content table tr td{
  padding: 8px;
  font-size: 16px;
  border:2px solid #747474;
}
.prodet-page .product-detail .init-details .content img{
  display: block;
  margin: 0 auto;
}
.prodet-page .product-detail .init-details .content .grid-box{
  padding-bottom: 40px;
}
.prodet-page .product-detail .init-details .content .column{
  margin-bottom: 40px;
  padding: 0 20px;
}
.prodet-page .product-detail .init-details .content .column h2{
font-size: 28px;
border-bottom: 1px solid #575757;
padding: 10px 0;
}
.prodet-page .product-detail .init-details .content .column p{
  font-size: 16px;
  line-height: 30px;
  color: #adadad;
}
.prodet-page .product-detail .init-details-img .tit-top {
  font-size: 24px;
}

.prodet-page .prodet-3 .tops {
    line-height: 54px;
    height: 54px;
    background: #343d41;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    /* display: none; */
}
.prodet-page .prodet-3 .tops li {
    display:inline-block;
    vertical-align:top;
    padding:0 30px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    min-width:160px;
    text-align:center;
    cursor:pointer;
}
.prodet-page .prodet-3 .tops li:last-child, .prodet-page .prodet-3 .tops li:last-child.active, .prodet-page .prodet-3 .tops li:last-child:hover {
    background:#343d41;
}
.prodet-page .prodet-3 .tops li:last-child a, .prodet-page .prodet-3 .tops li:last-child.active a, .prodet-page .prodet-3 .tops li:last-child:hover a {
    color:#343d41;
}
.prodet-page .prodet-3 .tops li:hover, .prodet-page .prodet-3 .tops li.active {
  background: #000;
}
.prodet-page .prodet-3 .bottom {
    padding:70px 0 40px
}
.prodet-page .prodet-3 .bottom .box{
  display: none;
}
.prodet-page .prodet-3 .bottom h4, .prodet-page .prodet-3 .bottom h3 {
    font-size:38px;
    color:#222;
    font-weight:500;
    margin:15px 0
}
.prodet-page .prodet-3 .bottom p {
    font-size:14px;
    color:#666;
    line-height:26px
}
.prodet-page .prodet-3 .bottom .bq-img>img {
    margin-bottom:30px;
    margin-right:10px
}

/*add*/
.htmleaf-container {
  padding-top: 20px;
}
/*#timeline .timeline-item:nth-of-type(odd) .samll_line {
  left: 50.5%;
  top: 37px;
}
#timeline .timeline-item:nth-of-type(even) .samll_line {
  right: 50.5%;
  top: 37px;
}*/
#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  border: 4px solid white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  left: 50%;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 100%;
}
#timeline .timeline-item .timeline-content {
  color: white;
  width: 45%;
  padding: 20px;
  transition: all 0.3s ease;
  float: right;
  min-height: 155px;
}
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content{
  float: left;
}
#timeline .timeline-item .timeline-content h2 {
  letter-spacing: 2px;
  padding: 0 15px;
  font-size: 45px;
  margin: -20px -20px 0 -20px;
  font-weight: bold;
  position: relative;
}
#timeline .timeline-item .timeline-content h2:after{
   content: '';
    position: absolute;
    width: 72px;
    height: 1px;
    background: #fff;
    left: -62px;
    top: 36px;
   }
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content h2:after{
  left:auto;
  right:-64px;
}
#timeline .timeline-item .timeline-content p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 2;
}
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content {
  text-align: right;
}

.newdet-page .text .con {
  color: #fff;
  line-height: 2;
}
.newdet-page .text .new-tit{
  color: #fff;
}
.newdet-page .text .prev-next {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.newdet-page .text .prev-next a {
  font-size: 18px;
  color: #fff;
}
.newdet-page .text .share {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
.newdet-page .text .share span {
  margin-right: 6px;
}
.newdet-page .text .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 6px;
}

.inner-page .m-page {
  padding: 30px 0;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  font-size: 16px;
  text-transform: uppercase; 
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #2b3082;
  color:#fff;
  border: 1px solid #2b3082;
}
.inner-page .m-page a.previouspostslink,
.inner-page .m-page a.nextpostslink,
.inner-page .m-page a.first,
.inner-page .m-page a.last {
  width: auto;
}
.inner-page .m-page a.previouspostslink:hover,
.inner-page .m-page a.nextpostslink:hover,
.inner-page .m-page a.first:hover,
.inner-page .m-page a.last:hover {
  background: none;
  text-decoration: underline;
}
@media screen and (max-width: 1669px) {
  .contact-page .init-1 .grid-box.three .column p{
    font-size: 14px;
  }
  .contact-page .init-1 .grid-box.three .column p label{
    width: 44%;
  }
}
@media screen and (max-width: 1600px) {
  .product-page .cat-product ul li .grid-box2 .img {
    padding-right: 5%;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .img {
    padding-right: 0;
    padding-left: 5%;
  }
  .product-page .cat-product ul li .grid-box2 .text h2 {
    font-size: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner h2,
  .tit h2.h2 {
    
    font-size: 40px;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column h2 {
    font-size: 20px;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column img {
    width: 70%;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column:nth-child(2) {
    padding-top: 22px;
  }
  .tit h2.h3 {
    font-size: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) p {
    font-size: 16px;
  }
  .inner-page .news-bottom h3 {
    font-size: 25px;
  }
  .news-page .init-news ul li .column:nth-child(2) a.more {
    height: 45px;
    line-height: 45px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) {
    padding-left: 5%;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
    font-size: 16px;
  }
  .prodet-page .product-detail .init-details .tit-top {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .init-why .grid-box.three .column .grid-box .column h2 {
    font-size: 16px;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: none;
  }
  .contact-page .init-1 .grid-box.three .column p {
    margin-top: 20px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm label {
    font-size: 20px;
  }
  .prodet-page .product-detail .init-details .tit-top {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 24px;
  }
  .inner-banner .bread-crumbs,
  .inner-banner .bread-crumbs a,
  .inner-banner .bread-crumbs span {
    font-size: 20px;
  }
  .inner-page .sidebar .side-top .side-menu li a {
    font-size: 14px;
  }
  .news-page .init-news ul li .column,
  .news-page .init-news ul li .column:nth-child(2) {
    width: 100%;
    padding: 30px;
  }
  .contact-page .init-1 .grid-box.three .column .fa {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 98px;
    font-size: 20px;
  }
  .contact-page .init-1 .grid-box.three .column{
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact-page .init-1 .grid-box.three .column:nth-child(2) p{
    width: 82%;
  }
  .contact-page .init-1 .grid-box.three .column p {
    font-size: 14px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm label {
    font-size: 16px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .product-page .cat-product ul li .grid-box2 .img {
    padding-top: 8%;
  }
  .prodet-page .init-1 .grid-box .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .init-1 .map .intro h2{
    font-size: 25px;
  }
  .contact-page .init-1 .map .intro h3{
    font-size: 18px;
    margin-top: 10px;
  }
  .contact-page .init-1 .map .add img{
    display: none;
  }
  .contact-page .init-1 .map .intro{
    left:0;
    top:0;
  }
  .about-page .init-why{
    display: none;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .list{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .init-why .grid-box.three .column {
    width: 50%;
  }
  .about-page .init-why .grid-box.three .column p {
    font-size: 14px;
    line-height: 26px;
  }
  .about-page .init-equipment .equipment-list .slick-arrow {
    display: none !important;
  }
  .inner-banner{
    height: 200px;
  }
  .about-page .init-1 {
    padding: 35px 15px;
  }
  .news-page .init-news ul li .column:nth-child(2) h2 {
    font-size: 16px;
  }
  .news-page .init-news ul li .column:nth-child(2) p {
    font-size: 14px;
  }
  .contact-page .init-2 .prodet-tit {
    font-size: 20px;
  }
  .contact-page .init-1 .grid-box.three .column:nth-child(2) p{
    width: 100%;
  }
  .product-page .cat-product ul li .grid-box2 .img {
    width: 100%;
    padding: 0;
  }
  .product-page .cat-product ul li .grid-box2 .text {
    border: none;
    width: 100%;
    padding: 30px 0;
    padding-left: 0;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .text {
    border: none;
    width: 100%;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .img{
    width: 100%;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .tops{
    background: none;
  }
  .prodet-page .prodet-3 .tops li{
    min-width: 100%;
    background-color: #343d41;
  }
  .prodet-page .prodet-3 .bottom {
    padding: 200px 0 40px;
  }
   #timeline .timeline-item:nth-of-type(even) .samll_line,
  #timeline .timeline-item:nth-of-type(odd) .samll_line {
    left: 0.5%;
  }
  #timeline {
    /* margin: 30px; */
    padding: 0;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item:nth-of-type(odd) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #timeline .timeline-item:nth-of-type(even) .timeline-content {
    text-align: left;
  }
  .contact-page .init-1 .map .add p{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 20px;
  }
  .about-page .init-why .grid-box.three .column {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: block;
  }
  .tit h2.h3 {
    font-size: 18px;
  }
  .tit p.p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
  .news-page .init-news {
    padding: 30px 0;
  }
  .news-page .init-news ul li .column,
  .news-page .init-news ul li .column:nth-child(2) {
    padding: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) a.more {
    font-size: 14px;
  }
  .inner-page .news-bottom h3 {
    font-size: 20px;
  }
  .contact-page .init-1,
  .contact-page .init-2 {
    padding: 30px 0;
  }
  .contact-page .init-1 .grid-box.three .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm .fbTop,
  .contact-page .init-2 .prodetFeedback .ptForm .fbBot {
    margin-bottom: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .text h2 {
    font-size: 16px;
  }
  .product-page .cat-product ul li .grid-box2 .text h3 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .product-page .cat-product ul li .grid-box2 .text p {
    font-size: 14px;
  }
  .product-page .cat-product ul li .grid-box2 {
    padding: 30px 15px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 20px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 16px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
    font-size: 14px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .prodet-page .init-1 {
    padding: 30px 0;
  }
  .prodet-page .product-detail .init-details .tit-top,
  .inner-page .news-bottom h3 {
    font-size: 18px;
  }
  .init-2 .prodet-tit{
    font-size: 20px;
  }
  .init-2 .prodetFeedback .ptForm .fbTop,
  .init-2 .prodetFeedback .ptForm .fbBot{
    margin-bottom: 20px;
  }
  .init-2 .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .init-2 .prodetFeedback .ptForm label{
    font-size: 18px;
  }
}

#fp-nav.fp-right {
    right: auto;
    left: 45px;
    width: 110px;
    z-index: 999;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 24px 10px !important;
}
#fp-nav ul li, .fp-slidesNav ul li{
  width: 104px !important;
}
#fp-nav ul li a:after
{ 
  content: 'Products';
  position: absolute;
  left:0;
  top:0;
  color: #a7a39e;
  font-size: 16px;
}
#fp-nav ul li:nth-child(1){
display: none;
}
#fp-nav ul li:nth-child(2) a:after{
content: 'About';
}
#fp-nav ul li:nth-child(3) a:after{
content: 'Products';
}
#fp-nav ul li:nth-child(4) a:after{
content: 'Application';
}
#fp-nav ul li:nth-child(5) a:after{
content: 'Why HighSun';
}
#fp-nav ul li:nth-child(6) a:after{
content: 'News';
}
#fp-nav ul li:last-child a:after{
content: 'Contacts';
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  height: 1px !important;
    width: 20px!important;
    margin: 0!important;
    border-radius: 0!important;
    background: #fff!important;
    left: -35px !important;
    top:10px!important;
}
#fp-nav ul li a.active:after,
.fp-slidesNav ul li a.active:after
{ 
  color: #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
 width: 28px!important;
}
.fp-viewing-5 #fp-nav{
  display: none !important;
}
.top{
  position: fixed;
  right: 50px;
  bottom: 5%;
  z-index: 4;
  color: #fff;
  font-size:18px;
}
.top:after{ 
  content: '';
  position: absolute;
  right:0;
  top:-50px;
  width: 3px;
  height: 50px;
  background: #fff;
}

.case-page {
  background: #222222;
}
.case-page .tit {
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
  border-bottom: 2px solid #353535;
  margin-bottom: 18px;
  position: relative;
}
.case-page .tit h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.case-page .tit:after {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  left: -22px;
    top: -18px;
  z-index: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2b3082;
}
.case-page p.p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: Arial;
}
.case-page .init-1 {
  padding: 50px 0;
  color: #fff;
}
.case-page .init-1 .column {
  vertical-align: middle;
  margin-bottom: 20px;
}
.case-page .init-1 .column:nth-child(1) {
  padding-right: 2%;
}
.case-page .init-1 .column:nth-child(1) .img{
  margin-top: 155px;
}
.case-page .init-1.init-electrical .column{
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.case-page .init-1.init-electrical .grid-box{
  margin-top: 30px;
}
.case-page .init-1.init-electrical .column h2{
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #353535;
  padding: 20px 0;
}
.case-page .init-1.init-electrical .column p{
  font-size: 20px;
  line-height: 1.2;
}
.case-page .init-electrical2 .content{
  background: #313131;
  padding: 50px;
}
.case-page .init-electrical2 .content .grid-box .column{
  vertical-align: middle;
  text-align: center;
}
.case-page .init-electrical2 .content .grid-box .column h2{
  font-size: 58px;
  color: #fff;
}
.case-page .init-electrical2 .content .grid-box .column .more{
text-transform: capitalize;
    font-size: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: none;
    border: 1px solid #fff;
    padding: 8px 40px;
    margin: 0 auto;
    color: #fff;
    height: 50px;
}
.case-page .init-electrical2 .content .grid-box .column .more:hover{
  background: #2b3082;
  border: 1px solid #2b3082;
}
.case-page .init-plastic-logistics .grid-box .column{
  padding: 20px 10px;
}
.case-page .init-plastic-logistics .grid-box .column:nth-child(3){
  border-bottom: 2px solid #353535;
  padding-bottom: 80px;
}
.case-page .init-plastic-logistics3 .grid-box .column{
padding: 40px 0;
}
.case-page .init-plastic-logistics3 .grid-box .column:nth-child(1){
  padding-right: 30px;
}
.case-page .init-plastic-logistics3 .grid-box .column h3{
  font-size: 32px; color: #fff;
}
.case-page .init-plastic-logistics4 .column:nth-child(1){
  padding-right: 30px;
}
.case-page .init-plastic-logistics4 h3{
  font-size: 24px;
  color: #fff;
}
.case-page .init-2 {
  padding: 50px 0;
}
.case-page .init-2.init-plastic-logistics2 table tr td{
  padding: 15px;
}
.case-page .init-2 .content {
  padding: 20px 0;
  border-bottom: 9px solid #6d6d6d;
}
.plastic-logistics-page .content table{
  color: #fff;
  font-size: 18px;
}
.init-plastic-logistics4 table tr td{
  vertical-align: center;
}
.case-page table tr td{
  font-family: Arial !important;
}
.case-page .init-3 {
  padding: 40px 0;
  color: #fff;
}
.case-page .init-3 .init-3-list ul li{
  padding: 5px;
}
.case-page .init-3 h3.h3 {
  font-size: 40px;
  position: relative;
}
.case-page .init-3 h3.h3:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 9px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #2b3082;
}
.case-page .init-3 .content {
  padding: 20px 0;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 .content video{
  width: 100%;
}
.case-page .init-3 .content table{
  border: 3px solid #6d6d6d;
}
.case-page .init-3 .content table tr:nth-child(1){
  background: #2b3082;
  font-size: 28px;
}
.case-page .init-3.init-medical-treatment .content table tr:nth-child(1){
  background: none;
}
.case-page .init-3 .content table tr td{
  padding: 15px;
  vertical-align: middle;
  font-size: 18px;
  /*font-weight: 700;*/
  /*text-align: center;*/
}
.case-page.pvc-page .init-3 .content table tr td{
text-align: left;
padding: 5%;
}
.case-page.pvc-page .init-3 .content table tr:nth-child(1) td{
  text-align: center;
  font-size: 32px;
  padding: 2% 5%;
}
.case-page.pvc-page .init-3 .content table tr:nth-child(1) td strong{
 font-weight: 700;
}
.case-page .init-3 .content table tr:nth-child(2n){
  background: #4f4f4f;
}
.case-page .init-3.init-3c-electrical .content table tr:nth-child(2n){
  background: none;
}
.case-page .init-3 .part1 {
  margin-top: 80px;
}
.case-page .init-3 .part1 .grid-box {
  margin: 40px 0;
}
.case-page .init-3 .part1 .grid-box .grid-box{
  margin: 0;
}
.case-page .init-3 .part1 .grid-box .column .column:nth-child(1){
  width: 10%;
}
.case-page .init-3 .part1 .grid-box .column .column:nth-child(2){
  width: 90%;
  padding-left: 20px;
}
.case-page .init-3 .part1 .grid-box h4 {
  font-size: 36px;
}
.case-page .init-3 .part1 .grid-box p {
  line-height: 36px;
}
.case-page .init-3 .part2 {
  padding: 30px 0 10px;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 .part2 .content{
  padding: 0;
  margin: 20px 0;
  background: #2b3082;
  border-bottom:none;
}
.case-page .init-3 .part2 .right{
  background: #222;
}
.case-page .init-3 .part2 .content .left {
  width: 75%;
  padding-right: 8px;
  background: #222;
}
.case-page .init-3 .part2 .content .left li:nth-child(1){
  display: block;
}
.case-page .init-3 .part2 .content .right {
  width: 25%;
}
.case-page .init-3 .part2 .content .right ul {
  padding: 44px 0;
  background: #2b3082;
}
.case-page .init-3 .part2 .content .right ul li {
  padding:16px 20px;
  background: #6d6d6d;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.case-page .init-3 .part2 .content .right ul li:nth-child(2n) {
  background: #2b3082;
}
.case-page .init-3 .part3 .content .left {
  padding-left: 8px;
  padding-right: 0;
}
.case-page .init-4 {
  padding: 80px 0;
}
.case-page .init-4 .content {
  padding: 40px 0;
}
.case-page .init-4 .content .column {
  padding: 5px;
}
.case-page .init-4 .content .column .img-box {
  position: relative;
}
.case-page .init-4 .content .column .img-box p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}
.pvc-page .init-3-1 .grid-box.three{
  margin-top: 30px;
  border: 2px solid #6d6d6d;
}
.pvc-page .init-3-1 .grid-box.three .column{
  border: 2px solid #6d6d6d;
}
.pvc-page .init-3-1 .grid-box.three.two .column{
  width: 50%;
}

.pvc-page .init-3-1 .grid-box.three .column p{
  color: #fff;
  font-size: 18px;
  padding: 10px;
  min-height: 102px;
}
.pvc-page .init-3-1 .pvc-table{
  margin-top: 50px;
  border: 4px solid #6d6d6d;
}
.pvc-page .init-3-1 .pvc-table table tr:nth-child(1) td{
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 30px 0;
  background: #2b3082;
  margin-bottom: 0;
  font-weight: 700;
}
.pvc-page .init-3-1 .pvc-table table tr td{
  color: #fff;
  font-size: 24px;
  padding: 14px 0;
}
/*.pvc-page .init-3-1 .pvc-table .column{
  width: 55%;
}
.pvc-page .init-3-1 .pvc-table .column img{
  display: block;
  margin: 0 auto;
}
.pvc-page .init-3-1 .pvc-table .column:nth-child(2){
  width: 45%;
}
.pvc-page .init-3-1 .pvc-table .column:nth-child(2) .column{
  width: 50%;
}

.pvc-page .init-3-1 .pvc-table .column:nth-child(2) .column ul li{
  padding: 15px 10px;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #2f2f2f;
}
.pvc-page .init-3-1 .pvc-table .column:nth-child(2) .column ul li:nth-child(2n){
  background: #222222;
}
.pvc-page .init-3-1 .pvc-table .column:nth-child(2) .column ul li:nth-child(1){
  font-weight: 700;
  font-size: 24px;
  background: #454545;
}*/
.init-medical-treatment.init-3c-electrical table tr td{
  width: 50% !important;
  font-size: 20px!important;
  font-weight: normal !important;
  text-align: left !important;
}
.init-medical-treatment.init-3c-electrical table tr td p{
font-size: 20px;
  font-weight: normal;
  text-align: left !important;
}
.init-medical-treatment.init-3c-electrical table tr td strong{
  font-size: 40px;
  font-weight: 700;
}
.case-page .init-3.init-medical-treatment .content table tr td{
  padding: 0 !important;
  text-align: left; 
}
.case-page .init-3.init-medical-treatment.init-4 .content table tr td{
width: 50% !important;
}
.case-page .init-3.init-medical-treatment .content table tr td p,
.case-page .init-3.init-medical-treatment .content table tr td{
  font-size: 20px;
}
.case-page .init-3.init-medical-treatment .content table tr td p strong,
.case-page .init-3.init-medical-treatment .content table tr td strong{
  font-size: 32px;
  font-weight: 700;
}
.case-page .init-3.init-medical-treatment .content table tr,
.case-page .init-3.init-medical-treatment .content table tr:nth-child(1),
.case-page .init-3.init-medical-treatment .content table tr:nth-child(2){
  background: #313131;
}
.case-page .init-3.init-medical-treatment .content table tr:nth-child(1) td:nth-child(2),
.case-page .init-3.init-medical-treatment .content table tr:nth-child(3) td:nth-child(2),
.case-page .init-3.init-medical-treatment .content table tr:nth-child(2) td:nth-child(1),
.case-page .init-3.init-medical-treatment .content table tr:nth-child(4) td:nth-child(1){
  padding: 0 5% !important;
}
.plastic-logistics-page .init-3-1 .column p{
  font-size: 18px !important;
  min-height: 164px !important;
}
/*add*/
	.case-page.thin-page .init-2 .init-3-list ul li{
		font-size:20px;
		color:#fff;
		margin-right:30px;
		float:left;
		margin-bottom:20px;
		    list-style: disc;
			list-style-position: inside;
	}
	.case-page.thin-page .init-2 .init-3-list p.p{
		font-size:20px;
	}
    .case-page.thin-page .init-3 .init-3-list h2{
        font-size:32px;
    }
	.case-page.thin-page .init-3 .content .grid-box.two .column{
		padding:5px;
	}
  .case-page.thin-page .init-2.init-thin .tit:after{
    display: none;
  }
  .case-page.thin-page .init-3.init-2 .content .table1 table tr:nth-child(2n){
    background: none;
  }

   .contact-page .init-1 .grid-box.four{
            margin-top:60px;
        }
        .contact-page .init-1 .grid-box.four .column{
            padding:30px 3%;
            background:#2b3082;
            width:23%;
            margin-right:2.6%;
            color:#fff;
            border-radius:20px;
        }
        .contact-page .init-1 .grid-box.four .column:last-child{
            margin-right:0;
        }
        .contact-page .init-1 .grid-box.four .column h2{
            font-size:32px;
        }
        .contact-page .init-1 .grid-box.four .column h3{
            font-size:21px;
            border-bottom:1px solid #494d94;
            line-height:1.5;
            padding-bottom:5px;
        }
        .contact-page .init-1 .grid-box.four .column p{
            font-size:14px;
            height: 42px;
            overflow: hidden;
        }
@media screen and (max-width: 1000px) {
  .contact-page .init-1 .grid-box.four .column{
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .init-1 .grid-box.four .column {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page .init-1 .grid-box.four .column h2 {
    font-size: 20px;
}
.contact-page .init-1 .grid-box.four .column h3{
  font-size: 18px;
}
.gallery-list .grid-box.four>.column {
    width: 50%;
}
}

.faq-page{
  padding: 50px 0 0;
  background-color: #1b1b1b;
}
.faq-page .about-3 {
  padding-top: 150px;
}
.faq-page .about-3 h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 2;
}
.faq-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  text-transform: none;
  font-family: "FuturaLT-Book";
}
.faq-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.faq-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.faq-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.faq-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.faq-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.faq-page .about-3 .box ul li.active h4 {
  background-color:#3e6ada;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.faq-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}
