@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: '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: 'NT';
  src: url('../fonts/Neutraface2Display-Titling.eot') format('eot'), url('../fonts/Neutraface2Display-Titling.woff2') format('woff2'), url('../fonts/Neutraface2Display-Titling.woff') format('woff'), url('../fonts/Neutraface2Display-Titling.ttf') format('truetype');
}
@font-face {
  font-family: 'AB';
  src: url('../fonts/Arial-Black.eot') format('eot'), url('../fonts/Arial-Black.woff2') format('woff2'), url('../fonts/Arial-Black.woff') format('woff'), url('../fonts/Arial-Black.ttf') format('truetype');
}
body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1490px;
  
  /*margin: auto;*/
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  height: 39px;
  background-color: #203260;
  line-height: 39px;
}
#header .h-top .ui.container {
  max-width: 1320px;
  width: 100%;
}
#header .h-top .grid-box .left p {
  font-size: 14px;
  color: #fff;
}
#header .h-top .grid-box .left p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
#header .h-top .grid-box .right {
  text-align: right;
  color: #fff;
}
#header .h-top .grid-box .right .mail {
  display: inline-block;
}
#header .h-top .grid-box .right .mail a {
  display: block;
}
#header .h-top .grid-box .right .mail a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
#header .h-top .grid-box .right .mail a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#header .h-top .grid-box .right .share {
  display: inline-block;
  margin-left: 1.9rem;
}
#header .h-top .grid-box .right .share li {
  display: inline-block;
  line-height: 39px;
  padding: 4px 0.9rem 0;
  border-left: 2px solid rgba(255, 255, 255, 0.16);
}
#header .h-top .grid-box .right .share li i {
  font-size: 16px;
}
#header .h-top .grid-box .right .share li:last-child {
  border-right: 2px solid rgba(255, 255, 255, 0.16);
}
#header .h-top ul li {
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  /*padding: 0.75rem 0;*/
}
#header .nav .ui.container {
  max-width: 1320px;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .logo span {
  font-size: 2.55rem;
  font-style: italic;
  color: #086ad7;
  font-family: 'AB';
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 97px;
  margin-top: 0.6rem;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.4rem 0 0;
  font-size: 0.85rem;
  color: #203260;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: "\f107";
  font-size: 0.85rem;
  position: absolute;
  right: -15px;
  top: 23px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #086ad7;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  transform: rotate(180deg);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#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: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  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 #0575c7;
  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: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
}
#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 .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4)::before,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5)::before,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(7)::before{
  display: none;
}
/*#header .nav .ui.menu .menu-box ul.menu > li:first-child::before,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4)::before,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(6)::before,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(7)::before {
  display: none;
}*/
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: 0.4rem;
}
#header .nav .ui.menu .h-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 #086ad7;
  display: none \9;
}
#header .nav .ui.menu .h-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 .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-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 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.85rem;
  color: #203260;
  margin: 0.6rem 0 0 1.85rem;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
  margin-right: 6px;
}
#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;
  font-weight: 400;
  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: 88%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: #203260;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center rgba(255, 255, 255, 0.21);
  right: 120px;
}
#banner .slick-next {
  background: url("../images/b-icon1.png") no-repeat center center rgba(255, 255, 255, 0.21);
  right: 60px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 47%;
  bottom: 5%;
}
#banner ul.slick-dots li {
  width: 40px;
  height: 9px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #203260;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .product ul.slick-dots {
  position: absolute;
  z-index: 1;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .product ul.slick-dots li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #086ad7;
  background: none !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .product ul.slick-dots li::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #086ad7;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}
#index-body .product ul.slick-dots li button {
  display: none;
}
#index-body .product ul.slick-dots li.slick-active::after {
  opacity: 1;
}
#index-body .application ul.slick-dots {
  position: absolute;
  z-index: 1;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .application ul.slick-dots li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #086ad7;
  background: none !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .application ul.slick-dots li::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #086ad7;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}
