@font-face {
  font-family: 'RB';
  src: url('../fonts/Raleway-Bold.eot') format('eot'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RM';
  src: url('../fonts/Raleway-Medium.eot') format('eot'), url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'REB';
  src: url('../fonts/Raleway-ExtraBold.eot') format('eot'), url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'ID';
  src: url('../fonts/ITCAvantGardeStd-Demi.eot') format('eot'), url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
}
@font-face {
  font-family: 'AHR';
  src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('eot'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype');
}
body {
  font-family: 'RM';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
  width: 100%;
}
#header .h-top {
  height: 50px;
  line-height: 50px;
  background-color: #0473ff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .grid-box .left {
  /*padding: 0.7rem 0;*/
  text-align: right;
}
#header .h-top .grid-box .left ul li{
  display: inline-block;
  margin-right: 1.1rem;
}
#header .h-top .grid-box .left ul li:last-child{
  margin-right: 0;
}
#header .h-top .grid-box .left ul li dd{
  display: inline-block;
  margin-right: 0.5rem;
}
#header .h-top .grid-box .left ul li dd:last-child {
  margin-right: 0;
}
/*#header .h-top .grid-box .right {
  text-align: right;
  padding-top: 1.2rem;
}*/
#header .h-top .grid-box .right ul li {
  position: relative;
  display: inline-block;
  margin-right: 1.1rem;
}
#header .h-top .grid-box .right ul li img {
  margin-right: 0;
}
#header .h-top .grid-box .right ul li:last-child {
  margin-right: 0;
}
#header .h-top ul li {
  font-size: 16px;
  color: #fff;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.container {
  max-width: 1620px;
  width: 100%;
  padding: 0 15px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  /*padding: 0.5rem 0;*/
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  width: 10%;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2rem 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  -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::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #0473ff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #0473ff;
  -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::after {
  left: 0%;
  width: 100%;
}
#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: 15px;
  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 #0473ff;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  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 ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 100%;
  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 #0473ff;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  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;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):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 ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 100%;
  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 #0473ff;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  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;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):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;
}
#header .nav .ui.menu .h-search form {
    position: relative;
}
#header .nav .ui.menu .h-search form input {
    width: 215px;
    line-height: 40px;
    height: 40px;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 15px;
    background: 0 0;
    border: 1px solid #646464;
    border-radius: 20px;
    font-weight: 300;
}
#header .nav .ui.menu .h-search form input[type=submit] {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    height: 16px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid #646464;
    background: url(/template/en/images/search.png) center center no-repeat;
}
/*#header .nav .ui.menu .h-search::after {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #171717;
  display: inline-block;
  margin-left: 0.8rem;
}*/
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 0.85rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1rem;
  font-family: 'REB';
  color: #171717;
  cursor: pointer;
  border-left: 1px solid #171717;
  padding-left: 18px;
}
#header .nav .ui.menu .h-language .i1 {
  width: 1.8rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language i {
  font-size: 1rem;
}
#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: 125px;
  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 #0473ff;
  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: 6px;
}
#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 .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: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #0473ff;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  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: #0473ff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .news ul.slick-dots {
  position: absolute;
  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 .news ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #b9b9b9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news ul.slick-dots li button {
  display: none;
}
#index-body .news ul.slick-dots li.slick-active {
  width: 37px;
  height: 12px;
  background-color: #0473ff;
  border-radius: 6px;
}
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;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li ul li ul li{
  font-size: 14px;
  color: #999;
}
#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;
  line-height: 26px;
}
#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;
  line-height: 28px;
}
#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;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner ul li .text .left {
  display: inline-block;
  vertical-align: middle;
  width: 61.5%;
  color: #fff;
}
#banner ul li .text .lefts{
  color: #2c2c2c;
}
#banner ul li .text .left h3 {
  font-size: 3rem;
  font-family: 'RB';
  line-height: 1.3;
      text-shadow: 2px 6px 7px color(srgb 0 0 0 / 0.35);
}
#banner ul li .text .left p {
  font-size: 18px;
  /*font-family: 'RB';*/
  line-height: 1.6;
  margin-top: 1.65rem;
}
#banner ul li .text .left .more {
  font-size: 1rem;
  font-family: 'RB';
  line-height: 1;
  display: block;
  background-color: #0473ff;
  color: #fff;
  width: 22.2%;
  padding: 1rem 0;
  text-align: center;
  margin-top: 1.65rem;
  position: relative;
  z-index: 1;
}
#banner ul li .text .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fb5b1f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more:hover::before {
  height: 100%;
}
#banner ul li .text .right {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
#index-body .more {
  position: relative;
  z-index: 1;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fb5b1f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover::before {
  height: 100%;
}
#index-body .advantage {
  padding: 4rem 0;
}
#index-body .advantage li {
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .advantage li .img {
  background-color: #0473ff;
  width: 78px;
  height: 77px;
  border-radius: 50%;
  line-height: 77px;
  margin: auto;
}
#index-body .advantage li .img img {
  vertical-align: middle;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .advantage li .text {
  margin-top: 0.95rem;
}
#index-body .advantage li .text h3 {
  font-size: 1rem;
  font-family: 'RB';
  color: #282828;
  line-height: 1.6;
}
#index-body .advantage li .text p {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.9;
  width: 73%;
  margin: 1.25rem auto 0;
}
#index-body .advantage li:hover .img {
  background-color: #fb5b1f;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
#index-body .i-product {
  background: url(../images/category-bg.png) no-repeat center top;
  padding: 5.8rem 0;
  background-size: cover;
}
#index-body .i-product .box{
  display: flex;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
}
#index-body .i-product .left {
  background: url(../images/ip1.png) no-repeat;
  padding: 2.65rem 1.75rem 2.15rem 1.8rem;
  width: 25.1%;
  color: #fff;
  background-size: cover;
}
#index-body .i-product .left h3 {
  font-size: 2rem;
  font-family: 'RB';
  line-height: 1.2;
}
#index-body .i-product .left .desc {
  font-size: 18px;
  /*font-family: 'RB';*/
  margin-top: 2rem;
}
#index-body .i-product .left .desc p {
  line-height: 1.8;
}
#index-body .i-product .left .desc p:first-child {
  margin-bottom: 1rem;
}
#index-body .i-product .left .mores {
  text-align: right;
  display: block;
  margin-top: 1.85rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .i-product .left .mores:hover {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
}
#index-body .i-product .right {
  width: 74.9%;
  padding-left: 1.9rem;
}
#index-body .i-product .right ul {
  margin: -9px -17px;
}
#index-body .i-product .right li {
  padding: 9px 17px 0;
  float: left;
  display: block;
}
#index-body .i-product .right li a {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 72px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'RB';
  align-items: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .right li a img {
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 60px;
}
#index-body .i-product .right li a h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
}
/*#index-body .i-product .right li a::before {
  content: '';
  width: 2px;
  height: 39px;
  position: absolute;
  top: 16px;
  left:4.85rem;
  background-color: #a1a1a1;
  display: inline-block;
  vertical-align: middle;
}*/
#index-body .i-product .right li a:hover {
  background: url(../images/i-product-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
}
#index-body .product {
  padding-top: 4.4rem;
  background-color: #f8f8f8;
}
#index-body .product h3 {
  text-align: center;
  font-size: 2rem;
  font-family: 'RB';
  color: #282828;
  line-height: 1;
}
#index-body .product .box {
  margin-top: 4.2rem;
}
#index-body .product .box li {
  min-height: 648px;
}
#index-body .product .box li:nth-child(1),
#index-body .product .box li:nth-child(3),
#index-body .product .box li:nth-child(5) {
  background-color: #e3e3e3;
  padding: 8rem 9.25rem 0 8.8rem;
}
#index-body .product .box li:nth-child(2),
#index-body .product .box li:nth-child(4),
#index-body .product .box li:nth-child(6) {
  /*padding: 2.4rem 0 0 2.8rem;*/
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
}
#index-body .product .box li:nth-child(2)::before,
#index-body .product .box li:nth-child(4)::before,
#index-body .product .box li:nth-child(6)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 60, 124, 0.3);
  opacity: 0;
  z-index: 1;
}
#index-body .product .box li:nth-child(2):hover::before,
#index-body .product .box li:nth-child(4):hover::before,
#index-body .product .box li:nth-child(6):hover::before {
  opacity: 1;
}
#index-body .product .box li:nth-child(2):hover .icons,
#index-body .product .box li:nth-child(4):hover .icons,
#index-body .product .box li:nth-child(6):hover .icons {
  opacity: 1;
}
#index-body .product .box li .logo{
  display: none;
}
#index-body .product .box li h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  font-family: 'ID';
  padding-bottom: 2.1rem;
}
#index-body .product .box li h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.95rem;
  height: 3px;
  background-color: #0473ff;
}
#index-body .product .box li .desc {
  margin-top: 1.9rem;
  font-size: 0.9rem;
  font-family: 'ID';
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#index-body .product .box li .more {
  display: block;
  width: 39.6%;
  text-align: center;
  color: #fff;
  background-color: #0473ff;
  font-size: 1rem;
  font-family: 'RB';
  line-height: 1;
  padding: 1rem 0;
  margin-top: 2.25rem;
}
#index-body .product .box li .img {
  /*margin-top: 2.35rem;
  padding-left: 5.55rem;*/
  position: relative;
  text-align: center;
}
/*#index-body .product .box li .img  img{
  width: 60%;
}*/
#index-body .product .box li .icons {
  position: absolute;
  top: 40%;
  left: 43%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#index-body .product .box li .icons .a1 {
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 72px;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .box li .icons .a1 img {
  vertical-align: middle;
}
#index-body .product .box li .icons .a2 {
  width: 72px;
  height: 72px;
  background-color: #0473ff;
  border-radius: 50%;
  line-height: 72px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .box li .icons .a2 img {
  vertical-align: middle;
  filter: brightness(100);
}
#index-body .product .box li:nth-child(3) {
  float: right;
}
#index-body .product .box li:nth-child(4) {
  float: left;
}
#index-body .product .mores {
  text-align: center;
  padding: 2.8rem 0 3.2rem 0;
  font-size: 1rem;
  font-family: 'RB';
  color: #282828;
}
#index-body .product .mores i {
  margin-left: 0.5rem;
}
#index-body .product .mores a {
  position: relative;
  padding-bottom: 0.8rem;
}
#index-body .product .mores a::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 162px;
  height: 1px;
  background-color: #282828;
}
#index-body .product .mores:hover {
  color: #0473ff;
}
#index-body .product .mores:hover a::before {
  background-color: #0473ff;
}
#index-body .about {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
      background: url(../images/category-bg.jpg) no-repeat center top;
}
#index-body .about .right {
  padding: 0.6rem 0 0 8.3rem;
}
#index-body .about .right .header {
  font-family: 'RB';
  color: #282828;
  position: relative;
}
#index-body .about .right .header h3 {
  font-size: 2rem;
  line-height: 1;
}
#index-body .about .right .header p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.2rem;
}
#index-body .about .right .header::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -3%;
  width: 8px;
  height: 29px;
  background-color: #0473ff;
}
.shouye{
    font-size: 1rem;
    color: #4e4e4e;
    line-height: 1.6;
    width: 100%;
    margin-top: 1.5rem;
}
.shouye h1{
  display: inline!important;
  font-size: 1rem;
    color: #4e4e4e;
    line-height: 1.6;
}
#index-body .about .right .share {
  margin-top: 2.25rem;
}
#index-body .about .right .share li {
  display: inline-block;
  margin-right: 2.4rem;
}
#index-body .about .right .share li:last-child {
  margin-right: 0;
}
#index-body .about .right .more {
  font-size: 1rem;
  font-family: 'RB';
  line-height: 1;
  width: 36.81%;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0473ff;
  padding: 1rem 0;
  margin-top: 3.8rem;
}
#index-body .application {
  margin-top: 4.7rem;
}
#index-body .application .header {
  position: relative;
  color: #282828;
  font-family: 'RB';
  padding-left: 11px;
}
#index-body .application .header h3 {
  font-size: 2rem;
  line-height: 1;
}
#index-body .application .header p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
#index-body .application .header::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 29px;
  background-color: #0473ff;
}
#index-body .application .box {
  margin-top: 2.8rem;
}
#index-body .application .box li {
  position: relative;
}
#index-body .application .box ul{
  margin-right: -1rem;
}
#index-body .application .box ul .slick-slide{
  margin-right: 1rem;
}
#index-body .application .box li img{
  width: 100%;
}
#index-body .application .box li .text {
  position: absolute;
  top: 46.5%;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  font-family: 'RB';
  width: 100%;
  text-align: center;
}
#index-body .news {
  margin-top: 5.25rem;
  padding-bottom: 17rem;
}
#index-body .news .box {
  background: url(../images/nb.jpg) no-repeat;
  padding-top: 3.95rem;
}
#index-body .news .box .header {
  position: relative;
  color: #fff;
  font-family: 'RB';
  padding-left: 11px;
}
#index-body .news .box .header h3 {
  font-size: 2rem;
  line-height: 1;
}
#index-body .news .box .header p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
#index-body .news .box .header::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 29px;
  background-color: #0473ff;
}
#index-body .news .box .content {
  margin: 2.95rem 0 -7rem 0;
}
#index-body .news .box .content .slick-current .text {
  opacity: 1;
}
#index-body .news .box .content .slick-slide {
  padding-right: 1.7rem;
}
#index-body .news .box .content li .img {
  width: 100%;
}
#index-body .news .box .content li{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .box .content li:hover .text{
  opacity: 1;
}
#index-body .news .box .content .text {
  background-color: #0473ff;
  padding: 1rem 1.7rem 0.85rem 0.85rem;
  color: #fff;
  margin: -15% 0 0 0;
  position: relative;
  z-index: 1;
}
#index-body .news .box .content .text h4 {
  font-size: 0.8rem;
  line-height: 2;
  font-style: italic;
}
#index-body .news .box .content .text h4 img {
  margin-right: 16px;
  vertical-align: middle;
  display: inline-block;
}
#index-body .news .box .content .text h5 {
  font-size: 0.95rem;
  font-family: 'RB';
  line-height: 1.8;
  font-style: italic;
  margin-top: 0.95rem;
}
#index-body .news .box .content .text .con {
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .i-news {
  background-color: #0473ff;
  padding: 83px 0 70px;
}
#index-body .i-news .left {
  width: 30%;
  text-align: center;
}
#index-body .i-news .left .img {
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
#index-body .i-news .left .img i {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background-color: #fb5b1f;
  padding: 12px;
}
#index-body .i-news .right {
  width: 70%;
}
#index-body .i-news .right h5 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2;
}
#index-body .i-news .right .content {
  font-size: 16px;
  line-height: 2;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 10px 0 35px;
}
#index-body .i-news .right p.time {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  color: white;
  line-height: 2;
}
#index-body .i-news .right .time::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: white;
}
.dyxinwen{
  padding-bottom: 10rem!important;
}
.xiayi{
  margin-top: 10px!important;
}
.huhu{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px!important;
    display: block;
    float: left!important;
}
#footer {
  background-color: #1e1e1e;
}
#footer .f-info {
  color: #fff;
  padding: 3rem 0 0 0;
}
#footer .f-info .left .header {
  font-size: 2rem;
  font-family: 'RB';
  line-height: 1.2;
  position: relative;
  padding-left: 0.6rem;
}
#footer .f-info .left .header::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 29px;
  background-color: #0473ff;
}
#footer .f-info .left .header p {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'RM';
  margin-top: 1.6rem;
  width: 50%;
}
#footer .f-info .left .box {
  margin-top: 1.95rem;
}
#footer .f-info .left .box li {
  line-height: 2;
}
#footer .f-info .left .box li img {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
#footer .f-info .left .box li span {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 16px;
}
#footer .f-info .left .codes {
  margin-top: 1.9rem;
}
#footer .f-info .left .codes #ewm img {
  width: 6.25rem;
  height: 6.25rem;
  border: 5px solid #fff;
}
#footer .f-info .left .codes p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 9px;
}
#footer .f-info .right {
  padding: 2.75rem 0 0 11%;
  text-align: center;
}
#footer .f-info .right input[type="text"] {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 46.3%;
  font-size: 18px;
  margin-bottom: 1.3rem;
  line-height: 1;
  padding-bottom: 1.75rem;
  color: #fff;
}
#footer .f-info .right input[type="text"]::placeholder {
  color: #fff;
}
#footer .f-info .right input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-info .right input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#footer .f-info .right input[type="text"]:-moz-placeholder {
  color: #fff;
}
#footer .f-info .right input[type="text"]:nth-child(odd) {
  margin-right: 5%;
}
#footer .f-info .right textarea {
  width: 98%;
  height: 165px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