#index-body .application ul.slick-dots li button {
  display: none;
}
#index-body .application ul.slick-dots li.slick-active::after {
  opacity: 1;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #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 {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  left: 2.5rem;
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-top: 5.5rem;
  color: #fff;
}
#banner ul li .text .play {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#banner ul li .text .play::before,
#banner ul li .text .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 1px solid #fff;
  -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;
}
#banner ul li .text .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#banner ul li .text h3 {
  /*margin: 2.2rem auto 0;*/
  font-size: 3.7rem;
  letter-spacing: 6px;
  margin-top: 130px;
  text-align: left;
  font-family: 'PB';
  line-height: 1;
  width: 66%;
}
 .text p {
  font-size: 23px;
  line-height: 1.3;
  margin-top: 1rem;
  text-align: left;
}
 .text .more {
  width: 206px;
  height: 52px;
  display: block;
  background-color: #086ad7;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  margin-top: 50px;
  /*margin: 2.55rem auto 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  box-shadow: #086ad7 0 0 10px 5px;
  position: relative;
  z-index: 1;
}
#banner ul li .text .more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.85rem;
}
#banner ul li .text .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #203260;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more:hover::before {
  width: 100%;
}
#banner ul li::after {
  content: '';
  position: absolute;
  bottom: 17%;
  left: 12%;
  background: url(../images/b-icon.png) no-repeat;
  width: 100%;
  height: 181px;
}
#index-body .more {
  position: relative;
  z-index: 1;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #203260;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body span.s1 {
  font-size: 18px;
  line-height: 1;
  color: #086ad7;
  font-family: 'PR';
  font-weight: 600;
  letter-spacing: 2px;
}
#index-body h3.title {
  font-size: 2rem;
  line-height: 1;
  font-family: 'PB';
  margin-top: 10px;
  letter-spacing: 5px;
  color: #203260;
}
#index-body .i-product {
  background: url(../images/ipb.png) no-repeat;
  padding: 3.5rem 0 4rem;
  background-size: cover;
}
#index-body .i-product .right .more {
  width: 158px;
  height: 55px;
  background-color: #086ad7;
  box-shadow: 9px 5px 29px 0px rgba(9, 107, 215, 0.16);
  border-radius: 5px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  float: right;
}
#index-body .i-product .right .more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .i-product .content {
  margin-top: 3.05rem;
}
#index-body .i-product .content ul {
  margin-right: -4rem;
}
#index-body .i-product .content ul .slick-slide {
  margin-right: 4rem;
  padding: 0 0 2rem 0;
}
#index-body .i-product .content ul .slick-slide img {
  display: inline-block;
}
#index-body .i-product .content li {
  background-color: #fff;
  padding-bottom: 1.8rem;
  box-shadow: 9px 5px 29px 0px rgba(9, 107, 215, 0.16);
}
#index-body .i-product .content li .img {
  background-color: #f0f4f6;
}
#index-body .i-product .content li .text {
  padding: 1.4rem 0 0 1rem;
}
#index-body .i-product .content li .text h3 {
  font-size: 24px;
  letter-spacing: -1px;
  color: #203260;
  font-family: 'PB';
  line-height: 1.2;
}
#index-body .i-product .content li .text p {
  font-size: 16px;
  color: #939393;
  line-height: 1.5;
}
#index-body .i-product .content li .text .mores {
  display: block;
  margin-top: 1.35rem;
  font-size: 18px;
  color: #086ad7;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content li .text .mores img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.55rem;
}
#index-body .i-product .content li .text .mores:hover {
  color: #203260;
}
#index-body .about {
  background: url(../images/whyb.png) no-repeat;
  background-position-y: 370px;
  overflow: hidden;
}
#index-body .about .info {
  background: url(../images/ab.jpg) no-repeat;
  padding: 3.75rem 0 3.9rem;
}
#index-body .about .info .data {
  color: #fff;
}
#index-body .about .info .data li {
  width: 24%;
}
#index-body .about .info .data li h3 {
  display: inline-block;
  font-size: 3rem;
  font-family: 'NT';
  line-height: 1;
  padding-right: 1rem;
  border-right: 3px solid #086ad7;
}
#index-body .about .info .data li p {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  width: 40%;
  padding-left: 1rem;
}
#index-body .about .info .data li:nth-child(2) {
  width: 28%;
}
#index-body .about .info .data li:nth-child(2) p {
  width: 30%;
}
#index-body .about .info .data li:nth-child(3) {
  text-align: center;
}
#index-body .about .info .data li:nth-child(3) p {
  text-align: left;
}
#index-body .about .info .data li:last-child {
  text-align: right;
  padding-left: 4%;
}
#index-body .about .info .data li:last-child p {
  text-align: left;
}
#index-body .about .info .desc {
  margin-top: 3.8rem;
}
#index-body .about .info .desc .left {
  width: 60.2%;
}
#index-body .about .info .desc .right {
  background-color: #fff;
  margin: 7.3rem -16% 0 -14.2%;
  position: relative;
  z-index: 1;
  width: 69.8%;
  padding: 2.75rem 9.5rem 2.6rem 3.35rem;
}
#index-body .about .info .desc .right h1 {
  font-size: 2.4rem;
  color: #203260;
  line-height: 1;
  font-family: 'PB';
}
#index-body .about .info .desc .right .star {
  margin-top: 1.1rem;
}
#index-body .about .info .desc .right p {
  font-size: 18px;
  color: #242424;
  line-height: 1.5;
  margin-top: 1.3rem;
}
#index-body .about .info .desc .right ul {
  margin-top: 1.9rem;
  margin-right: -12%;
}
#index-body .about .info .desc .right ul li img {
  display: inline-block;
  padding: 10px 10px;
  background-color: #eeeeee;
  border-radius: 50%;
  vertical-align: middle;
}
#index-body .about .info .desc .right ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #242424;
  font-family: 'PR';
  font-weight: 600;
  padding-left: 0.5rem;
}
#index-body .about .info .desc .right .play {
  position: absolute;
  top: 1.95rem;
  left: -2rem;
}
#index-body .about .info .desc .right .play::before,
#index-body .about .info .desc .right .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(8, 106, 215, 0.5);
  -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;
}
#index-body .about .info .desc .right .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .why {
  background: url(../images/whyb.png) no-repeat;
  padding-bottom: 4.5rem;
}
#index-body .why .text {
  width: 51.03%;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: bottom;
}
#index-body .why .text #con {
  background-color: #086ad7;
  padding: 2.15rem 1.2rem 2.35rem 2rem;
  margin-top: 2.45rem;
  position: relative;
  color: #fff;
}
#index-body .why .text #con dd {
  display: none;
}
#index-body .why .text #con dd h4 {
  font-size: 24px;
  font-family: 'PB';
  line-height: 1;
  text-transform: uppercase;
}
#index-body .why .text #con dd ul {
  margin-top: 2.55rem;
}
#index-body .why .text #con dd ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#index-body .why .text #con dd ul li:last-child {
  margin-bottom: 0;
}
#index-body .why .text #con::after {
  content: '鈥�';
  position: absolute;
  top: 0.7rem;
  right: 1.45rem;
  font-size: 7.35rem;
  line-height: 1;
  font-family: 'NT';
  letter-spacing: -11px;
  color: rgba(255, 255, 255, 0.23);
}
#index-body .why .text .arrow {
  margin-right: 4.2rem;
  margin-top: 2.4rem;
  text-align: right;
}
#index-body .why .text .arrow .prev {
  display: inline-block;
  cursor: pointer;
}
#index-body .why .text .arrow .prev img {
  background: rgba(27, 27, 27, 0.21);
  padding: 1rem 0.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .why .text .arrow .prev:hover img {
  background-color: #086ad7;
}
#index-body .why .text .arrow .next {
  display: inline-block;
  cursor: pointer;
}
#index-body .why .text .arrow .next img {
  background: rgba(27, 27, 27, 0.21);
  padding: 1rem 0.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .why .text .arrow .next:hover img {
  background-color: #086ad7;
}
#index-body .why .img {
  width: 53.6%;
  margin-left: -5%;
}
#index-body .product {
  padding: 3.6rem 0 0 0;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .ui.container {
  max-width: 1802px;
  width: 100%;
}
#index-body .product .bottom {
  margin-top: 3.5rem;
  overflow: hidden;
  padding-bottom: 6.85rem;
}
#index-body .product .bottom ul .slick-slide {
  padding-left: 7.8rem;
}
#index-body .product .bottom ul .slick-slide img {
  display: inline-block;
}
#index-body .product .bottom ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  background-color: #203260;
}
#index-body .product .bottom ul li .all .img {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 12px 7px 27px 0px rgba(0, 0, 0, 0.14);
  width: 86.8%;
  margin-top: 2rem;
  margin-left: -6.8rem;
  display: inline-block;
}
#index-body .product .bottom ul li .all .img img {
  width: 100%;
}
#index-body .product .bottom ul li .all span {
  z-index: 1;
  font-size: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 2.05rem;
  right: 1.5rem;
  color: #fff;
}
#index-body .product .bottom ul li .text {
  padding: 3.2rem 1.2rem 1.75rem 1.65rem;
  text-align: right;
  position: relative;
  color: #fff;
}
#index-body .product .bottom ul li .text h4 {
  font-size: 17px;
  font-family: 'PB';
  line-height: 1.2;
  width: 90%;
  margin: 0 0 0 auto;
}
#index-body .product .bottom ul li .text p {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0.6rem;
}
#index-body .product .bottom ul li:hover {
  background: #086ad7;
}
#index-body .contact {
  background: url(../images/cb.png) no-repeat;
  padding: 2.85rem 0;
  color: #fff;
}
#index-body .contact h3 {
  display: inline-block;
  font-size: 24px;
  font-family: 'PB';
  line-height: 3;
  width: 50%;
}
#index-body .contact .more {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  height: 55px;
  background-color: #086ad7;
  border-radius: 5px;
  box-shadow: #086ad7 0 0 10px 1px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 3rem;
}
#index-body .contact .more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .application {
  padding: 3.6rem 0 0;
}
#index-body .application .header {
  text-align: center;
}
#index-body .application .content {
  margin-top: 2.75rem;
  padding-bottom: 3.3rem;
}
#index-body .application ul {
  margin-right: -0.9rem;
}
#index-body .application ul .slick-slide {
  margin-right: 0.9rem;
}
#index-body .application ul .slick-slide img {
  display: inline-block;
}
#index-body .application ul li {
  position: relative;
}
#index-body .application ul li .img img {
  width: 100%;
}
#index-body .application ul li .text {
  position: absolute;
  z-index: 1;
  top: 16px;
  bottom: 20px;
  left: 17px;
  right: 17px;
  border: 1px solid #fff;
}
#index-body .application ul li .text .more {
  width: 64px;
  height: 64px;
  background-color: #086ad7;
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 7px 8px 0 auto;
}
#index-body .application ul li .text .more img {
  margin-top: 15px;
}
#index-body .application ul li .text .more span {
  display: block;
  margin-top: 7px;
}
#index-body .application ul li .text .info {
  padding: 0 1.8rem 0 0.65rem;
  color: #fff;
  position: absolute;
  bottom: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application ul li .text .info h3 {
  font-size: 22px;
  line-height: 1.2;
  font-family: 'PB';
  text-transform: uppercase;
}
#index-body .application ul li .text .info p {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 0.65rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
}
#index-body .application ul li::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(32, 50, 96, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application ul li:hover::after {
  width: 100%;
  height: 100%;
}
#index-body .application ul li:hover .text .info {
  bottom: 11px;
}
#index-body .application ul li:hover .text .info p {
  opacity: 1;
  display: block;
}
#index-body .news {
  padding: 2rem 0 4rem;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .content {
  margin-top: 2.2rem;
  display: flex;
}
#index-body .news .content h3 {
  font-size: 24px;
  color: #17235e;
  line-height: 1.2;
  font-family: 'PB';
}
#index-body .news .content time {
  display: block;
  font-size: 21px;
  margin-top: 1.85rem;
  color: #a0a0a0;
  line-height: 1;
}
#index-body .news .content .left {
  width: 26.6%;
}
#index-body .news .content .left li {
  padding-bottom: 1.05rem;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 2.25rem;
}
#index-body .news .content .left li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .news .content .left li:last-child {
  margin-bottom: 0;
}
#index-body .news .content .left li:hover h3 {
  color: #086ad7;
}
#index-body .news .content .middle {
  width: 46.1%;
  padding: 0 1.7rem 0 2.4rem;
}
#index-body .news .content .middle li .text {
  padding-top: 1.25rem;
}
#index-body .news .content .middle li .text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content .middle li .text p {
  font-size: 19px;
  color: #707070;
  line-height: 1.3;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .news .content .middle li .text .more {
  display: block;
  width: 181px;
  height: 48px;
  background-color: #086ad7;
  box-shadow: 9px 5px 29px 0px rgba(9, 107, 215, 0.16);
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  margin-top: 1.7rem;
}
#index-body .news .content .middle li .text .more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.85rem;
}
#index-body .news .content .right {
  background-color: #086ad7;
  width: 27.3%;
  padding: 2.4rem 1.5rem 1.4rem 1.75rem;
}
#index-body .news .content .right h4 {
  color: #fff;
  font-size: 1.8rem;
  font-family: 'PB';
  line-height: 1.1;
}
#index-body .news .content .right form {
  margin-top: 3.4rem;
}
#index-body .news .content .right form input {
  width: 100%;
  border: none;
  height: 62px;
  background-color: #fff;
  font-size: 19px;
  color: #a0a0a0;
  padding-left: 0.7rem;
  margin-bottom: 0.6rem;
}
#index-body .news .content .right form input::placeholder {
  color: #a0a0a0;
}
#index-body .news .content .right form input::-webkit-input-placeholder {
  color: #a0a0a0;
}
#index-body .news .content .right form input::-moz-placeholder {
  color: #a0a0a0;
}
#index-body .news .content .right form input[type="submit"] {
  background-color: #17235e;
  text-align: center;
  padding-left: 0;
  padding-top: 4px;
  color: #fff;
  font-family: 'PB';
  font-size: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content .right form input[type="submit"]:hover {
  background-color: #000;
}
#index-body .news .content .right p {
  font-size: 19px;
  font-family: 'PB';
  line-height: 1;
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}
#footer {
  background: url(../images/fb.jpg) no-repeat;
  position: relative;
}
#footer .f-info {
  padding-top: 2.7rem;
  color: #fff;
}
#footer .f-info h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
#footer .f-info ul {
  margin-top: 1.95rem;
}
#footer .f-info ul li {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .f-info ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#footer .f-info .f-ab span {
  display: block;
  font-size: 62px;
  color: #fff;
  font-family: 'AB';
  font-style: italic;
  line-height: 1;
}
#footer .f-info .f-ab .list {
  margin-top: 2rem;
}
#footer .f-info .f-ab .list .map {
  display: inline-block;
}
#footer .f-info .f-ab .list #ewm {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  margin-bottom: 1.35rem;
}
#footer .f-info .f-ab .list #ewm img {
  width: 150px;
  height: 150px;
  margin-top: 90px;
  border: 5px solid #fff;
}
#footer .f-info .f-contact {
  padding-left: 4.2rem;
}
#footer .f-info .f-contact li p {
  line-height: 2;
}
#footer .f-copy {
  margin-top: 1.6rem;
  padding: 1rem 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #17235e;
  width: 100%;
}
#footer .f-copy .left {
  font-size: 14px;
  display: inline-block;
  width: 56%;
}
#footer .f-copy .left img{
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}
#footer .f-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 .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #0575c7;
}
#footer .f-copy .right {
  width: 44%;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy .right ul li {
  display: inline-block;
  margin-right: 3.1rem;
  position: relative;
}
#footer .f-copy .right ul li:last-child {
  margin-right: 0;
}
#footer .f-copy .right ul li::before {
  content: '';
  width: 9px;
  height: 9px;
  background: url(../images/f-icon.png) no-repeat;
  display: inline-block;
  margin-right: 7px;
}
.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgb(8 106 215);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #086AD7;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1600px) {
  #banner ul li .text {
    padding-top: 1.5rem;
  }
  #banner ul li .text h3 {
    width: 77%;
  }
  #banner ul li .text p {
    margin-top: 1.3rem;
  }
  #banner ul li .text .more {
    margin: 2rem auto 0;
  }
  #banner ul li::after {
    left: 18%;
  }
  #banner .slick-arrow {
    top: 86%;
  }
  #index-body .about .info .desc .right {
    margin: 6.65rem -14% 0 -15.2%;
    width: 66.8%;
    padding: 2.75rem 8.5rem 2.6rem 3rem;
  }
  #index-body .contact h3 {
    width: 52%;
  }
  /*#footer .f-info .f-ab .list #ewm {
    padding-left: 3.2rem;
  }*/
  #footer .f-copy .right ul li {
    margin-right: 2.1rem;
  }
}
@media screen and (max-width: 1400px) {
  #banner ul li .text {
    top: 1.5rem;
    left: 1.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  #banner ul li .text h3 {
    width: 79%;
  }
  #banner ul li::after {
    left: 13%;
  }
  #index-body .about .info .data li:last-child {
    padding-left: 2%;
  }
  #index-body .about .info .desc .right {
    margin: 6.65rem -14% 0 -20.2%;
    width: 66.8%;
    padding: 2.75rem 6.5rem 2.6rem 3rem;
  }
  #index-body .about .info .desc .right p {
    font-size: 16px;
  }
  #index-body .about .info .desc .right ul li span {
    font-size: 16px;
  }
  #index-body .product .bottom ul li .text h4 {
    width: 96%;
  }
  #index-body .product .bottom ul li .text {
    padding: 3.2rem 1rem 1.75rem 0rem;
  }
  #index-body .product .bottom ul li .all span {
    font-size: 18px;
  }
  #index-body .contact h3 {
    width: 60%;
  }
  #index-body .application ul li .text .info h3 {
    font-size: 20px;
  }
  #index-body .news .content .right p {
    font-size: 18px;
  }
  #footer .f-info .f-ab .list .map {
    width: 80%;
  }
  /*#footer .f-info .f-ab .list #ewm {
    padding-left: 0;
  }*/
  #footer .f-copy .right ul li {
    margin-right: 1.1rem;
  }
}
@media screen and (max-width: 1200px) {
  #banner ul li::after {
    left: 9%;
  }
  #index-body .about .info .data li h3 {
    font-size: 2.5rem;
  }
  #index-body .about .info .data li p {
    font-size: 18px;
  }
  #index-body .about .info .desc .right {
    padding: 2.75rem 6.5rem 2.6rem 4rem;
  }
  #index-body .about .info .desc .right ul li span {
    width: 80%;
  }
  #index-body .contact h3 {
    width: 66%;
  }
  #index-body .news .content h3 {
    font-size: 20px;
  }
  #index-body .news .content time {
    font-size: 18px;
  }
  #index-body .news .content .right h4 {
    font-size: 1.6rem;
  }
  #index-body .news .content .right form input {
    font-size: 16px;
    height: 50px;
  }
  #index-body .news .content .right form input[type="submit"] {
    font-size: 18px;
  }
  #index-body .news .content .right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo{
    width: 15%;
  }
  #banner ul li .text {
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
  #banner ul li .text h3 {
    width: 88%;
    margin: 1.5rem auto 0;
  }
  #banner ul li .text p {
    margin-top: 0.7rem;
  }
  #banner ul li .text .more {
    margin: 1rem auto 0;
  }
  #banner ul li::after {
    left: 4%;
  }
  #index-body .about .info .desc .right {
    padding: 2.75rem 4.5rem 2.6rem 4rem;
    margin: 5.65rem -14% 0 -23.2%;
  }
  #index-body .contact h3 {
    width: 70%;
    font-size: 22px;
  }
  #index-body .news .content h3 {
    font-size: 18px;
  }
  #index-body .news .content time {
    font-size: 16px;
  }
  #index-body .news .content .middle li .text p {
    font-size: 16px;
  }
  #index-body .news .content .right {
    padding: 2.4rem 1rem 1.4rem 1rem;
  }
  #footer .f-info .f-ab .list .map {
    width: 78%;
  }
  #footer .f-copy .right{
    font-size: 14px;
  }
  #footer .f-copy .right ul li {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
  }
  #banner ul li::after {
    display: none;
  }
  #banner ul li .text .play {
    display: none;
  }
  #banner ul li .text h3 {
    width: 100%;
    font-size: 3rem;
  }
  #banner ul li .text p {
    font-size: 20px;
  }
  #banner ul li .text .more {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #index-body .i-product .right .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #index-body .i-product .content li .text h3 {
    font-size: 20px;
  }
  #index-body .i-product .content li .text .mores {
    font-size: 16px;
  }
  #index-body .about .info .data {
    display: none;
  }
  #index-body .about .info .desc {
    margin-top: 0;
  }
  #index-body .about .info .desc .right ul {
    display: none;
  }
  #index-body .about .info .desc .right {
    padding: 2.75rem 4.5rem 2.6rem 6rem;
  }
  #index-body .why .text #con dd ul li {
    font-size: 16px;
  }
  #index-body .contact h3 {
    width: 62%;
    font-size: 18px;
  }
  #index-body .news .content .left {
    width: 43.6%;
  }
  #index-body .news .content .middle {
    width: 59%;
  }
  #index-body .news .content .right {
    display: none;
  }
  #footer .f-info .f-ab .list #ewm {
    display: none;
  }
  #footer .f-info .f-ab .list .map {
    width: auto;
  }
  #footer .f-info ul li {
    font-size: 16px;
  }
  #footer .f-copy .left{
    width: 100%;
  }
  #footer .f-copy .right{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text h3 {
    font-size: 2rem;
  }
  #banner ul li .text p {
    font-size: 14px;
    margin-top: 2rem;
  }
  #banner ul li .text .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 2rem;
  }
  #index-body .i-product .header .right {
    display: none;
  }
  #index-body .i-product .content li .text h3 {
    font-size: 18px;
  }
  #index-body .i-product .content li .text p {
    font-size: 14px;
  }
  #index-body .i-product .content li .text .mores {
    font-size: 14px;
  }
  #index-body .about .info .desc .left {
    display: none;
  }
  #index-body .about .info .desc .right {
    width: 100%;
    margin: 0;
  }
  #index-body .about .info .desc .right .play {
    display: none;
  }
  #index-body .about .info .desc .right {
    padding: 2.75rem 1rem 2.6rem 1rem;
  }
  #index-body .why {
    display: none;
  }
  #index-body .product .bottom ul li .all span {
    font-size: 14px;
  }
  #index-body .product .bottom ul li .text h4 {
    font-size: 16px;
  }
  #index-body .product .bottom ul li .text p {
    font-size: 14px;
  }
  #index-body .contact {
    display: none;
  }
  #index-body .application {
    display: none;
  }
  #index-body .news .content {
    display: block;
  }
  #index-body .news .content .left,
  #index-body .news .content .middle {
    width: 100%;
  }
  #index-body .news .content .middle {
    padding: 2rem 0 0 0;
  }
  #footer .f-info .f-ab .list .map {
    display: none;
  }
  #footer .f-info .f-contact {
    padding-left: 0;
  }
  #footer .f-copy .left {
    width: 100%;
  }
  #footer .f-copy .right {
    display: none;
  }
  #index-body .product .bottom{
      padding-bottom: 3rem;
  }
}