#footer .f-info .right textarea::placeholder {
  color: #fff;
}
#footer .f-info .right textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-info .right textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .f-info .right textarea:-moz-placeholder {
  color: #fff;
}
#footer .f-info .right input[type="submit"] {
  background-color: #0473ff;
  font-size: 1rem;
  font-weight: 'RB';
  width: 38.8%;
  border: none;
  padding: 0.75rem 0;
  margin-top: 2.45rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info .right input[type="submit"]:hover {
  background-color: #fb5b1f;
}
#footer .f-copy {
  padding: 2.5rem 0 3rem 0;
  color: #fff;
}
#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: #0473ff;
}
#footer .f-copy .left {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px!important;
  line-height: 28px!important;
}
#footer .f-copy .right {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy .right .share {
  padding: 10px 0;
}
#footer .f-copy .right .share .singlebf{
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
#footer .f-copy .right .share .share-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
#footer .f-copy .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy .right .share ul li {
    margin-left: 5px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #3b5998
}
#footer .f-copy .right .share ul li:nth-child(2){
  background: #00acee;
}
#footer .f-copy .right .share ul li:nth-child(3){
  background: #00d75b;
}
#footer .f-copy .right .share ul li:nth-child(4){
  background: #0c67c4;
}
/*#footer .f-copy .right li {
  display: inline-block;
  margin-right: 2.3rem;
}
#footer .f-copy .right li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #000;
  line-height: 31px;
  font-size: 1rem;
}
#footer .f-copy .right li a img {
  filter: brightness(100);
}
#footer .f-copy .right li:last-child {
  margin-right: 0;
}
#footer .f-copy .right li:last-child a {
  background: none;
}*/
@media screen and (max-width: 1500px) {
  #index-body .i-product .right li a::before {
    display: none;
  }
  #banner ul li .text .left h3 {
    font-size: 2.5rem;
  }
  #index-body .product .box li:nth-child(1),
  #index-body .product .box li:nth-child(3),
  #index-body .product .box li:nth-child(5) {
    padding: 6rem 4rem 0 4rem;
  }
  #index-body .about .right .share li {
    margin-right: 2rem;
  }
  #index-body .i-product .left h3 {
    font-size: 1.5rem;
  }
  #index-body .i-product .left .desc {
    font-size: 16px;
  }
  #index-body .application .box li .text {
    left: 8.5rem;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 14px;
  }
  #index-body .product .box li {
    min-height: 520px;
  }
  #index-body .advantage li .text p {
    width: 96%;
  }
  #index-body .about .right {
    padding: 6.6rem 0 0 5rem;
  }
  #footer .f-copy .left {
    width: 60%;
  }
  #footer .f-copy .right {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #banner ul li .text .left h3 {
    font-size: 2rem;
  }
  #index-body .product .box li:nth-child(1),
  #index-body .product .box li:nth-child(3),
  #index-body .product .box li:nth-child(5) {
    padding: 6rem 1rem 0 1rem;
  }
  #index-body .product .box li .img {
    padding-left: 2.5rem;
  }
  #index-body .about .right {
    padding: 2.6rem 0 0 2rem;
  }
  #index-body .about .right .share li {
    margin-right: 1rem;
  }
  #index-body .application .box li .text {
    left: 5.5rem;
  }
  #footer .f-info {
    padding: 5rem 0 0 0rem;
  }
  #footer .f-info .left {
    width: 52%;
  }
  #footer .f-info .right {
    width: 48%;
  }
  #footer .f-copy {
    padding: 2.5rem 0 5rem 0rem;
  }
  #footer .f-copy .left {
    width: 62%;
  }
  #footer .f-copy .right {
    width: 38%;
  }
}
@media screen and (max-width: 992px) {
  #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%;
  }
  #index-body .advantage li {
    width: 50%;
    margin-bottom: 1rem;
  }
  #index-body .i-product .left {
    display: none;
  }
  #index-body .i-product .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .product .box li {
    min-height: 420px;
  }
  #index-body .about .right .share {
    display: none;
  }
  #banner ul li .text .left p{
    display: none;
  }
  #banner ul li .text .left .more{
    width: 36%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 60%;
    vertical-align: middle;
  }
  #banner ul li .text .left h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  #banner ul li .text .left p{
    font-size: 14px!important;
    line-height: 28px!important;
  }
  #banner ul li .text .left .more {
    width: 42%;
  }
  #banner ul li .text .right {
    vertical-align: middle;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .i-product {
    padding: 1rem 0;
    background-size: cover;
  }
  #index-body .product {
    padding-top: 2.4rem;
  }
  #index-body .product .box {
    margin-top: 2.2rem;
  }
  #index-body .product .box li h4 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .product .mores{
    font-size: 16px;
  }
  #index-body .about .right .header p{
    font-size: 16px!important;
    line-height: 1.8;
  }
  #index-body .product .box li .desc {
    font-size: 16px;
  }
  #index-body .product .mores a::before {
    left: -505;
  }
  #index-body .about .right .dc {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .about .right .header h3{
    line-height: 1.6!important;
  }
  #index-body .application .header h3{
    line-height: 1.6!important;
  }
  #index-body .application .header p{
    font-size: 16px!important;
    line-height: 1.8;
  }
  #index-body .news .box .header h3{
     line-height: 1.6!important;
  }
  #index-body .news .box .header p{
    font-size: 16px!important;
    line-height: 1.8;
  }
  #index-body .news .box .content .text h4{
    font-size: 14px!important;
    line-height: 28px!important;
  }
  #index-body .news .box .content .text h5{
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .application .box li .text {
    left: 12%;
  }
  #footer .f-info .left {
    width: 100%;
  }
  #footer .f-info .left .header{
    line-height: 1.6!important;
  }
  #footer .f-info .left .header p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .f-info .left .box li img {
    vertical-align: top;
  }
  #footer .f-info .left .box li span {
    font-size: 14px;
    line-height: 28px;
    width: 90%;
  }
  #footer .f-info .left .codes {
    display: none;
  }
  #footer .f-info .right {
    width: 100%;
    padding: 2.75rem 0 0 0;
  }
  #footer .f-copy .left {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  .huhu{
    display: none!important;
  }
  #footer .f-copy .right {
    display: none;
  }
  #index-body .product .box li:nth-child(1), #index-body .product .box li:nth-child(3), #index-body .product .box li:nth-child(5){
    width: 100%;
    padding: 20px 15px;
  }
  #index-body .product .box li{
    width: 100%;
    min-height: 100%;
  }
  #index-body .about .left{
    width: 100%;
  }
  #index-body .about .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
}

/* 内页区域 */
.inner-banner {
  position: relative;
  background: url(/cnfadavalue/2022/06/28/about-bg.jpg) no-repeat center / cover;
  height: 350px;
}
.inner-banner .text {
  text-align: center;
  padding: 10% 0;
}
.inner-banner .text h2 {
  /*font-weight: 900;*/
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
}
.inner-banner .text .banner-breack {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding-top: 10px;
}
.about-page {
  font-family: roboto, sans-serif;
}
.about-page .abt-1 {
  padding: 7rem 0;
}
.about-page .abt-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.about-page .abt-1 ul li {
  text-align: center;
}
.about-page .abt-1 ul li span {
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  color: #0473ff;
}
.about-page .abt-1 ul li h5 {
  font-size: 16px;
  line-height: 30px;
  color: #5f5f5f;
}
.about-page .abt-2 {
  padding-bottom: 0rem;
}
.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}
.about-page .abt-2 .grid-box .left img {
  width: 100%;
}
.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-left: 2rem;
}
.about-page .abt-2 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-2 .grid-box .right .text p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
      max-height: 300px;
    padding-right: 20px;
    overflow-y: scroll;
    /*margin-bottom: 30px;*/
}
.zhishi{
  font-size: 1.8rem;
  line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #2c2c2c;
    font-family: 'RM';
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #0473ff;
  margin-top: 3.5rem;
}
.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-3 h2 {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-3 ul {
  margin-top: 20px;
}
.about-page .abt-3 ul li {
  display: inline-block;
  padding: 0 10px;
}
.about-page .abt-3 ul li .ig {
  text-align: center;
}
.about-page .abt-3 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-3 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-4 {
  padding: 7rem 0;
}
.about-page .abt-4 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-4 ul {
  margin-top: 20px;
}
.about-page .abt-4 ul li {
  display: inline-block;
  padding: 0 5px 20px;
}
.about-page .abt-4 ul li .ig {
  text-align: center;
}
.about-page .abt-4 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-4 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-5 {
  text-align: center;
}
.about-page .abt-5 h2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-5 h4 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  font-style: normal;
}
.about-page .abt-5 ul.grid-box {
  margin-top: 30px;
}
.about-page .abt-5 ul.grid-box li {
  display: inline-block;
  padding: 5px;
}
.about-page .abt-5 ul.grid-box li .text {
  background-color: #ebf1f2;
  padding: 40px 2rem;
}
.about-page .abt-5 ul.grid-box li .text h4 {
  margin-bottom: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul {
  text-align: left;
}
.about-page .abt-5 ul.grid-box li .text ul li {
  position: relative;
  padding-left: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
.about-page .abt-6 {
  text-align: center;
  background-color: #ebf1f2;
  padding: 3rem 0;
  margin: 7rem 0;
}
.about-page .abt-6 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.about-page .abt-6 p {
  font-size: 14px;
  color: #5f5f5f;
}
.about-page .abt-7 {
  padding: 4rem;
}
.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
  width: 100%;
}
.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-right: 2rem;
}
.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #0473ff;
}
.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2c2c2c;
}
.about-page .abt-7 .grid-box .right .text p {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
}
.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-8 {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 4rem 0;
}
.about-page .abt-8 .title {
  text-align: center;
}
.about-page .abt-8 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2c2c2c;
}
.about-page .abt-8 .title p {
  font-size: 14px;
  line-height: 28px;
  margin: 0 auto 40px;
  max-width: 780px;
}

@media screen and (max-width: 1200px) {
  .about-page .abt-2,
  .about-page .abt-4 {
    padding: 4rem 0;
  }
  .about-page .abt-1 ul li {
    width: 50%;
  }
  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }
}

/* 产品页面 */
.product-page {
  background-color: #f7f8fa;
  padding: 5rem 0;
}
.product-page .grid-box .side {
  width: 30%;
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
  position: sticky;
  top: 100px;
}
.product-page .grid-box .side h2 {
  padding: 26px 30px;
  font-size: 22px;
  background-color: #222c47;
  color: #fff;
}
.product-page .grid-box .side ul.list {
  background-color: #fff;
  padding: 25px 30px;
}
.product-page .grid-box .side ul.list > li:first-child {
  padding-top: 0;
}
.product-page .grid-box .side ul.list > li {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0;
  overflow: hidden;
}
.product-page .grid-box .side ul.list > li.active{
  color: #0473ff;
}
.product-page .grid-box .side ul.list > li i{
  float: left;
  margin: 5px 5px 0 0;
}
.product-page .grid-box .side ul.list > li a {
  display: block;
}
.product-page .grid-box .side ul.list > li em{
  float: right;
}
.product-page .grid-box .side ul.list > li ul {
  display: none;
}
.product-page .grid-box .side ul.list > li ul li {
  font-size: 14px;
  font-weight: normal;
  color: #a2a7b3;
  padding-left: 1em;
  margin: 8px 0;
}
.product-page .grid-box .side ul.list > li ul li:hover {
  color: #000;
}
.product-page .grid-box .pro {
  position: relative;
  width: 70%;
  padding-left: 20px;
}
/*.product-page .grid-box .pro .top {
  position: absolute;
  bottom: 100%;
}*/
.product-page .grid-box .pro .top h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #222c47;
}
.product-page .grid-box .pro .top .con {
  font-size: 14px;
  color: #4d4d4d;
}
.product-page .grid-box .pro .center .box.grid-box .list.column {
  padding: 0 20px 20px 0;
}
.product-page .grid-box .pro .center .box.grid-box .list.column:hover .ig.grid-box {
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
  display: block;
  background-color: #fff;
  box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 20px 40px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
  padding-right: 15px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #222c47;
  padding-bottom: 15px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left p{
  font-size: 14px;
  line-height: 2;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .right .img-box{
  border-bottom: 1px solid #dadada;
  padding-bottom: 2px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left{
  padding-top: 20px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left i {
  font-size: 20px;
  color: #0473ff;
  margin-top: 10px;
  display: block;
}
/*.product-page .m-page {
  text-align: center;
  padding-top: 20px;
}
.product-page .m-page a,
.product-page .m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
}
.product-page .m-page a:hover {
  color: #0473ff;
}
.product-page .m-page span {
  background-color: #0473ff;
  color: #fff;
}*/
@media screen and (max-width: 992px) {
  .product-page .grid-box .side {
    display: none;
  }
  .product-page .grid-box .pro {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .pro .center .box.grid-box .list.column {
    width: 100%;
  }
  .haha{
    display: none!important;
  }
  .fenlei{
    display: none!important;
  }
  .inner-banner .text h2{
    font-size: 20px!important;
    line-height: 36px!important;
    margin-top: 5%!important;
  }
}

/* 产品详情页 */
.prodet-page .det-1 {
  padding: 4rem 0;
}
.prodet-page .det-1 .grid-box .left {
  width: 45%;
  text-align: center;
  padding-right: 1rem;
}
.prodet-page .det-1 .grid-box .left .ig {
  max-width: 500px;
  margin: auto;
}
.prodet-page .det-1 .grid-box .left .img {
  border: 1px solid #d8dce4;
  margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .left ul {
  margin: 0 -4px;
}
.prodet-page .det-1 .grid-box .left ul .slick-track{
  margin: 0;
}
.prodet-page .det-1 .grid-box .left ul li {
  display: inline-block;
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left ul li a {
  display: block;
  border: 1px solid #d8dce4;
}
.prodet-page .det-1 .grid-box .left ul li a img {
  margin: auto;
}
.prodet-page .det-1 .grid-box .right {
  width: 55%;
  padding-left: 2rem;
}
.prodet-page .det-1 .grid-box .right h2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #222c47;
  border-bottom: 1px solid #d8dce4;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.prodet-page .det-1 .grid-box .right .text h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: #222c47;
}
.prodet-page .det-1 .grid-box .right .text ul li {
  font-size: 16px;
  color: #262e42;
  margin: 1rem 0;
}
.prodet-page .det-1 .grid-box .right .text .more {
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 220px;
  text-align: center;
  color: #fff;
  background-color: #0473ff;
  border-radius: 50px;
  padding: 15px 0;
}
.prodet-page .det-2 h2 {
  position: relative;
  font-size: 20px;
  color: #394048;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 2rem 0;
}
.prodet-page .det-2 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background-color: #0473ff;
}
.prodet-page .det-3 {
  padding: 40px 0;
}
.prodet-page .det-3 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-re {
  padding-bottom: 4rem;
}
.prodet-page .det-re h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-re .box {
  padding-top: 2rem;
}
.prodet-page .det-re .box ul li {
  display: inline-block;
  padding: 8px;
}
.prodet-page .det-re .box ul li .ig {
  display: block;
  text-align: center;
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.1);
  padding: 20px 40px 20px;
  transition: .5s;
  font-size: 16px!important;
    line-height: 30px!important;
    /*min-height: 5rem!important;*/
}
.prodet-page .det-re .box ul li .ig img {
  display: inline-block;
}
.prodet-page .det-re .box ul li .ig h4 {
  font-size: 15px;
  font-weight: bold;
  color: #222c47;
  margin-top: 2rem;
}
.prodet-page .det-re .box ul li .ig:hover {
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
}
.riqi{
  font-size: 14px;
  line-height: 28px;
}
.jianju{
  margin-top: 100px;
}
.xwbiaoti{
  font-size: 18px!important;
    line-height: 32px!important;
    font-weight: 600!important;
    min-height: 3rem!important;
}
.xwzhengwen{
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}


/* 内页区域 */
.inner-banner {
  position: relative;
  height: 350px;
}
.inner-banner .text {
  text-align: center;
  padding: 10% 0;
}
.inner-banner .text h2{
  /*font-weight: 900;*/
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
}
.inner-banner .text .banner-breack {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding-top: 10px;
}
.about-page {
  font-family: roboto, sans-serif;
}
.about-page .abt-1 {
  padding: 7rem 0;
}
.about-page .abt-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.about-page .abt-1 ul li {
  text-align: center;
}
.about-page .abt-1 ul li span {
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  color: #0473ff;
}
.about-page .abt-1 ul li h5 {
  font-size: 16px;
  line-height: 30px;
  color: #5f5f5f;
}
/*.about-page .abt-2 {
  padding-bottom: 9rem;
}*/
.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}
.about-page .abt-2 .grid-box .left img {
  width: 100%;
}
.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-left: 2rem;
}
.about-page .abt-2 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c2c2c;
  font-family: 'RM';
}
.about-page .abt-2 .grid-box .right .text p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  font-family: 'RM';
}
.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
  color: #0473ff;
  margin-top: 3rem;
  font-family: 'RM';
}
.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-3 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
  font-family: 'RM';
}
.about-page .abt-3 ul {
  margin-top: 20px;
}
.about-page .abt-3 ul li {
  display: inline-block;
  padding: 0 10px;
}
.about-page .abt-3 ul li .ig {
  text-align: center;
}
.about-page .abt-3 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-3 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-4 {
  padding: 7rem 0;
}
.about-page .abt-4 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-4 ul {
  margin-top: 20px;
}
.about-page .abt-4 ul li {
  display: inline-block;
  padding: 0 5px 20px;
}
.about-page .abt-4 ul li .ig {
  text-align: center;
}
.about-page .abt-4 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-4 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-5 {
  text-align: center;
}
.about-page .abt-5 h2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-5 h4 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  font-style: normal;
}
.about-page .abt-5 ul.grid-box {
  margin-top: 30px;
}
.about-page .abt-5 ul.grid-box li {
  display: inline-block;
  padding: 5px;
}
.about-page .abt-5 ul.grid-box li .text {
  background-color: #ebf1f2;
  padding: 40px 2rem;
}
.about-page .abt-5 ul.grid-box li .text h4 {
  margin-bottom: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul {
  text-align: left;
}
.about-page .abt-5 ul.grid-box li .text ul li {
  position: relative;
  padding-left: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
.about-page .abt-6 {
  text-align: center;
  background-color: #ebf1f2;
  padding: 3rem 0;
  margin: 7rem 0;
}
.about-page .abt-6 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.about-page .abt-6 p {
  font-size: 14px;
  color: #5f5f5f;
}
.about-page .abt-7 {
  padding: 4rem;
}
.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
  width: 100%;
}
.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-right: 2rem;
}
.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #0473ff;
  font-family: 'RM';
}
.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2c2c2c;
  font-family: 'RM';
}
.about-page .abt-7 .grid-box .right .text p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  font-family: 'RM';
}
.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
  font-family: 'RM';
}
.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-8 {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 4rem 0;
}
.about-page .abt-8 .title {
  text-align: center;
  font-family: 'RM';
}
.about-page .abt-8 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2c2c2c;
  font-family: 'RM';
}
.about-page .abt-8 .title p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto 40px;
  max-width: 780px;
  font-family: 'RM';
}

@media screen and (max-width: 1200px) {
  .about-page .abt-2,
  .about-page .abt-4 {
    padding: 4rem 0;
  }
  .about-page .abt-1 ul li {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }
}