.inner-banner {
    /*height: 450px;
    line-height: 450px;
    text-align: center;
    background-size: 100% 100%;
    background-position: center center;
    color: white;*/
}
.inner-banner .box {
    line-height: normal;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.inner-banner h2 {
    font-size: 75px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    display: none;
}
.inner-banner h2:after {
    content: '';
    display: block;
    height: 10px;
    background: #086ad7;
}
.inner-banner .mbx {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.3;
    display: none;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    margin: 0 10px;
}
.inner-banner .mbx a:hover {
    text-decoration: underline;
}
.mbx{
  background: #fff;
   box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.03);
   padding: 10px 0;
   font-size: 16px;
   line-height: 1.8;
   width:1240px;
margin:0  auto;  
}
.inner-page span.tag {
    font-size: 20px;
    color: #086ad7;
    display: inline-block;
    line-height: 1;
}
.inner-page h2.title {
    font-size: 45px;
    color: #181818;
    line-height: 1;
    font-weight: bold;
}
.inner-page .m-page {
    margin-top: 60px;
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: #086ad7;
    color: white;
    border-color: #086ad7;
}
.inner-page .slideBarBox .slideBarleft {
    width: 75%;
    padding-right: 2%;
}
.inner-page .slideBarBox .slideBarright {
    width: 25%;
    padding-left: 2%;
}
.inner-page .slideBarBox .slideBarright form {
    position: relative;
    width: 100%;
}
.inner-page .slideBarBox .slideBarright form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #eee;
    font-size: 16px;
    color: #333;
    border: none;
}
.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input[type="submit"] {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: url("../images/icon-zoom.png") center center no-repeat #086ad7;
}
.inner-page .slideBarBox .slideBarright h3 {
    margin: 60px 0 20px;
    font-size: 20px;
    color: #181818;
    line-height: 1;
    font-weight: bold;
}
.inner-page .slideBarBox .slideBarright .navList ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #181818;
    position: relative;
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
    float: right;
    color: #939393;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
    color: #086ad7;
}
.inner-page .slideBarBox .slideBarright .proList ul li {
    padding-bottom: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #dcdcdc;
}
.inner-page .slideBarBox .slideBarright .proList ul li span {
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(8 106 215 / 75%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:before {
    content: '>';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: white;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 15px;
    font-size: 16px;
    color: #181818;
    font-family: 'Poppins';
    line-height: 1.2;
    /*font-weight: bold;*/
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
    display: block;
    color: #7f7f7f;
    margin-bottom: 5px;
    font-weight: normal;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6:after {
    content: '';
    width: 43px;
    height: 2px;
    background: #086ad7;
    margin-top: 10px;
    display: block;
}
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
    margin-top: 0;
}
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after,
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:before {
    opacity: 1;
}
.about-page .about-1 {
    padding: 110px 0;
    background: url("../images/about-2-bg.jpg") center bottom no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.about-page .about-1 .box {
    margin-bottom: 160px;
}
.about-page .about-1 .box .left {
    width: 50%;
    margin-right: -10%;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .box .left span.tag:after {
    display: none;
}
.about-page .about-1 .box .left h2 {
    font-size: 70px;
    font-weight: bold;
    color: #181818;
}
.about-page .about-1 .box .left .box2 {
    padding: 50px 40px 50px 0;
    background: white;
}
.about-page .about-1 .box .left .box2 .text {
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1.6;
    padding-bottom: 40px;
    border-bottom: #bfbfbf 1px solid;
    margin-bottom: 40px;
}
.about-page .about-1 .box .left .box2 img {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-1 .box .left .box2 a.more {
    display: inline-block;
    float: right;
    line-height: 50px;
    height: 50px;
    padding: 1px 32px;
    border-radius: 5px;
    background: #086ad7;
    font-size: 18px;
    color: #fffefe;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .box .left .box2 a.more:hover {
    background: #222;
}
.about-page .about-1 .box .right {
    width: 60%;
    vertical-align: bottom;
}
.about-page .about-1 .box .right .img {
    height: 750px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.about-page .about-1 .box .right .img .play {
    position: absolute;
    right: 15px;
    bottom: 40px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-1 .box .right .img .play span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    background: #086ad7;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    z-index: 1;
}
.about-page .about-1 .box .right .img .play span:after,
.about-page .about-1 .box .right .img .play span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background: rgb(8 106 215);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-1 .box .right .img .play span:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-1 .box .right .img .play span i {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 14px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.about-page .about-1 h2.title {
    text-align: center;
}
.about-page .about-1 .list {
    margin-top: 120px;
}
.about-page .about-1 .list ul {
    margin: -10px -80px;
}
.about-page .about-1 .list ul .slick-list {
    overflow: unset;
}
.about-page .about-1 .list ul li {
    padding: 10px 80px;
    text-align: center;
    position: relative;
}
.about-page .about-1 .list ul li:after {
    content: '';
    width: 60%;
    left: 70%;
    border-bottom: 2px black dotted;
    position: absolute;
    top: 30px;
}
.about-page .about-1 .list ul li h4 {
    font-size: 45px;
    color: #086ad7;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-1 .list ul li h6 {
    font-size: 24px;
    color: #181818;
    margin: 20px 0 5px;
    line-height: 1;
}
.about-page .about-1 .list ul li p {
    font-size: 16px;
    color: #656565;
    line-height: 1.4;
}
.about-page .about-1 .list ul .slick-slide .box2 {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .list ul .slick-slide.slick-active .box2 {
    opacity: 1;
}
.about-page .about-2 {
    background: #086ad7;
    padding: 50px 0 80px;
    text-align: center;
}
.about-page .about-2 h2.title {
    color: white;
}
.about-page .about-2 .list {
    margin-top: 60px;
    position: relative;
}
.about-page .about-2 .list ul {
    margin: -13px;
}
.about-page .about-2 .list ul li {
    padding: 13px;
}
.about-page .about-2 .list ul li a.img-box {
    display: block;
}
.about-page .about-2 .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-push.png") center center no-repeat rgba(0, 0, 0, 0.33);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .list ul li a.img-box img {
    width: 100%;
}
.about-page .about-2 .list ul li a.img-box:hover:after {
    opacity: 1;
}
.about-page .about-2 .list ul li h6 {
    display: block;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    text-align: center;
    background: #086ad7;
    font-size: 18px;
    color: white;
}
.about-page .about-2 .list .btn div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 46px;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-2 .list .btn div.prev {
    right: 105%;
}
.about-page .about-2 .list .btn div.prev img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-page .about-2 .list .btn div.next {
    left: 105%;
}
.about-page .about-3 {
    padding: 80px 0 70px;
}
.about-page .about-3 h2.title {
    text-align: center;
}
.about-page .about-3 .box {
    padding-top: 50px;
    margin: -10px;
}
.about-page .about-3 .box ul li {
    padding: 10px;
    float: left;
}
.about-page .about-3 .box ul li a.img-box {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul li a.img-box img {
    width: 100%;
}
.about-page .about-3 .box ul li a.img-box h6 {
    font-size: 25px;
    line-height: 60px;
    padding: 0 20px;
    height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
    color: white;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul li a.img-box:hover {
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.about-page .about-3 .box ul li a.img-box:hover h6 {
    opacity: 1;
}
.about-page .about-3 .box ul li.wid-100 {
    width: 100%;
}
.about-page .about-4 {
    padding: 60px 0 70px;
    text-align: center;
    background: #fff;
}
.about-page .about-4 .list {
    margin-top: 80px;
}
.about-page .about-4 .list ul {
    margin: -30px;
}
.about-page .about-4 .list ul li {
    padding: 30px;
}
.about-page .about-4 .list ul li img {
    display: block;
    margin: 0 auto;
}
.about-page .about-4 .list ul .slick-slide div:last-child li img {
    margin-left: 0;
}
.gallery-page {
    padding: 100px 0;
}
.gallery-page .list ul {
    margin: -17px -25px;
}
.gallery-page .list ul li {
    padding: 17px 25px;
}
.gallery-page .list ul li a {
    display: block;
    padding: 20px;
    padding-bottom: 0;
    background: #e6e6e6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.gallery-page .list ul li a img {
    width: 100%;
}
.gallery-page .list ul li a h6 {
    line-height: 1.2;
    height: 60px;
    padding: 10px 15px;
    font-size: 18px;
    color: #181818;
    text-align: center;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.gallery-page .list ul li a.xz{
  width: 168px;
    height: 55px;
    background-color: #086ad7;
    box-shadow: 9px 5px 29px 0px rgb(9 107 215 / 16%);
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin: 20px auto 0;
}
.gallery-page .list ul li a.xz i{
  margin-left: 5px;
  display: inline-block;
}
.gallery-page .list ul li a:hover {
    background: #203260;
}
.gallery-page .list ul li a:hover h6 {
    color: white;
}
.news-page {
    padding: 80px 0 50px;
}
.news-page .list ul {
    margin: -45px -25px;
}
.news-page .list ul li {
    padding: 45px 25px;
}
.news-page .list ul li .box {
    display: block;
    -o-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.26);
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.26);
}
.news-page .list ul li .box a.img-box {
    display: block;
}
.news-page .list ul li .box a.img-box img {
    display: block;
    width: 100%;
}
.news-page .list ul li .box .content {
    padding: 30px;
}
.news-page .list ul li .box .content .tag {
    font-size: 16px;
    color: #909090;
}
.news-page .list ul li .box .content .tag img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.news-page .list ul li .box .content h5 {
    font-size: 28px;
    color: #181818;
    line-height: 1.2;
    margin: 22px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.4em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .list ul li .box .content h5:hover {
    color: #086ad7;
}
.news-page .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #383838;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.4em;
}
.news-page .list ul li .box .content a.more {
    display: block;
    font-size: 18px;
    color: #086ad7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 30px;
}
.news-page .list ul li .box .content a.more:hover {
    color: black;
}
.newdet-page {
    padding: 80px 0 60px;
}
.newdet-page .newsContent {
    text-align: center;
}
.newdet-page .newsContent h1 {
    font-size: 32px;
    color: #181818;
    line-height: 1.2;
}
.newdet-page .newsContent time {
    display: block;
    font-size: 16px;
    color: #7f7f7f;
    margin-top: 15px;
    line-height: 1;
}
.newdet-page .newsContent .content {
    display: block;
    padding: 30px 0 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #181818;
    line-height: 1.4;
    text-align: left;
}
.newdet-page .newsContent .content p {
    padding-bottom: 10px;
}
.newdet-page .newsContent .content p:last-child {
    padding-bottom: 0;
}
.newdet-page .newsContent .share {
    text-align: right;
    margin-top: 24px;
}
.newdet-page .newsContent .share ul li {
    margin-left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.newdet-page .newsContent .share ul li a {
    display: block;
}
.newdet-page .newsContent .share ul li:hover {
    color: white;
    background: #086ad7;
}
.newdet-page .newsContent .m-link {
    margin-top: 40px;
}
.newdet-page .newsContent .m-link div i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    position: relative;
    overflow: hidden;
}
.newdet-page .newsContent .m-link div i img {
    height: 60px;
    width: auto;
    max-width: none;
}
.newdet-page .newsContent .m-link div i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(240, 3, 49, 0.85);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newsContent .m-link div i:before {
    content: '>';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    font-size: 16px;
}
.newdet-page .newsContent .m-link div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #181818;
    margin: 0 10px;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}
.newdet-page .newsContent .m-link div span em {
    color: #086ad7;
}
.newdet-page .newsContent .m-link div.prev {
    text-align: left;
}
.newdet-page .newsContent .m-link div.prev i:after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.newdet-page .newsContent .m-link div.prev i:before {
    content: '<';
}
.newdet-page .newsContent .m-link div.next {
    text-align: right ;
}
.newdet-page .newsContent .m-link div:hover i:after {
    opacity: 1;
}
.newdet-page .newsRet {
    margin-top: 110px;
}
.newdet-page .newsRet h2 {
    text-align: center;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
}
.newdet-page .newsRet .list {
    margin-top: 50px;
}
.newdet-page .newsRet .list ul {
    margin: -10px;
}
.newdet-page .newsRet .list ul li {
    padding: 10px;
}
.newdet-page .newsRet .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.newdet-page .newsRet .list ul li .box a.img-box {
    display: block;
}
.newdet-page .newsRet .list ul li .box a.img-box img {
    width: 100%;
}
.newdet-page .newsRet .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.newdet-page .newsRet .list ul li .box a.img-box em.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    background: #086ad7;
    color: white;
    font-size: 17px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.newdet-page .newsRet .list ul li .box .content {
    padding: 15px;
}
.newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 20px;
    color: #181818;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newsRet .list ul li .box .content h5:hover {
    color: #086ad7;
}
.newdet-page .newsRet .list ul li .box .content p {
    display: block;
    font-size: 17px;
    color: #737373;
    margin-top: 5px;
}
.newdet-page .newsRet .list ul li .box:hover {
    -o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
}
.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
    opacity: 1;
}
.newdet-page .newsRet .list ul li .box:hover a.img-box em {
    opacity: 1;
}
.newdet-page .newsRet .btn {
    margin-top: 50px;
    text-align: center;
}
.newdet-page .newsRet .btn li {
    width: 13px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    background: #181818;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newsRet .btn li button {
    display: none;
}
.newdet-page .newsRet .btn li.slick-active {
    width: 28px;
    background: #086ad7;
}
.applications-page {
    padding: 80px 0 60px;
}
.applications-page .slideBarleft .list ul li {
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
}
.applications-page .slideBarleft .list ul li:first-child {
    padding-top: 0;
}
.applications-page .slideBarleft .list ul li .img {
    vertical-align: middle;
    width: 60%;
    padding-right: 20px;
    position: relative;
}
.applications-page .slideBarleft .list ul li .img a.img-box {
    display: block;
}
.applications-page .slideBarleft .list ul li .img a.img-box img {
    width: 100%;
}
.applications-page .slideBarleft .list ul li .content {
    width: 40%;
    padding-left: 20px;
    vertical-align: middle;
    position: relative;
}
.applications-page .slideBarleft .list ul li .content span.tag:after {
    display: none;
}
.applications-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 35px;
    font-size: 16px;
    color: #181818;
}
.applications-page .slideBarleft .list ul li .content span.tag:before {
    width: 50px;
}
.applications-page .slideBarleft .list ul li .content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #181818;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 1.2;
}
.applications-page .slideBarleft .list ul li .content h3.expertise {
    white-space: normal;
    margin-bottom: 10px;
}
.applications-page .slideBarleft .list ul li .content h3:hover {
    color: #086ad7;
}
.applications-page .slideBarleft .list ul li .content div.tag {
    font-size: 16px;
    color: #909090;
    font-family: 'Poppins';
    margin: 20px 0;
}
.applications-page .slideBarleft .list ul li .content div.tag img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}
.applications-page .slideBarleft .list ul li .content .share dd {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.applications-page .slideBarleft .list ul li .content .share dd a {
    display: block;
}
.applications-page .slideBarleft .list ul li .content .share dd:hover {
    color: white;
    background: #086ad7;
}
.applications-page .slideBarleft .list ul li .content a.more {
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    border-radius: 5px;
    background: #086ad7;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
}
.applications-page .slideBarleft .list ul li .content a.more:hover {
    background: #222;
}
.applications-page .slideBarleft .list ul li:nth-child(even) .img {
    left: 40%;
    padding-left: 20px;
    padding-right: 0;
}
.applications-page .slideBarleft .list ul li:nth-child(even) .content {
    left: -60%;
    padding-left: 0;
    padding-right: 20px;
}
.applications2-page {
    padding: 100px 0;
}
.applications2-page .slideBarleft .top{
    margin-bottom: 30px;
}
.applications2-page .slideBarleft .top h1{
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
}
.applications2-page .slideBarleft .top .con{
    font-size: 16px;
    line-height: 1.8;
    color: #999;
}
.applications2-page .slideBarleft .list ul {
    margin: -25px -10px;
    display: flex;
    flex-wrap: wrap;
}
.applications2-page .slideBarleft .list ul li {
    padding: 25px 10px;
}
.applications2-page .slideBarleft .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    height: 100%;
}
.applications2-page .slideBarleft .list ul li .box a.img-box {
    display: block;
}
.applications2-page .slideBarleft .list ul li .box a.img-box img {
    width: 100%;
}
.applications2-page .slideBarleft .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.applications2-page .slideBarleft .list ul li .box a.img-box em.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 1px 18px;
    background:#086ad7;
    color: white;
    font-size: 15px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.applications2-page .slideBarleft .list ul li .box a.img-box em.more:hover{
  background: #000;
}
.applications2-page .slideBarleft .list ul li .box .content {
    padding: 15px;
}
.applications2-page .slideBarleft .list ul li .box .content h5 {
    font-size: 18px;
    color: #181818;
    font-weight: 600;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    line-height: 1.6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.applications2-page .slideBarleft .list ul li .box .content h5:hover {
    color: #086ad7;
}
.applications2-page .slideBarleft .list ul li .box .content p {
    display: block;
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 1.2;
}
.applications2-page .slideBarleft .list ul li .box:hover {
    -o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
}
.applications2-page .slideBarleft .list ul li .box:hover a.img-box:after {
    opacity: 1;
}
.applications2-page .slideBarleft .list ul li .box:hover a.img-box em {
    opacity: 1;
}
.prodet-page {
    padding: 55px 0 125px;
}
.prodet-page .prodet-1 .left {
    padding-right: 20px;
}
.prodet-page .prodet-1 .left a.img-box {
    display: block;
}
.prodet-page .prodet-1 .left a.img-box img {
    width: 100%;
}
.prodet-page .prodet-1 .left a.img-box i {
    width: 48px;
    height: 48px;
    background: url("../images/icon-zoom.png") center center no-repeat #086ad7;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.prodet-page .prodet-1 .left .small {
    margin-top: 12px;
}
.prodet-page .prodet-1 .left .small ul {
    margin: -7px;
}
.prodet-page .prodet-1 .left .small ul li {
    padding: 7px;
}
.prodet-page .prodet-1 .left .small ul li a {
    display: block;
}
.prodet-page .prodet-1 .right {
    padding-left: 20px;
    vertical-align: middle;
    margin-top: 20px;
}
.prodet-page .prodet-1 .right span.tag {
    color: #181818;
}
.prodet-page .prodet-1 .right span.tag:before {
    content: '';
    width: 56px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #086ad7;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    color: #181818;
    line-height: 1.2;
    margin-top: 15px;
}
.prodet-page .prodet-1 .right .text {
    margin: 40px 0 45px;
    font-size: 18px;
    color: #181818;
    line-height: 1.6;
}
.prodet-page .prodet-1 .right .share ul li {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.prodet-page .prodet-1 .right .share ul li a {
    display: block;
}
.prodet-page .prodet-1 .right .share ul li:hover {
    color: white;
    background: #086ad7;
}
.prodet-page .prodet-1 .right a.more {
    line-height: 45px;
    height: 45px;
    padding: 1px 24px;
    border-radius: 5px;
    background: #086ad7;
    color: white;
    font-size: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 50px;
}
.prodet-page .prodet-1 .right a.more:hover {
    background: #222;
}
.prodet-page h3.title {
    color: #181818;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: bold;
}
.prodet-page .prodet-2 {
    padding-top: 70px;
}
.prodet-page .prodet-2 .options {
    border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .options ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #181818;
    padding: 0 15px;
    margin-right: 60px;
    line-height: 36px;
    height: 36px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .options ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-2 .options ul li:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #086ad7;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .options ul li.active,
.prodet-page .prodet-2 .options ul li:hover {
    color: #086ad7;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
    opacity: 1;
}
.prodet-page .prodet-2 .content {
    margin-top: 26px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #181818;
    background: white;
}
.prodet-page .prodet-2 .content strong{
  font-weight: bold;
}
.prodet-page .prodet-3 .form {
    margin-top: 40px;
    padding: 30px 45px;
    border: 5px solid #eee;
    background: white;
}
.prodet-page .prodet-3 .form h6 {
    font-size: 22px;
    color: #181818;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 28px;
}
.prodet-page .prodet-3 .form ul {
    margin: -10px -35px;
}
.prodet-page .prodet-3 .form ul li {
    padding: 10px 35px;
}
.prodet-page .prodet-3 .form ul li.wid-100 {
    width: 100%;
}
.prodet-page .prodet-3 .form ul li label {
    font-size: 18px;
    color: #181818;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.prodet-page .prodet-3 .form ul li label em {
    color: #086ad7;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    background: #ededed;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
}
.prodet-page .prodet-3 .form ul li input:focus,
.prodet-page .prodet-3 .form ul li textarea:focus {
    background: rgba(240, 3, 49, 0.1);
}
.prodet-page .prodet-3 .form ul li textarea {
    height: 160px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"] {
    margin-top: 10px;
    line-height: 45px;
    height: 45px;
    padding: 1px 40px;
    width: auto;
    border-radius: 5px;
    background: #086ad7;
    color: white;
    font-size: 18px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"]:hover {
    background: #222;
}
.prodet-page .prodet-4 {
    padding: 90px 0;
}
.prodet-page .prodet-4 .list {
    margin-top: 30px;
}
.prodet-page .prodet-4 .list ul {
    margin: -9px;
}
.prodet-page .prodet-4 .list ul li {
    padding: 9px;
}
.prodet-page .prodet-4 .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.prodet-page .prodet-4 .list ul li .box a.img-box {
    display: block;
}
.prodet-page .prodet-4 .list ul li .box a.img-box img {
    width: 100%;
}
.prodet-page .prodet-4 .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .prodet-4 .list ul li .box a.img-box em.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 1px 15px;
    background: #086ad7;
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.prodet-page .prodet-4 .list ul li .box a.img-box em.more:hover{
  background: #000;
}
.prodet-page .prodet-4 .list ul li .box .content {
    padding: 15px;
}
.prodet-page .prodet-4 .list ul li .box .content h5 {
    font-size: 20px;
    color: #181818;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-4 .list ul li .box .content h5:hover {
    color: #086ad7;
}
.prodet-page .prodet-4 .list ul li .box .content p {
    display: block;
    font-size: 15px;
    color: #737373;
    margin-top: 5px;
}
.prodet-page .prodet-4 .list ul li .box:hover {
    -o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
}
.prodet-page .prodet-4 .list ul li .box:hover a.img-box:after {
    opacity: 1;
}
.prodet-page .prodet-4 .list ul li .box:hover a.img-box em {
    opacity: 1;
}
.contact-page {
   width:1240px;
margin:0  auto;  
}
.contact-page .ui.container{
  max-width: 1310px;
}
.contact-page .contact-1 {
}
  .left {
    width: 45%;float:left;
}
  .left span.tag {
    font-size: 20px;
}
  .left span.tag:after {
    display: none;
}
  .left h2 {
    font-size: 30px;
    font-weight: bold;
    color: #181818;
    line-height: 1;
    margin: 10px 0 20px;
}
  .left .text {
    font-size: 18px;
    color: #181818;
    line-height: 1.4;
    max-width: 560px;
}
  .left h4 {
    font-size: 20px;
    color: #086ad7;
    line-height: 1.2;
    margin-bottom: 8px;
}
  .left .hours {
    margin-top: 40px;
}
  .left .hours p {
    display: block;
    font-size: 17px;
    color: #181818;
    line-height: 1.4;
    margin-bottom: 20px;
}
  .left .share {
    margin-top: 45px;
}
  .left .share li {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
  .left .share li a {
    display: block;
}
  .left .share li:hover {
    color: white;
    background: #086ad7;
}
  .right {
    width: 50%;
    padding-left: 3%;float:left;
}
 .right .form {
    padding: 25px 20px 20px;
    border: 3px solid #eee;
    background: white;
	height:452px;
	margin:20px 0 ;
}
 .form ul {
    margin: -5px -13px;
}
.right .form ul li {
    padding: 5px 13px;
	width:45%;float:left;
}
 .right .form ul li.wid-100 {
    width: 90%;
}
 .right .form ul li label {
    font-size: 18px;
    color: #181818;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.right .form ul li label em {
    color: #086ad7;
}
.right .form ul li input,
 .right .form ul li textarea {
    
    line-height: 24px;
    padding: 10px 15px;
    background: #ededed;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
}
.right .form ul li input:focus,
.right .form ul li textarea:focus {
    background: rgba(240, 3, 49, 0.1);
}
.right .form ul li textarea {
    height: 160px;
}
.right .form ul li input[type="submit"] {
    margin: 10px 0 0 20px;
    line-height: 45px;
    height: 45px;
    padding: 2px 40px;
    width: auto;
    border-radius: 5px;
    background:#086ad7;
    color: white;
    font-size: 18px;
}
 .right .form ul li input[type="submit"]:hover {
    background: #222;
}
.contact-page .contact-2 .list {
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
}
.contact-page .contact-2 .list ul li {
    vertical-align: middle;
}
  .left .text{
  margin-top: 45px;
}
  .left .text ul{
  margin-bottom: -53px;
}
  .left .text ul li{
  margin: 50px 0 20px 0;width: 50%;display: inline-block;float:left;
}
  .left .text ul li .box,
.contact-page .contact-2 .list ul li .box {
    padding-left: 55px;
    position: relative;
}
  .left .text ul li .box i,
.contact-page .contact-2 .list ul li .box i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 45px;
}

ul li .box h6 {
	margin:0 auto;
    font-size: 24px;
    color: #086ad7;
    line-height: 1;
}
  .left .text ul li .box p,
.contact-page .contact-2 .list ul li .box p {
    font-size: 18px;
    color: #181818;
    line-height: 1.6;
    margin-top: 5px;
    max-width: 350px;
}
.contact-page .contact-2 .list ul li:nth-child(1) {
    width: 33%;
}
.contact-page .contact-2 .list ul li:nth-child(2) {
    width: 44%;
}
.contact-page .contact-2 .list ul li:nth-child(3) {
    width: 19%;
}
.contact-page .contact-2 .list ul li:nth-child(4) {
    width: 20%;
}
.contact-page .contact-3 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.contact-page .contact-3 .amap-copyright,
.contact-page .contact-3 .amap-logo {
    display: none !important;
}
.contact-page .contact-4 .left{
  padding-right: 30px;
}
.contact-page .contact-4 .right{
  padding-left: 30px;
}
.contact-page .contact-4 .tit{
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  padding-left: 63px;
}
.contact-page .contact-4 ul{
  margin-top: 30px;
}
.contact-page .contact-4 ul li{
  background-color: #eeeeee;
  padding: 27px 70px 25px 61px;
  font-size: 20px;
  color: #181818;
  line-height: 1.2;
  margin-bottom: 35px;
  height: 165px;
} 
.contact-page .contact-4 ul li span{
  color: #086ad7;
  display: block;
  margin-bottom: 31px;
}
.contact-page .contact-4 ul li:last-child{
  margin-bottom: 0;
}
#banner,
.inner-banner{
    margin-top: 126px;
}
@media screen and (max-width: 1600px) {
    #header.inner .ui.container,
    #header.inner ~ * .ui.container {
        width: 1230px;
    }
    .about-page .about-2 .list .btn div.prev {
        right: 102%;
    }
    .about-page .about-2 .list .btn div.next {
        left: 102%;
    }
    .inner-banner h2,
    .about-page .about-1 .box .left h2 {
        font-size: 50px;
    }
    .inner-banner h2:after {
        height: 5px;
    }
    .inner-banner .mbx {
        font-size: 20px;
    }
    /*.inner-banner {
        height: 360px;
        line-height: 360px;
    }*/
    .inner-page span.tag {
        font-size: 16px;
    }
    .about-page .about-1 .box .left .box2 .text {
        font-size: 16px;
    }
    .about-page .about-1 .box .right .img {
        height: 600px;
    }
    .about-page .about-1 .box {
        margin-bottom: 100px;
    }
    .inner-page h2.title,
    .newdet-page .newsRet h2,
    .prodet-page h3.title {
        font-size: 36px;
    }
    .about-page .about-1 .list {
        margin-top: 60px;
    }
    .about-page .about-1 .list ul li h4,
      .left h2 {
        font-size: 30px;
    }
    .contact-page .contact-4 .tit{
      padding-left: 30px;
    }
    .contact-page .contact-4 ul li{
      padding: 27px 50px 25px 27px;
    }
    .about-page .about-1 .list ul li h6 {
        font-size: 20px;
    }
    .about-page .about-1 .list ul li p {
        font-size: 14px;
    }
    .about-page .about-1 {
        padding: 80px 0;
    }
    .about-page .about-2 .list ul li h6 {
        font-size: 24px;
    }
    .about-page .about-3 .box ul li a.img-box h6,
    .gallery-page .list ul li a h6 {
        font-size: 20px;
    }
    .news-page .list ul li .box .content .tag {
        font-size: 14px;
    }
    .news-page .list ul li .box .content h5,
    .applications-page .slideBarleft .list ul li .content h3,
    .prodet-page .prodet-1 .right h1 {
        font-size: 24px;
    }
    .news-page .list ul li .box .content a.more {
        font-size: 16px;
    }
    .applications-page .slideBarleft .list ul li .content div.tag {
        font-size: 14px;
        margin: 10px 0;
    }
    .applications-page .slideBarleft .list ul li .content a.more {
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
        font-size: 15px;
    }
    .inner-page .slideBarBox .slideBarright h3 {
        font-size: 18px;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 16px;
        margin: 20px 0;
    }
    .prodet-page .prodet-3 .form h6 {
        font-size: 20px;
    }
    .prodet-page .prodet-3 .form ul li label,
      .right .form ul li label {
        font-size: 16px;
    }
    .contact-page .contact-2 .list ul li .box h6 {
        font-size: 20px;
    }
    .contact-page .contact-2 .list ul li .box p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px) {
  .contact-page .contact-4 ul li{
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
    #header.inner .ui.container,
    #header.inner ~ * .ui.container {
        width: 970px;
    }
    .contact-page .contact-2 .list ul li .box i {
        width: 40px;
    }
    .contact-page .contact-2 .list ul li .box i img {
        max-height: 45px;
    }
    .contact-page .contact-2 .list ul li .box p {
        font-size: 14px;
    }
    .contact-page .contact-2 .list ul li:nth-child(1) {
        width: 100%;
    }
    .contact-page .contact-2 .list ul li:nth-child(2),
    .contact-page .contact-2 .list ul li:nth-child(3),
    .contact-page .contact-2 .list ul li:nth-child(4) {
        width: 33.333%;
    }
    .contact-page .contact-2 .list ul li {
        padding: 10px;
    }
    .contact-page .contact-2 .list ul {
        margin: -10px;
    }
      .left .share li,
    .newdet-page .newsContent .share ul li,
    .prodet-page .prodet-1 .right .share ul li,
    .applications-page .slideBarleft .list ul li .content .share dd {
        line-height: 36px;
        height: 36px;
        width: 36px;
        font-size: 16px;
        margin-right: 5px;
    }
      .left .text {
        font-size: 16px;
    }
    .contact-page {
        padding-top: 60px;
    }
    .newdet-page .newsContent h1 {
        font-size: 26px;
    }
    .newdet-page .newsContent time {
        font-size: 14px;
    }
    .inner-page h2.title,
    .newdet-page .newsRet h2,
    .prodet-page h3.title {
        font-size: 28px;
    }
    .prodet-page .prodet-3 .form {
        padding: 15px;
    }
    .prodet-page .prodet-4 {
        padding: 50px 0;
    }
    .prodet-page .prodet-4 .list ul li .box .content h5,
    .applications2-page .slideBarleft .list ul li .box .content h5,
    .newdet-page .newsRet .list ul li .box .content h5 {
        font-size: 16px;
    }
    .prodet-page .prodet-4 .list ul li .box .content p,
    .applications2-page .slideBarleft .list ul li .box .content p,
    .newdet-page .newsRet .list ul li .box .content p {
        font-size: 14px;
    }
    .prodet-page .prodet-4 .list ul li .box a.img-box em.more,
    .prodet-page .prodet-1 .right a.more,
    .applications2-page .slideBarleft .list ul li .box a.img-box em.more,
    .newdet-page .newsRet .list ul li .box a.img-box em.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
        white-space: nowrap;
    }
    .prodet-page .prodet-3 .form h6 {
        font-size: 16px;
    }
    .prodet-page .prodet-1 .right a.more {
        margin-top: 20px;
    }
    .news-page .list ul li .box .content {
        padding: 15px;
    }
    .about-page .about-3 .box ul li a.img-box h6,
    .gallery-page .list ul li a h6 {
        font-size: 16px;
    }
    .gallery-page .list ul li a {
        padding: 10px;
        padding-bottom: 0;
    }
    .gallery-page .list ul li a h6 {
        line-height: 40px;
        height: 40px;
    }
    .inner-banner h2,
    .about-page .about-1 .box .left h2 {
        font-size: 40px;
    }
    .inner-banner .mbx {
        font-size: 16px;
    }
    .about-page .about-1 .box .left .box2 {
        padding: 20px 20px 20px 0;
    }
    .about-page .about-1 .box .left .box2 .text {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-page .about-1 .box .right .img {
        height: 500px;
    }
    .about-page .about-1 .list ul li {
        padding: 10px 20px;
    }
    .about-page .about-1 .list ul {
        margin: -10px -20px;
    }
    .about-page .about-2 .list .btn {
        display: none;
    }
    .about-page .about-2 .list {
        margin-top: 30px;
    }
    .about-page .about-3 .box ul li {
        padding: 5px;
    }
    .about-page .about-3 .box {
        margin: -5px;
    }
    .about-page .about-3 {
        padding: 60px 0;
    }
    .contact-page .contact-4 ul li {
     padding: 20px;
    }
    .contact-page .contact-4 ul li span{
      margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner{
       margin-top: 60px;
    }
    #header.inner .ui.container,
    #header.inner ~ * .ui.container {
        width: 700px;
    }
    /*.inner-banner {
        height: 240px;
        line-height: 240px;
    }*/
    .inner-banner h2,
    .about-page .about-1 .box .left h2 {
        font-size: 32px;
    }
    .about-page .about-1 .box .left .box2 {
        padding: 0;
    }
    .about-page .about-1 .box .left {
        width: 100%;
        margin-right: 0;
    }
    .about-page .about-1 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .about-page .about-1 .box .right .img {
        height: 300px;
        background-position: center top;
    }
    .about-page .about-1 .list ul li h4,
      .left h2 {
        font-size: 32px;
    }
    .about-page .about-2 .list ul li h6 {
        font-size: 20px;
    }
    .gallery-page .list ul li {
        padding: 10px;
    }
    .gallery-page .list ul {
        margin: -10px;
    }
    .news-page .list ul li .box .content h5 {
        font-size: 20px;
        margin: 10px 0;
    }
    .news-page .list ul li .box .content .tag {
        font-size: 12px;
    }
    .news-page .list ul li .box .content a.more {
        font-size: 14px;
        margin-top: 15px;
    }
    .news-page .list ul li {
        padding: 15px;
    }
    .news-page .list ul {
        margin: -15px;
    }
    .newdet-page .newsRet .btn {
        margin-top: 20px;
    }
    .newdet-page .newsRet {
        margin-top: 60px;
    }
    .inner-page .slideBarBox .slideBarright {
        display: none;
    }
    .inner-page .slideBarBox .slideBarleft {
        padding-right: 0;
        width: 100%;
    }
    .applications-page .slideBarleft .list ul li {
        padding: 30px 0;
    }
    .applications-page .slideBarleft .list ul li .content div.tag {
        font-size: 12px;
    }
    .applications-page .slideBarleft .list ul li .content h3 {
        font-size: 20px;
    }
    .prodet-page .prodet-3 .form ul li {
        padding: 10px;
    }
    .prodet-page .prodet-3 .form ul {
        margin: -10px;
    }
    .prodet-page {
        padding: 60px 0;
    }
    .newdet-page .newsContent h1 {
        font-size: 24px;
    }
      .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
      .left {
        width: 100%;
        padding-right: 0;
    }
      .left .hours,
      .left .share {
        margin-top: 20px;
    }
      .left h4 {
        font-size: 20px;
    }
      .left .hours p {
        font-size: 16px;
    }
    .contact-page .contact-2 .list {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #mapContainer {
        height: 280px !important;
    }
    .contact-page .contact-4 .left{
      padding-right: 10px;
    }
    .contact-page .contact-4 .right{
      padding-left: 10px;
    }
    .contact-page .contact-4 .tit {
    padding-left: 16px;
   }
   .contact-page .contact-4 ul li{
     height: 200px;
   }
}
@media screen and (max-width: 700px) {
    #header.inner .ui.container,
    #header.inner ~ * .ui.container {
        width: 100%;
    }
    .contact-page .contact-2 .list ul li:nth-child(2),
    .contact-page .contact-2 .list ul li:nth-child(3),
    .contact-page .contact-2 .list ul li:nth-child(4) {
        width: 100%;
    }
    .newdet-page .newsContent .content {
        padding: 30px 0;
    }
    .newdet-page {
        padding: 50px 0;
    }
    .prodet-page .prodet-1 .right {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }
    .prodet-page .prodet-1 .left {
        padding-right: 0;
        width: 100%;
    }
    .applications-page .slideBarleft .list ul li .img {
        width: 100%;
        padding: 0 !important;
        left: 0 !important;
    }
    .applications-page .slideBarleft .list ul li .content {
        width: 100%;
        padding: 0 !important;
        margin-top: 20px;
        left: 0 !important;
    }
    .inner-page h2.title,
    .newdet-page .newsRet h2,
    .prodet-page h3.title {
        font-size: 24px;
    }
    .newdet-page .newsRet .list {
        margin-top: 20px;
    }
    .news-page .list ul li {
        width: 100% !important;
    }
    .about-page .about-3 .box .slide {
        width: 100%;
    }
    .prodet-page .prodet-2 .content table {
        white-space: nowrap;
    }
    .contact-page .contact-4 .left{
      padding-right: 0;
      width: 100%;
    }
    .contact-page .contact-4 .right{
      padding: 20px 0 0 0;
      width: 100%;
    }
     {
      margin-top: 30px;
    }
      .left .text{
      margin-top: 20px;
    }
      .left .text ul{
      margin-bottom: -20px;
    }
      .left .text ul li{
      width: 100%;
      margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .box .left .box2 img {
        max-width: 50%;
    }
    .about-page .about-1 .box .left .box2 a.more {
        line-height: 40px;
        height: 40px;
        padding: 2px 20px;
        font-size: 16px;
    }
    .about-page .about-1 .box .right .img {
        height: 200px;
    }
    .about-page .about-3 {
        display: none;
    }
    .gallery-page,
    .news-page,
    .applications-page,
    .applications2-page,
    .prodet-page {
        padding: 50px 0;
    }
    .newdet-page .newsContent .m-link {
        display: none;
    }
    .contact-page .contact-4 .tit{
      font-size: 26px;
    }
    .contact-page .contact-4 ul li{
      height: auto;
    }
    .contact-page .contact-4 ul li {
    font-size: 18px;
    }
}
#header .nav .ui.menu .menu-box ul.menu>li:first-child,
#footer .footer-top .navList ul li:first-child {
    display: none !important;
}

.faq-page {
  padding: 100px 0;
}
.faq-page ul li {
  margin-bottom: 30px;
  border: 1px solid #bfbfbf;
  background: white;
}
.faq-page ul li h5 {
  padding: 18px 60px;
  position: relative;
  font-size: 20px;
  color: #181818;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #f6f6f6;
  line-height: 1.2;
  cursor: pointer;
}
.faq-page ul li h5 i,
.faq-page ul li h5 span {
  position: absolute;
  top: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page ul li h5 i {
  left: 15px;
}
.faq-page ul li h5 span {
  right: 15px;
  cursor: pointer;
}
.faq-page ul li h5 span img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page ul li .text {
  padding: 18px 15px;
  font-size: 18px;
  display: none;
}
.faq-page ul li.active h5 {
  background: #086ad7;
  color: white;
}
.faq-page ul li.active h5 i,
.faq-page ul li.active h5 span {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.faq-page ul li.active h5 span img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
}
.seoPublic > div {
    padding: 60px 0;
}
/*.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}*/
.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.seoPublic .Auxil-about .box .left {
    width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}
.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
    display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}
.seoPublic .Auxil-news .list ul {
    margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content h6 {
    font-size: 22px;
    line-height: 1.6;
    min-height: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.seoPublic .Auxil-news .list ul li .content h6:hover {
    color: #086ad7;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.2em;
}
.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #086ad7;
    color: #086ad7;
}
.seoPublic .Auxil-form .form ul {
    margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #086ad7;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #086ad7;
    color: whitesmoke;
    border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}
.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.seoPublic .text a {
    color: #086ad7;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}
.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}
.seoPublic .Auxil-through a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-through a:hover {
    background: #086ad7;
    color: white;
}
.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-related .list ul li .box .content h3:hover {
    color: #086ad7;
}
.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #086ad7;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #086ad7;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #086ad7;
}
@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }
    .seoPublic .Auxil-about .box .right h3,
    .seoPublic .Auxil-related .list ul li .box .content h3 {
        font-size: 20px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
        line-height: 28px;
    }
    .seoPublic .Auxil-news .list ul li .content h6 {
        font-size: 18px;
        line-height: 32px;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }
    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}
@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
    #cp-Nav {
        display: block;
    }
    #cp-Nav .nav {
        padding: 0 15px;
    }
    #cp-Nav .nav .title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #086ad7;
        border-radius: 5px;
        color: white;
    }
    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav > ul {
        display: none;
    }
    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-about .box{
        display: block;
    }
    .seoPublic .Auxil-about .box .left{
        display: none;
    }
    .seoPublic .Auxil-about .box .right{
        width: 100%;
        padding: 0;
    }
    .seoPublic > div{
        padding: 30px 0;
    }
    .Auxil-industry{
        display: none;
    }
}