/* 产品页面 */
.product-page {
  background-color: #f7f8fa;
  padding: 5rem 0;
}
.product-page .grid-box .side {
  width: 30%;
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .side h2 {
  padding: 26px 30px;
  font-size: 22px;
  background-color: #0473ff;
  color: #fff;
}
.product-page .grid-box .side ul.list {
  background-color: #fff;
  padding: 25px 30px;
}
/*.product-page .grid-box .side ul.list > li:first-child {
  padding-top: 0;
}
.product-page .grid-box .side ul.list > li {
  font-size: 16px;
  font-weight: bold;
  color: #0473ff;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0;
  overflow: hidden;
}
.product-page .grid-box .side ul.list > li a {
  display: block;
}*/
/*.product-page .grid-box .side ul.list > li ul {
  display: none;
}*/
/*.product-page .grid-box .side ul.list > li ul li {
  font-size: 14px;
  font-weight: normal;
  color: #a2a7b3;
  padding-left: 1em;
  margin: 8px 0;
}
.product-page .grid-box .side ul.list > li ul li:hover {
  color: #000;
}*/
.product-page .grid-box .pro {
  position: relative;
  width: 70%;
  padding-left: 20px;
}
.product-page .grid-box .pro .top {
  /*position: absolute;
  bottom: 100%;*/
  /*padding-top: 3rem;*/
}
.fenlei{
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #0473ff;
  padding: 0 0 1.3rem 0;
}
.product-page .grid-box .pro .top .con {
  font-size: 14px;
  color: #4d4d4d;
}
.product-page .grid-box .pro .center .box.grid-box .list.column {
  padding: 0 20px 20px 0;
}
.product-page .grid-box .pro .center .box.grid-box .list.column:hover .ig.grid-box {
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
  display: block;
  background-color: #fff;
  box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 20px 40px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
  padding-right: 15px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #222c47;
  padding-bottom: 10px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left i {
  font-size: 20px;
  color: #0473ff;
}
.product-page .m-page {
  text-align: center;
  padding-top: 20px;
}
.product-page .productintro{
    padding: 6px;
    margin: 10px 0px;
    border: solid 1px #EEE;
    border-radius: 5px;
    color: #222c47;
}

/*.product-page .m-page a,
.product-page .m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
}
.product-page .m-page a:hover {
  color: #0473ff;
}
.product-page .m-page span {
  background-color: #0473ff;
  color: #fff;
}*/
@media screen and (max-width: 992px) {
  .product-page .grid-box .side {
    display: none;
  }
  .product-page .grid-box .pro {
    width: 100%;
  }
   .product-page .grid-box .pro .center .productintro{
     display: none!important
   
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .pro .center .box.grid-box .list.column {
    width: 100%;
  }
  .product-page .grid-box .pro .center .productintro{
     display: none!important
   
  }
}

/* 产品详情页 */
.prodet-page .det-1 {
  padding: 4rem 0;
}
.prodet-page .det-1 .grid-box .left {
  width: 45%;
  text-align: center;
  padding-right: 1rem;
}
.prodet-page .det-1 .grid-box .left .ig {
  max-width: 500px;
  margin: auto;
}
.prodet-page .det-1 .grid-box .left .img {
  border: 1px solid #d8dce4;
  margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .left ul {
  margin: 0 -4px;
}
.prodet-page .det-1 .grid-box .left ul li {
  display: inline-block;
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left ul li a {
  display: block;
  border: 1px solid #d8dce4;
}
.prodet-page .det-1 .grid-box .left ul li a img {
  margin: auto;
}
.prodet-page .det-1 .grid-box .right {
  width: 55%;
  padding-left: 2rem;
}
.prodet-page .det-1 .grid-box .right h2,.prodet-page .det-1 .grid-box .right h1 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #222c47;
  border-bottom: 1px solid #d8dce4;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.prodet-page .det-1 .grid-box .right .text h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: #222c47;
}
.prodet-page .det-1 .grid-box .right .text ul li {
  font-size: 16px;
  color: #262e42;
  margin: 1rem 0;
}
.prodet-page .det-1 .grid-box .right .text .more {
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 220px;
  text-align: center;
  color: #fff;
  background-color: #0473ff;
  border-radius: 50px;
  padding: 15px 0;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover{
  background-color: #0473ff;
}
.prodet-page .det-1 .grid-box .right .text .share {
  padding: 10px 0;
}
.prodet-page .det-1 .grid-box .right .text .share .singlebf{
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .det-1 .grid-box .right .text .share .share-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.prodet-page .det-1 .grid-box .right .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .det-1 .grid-box .right .text .share ul li {
    margin-left: 5px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #3b5998
}
.prodet-page .det-1 .grid-box .right .text .share ul li:nth-child(2){
  background: #00acee;
}
.prodet-page .det-1 .grid-box .right .text .share ul li:nth-child(3){
  background: #00d75b;
}
.prodet-page .det-1 .grid-box .right .text .share ul li:nth-child(4){
  background: #0c67c4;
}
/*.prodet-page .prodet-1 .right .share ul li:hover {
  color: #0a4181;
}*/
.prodet-page .det-2 h2 {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #394048;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 2rem 0;
}
.prodet-page .det-2 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background-color: #0473ff;
}
.prodet-page .det-3 {
  padding: 40px 0;
}
.prodet-page .det-3 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 30px;
}
.prodet-page .det-re {
  padding-bottom: 4rem;
  padding-top: 2rem;
}
.prodet-page .det-re h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-re .box {
  padding-top: 2rem;
}
.prodet-page .det-re .box ul li {
  display: inline-block;
  padding: 8px;
}
.prodet-page .det-re .box ul li .ig {
  display: block;
  text-align: center;
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.1);
  padding: 20px 40px 20px;
  transition: .5s;
}
.prodet-page .det-re .box ul li:hover .igs{
  background: #0473ff;
  color: #fff;
}
.prodet-page .det-re .box ul li .ig img {
  display: inline-block;
}
.prodet-page .det-re .box ul li .ig h4 {
  font-size: 15px;
  font-weight: bold;
  color: #222c47;
  margin-top: 2rem;
  transition: .5s;
}
.prodet-page .det-re .box ul li .ig:hover {
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
}
@media screen and (max-width: 992px) {
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}


/* 其他内页区域 */

.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 30px;
  color: #333;
  font-size: 16px;
}
.inner-page .text {
  color: #828893;
  font-size: 16px;
  line-height: 30px;
}

.inner-page .text p {
  color: inherit;
}
.inner-page .pageintro{
  color: #828893;
    font-size: 16px;
    margin: 0 auto;
	line-height:30px;
    
    
    
}

.inner-page i.small-tit {
  color: #0a7dc2;
  font-size: 18px;
  text-transform: uppercase;
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  line-height: 28px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background:#0473ff;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #0473ff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #0473ff none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #0a7dc2 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #0a7dc2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #0a7dc2 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a7dc2;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #0a7dc2;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 100%;
  padding-left: 15px;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #0a7dc2;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #0a7dc2;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.inner-page .m-page {
    text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
    margin-top: 40px;
}
.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    background: #0473ff;
    color: white;
}
.inner-page .m-page span{
  background: #0473ff;
  color: #fff;
}
.service-page {
  padding: 0px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #0473ff none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 64px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #0473ff;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #0473ff;
  border-left: 1px solid #0a7dc2;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.xinwen{
  color: #111;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #0a7dc2 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  line-height: 28px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #0a7dc2;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  line-height: 30px;
  font-size: 15px;
}
.newdet-page .news-content .content p,
.newdet-page .news-content .content div {
  line-height: 30px;
  font-size: 16px;
}

.newdet-page .news-content .share {
  padding: 10px 0;
}
.newdet-page .news-content .share .singlebf{
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .news-content .share .share-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.newdet-page .news-content .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .share ul li {
    margin-left: 5px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #3b5998
}
.newdet-page .news-content .share ul li:nth-child(2){
  background: #00acee;
}
.newdet-page .news-content .share ul li:nth-child(3){
  background: #00d75b;
}
.newdet-page .news-content .share ul li:nth-child(4){
  background: #0c67c4;
}

/*.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}*/
/*.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}*/
/*.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #0a7dc2;
}*/
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #0473ff;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #0473ff !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 50%;
  padding-right: 15px;
}
/*.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}*/
.contact-page .contact-2 .right {
  width: 50%;
  padding-left: 15px;
}
.contact-page .contact-2 .right .map{
  margin-top: 1.5rem;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #0473ff none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  /*text-transform: capitalize;*/
  line-height: normal;
  letter-spacing: 1px;
}
.contact-page .form form{
  max-width: 760px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 2rem 2rem 2.4rem;
}
.contact-page .form form h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 1.25rem;
}
.contact-page .form form h5 {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  padding: 5px 0 10px;
}
.contact-page .form form ul {
  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;
}
.contact-page .form form ul li {
  width: 48%;
}
.contact-page .form form ul li.text {
  width: 100%;
}
.contact-page .form form ul li.textarea {
  width: 100%;
}
.contact-page .form form ul input[type="text"] {
  border-radius: 10px;
  background: #fff;
  height: 52px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 0 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
  font-family: 'AHR';
}
.contact-page .form form ul textarea {
  border-radius: 10px;
  background: #fff;
  height: 138px;
  font-size: 16px;
  color: #000;
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
  font-family: 'RM';
}
.contact-page .form form button {
  width: 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;
  height: 58px;
  border-radius: 10px;
  border: none;
  background: #0473ff;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .form form button:hover {
  background: #0473ff;
}
.contact-page .form form button img {
  margin-right: 10px;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #0473ff;
  color: white;
}

@media screen and (max-width: 1250px) {
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1000px) {
.inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .inner-page h3.title {
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .form form ul{
    display: block;
  }
  .contact-page .form form ul li{
    width: 100%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .inner-page p,
  .inner-page {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
}

.info-middle img {
  width: 50%
}



/* Support Start */
.support-page .box .gallery-item {
  padding: 3.5rem 0;
}
.support-page .title .grid-box .left {
  vertical-align: bottom;
}
.support-page .title .grid-box .left .text h3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #2c2c2c;
}
.support-page .title .grid-box .left .text .con {
  font-size: 15px;
  color: #5f5f5f;
}
.support-page .title .grid-box .right {
  vertical-align: bottom;
  text-align: right;
}
.support-page .title .grid-box .right .more a {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e8523d;
}
.inner-page.support-page .list .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  border: none;
  color: #000;
  background-color: #fff;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.support-page .list .slick-arrow:hover {
  color: #fff;
  background-color: #e8523d;
}
.inner-page.support-page .list .slick-prev {
  left: 20%;
}
.inner-page.support-page .list .slick-next {
  right: 20%;
}
.inner-page.support-page .list {
  position: relative;
  padding: 2.5rem 0;
}
.inner-page.support-page .list ul li {
  display: inline-block;
}
.inner-page.support-page .list ul .draggable {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.inner-page.support-page .list ul .slick-slide {
  transform: scale(1);
  transition: .5s;
  opacity: 0;
}
.inner-page.support-page .list ul .slick-slide.slick-active {
  opacity: 1;
}
.inner-page.support-page .list ul .slick-slide.slick-active + div {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}
.inner-page.support-page .list ul .slick-slide.slick-center {
  position: relative;
  z-index: 3 !important;
  transform: scale(1.4) !important;
}
.inner-page.support-page .list ul .slick-slide.slick-center + div + div {
  transform: scale(1);
  z-index: 1 !important;
}
@media screen and (max-width: 1300px) {
  .inner-page.support-page .list ul .slick-slide.slick-center {
    transform: scale(1.2) !important;
  }
  .inner-page.support-page .list ul .slick-slide.slick-active + div {
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .inner-page.support-page .list ul .slick-slide {
    opacity: 1;
  }
  .inner-page.support-page .list ul .slick-slide.slick-center {
    transform: scale(1) !important;
  }
  .inner-page.support-page .list ul li {
    padding: 0 10px;
  }
}
/* Support End */

/* Gallery 第二版 Start */
.gallery-page .lg-1 .box .list {
  position: relative;
  padding: 2.5rem 0 5rem;
  overflow: hidden;
}
.gallery-page .lg-1 .box .list::after {
  content: '\20';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50px;
  bottom: 151px;
  width: 500px;
  background-color: #f7f8fa;
  border-radius: 0 50px 0 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text {
  max-width: 520px;
  padding: 3rem 20px 3rem 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text span.tit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  color: #222c47;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  color: #222c47;
  margin: 20px 0 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text .con {
  font-size: 14px;
  color: #262e42;
  margin-bottom: 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text {
  position: relative;
  padding-left: 60px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a {
  position: absolute;
  left: 0;
  width: 60px;
  top: 0;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a {
  display: inline-block;
  margin-bottom: 1px;
  width: 60px;
  line-height: 60px;
  background-color: #222c47;
  color: #fff;
  text-align: center;
  opacity: .3;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a.active {
  opacity: 1;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img img {
  width: 100%;
  border-radius: 0 50px 0 50px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #222c47;
  margin-top: 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even)::after {
  left: auto;
  right: 0;
  border-radius: 0 0 0 50px;
  width: 580px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
  position: relative;
  left: 50%;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
  text-align: right;
  margin-left: auto;
  padding: 3rem 0 3rem 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 860px) {
  .gallery-page .lg-1 .box .list .ig .grid-box .left {
    width: 100%;
  }
  .gallery-page .lg-1 .box .list .ig .grid-box .left .text {
    padding: 20px 0;
  }
  .gallery-page .lg-1 .box .list .ig .grid-box .right {
    width: 100%;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
    left: 0;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
    text-align: left;
    padding: 20px 0;
    margin-left: 0;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
    left: 0;
  }
}

/* Gallery 第二版 End */

/* Service Start */
.service-page {

}
.service-page .ser-1 {
  background-color: #F5F7FA;
}
.service-page .ser-1 .grid-box .left {
  width: 40%;
  vertical-align: middle;
}
.service-page .ser-1 .grid-box .left .text {
  padding: 1.5rem 0;
}
.service-page .ser-1 .grid-box .left .text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #485984;
  margin-bottom: 20px;
}
.service-page .ser-1 .grid-box .left .text .con {
  font-size: 18px;
  line-height: 28px;
  color: #262e42;
  margin-bottom: 15px;
}
.service-page .ser-1 .grid-box .left .text ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.service-page .ser-1 .grid-box .left .text ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  margin-right: 8px;
  color: #0473ff;
}
.service-page .ser-1 .grid-box .left .text ul li span {
  display: inline-block;
  font-size: 16px;
  color: #262e42;
}
.service-page .ser-1 .grid-box .right {
  width: 60%;
  vertical-align: middle;
  text-align: right;
}
.service-page .ser-2 {
  margin: 80px auto;
}
.service-page .ser-2 .title {
  position: relative;
}
.service-page .ser-2 .title i {
  z-index: -1;
  position: absolute;
  bottom: 45%;
  left: 0;
  font-size: 100px;
  color: #f5f5f5;
  opacity: 0.9;
}
.service-page .ser-2 .title h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222c47;
}
.service-page .ser-2 .top .grid-box .text {
  font-size: 14px;
  color: #262e42;
  max-width: 500px;
  padding-right: 10px;
  margin: 20px auto 20px 0;
}
.service-page .ser-2 .bot{
margin-right: -13%;
}
.service-page .ser-2 .bot ul {
  margin: 0 -10px;
}
.service-page .ser-2 .bot ul li {
  position: relative;
  padding: 0 10px;
  margin: 40px 0 20px;
}
.service-page .ser-2 .bot ul li .ig {
  position: relative;
  max-width: 214px;
}
.service-page .ser-2 .bot ul li .ig::after {
  content: '1';
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  color: #e9edf4;
  opacity: .5;
}
.service-page .ser-2 .bot ul li .ig img {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px;
}
.service-page .ser-2 .bot ul li .ig h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #222c47;
}
.service-page .ser-2 .bot ul li:nth-child(2) .ig::after {
  content: '2';
}
.service-page .ser-2 .bot ul li:nth-child(3) .ig::after {
  content: '3';
}
.service-page .ser-2 .bot ul li:nth-child(4) .ig::after {
  content: '4';
}
.service-page .ser-3 {
  text-align: center;
  background-color: #f5f7fa;
  padding: 4rem 0;
}
.service-page .ser-3 .grid-box {
  border-radius: 30px;
  overflow: hidden;
}
.service-page .ser-3 .grid-box .column .text {
  background-color: #fff;
  padding: 7.5rem 0;
}
.service-page .ser-3 .grid-box .column .text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222c47;
  margin: auto auto 20px;
}
.service-page .ser-3 .grid-box .column .text .con {
  font-size: 16px;
  color: #262e42;
  margin: 0 auto;
  max-width: 320px;
}
.service-page .ser-3 .grid-box .column .text .more {
  margin-top: 2.9rem;
}
.service-page .ser-3 .grid-box .column .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  background-color: #0473ff;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
}
.service-page .ser-3 .grid-box .column .text .more a:hover {
  opacity: 0.8;
}
.service-page .ser-3 .grid-box .right {
  border-left: 1px solid #ddd;
}
.service-page .ser-3 .grid-box .right .text .more a {
  background-color: #0473ff;
}
.service-page .ser-4 {
  margin: 5rem 0;
}
.service-page .ser-4 .grid-box .left {
  width: 50%;
  vertical-align: middle;
}
/*.service-page .ser-4 .grid-box .left .ig {
  max-width: 430px;
  margin: auto;
}*/
.service-page .ser-4 .grid-box .left .ig img {
  width: 100%;
}
.service-page .ser-4 .grid-box .right {
  width: 50%;
  padding-left: 5%;
  vertical-align: middle;
}
.service-page .ser-4 .grid-box .right .text {
  max-width: 660px;
  margin-left: auto;
}
.service-page .ser-4 .grid-box .right .text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222c47;
  margin: 20px 0 30px;
  max-width: 400px;
}
.service-page .ser-4 .grid-box .right .text ul li {
  margin: 20px 0;
}
.service-page .ser-4 .grid-box .right .text ul li .txt {
  position: relative;
  padding-left: 20px;
}
.service-page .ser-4 .grid-box .right .text ul li .txt::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '\f14a';
  font: normal normal normal 18px/1 FontAwesome;
  color: #0473ff;
}
.service-page .ser-4 .grid-box .right .text ul li .txt h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #222c47;
}
.service-page .ser-4 .grid-box .right .text ul li .txt .con {
  font-size: 16px;
  line-height: 28px;
}
.service-page .ser-5 {
  padding: 35px 0;
  background-color: #2a344e;
}
.service-page .ser-5 .grid-box .left {
  width: 80%;
  vertical-align: middle;
}
.service-page .ser-5 .grid-box .left h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 20px 0 0;
}
.service-page .ser-5 .grid-box .right {
  width: 20%;
  vertical-align: middle;
  text-align: right;
}
.service-page .ser-5 .grid-box .right .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  background-color: #0473ff;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.service-page .ser-5 .grid-box .right .more a:hover {
  background-color: #d62b39;
}
@media screen and (max-width: 992px) {
  .service-page .ser-1 .grid-box .left {
    width: 100%;
  }
  .service-page .ser-1 .grid-box .right {
    width: 100%;
  }
  .service-page .ser-2 .top .grid-box .column {
    width: 100%;
  }
  .service-page .ser-2 .bot ul li {
    width: 50%;
  }
  .service-page .ser-2 .bot ul li .ig {
    margin: auto;
  }
  .service-page .ser-3 .grid-box .column {
    width: 100%;
  }
  .service-page .ser-3 .grid-box .column.right {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .service-page .ser-4 .grid-box .left {
    width: 100%;
  }
  .service-page .ser-4 .grid-box .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    /*display: none;*/
  }
  .service-page .ser-5 .grid-box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .service-page .ser-5 .grid-box .right {
    width: 100%;
    text-align: center;
  }
}
/* Service End */


@media screen and (max-width: 700px) {
  .about-page .abt-1 {
    padding: 2rem 0;
}
.about-page .abt-8 .title h3 {
    font-size: 20px;
    line-height: 36px;
}
}
.font-50 {
  font-size: 50px;
}
.service-page .cus-2 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.service-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #0473ff;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.service-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.service-page .cus-2 .ui.container a.more{
  background: #fff;
  transition: 0.3s all;
  color: #000;
  height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}
.service-page .cus-2 .ui.container a.more:hover{
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.service-page .cus-2 .ui.container .h2 {
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.service-page .cus-2 .ui.container p {
  line-height: 2;
  margin-top: 20px;
  max-width: 880px;
  color: #fff;
}
.service-page .cus-2 .ui.container a.more{
  min-width: 218px;
}
@media screen and (max-width: 1000px) {
  .font-50{
    font-size: 30px;
  }
   .service-page .cus-2{
    height: auto;
    padding: 20px;
   }
   .service-page .cus-2 .ui.container{
    flex-wrap: wrap;
   }
}
@media screen and (max-width: 700px) {
  .font-50{
   font-size: 20px;
  }
}

.product2-page{
  background: #f3f3f3;
}
.product2-page .title{
  font-size: 35px;
  font-family: 'RB';
  line-height: 1.2;
}
.product2-page .product2-1{
  padding-bottom: 90px;
  /*padding: 66px 0 170px;*/
  background: #fff;
}
.product2-page .product2-1 .column{
  vertical-align: middle;
}
.product2-page .product2-1 h1{
  font-size: 40px;
  font-family: 'RB';
  line-height: 1.5;
  color: #3a70fc;
  text-decoration: underline;
  max-width: 624px;
}
.product2-page .product2-2{
}
.product2-page .product2-2 .box{
  background-color: #3a70fc;
  margin-top: -83px;
}
.product2-page .product2-2 .box .left{
  width: 70%;
  vertical-align: middle;
}
.product2-page .product2-2 .box .left .jump{
  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;
  padding-left: 4px;
}
.product2-page .product2-2 .box .left .jump a{
  padding: 0 34px;
  font-size: 20px;
  line-height: 1.4;
  border-right: 2px solid #fff;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product2-2 .box .left .jump a:hover{
  color: #f5611e;
}
.product2-page .product2-2 .box .left .jump a:last-child{
  border-right: 0;
  padding-right: 0;
}
.product2-page .product2-2 .box .right{
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
.product2-page .product2-2 .box .right a{
  height: 166px;
	background-color: #f5611e;
  padding: 0 54px 0 55px;
  line-height: 166px;
  color: #fff; 
  display: inline-block;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product2-2 .box .right a i{
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.product2-page .product2-2 .box .right a em{
  display: inline-block;
  vertical-align: middle;
}
.product2-page .product2-2 .box .right a:hover{
  background: #000;
}
.product2-page .product2-3{
  padding: 0 0 102px;
}
.product2-page .product2-3 .item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 103px 0 89px;
}
.product2-page .product2-3 .item .right{
  width: 72%;
}
.product2-page .product2-3 .item .right .con{
  font-size: 16px;
  line-height: 1.8;
}
.product2-page .product2-3 .item .right .img-box{
  background: #fff;
  text-align: center;
}
.product2-page .product2-3 .item .right .img-box img{
  display: inline-block;
}
.product2-page .product2-3 .item .right .img p{
  font-size: 20px;
  line-height: 1.4;
  font-family: 'AHR';
  font-weight: bold;
  margin: 18px 0 0 15px;
  padding-left: 24px;
  position: relative;
  text-transform: uppercase;
}
.product2-page .product2-3 .item .right .img p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f5611e;
}
.product2-page .product2-3 .item .right .img ul{
  padding-bottom: 80px;
}
.product2-page .product2-3 .item .right .img ul.slick-dots{
   position: absolute;
   padding-bottom: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
}
.product2-page .product2-3 .item .right .img ul.slick-dots li{
  display: inline-block;
  width: 14px;
	height: 14px;
	background-color: #c9c9c9;
  border-radius: 50%;
  margin-right: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.product2-page .product2-3 .item .right .img ul.slick-dots li:last-child{
  margin-right: 0;
}
.product2-page .product2-3 .item .right .img ul.slick-dots li button{
  display: none;
}
.product2-page .product2-3 .item .right .img ul.slick-dots li.slick-active{
  background-color: #3a70fc;
}
.product2-page .product2-3 .item:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.product2-page .product2-4 .top .header{
  background-color: #3a70fc;
  padding-top: 28px;
  color: #fff;
}
.product2-page .product2-4 .top .header .titled{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product2-4 .top .header .titled .inquiry{
  display: inline-block;
  font-size: 20px;
  font-family: 'RB';
  background-color: #f5611e;
  text-transform: uppercase;
  padding: 17px 55px 13px 54px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product2-4 .top .header .titled .inquiry:hover{
  background: #000;
}
.product2-page .product2-4 .top .header .article{
   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;
  font-family: 'AHR';
  /*margin-top: 72px;*/
}
.product2-page .product2-4 .top .header .article span{
  font-size: 20px;
  line-height: 1.4;
}
.product2-page .product2-4 .top .header .article .list{
  padding-left: 61px;
}
.product2-page .product2-4 .top .header .article .list ul{
  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;
}
.product2-page .product2-4 .top .header .article .list ul li{
  padding: 0 6px 28px;
  margin-right: 65px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.product2-page .product2-4 .top .header .article .list ul li::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
	background-color: #f5611e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product2-4 .top .header .article .list ul li:hover::before,
.product2-page .product2-4 .top .header .article .list ul li.active::before{
  width: 100%;
}
.product2-page .product2-4 .top .content{
  background-color: #f3f3f3;
  padding: 80px 0 100px;
  color: #fff;
}
.product2-page .product2-4 .top .content .con{
  font-size: 16px;
  font-family: 'AHR';
}
.product2-page .product2-4 .top .content .con table{
  border: 0;
}
.product2-page .product2-4 .top .content .con table tr:nth-child(1){
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.product2-page .product2-4 .top .content .con table tr:nth-child(even){
  background: transparent;
}
.product2-page .product2-4 .top .content .con table td{
  border: 0;
  border-bottom: 1px solid #3c3c3c;
  padding: 5px 30px 2px;
  width: 100px !important;
  color: #000;
}
.product2-page .product2-4 .top .content .con table tr:nth-child(1) td{
  border-bottom: 2px solid #3c3c3c;
}
.product2-page .product2-4 .bottom{
  padding: 97px 0 105px;
}
.product2-page .product2-4 .bottom .item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product2-page .product2-4 .bottom .item .right{
  width: 72%;
}
.product2-page .product2-4 .bottom .item .right .con{
  font-size: 16px;
  font-family: 'AHR';
  margin-bottom: 55px;
}
.product2-page .product2-4 .bottom .item .right .con:last-child{
  margin-bottom: 0;
}
.product2-page .product2-4 .bottom .item .right .tit{
  font-size: 25px;
  font-family: 'RB';
  padding: 0 0 13px 30px;
  border-bottom: 3px solid #000;
}
.product2-page .product2-4 .bottom table{
  border: 0;
}
.product2-page .product2-4 .bottom table td{
  padding: 10px 34px;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100px !important;
  
}
.product2-page .product2-4 .bottom table tr:nth-child(even){
  background: transparent;
}
.product-page .pro .title{
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .h-search form input{
    width: 180px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
    margin: 0 1rem 0 0;
  }
  .product2-page .product2-1 h1{
    font-size: 42px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  a.www {
    display: none!Important;
}
p.ww11 {
    white-space: normal!Important;
    text-align: center;
    width: 100%!Important;
}

  .product2-page .product2-2 .box .right a{
    padding: 0 30px;
    height: 130px;
    line-height: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .product2-page .product2-1{
    padding-top: 60px;
  }
  h2.seo_title.txt-center {
    display: none;
}
._text.font-16.mt-40 {
    display: none;
}
  .product2-page .product2-1 .left{
    width: 100%;
  }
  .product2-page .product2-1 .right{
    width: 100%;
  }
  .product2-page .product2-2 .box{
    padding: 30px 0;
  }
  .product2-page .product2-2 .box .left{
    width: 100%;
  }
  .product2-page .product2-2 .box .left .jump a{
    padding: 0 15px;
  }
  .product2-page .product2-2 .box .right{
    width: 100%;
    margin-top: 30px;
    text-align: left;
    padding-left: 15px;
  }
  .product2-page .product2-2 .box .right a{
    height: 80px;
    line-height: 80px;
  }
  .product2-page .product2-3 .item{
    padding: 60px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product2-page .product2-3 .item .left{
    width: 100%;
  }
  .product2-page .product2-3 .item .right{
    width: 100%;
    margin-top: 10px;
  }
  .product2-page .product2-3{
    padding-bottom: 60px;
  }
  .product2-page .product2-4 .top .header{
    padding-top: 60px;
  }
  .product2-page .product2-4 .top .header .article{
    margin-top: 30px;
  }
  .product2-page .product2-4 .top .header .article span{
    display: none;
  }
  .product2-page .product2-4 .top .header .article .list{
    padding-left: 0;
  }
  .product2-page .product2-4 .top .header .article .list ul li{
    margin-right: 20px;
  }
  .product2-page .product2-4 .top .header .article .list ul li:last-child{
    margin-right: 0;
  }
  .product2-page .product2-4 .top .content{
    padding: 60px 0;
  }
  .product2-page .product2-4 .top .content .con table tr:nth-child(1){
    font-size: 20px;
  }
  .product2-page .product2-4 .bottom{
    padding: 60px 0;
  }
  .product2-page .product2-4 .bottom .item{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product2-page .product2-4 .bottom .item .left{
    width: 100%;
  }
  .product2-page .product2-4 .bottom .item .right{
    width: 100%;
    margin-top: 20px;
  }
  .product2-page .product2-4 .bottom .item .right .con{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .product2-page .product2-1{
    padding: 30px 0 0 0;
  }
  .product2-page .product2-2 .box{
    margin-top: 0;
  }
  .product2-page .product2-1 h1 {
    font-size: 36px;
  }
  .product2-page .product2-2 .box .right a{
    height: 60px;
    line-height: 60px;
  }
  .product2-page .product2-3 .item{
    padding: 30px 0;
  }
  .product2-page .product2-4 .top .header{
    padding-top: 20px;
  }
  .product2-page .product2-4 .top .header .titled{
    display: block;
  }
  .product2-page .product2-4 .top .header .inquiry{
    margin-top: 10px;
  }
  .product2-page .product2-4 .top .content,
  .product2-page .product2-4 .bottom{
    padding: 30px 0;
  }
  .product-page{
    padding: 3rem 0;
  }
  .product-page .pro .title{
    font-size: 36px;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box{
    padding: 20px 15px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .text h2{
    display: none;
  }

  ._text.font-16.mt-40 {
    display: none;
}
  .inner-banner .text .banner-breack{
    padding-top: 0;
  }
  .product2-page .product2-1 h1 {
    font-size: 23px;
  }
  .product2-page .product2-2 .box .left .jump a{
    border-right: 0;
    width: 50%;
    font-size: 16px;
    line-height: 1.8;
  }
  .product2-page .product2-2 .box .right{
    margin-top: 20px;
  }
  .product2-page .product2-2 .box .right a{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .product2-page .title{
    font-size: 30px;
    line-height: 1.3;
  }
  .product2-page .product2-3 .item .right .con{
    font-size: 14px;
    line-height: 2;
  }
  .product2-page .product2-3 .item .right .img ul{
    padding-bottom: 30px;
  }
  .product2-page .product2-4 .top .header .titled .inquiry{
    font-size: 16px;
    padding: 10px 20px;
  }
  .product2-page .product2-4 .top .header .article .list ul li{
    font-size: 14px;
    padding-bottom: 10px;
    margin-right: 10px;
  }
  .product2-page .product2-4 .top .content .con table td{
    padding: 10px;
  }
  .product2-page .product2-4 .top .content .con table tr:nth-child(1){
    font-size: 16px;
  }
  .product2-page .product2-4 .top .content .con,
  .product2-page .product2-4 .bottom .item .right .con{
    font-size: 14px;
  }
  .product2-page .product2-4 .bottom .item .right .tit {
    font-size: 18px;
    padding: 0 0 13px 10px;
  }
  .product2-page .product2-4 .bottom table td{
    padding: 10px;
  }
  .product-page .pro .title {
    font-size: 27px;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column{
    padding: 0;
  }
}

.cus-page .cus-1 {
  padding: 100px 0;
}
.cus-page .cus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}
.cus-page .cus-1 .ui.container .right {
  padding-left: 5%;
}
.cus-page .cus-1.ser2 .ui.container .right{
  padding-right: 5%
}
.cus-page .cus-1 .ui.container .right .h3{
 font-weight: 700;
 margin-bottom: 40px;
}
.cus-page .cus-2 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #0473ff;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.cus-page .cus-2 .ui.container a.more{
  background: #fff;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-2 .ui.container a.more:hover{
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {
  font-weight: 700;
  color: #fff;
}
.cus-page .cus-2 .ui.container p {
  line-height: 1.8;
  margin-top: 20px;
  max-width: 880px;
  color: #fff;
}
.cus-page .cus-3 {
  /*padding-bottom: 120px;*/
      padding: 120px 120px;
}
.cus-page .cus-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1320px;
  position: relative;
}
.cus-page .cus-3 .ui.container:before {
  content: "";
  width: 90%;
  height: 210px;
  max-width: 800px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #edf0f2;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .left {
  max-width: 700px;
  width: 59%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.cus-page .cus-3 .ui.container .left .h2 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 35px;
}
.cus-page .cus-3 .ui.container .left p {
  color: #000;
  line-height: 2;
}
.cus-page .cus-3 .ui.container .left .bottom {
  padding-top: 100px;
  padding-left: 70px;
}
.cus-page .cus-3 .ui.container .left .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-page .cus-3 .ui.container .left .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  width: 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover,
.cus-page .cus-3 .ui.container .left .bottom ul li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i {
  border-color: #0473ff;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:before,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:before {
  background: #0473ff;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:after,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:after {
  background: #0473ff;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #999;
  position: relative;
  margin-right: 40px;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i:before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  background: #999;
  left: 100%;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i:after {
  width: 1px;
  height: 40px;
  background: #999;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5px;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .right {
  width: 41%;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li {
  display: none;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box {
  text-align: center;
  background: #fff;
  padding-bottom: 50px;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box img {
  margin: 0 auto;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text {
  max-width: 273px;
  margin: 30px auto 0;
  text-align: left;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .num {
  display: block;
  margin-top: 35px;
  color: #0473ff;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
  line-height: 2;
}
.cus-page .cus-2 .ui.container a.more{
      min-width: 218px;
}
.font-45 {
  font-size: 45px;
  line-height: 1.22222222;
}
.gxs-4 {
  padding: 55px 0;
  position: relative;
}

.gxs-4:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 200px;
  background: #edf0f2;
  top: 0;
  z-index: -1;
}

.gxs-4 .ui.container {
  padding: 0 40px;
  position: relative;
}

.gxs-4 .ui.container span.btn {
  position: absolute;
  top: 45%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.gxs-4 .ui.container span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.gxs-4 .ui.container span.btn.slick-prev {
  left: 0;
  filter: brightness(0);
}

.gxs-4 .ui.container span.btn.slick-next {
  right: 0;
  filter: brightness(0);
}

.gxs-4 .ui.container ul.productlist {
  margin: 0 -15px;
}

.gxs-4 .ui.container ul.productlist li {
  padding: 0 15px;
}

.gxs-4 .ui.container ul.productlist li .item {
  text-align: center;
}

.gxs-4 .ui.container ul.productlist li .item span {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.gxs-4 .ui.container ul.productlist li .item .img-box {
  border-radius: 100%;
  width: 189px;
  height: 189px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 25px;
}

.gxs-4 .ui.container ul.productlist li .item .img-box img {
  width: auto;
}

.gxs-4 .ui.container ul.productlist li .item .textbox {
  margin-top: 20px;
}

.gxs-4 .ui.container ul.productlist li .item .textbox .tit {
  margin-bottom: 15px;
}

.gxs-4 .ui.container ul.productlist li .item .textbox .tit a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gxs-4 .ui.container ul.productlist li .item .textbox .tit a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #0473ff;
}
.gxs-2 {
  padding: 115px 0;
  background: #f4f6f8;
}

.gxs-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gxs-2 .ui.container .left {
  width: 40%;
}

.gxs-2 .ui.container .left .title {
  margin-bottom: 5px;
}

.gxs-2 .ui.container .left ul.tlist {
  margin-top: 70px;
  margin-bottom: -20px;
}

.gxs-2 .ui.container .left ul.tlist li {
  margin-bottom: 20px;
  cursor: pointer;
}

.gxs-2 .ui.container .left ul.tlist li span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}

.gxs-2 .ui.container .left ul.tlist li:hover span,
.gxs-2 .ui.container .left ul.tlist li.active span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/active-bj.png) center center no-repeat;
  color: #0473ff;
}

.gxs-2 .ui.container .right {
  width: 55%;
}

.gxs-2 .ui.container .right ul.applist {
  display: block;
  margin: -12px;
}

.gxs-2 .ui.container .right ul.applist li {
  padding: 12px;
}

.gxs-2 .ui.container .right ul.applist li .img-box {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .right ul.applist li .img-box img{
  width: 100%;
}
.gxs-2 .ui.container .right ul.applist li.active .img-box {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(33, 136, 196, 0.5);
  box-shadow: 0px 0px 15px 5px rgba(33, 136, 196, 0.5);
  border-radius: 5px;
}
@media screen and (max-width: 1400px) {
  .font-45 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .font-45 {
    font-size: 30px;
  }
    .gxs-2 .ui.container .left ul.tlist {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1000px) {
    .font-45 {
    font-size: 24px;
  }
  .cus-page .cus-2 {
    height: auto;
    padding: 20px;
  }

  .cus-page .cus-3 .ui.container .left {
    width: 100%;
  }

  .cus-page .cus-2 .ui.container {
    flex-wrap: wrap;
  }

  .font-50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .gxs-2 .ui.container .left {
    width: 100%;
  }

  .gxs-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus-3 .ui.container .right {
    width: 100%;
  }

  .cus-page .cus-3 {
    padding: 40px 20px;
  }

  .cus-page .cus-3 .ui.container .left .bottom ul li {
    width: 100%;
  }

  .font-50 {
    font-size: 20px;
  }

  .project .project-2 .ui.container .main .left .gallerybox {
    display: none;
  }

  .project .project-2 .ui.container .main {
    padding-left: 20px;
  }

  .project .project-2 .ui.container .main .left {
    width: 100%;
  }

  .project .project-2 .ui.container .main .right {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
   .font-45 {
    font-size: 20px;
  }
  .gxs-4 {
    padding: 30px 0;
    position: relative;
  }
   .gxs-2 {
    padding: 20px 0;
    background: #f4f6f8;
  }
}

.product-page .grid-box .pro .center #lunbo .list.column{
  padding: 20px;
}
.product-page .grid-box .pro .center #lunbo .list.column:hover .ig.grid-box{
  box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, 0.1);
}
#product-list{
  padding-top: 40px;
}
#product-list .mbx{
  color: #cbcbcb;
}
@media screen and (max-width: 1000px) {
  .cus-page .cus-1{
    padding: 60px 0;
  }
   .cus-page .cus-1 .ui.container .imgbox{
    width: 100%;
  }
  .cus-page .cus-1 .ui.container .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 .left{
    width: 100%;
  } 
  .contact-page .contact-2 .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
   .product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box{
    padding: 30px 20px;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left{
    width: 100%;
    padding: 0;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus-1{
    padding: 30px 0;
  }
  .cus-page .cus-1 .ui.container{
    display: block;
  }
}

.seo_title{
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#seo_about ._box{
		margin: -15px;
	}
	
	#seo_about ._left,
	#seo_about ._right{
		padding: 15px;
	}
	#seo_about ._right ._text{
    max-height: 400px;
    overflow-y: auto;
  }
	#honor_list ul{
		margin: -15px;
	}
	
	#honor_list ul li{
		padding: 15px;
	}
	
	#news_list ul{
		margin: -15px;
	}
	
	#news_list ul li{
		padding: 15px;
	}
	
	#news_list ._time span{
		display: inline-block;
		padding: 5px;
	}
	
	#news_list ._time span._cate{
		color: #FFFFFF;
		background-color: #000000;
	}
	
	#news_list ._time span._date{
		background-color: #CCCCCC;
	}
	
	#news_list ._table{
		padding: 20px;
		border: 2px solid #CCCCCC;
	}

  @media screen and (max-width: 1000px) {
    #cp-Nav {
    display: block;
  }

  #cp-Nav .nav {
    padding: 0 15px;
  }

  #cp-Nav .nav .title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: #00acee;
    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;
  }
  }
  #Pop_UpsBtn{
    display: none!important;
  }
  p.ww11 {
    width: 771px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.tagg {
    font-size: 20px;
}