@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
#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: 200;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../images/icon-search-white.png) no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
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;
}
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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
.container {
  width: 1420px;
  margin: 0 auto;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header.the-home{
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  background: none!important;
}
#header img {
  width: auto;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  height: 90px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  padding: 10px 0;
  font-size: 15.86px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #13545a;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #13545a;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .menu-box .language {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
}
#header .nav .nav-box .menu-box .language > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15.86px;
  color: #ffffff;
}
#header .nav .nav-box .menu-box .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  background: #13545a;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .language .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .language .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .language .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #13545a;
}
#header .nav .nav-box .menu-box .h-icon {
  display: flex;
  align-items: center;
  position: relative;
}
#header .nav .nav-box .menu-box .h-icon::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 18px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#header .nav .nav-box .menu-box .h-icon i {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #fff;
}
#header .nav .nav-box .menu-box .h-icon .fa-weixin{
  padding-left: 0;
}
#header .nav .nav-box .menu-box .h-icon .weixin{
  display: inline-block;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}
#header .nav .nav-box .menu-box .h-icon .weixin:hover .qr{
  opacity: 1;
}
#header .nav .nav-box .menu-box .h-icon .qr{
  display: inline-block;
  position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 80px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
#header .nav .nav-box .menu-box .h-icon .qr:after{
      position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}
#header .nav .nav-box .menu-box .h-icon i:hover {
  color: #13545a;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .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 .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner img {
  width: 100%;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-shadow: 5px 2px 6px #000000;
}
#banner .swiper-slide .content-box .content {
  display: none;
}
#banner .swiper-slide .content-box .content h5 {
  font-size: 35.68px;
  color: #fff;
  line-height: 1;
}
#banner .swiper-slide .content-box .content h1 {
  font-size: 65.42px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 20px;
}
#banner .swiper-slide .content-box .content p {
  font-size: 15.68px;
  color: #fff;
  letter-spacing: 25px;
}
#banner .swiper-slide .content-box .content span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#banner .swiper-slide-active .content-box .content {
  display: block;
}
#banner .pagination {
  position: absolute;
  width: 100%;
  bottom: 210px;
}
#banner .pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  margin-right: 10px;
}
#banner .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#index-body {
  position: relative;
  z-index: 5;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body p {
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p.p {
  font-size: 14px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-about {
  background: url(../images/about-bgd.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0 160px;
}
#index-body .i-about .top {
  padding: 0 50px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#index-body .i-about .top .left {
  text-align: center;
  padding: 55px 40px 15px;
  border: 2px solid #000000;
  background: #fff;
}
#index-body .i-about .top .left h1 {
  font-size: 160px;
  line-height: 0.8;
  font-weight: bold;
  color: #13545a;
}
#index-body .i-about .top .left h2 {
  font-size: 22px;
  color: #151d2b;
  line-height: 1;
  margin: 10px 0;
}
#index-body .i-about .top .left p {
  font-size: 17.84px;
  color: #13545a;
  font-weight: bold;
}
#index-body .i-about .top .content h2 {
  font-size: 35.68px;
  line-height: 1;
  color: #151d2b;
  padding: 25px 0 20px;
}
#index-body .i-about .top .content h3 {
  font-size: 35.68px;
  line-height: 1;
  color: #151d2b;
  font-weight: bold;
}
#index-body .i-about .top .right {
  max-width: 510px;
}
#index-body .i-about .top .right p {
  font-size: 17.84px;
  color: #151d2b;
}
#index-body .i-about .top .text {
  font-size: 13.88px;
  color: #13545a;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 40px;
}
#index-body .i-about .history {
  margin-top: 70px;
  position: relative;
}
#index-body .i-about .history::after {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(225, 225, 225, 0.8);
  left: 0;
  top: 68px;
}
#index-body .i-about .history .history-box {
  position: relative;
  z-index: 5;
  padding: 0 70px;
}
#index-body .i-about .history .history-box .swiper-slide {
  position: relative;
}
#index-body .i-about .history .history-box .swiper-slide p {
  font-size: 15.86px;
  color: #151d2b;
  opacity: 0.5;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-about .history .history-box .swiper-slide ul li{
      list-style-type: disc;
}
#index-body .i-about .history .history-box .swiper-slide .dwo {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .i-about .history .history-box .swiper-slide .time {
  font-size: 17.84px;
  opacity: 1;
  margin: 5px 0;
  padding-top: 23px;
}
#index-body .i-about .history .history-box .swiper-slide span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/dian.png) no-repeat center center;
}
#index-body .i-about .history .history-box .swiper-slide .text {
  opacity: 1;
  margin-top: 10px;
}
#index-body .i-about .history .history-box .swiper-slide-next {
  position: relative;
}
#index-body .i-about .history .history-box .swiper-slide-next .dwo {
  position: absolute;
  z-index: -1;
  font-size: 73px;
  line-height: 1;
  top: 20px;
  left: 0;
  opacity: 0.05;
}
#index-body .i-about .history .history-box .swiper-slide-next span {
  background: url(../images/diandian.png) no-repeat center center;
}
#index-body .i-about .history .history-box .swiper-button-prev,
#index-body .i-about .history .history-box .swiper-button-next {
  width: 37px;
  height: 37px;
}
#index-body .i-about .history .history-box .swiper-button-prev {
  background: url(../images/h-left.png) no-repeat center center;
}
#index-body .i-about .history .history-box .swiper-button-next {
  background: url(../images/h-right.png) no-repeat center center;
}
#index-body .i-category {
  background: url(../images/category-bgd.jpg) no-repeat;
  background-size: cover;
  padding: 190px 0;
  text-align: right;
}
#index-body .i-category .category-box {
  max-width: 1646px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
}
#index-body .i-category .category-box .left {
  background: url(../images/category-left.jpg) no-repeat;
  background-size: cover;
  width: 25%;
  display: flex;
  align-items: center;
  padding-left: 90px;
}
#index-body .i-category .category-box .left .content h2 {
  font-size: 35.68px;
  line-height: 1;
  color: #151d2b;
}
#index-body .i-category .category-box .left .content h3 {
  font-size: 23.79px;
  line-height: 1;
  color: #151d2b;
  font-weight: bold;
  position: relative;
  padding: 15px 0 20px;
}
#index-body .i-category .category-box .left .content h3::after {
  position: absolute;
  content: '';
  width: 84px;
  height: 5px;
  background: #13545a;
  bottom: -5px;
  left: 0;
}
#index-body .i-category .category-box .left .content a {
  display: inline-block;
  margin-top: 50px;
  font-size: 15.68px;
  color: #151d2b;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-category .category-box .left .content a:hover {
  color: #13545a;
}
#index-body .i-category .category-box .right {
  width: 75%;
}
#index-body .i-category .category-box .right .swiper-slide {
  display: flex;
  flex-direction: row;
  background: #13545a;
}
#index-body .i-category .category-box .right .swiper-slide .right-left a {
  display: block;
  overflow: hidden;
}
#index-body .i-category .category-box .right .swiper-slide .right-left a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-category .category-box .right .swiper-slide .right-left{
  width: 63.4%;
}
#index-body .i-category .category-box .right .swiper-slide .right-right {
  width: 36.6%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #13545a;
  padding: 0 15px;
}
#index-body .i-category .category-box .right .swiper-slide .right-right .text:hover p::after {
  width: 100%;
}
#index-body .i-category .category-box .right .swiper-slide .right-right .text h2 {
  font-size: 21.81px;
  color: #fff;
  font-weight: bold;
}
#index-body .i-category .category-box .right .swiper-slide .right-right .text p {
  font-size: 15.68px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 0;
  position: relative;
  display: inline-block;
}
#index-body .i-category .category-box .right .swiper-slide .right-right .text p::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-service {
  background: url(../images/service-bgd.jpg) no-repeat;
  background-size: cover;
  padding: 160px 0;
}
#index-body .i-service .top {
  padding-left: 35px;
}
#index-body .i-service .top h1 {
  font-size: 27.75px;
  color: #151d2b;
  line-height: 1;
  margin-bottom: 20px;
}
#index-body .i-service .top h1 span {
  font-weight: bold;
}
#index-body .i-service .top p {
  font-size: 15.86px;
  color: #010101;
}
#index-body .i-service .serviceBox {
  margin-top: 150px;
}
#index-body .i-service .serviceBox .swiper-slide {
  text-align: center;
}
#index-body .i-service .serviceBox .swiper-slide:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-service .serviceBox .swiper-slide img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-service .serviceBox .swiper-slide p {
  font-size: 17.84px;
  color: #000000;
  font-weight: bold;
  margin-top: 25px;
}
#index-body .i-advantage {
  background: url(../images/advantage.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0 115px;
  text-align: center;
}
#index-body .i-advantage h1 {
  font-size: 27.75px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 4px;
}
#index-body .i-advantage p {
  font-size: 15.86px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 45px;
}
#index-body .i-news {
  padding: 190px 0;
}
#index-body .i-news .news-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .i-news .news-box .left {
  width: 55%;
}
#index-body .i-news .news-box .left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#index-body .i-news .news-box .left .top h1 {
  font-size: 27.75px;
  color: #151d2b;
}
#index-body .i-news .news-box .left .top h1 span {
  font-weight: bold;
}
#index-body .i-news .news-box .left .top p a {
  margin-left: 8px;
  display: inline-block;
  padding: 0 40px;
  border: 1px solid #13545a;
  font-size: 17.84px;
  color: #13545a;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-news .news-box .left .top p a:hover {
  background: #13545a;
  color: #fff;
}
#index-body .i-news .news-box .left ul li {
  border-bottom: 1px solid #151d2b;
  margin-bottom: 20px;
}
#index-body .i-news .news-box .left ul li:last-child {
  border-bottom: none;
}
#index-body .i-news .news-box .left ul li h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#index-body .i-news .news-box .left ul li h2 a {
  font-size: 17.84px;
  color: #151d2b;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-news .news-box .left ul li h2 a:hover {
  color: #13545a;
}
#index-body .i-news .news-box .left ul li h2 span {
  font-size: 12.88px;
  font-weight: bold;
  color: #151d2b;
}
#index-body .i-news .news-box .left ul li p {
  font-size: 14.87px;
  color: #151d2b;
  line-height: 1.8;
  margin: 15px 0;
  max-width: 570px;
}
#index-body .i-news .news-box .right {
  width: 45%;
  padding-left: 20px;
  text-align: right;
}
.i-contact {
  position: absolute;
  z-index: 10;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.i-contact .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #151d2b;
  position: relative;
  padding: 13px 15px;
}
.i-contact .contact-box::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 100%;
  background: #151d2b;
  top: 0;
  right: 100%;
}
.i-contact .contact-box::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 100%;
  background: #151d2b;
  top: 0;
  left: 100%;
}
.i-contact .contact-box .form {
  display: flex;
  align-items: center;
}
.i-contact .contact-box .form p {
  font-size: 17.84px;
  color: #fff;
  margin-right: 25px;
}
.i-contact .contact-box .form form input[type="text"] {
  width: 200px;
  height: 44px;
  border: none;
  background: #fff;
  padding: 10px;
  margin-right: 5px;
}
.i-contact .contact-box .form form textarea {
  width: 630px;
  height: 44px;
  border: none;
  background: #fff;
  padding: 10px;
  line-height: 24px;
  font-family: 'microsoft yahei';
}
.i-contact .contact-box .form form input[type="submit"] {
  background: none;
  border: none;
  font-size: 17.84px;
  color: #fff;
  margin-left: 25px;
}
.i-contact .contact-box .form form input::-webkit-input-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form input::-moz-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form input:-moz-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form input:-ms-input-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form textarea::-webkit-input-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form textarea:-moz-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form textarea::-moz-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .form form textarea::-ms-input-placeholder {
  color: #323232;
  opacity: 0.5;
  font-size: 13.88px;
}
.i-contact .contact-box .c-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.i-contact .contact-box .c-icon i {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #fff;
}
.i-contact .contact-box .c-icon i:hover {
  color: #13545a;
}
#footer {
  position: relative;
  background-color: #13545a;
  z-index: 8;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer h2 {
  font-size: 17.84px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .top {
  padding: 145px 0 100px;
  background-color: #13545a;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content ul li {
  font-size: 13.88px;
  color: #fff;
  margin-bottom: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top .topBox .content ul li img{
  max-width: 70px;
  margin-right: 15px;
}
#footer .top .topBox .content ul li a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top .topBox .content ul li a:hover {
  color: #151d2b;
}
#footer .top .topBox .qr ul {
  text-align: center;
}
#footer .top .topBox .qr ul img {
  width: 150px;
  height: 150px;
}
#footer .bottom {
  padding: 10px 0;
  background: #151d2b;
}
#footer .bottom .bottom-box {
  display: flex;
}
#footer .bottom .bottom-box p {
  font-size: 13.88px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
}
#footer .bottom .bottom-box p a {
  display: flex;
  align-items: center;
  font-weight: 300;
}
#footer .bottom .bottom-box p img {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: auto;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1420px) {
  .container {
    width: 1230px;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 40px;
    margin: 10px 0 15px;
  }
  #banner .swiper-slide .content-box .content h5 {
    font-size: 25px;
  }
  #banner .pagination {
    bottom: 130px;
  }
  .i-contact .contact-box .form form input[type="text"] {
    width: 160px;
  }
  .i-contact .contact-box .form form textarea {
    width: 500px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .nav-box .h-logo img {
    width: 200px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 13px;
  }
  #header .nav .nav-box .menu-box .language > a {
    font-size: 13px;
  }
  #index-body .i-about {
    padding: 50px 0 100px;
  }
  #index-body .i-about .top .left h1 {
    font-size: 100px;
  }
  #index-body .i-about .top .left h2 {
    font-size: 14px;
  }
  #index-body .i-about .top .left p {
    font-size: 14px;
    margin: 5px 0;
  }
  #index-body .i-about .top .right {
    margin-left: 150px;
  }
  #index-body .i-about .top .content h2 {
    font-size: 30px;
  }
  #index-body .i-about .top .content h3 {
    font-size: 30px;
  }
  #index-body .i-about .history .history-box .swiper-slide p {
    font-size: 13px;
  }
  #index-body .i-category .category-box .left {
    padding-left: 50px;
  }
  #index-body .i-service {
    padding: 60px 0;
  }
  #index-body .i-advantage {
    padding: 60px 0 30px;
  }
  #index-body .i-news {
    padding: 60px 0;
  }
  #index-body .i-news .news-box .left .top p a {
    padding: 0 20px;
  }
  .i-contact .contact-box .form p {
    font-size: 14px;
    margin-right: 10px;
  }
  .i-contact .contact-box .form form input[type="text"] {
    width: 140px;
  }
  .i-contact .contact-box .form form textarea {
    width: 400px;
  }
  .i-contact .contact-box .form form input[type="submit"] {
    font-size: 14px;
    margin-left: 10px;
  }
  #footer .top {
    padding: 80px 0 50px;
  }
  #header .nav .nav-box .menu-box .menu > li{
    margin: 0 10px;
  }
  #index-body .i-about .top .right {
    margin-left: 0;
        max-width: 450px;
}
#index-body .i-about .top .right p{
  font-size: 16px;
}
#index-body .i-news .news-box .left ul li h2 a{
  font-size: 16px;
}#index-body .i-advantage p{
  font-size: 15px;
}
#footer .top .topBox .five{
  max-width: 250px;
}
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #banner .swiper-slide .content-box .content h5 {
    font-size: 16px;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 30px;
  }
  #banner .swiper-slide .content-box .content p {
    font-size: 12px;
  }
  #banner .pagination {
    bottom: 80px;
  }
  #index-body .i-about .top .left h1 {
    font-size: 70px;
  }
  #index-body .i-about .top {
    padding: 0 20px 0 20px;
  }
  #index-body .i-about .top .right {
    margin-left: 100px;
  }
  #index-body .i-about .top .content h2 {
    padding: 15px 0 10px;
  }
  #index-body .i-about {
    padding: 30px 0 60px;
  }
  #index-body .i-about .history {
    margin-top: 40px;
  }
  #index-body .i-category {
    padding: 80px 0;
  }
  #index-body .i-category .category-box .left {
    padding-left: 30px;
  }
  #index-body .i-category .category-box .left .content h2 {
    font-size: 25px;
  }
  #index-body .i-category .category-box .left .content h3 {
    font-size: 18px;
  }
  #index-body .i-service .serviceBox {
    margin-top: 80px;
  }
  #index-body .i-advantage p {
    font-size: 12px;
  }
  #index-body .i-advantage h1 {
    margin-bottom: 40px;
  }
  #index-body .i-news .news-box .left .top h1 {
    font-size: 20px;
  }
  #index-body .i-news .news-box .left .top p a {
    font-size: 14px;
  }
  #index-body .i-news .news-box .left ul li h2 a {
    font-size: 14px;
  }
  #index-body .i-news .news-box .left ul li p {
    font-size: 12px;
  }
  .i-contact .contact-box .form form textarea {
    width: 320px;
  }
  #footer .top .topBox .content.five img {
    width: 200px;
    height: auto;
  }
  #footer .top .topBox .content ul li {
    font-size: 12px;
  }
  #index-body .i-about .top .right{
    margin-left: 0;
    max-width: 350px;
  }#index-body .i-about .top .right p {
    font-size: 14px;
}#index-body .i-news .news-box .right{
  display: none;
}#index-body .i-news .news-box .left{
  width: 100%;
}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .pagination {
    bottom: 40px;
  }
  #banner .swiper-slide .content-box .content h5 {
    font-size: 12px;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 18px;
  }
  #banner .swiper-slide .content-box .content p {
    font-size: 12px;
    letter-spacing: 12px;
  }
  #index-body .i-about .top {
    padding: 0;
  }
  #index-body .i-about .top .left {
    padding: 30px 20px 5px;
  }
  #index-body .i-about .top .content h2 {
    font-size: 18px;
  }
  #index-body .i-about .top .content h3 {
    font-size: 18px;
  }
  #index-body .i-about .top .right {
    margin-left: 20px;
  }
  #index-body .i-about .top .right p {
    font-size: 12px;
  }
  #index-body .i-about .top .text {
    font-size: 12px;
    bottom: 25px;
    right: 0px;
  }
  #index-body .i-category .category-box .left .content h2 {
    font-size: 18px;
  }
  #index-body .i-category .category-box .left {
    padding-left: 15px;
  }
  #index-body .i-category .category-box .left .content a {
    margin-top: 15px;
    font-size: 12.68px;
  }
  #index-body .i-category .category-box .right .swiper-slide .right-right .text h2 {
    font-size: 12px;
  }
  #index-body .i-category .category-box .right .swiper-slide .right-right {
    padding: 0 20px;
  }
  #index-body .i-category .category-box .right .swiper-slide .right-right .text p {
    font-size: 12px;
  }
  #index-body .i-service .top {
    padding-left: 0;
  }
  #index-body .i-advantage h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #index-body .i-service .top p {
    font-size: 12px;
  }
  #index-body .i-service .serviceBox {
    margin-top: 40px;
  }
  #index-body .i-news .news-box .left {
    width: 100%;
  }
  #index-body .i-news .news-box .right {
    width: 100%;
    padding-left: 0;
  }
  .i-contact .contact-box .form {
    width: 100%;
    display: block;
  }
  .i-contact .contact-box .c-icon {
    width: 100%;
  }
  .i-contact .contact-box {
    flex-wrap: wrap;
  }
  .i-contact .contact-box .form form {
    padding: 10px 0;
  }
  .i-contact .contact-box .form form textarea {
    width: 220px;
  }
  .i-contact .contact-box {
    padding: 13px 15px;
  }
  .i-contact .contact-box .form form input[type="text"] {
    width: 110px;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .content.one {
    width: 100%;
  }
  #footer .top .topBox .content {
    margin-bottom: 20px;
  }
  #footer .i-contact{
    display: none;
  }
  #footer .top .topBox .content{
    display: none;
  }
  #footer .top .topBox .content.one{
    display: block;
  }
  #index-body .i-about .top .right{
    margin-left: 0;max-width: 220px;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .content-box .content{
    text-align: center;
  }
  #banner .pagination{
    display: none;
  }
  #index-body .i-category .category-box .left{
    display: none;
  }
  #index-body .i-category .category-box .right {
    width: 100%;
}#index-body .i-category{
  padding: 0;
}
#index-body .i-about .top{
  flex-wrap: wrap;
}
#index-body .i-about .top .right{
  max-width: 100%;
  margin-top: 25px;
}
#index-body .i-about .history .history-box{
      padding: 0 50px;
}
#footer .bottom .bottom-box{
  flex-wrap: wrap;
}
#footer .bottom .bottom-box p{
  text-align: center;
  justify-content: center;
  width: 100%;
}
#footer .bottom .bottom-box p img{
  margin-left: 0;
}







}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.inner-banner {
  height: 528px;
  background-size: cover;
  background-position: center center;
  padding-top: 250px;
  text-align: center;
}
.inner-banner h3 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.inner-banner .mbx {
  font-size: 15.68px;
  color: #fff;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.inner-page h2 {
  font-size: 24px;
}
.inner-page p {
  font-size: 16px;
  line-height: 1.8;
}
.inner-page p.p {
  font-size: 16px;
}
.inner-page img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.about-page .about-1 {
  padding: 40px 0;
}
.about-page .about-1 .about-1-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-1 .about-1-box .left {
  width: 50%;
  position: relative;
}
.about-page.quality-page .about-1 .about-1-box .left h1 {
  color: #13545a;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}
.about-page.quality-page .about-1 .about-1-box .left h1:after{
      position: absolute;
    content: '';
    width: 80%;
    height: 4px;
    background: #13545a;
    left: 0;
    bottom: 15px;
}
.about-page .about-1 .about-1-box .left h2 {
  position: absolute;
  background: #fff;
  left: 0;
  padding-right: 20px;
  top: 43px;
  color: #13545a;
}
.about-page .about-1 .about-1-box .left .content {
  padding: 50px 0 20px;
  /*border-top: 1px solid #333333;*/
  /*border-bottom: 1px solid #333333;*/
}
.about-page .about-1 .about-1-box .left .content p {
  line-height: 2;
  text-indent: 2em;
}
.about-page.quality-page .about-1 .about-1-box .left .content p{
  text-indent: 0;
}
.about-page .about-1 .about-1-box .right {
  width: 50%;
  text-align: right;
  padding-left: 10px;
}
.about-page .about-2 {
  background: #13545a;
  color: #fff;
}
.about-page .about-2 .top {
  text-align: center;
  padding: 60px 0 50px;
}
.about-page .about-2 .top h1 {
  margin-bottom: 25px;
}
.about-page .about-2 .top p {
  max-width: 750px;
  margin: 0 auto;
}
.about-page .about-2 .about-2-box .swiper-slide {
  position: relative;
}
.about-page .about-2 .about-2-box .swiper-slide:hover::after {
  opacity: 0;
}
.about-page .about-2 .about-2-box .swiper-slide::after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  top: 0;
  left: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-2 .about-2-box .swiper-slide img {
  position: relative;
  z-index: 1;
  width:100%;
}
.about-page .about-2 .about-2-box .swiper-slide .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-2 .about-2-box .swiper-slide .content h1 {
  margin-bottom: 15px;
}
.about-page .about-3 {
  padding: 115px 0 70px;
}
.about-page .about-3 .about-3-box {
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-3 .about-3-box .left {
  width: 50%;
  display: flex;
  align-items: center;
}
.about-page .about-3 .about-3-box .right {
  width: 50%;
}
.about-page .about-3 .about-3-box .right .content {
  padding-left: 40px;
}
.about-page .about-3 .about-3-box .right .content h1 {
  color: #13545a;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
}
.about-page .about-3 .about-3-box .right .content h1::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 4px;
  background: #13545a;
  left: 0;
  bottom: 15px;
}
.about-page .about-3 .about-3-box .right .content p.p {
  line-height: 2.2;
}
.about-page .about-3 .about-3-box .right .content p.p span {
  font-weight: bold;
  color: #13545a;
}
.about-page .about-4 {
  padding-bottom: 90px;
}
.about-page .about-4 h1 {
  color: #13545a;
  padding-bottom: 25px;
}
.about-page .about-4 .about-4-box .swiper-slide .about-4-box-img {
  padding: 10px;
  background: #13545a;
}
.about-page .about-4 .about-4-box .swiper-slide img {
  width: 100%;
}
.about-page .about-4 .about-4-box .swiper-slide p.p {
  margin-top: 5px;
  padding-left: 42px;
  position: relative;
  color: #202020;
}
.about-page .about-4 .about-4-box .swiper-slide p.p::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  background: #13545a;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about-page .about-5 {
  background: url(../images/about-5.jpg) no-repeat;
  background-size: cover;
  padding: 115px 0 130px;
}
.about-page .about-5 .about-5-box {
  display: flex;
  justify-content: center;
}
.about-page .about-5 .about-5-box .content {
  text-align: center;
  width: 1200px;
}
.about-page .about-5 .about-5-box .content h1 {
  color: #13545a;
  margin-bottom: 60px;
}
.about-page .about-5 .about-5-box .content ul li {
  width: 100%;
  position: relative;
  padding: 0 20px;
  height: 68px;
  border-radius: 65px;
  background: #fff;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  display: flex;
  align-items: center;
}
.about-page .about-5 .about-5-box .content ul li:hover {
  background: #13545a;
}
.about-page .about-5 .about-5-box .content ul li:hover p {
  color: #fff;
}
.about-page .about-5 .about-5-box .content ul li p {
  color: #13545a;
  text-align: left;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-5 .about-5-box .content ul li h3 {
  width: 55px;
  font-size: 22px;
  font-weight: bold;
  color: #13545a;
  position: absolute;
  right: 103%;
  top: 50%;
  transform: translateY(-50%);
}
.product-page .sidebar {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
  z-index: 10
}
.product-page .sidebar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 60px;
}
.product-page .sidebar ul li {
  width: 20%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.product-page .sidebar ul li a {
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background: #13545a;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.product-page .sidebar ul li img {
  margin-top: -3px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.product-page .sidebar ul li.active img {
  display: block;
  margin: 0 auto;
  margin-top: -3px;
}
.product-page .sidebar ul li .children{
  padding: 0;
  display: none;
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.product-page .sidebar ul li .children li{
  width: 100%;
  margin-bottom: 0;
}
.product-page .sidebar ul li .children li a{
  width: 100%;
  display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    background: #13545a;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .sidebar ul li .children li a:hover{
  background: #000;
}
.product-page .product-list {
  padding: 55px 0;
}
.product-page .product-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-page .product-list ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 50px;
}
.product-page .product-list ul li .product-img {
  overflow: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-list ul li .product-img:hover {
  border: 10px solid #42767a;
}
.product-page .product-list ul li .product-img a {
  display: block;
}
.product-page .product-list ul li .product-img a img {
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .product-list ul li .content {
  text-align: center;
}
.product-page .product-list ul li .content p {
  color: #2d2d2d;
  line-height: 1;
  margin: 15px 0 10px;
}
.product-page .product-list ul li .content a {
  display: inline-block;
  border-bottom: 1px solid #42767a;
  color: #42767a;
  font-size: 14px;
  line-height: 1;
}
.product-page .product-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.news-page {
  padding: 100px 0;
}
.news-page .news-page-box {
  padding: 0 35px;
}
.news-page .news-page-box .top {
  margin-bottom: 70px;
}
.news-page .news-page-box .top ul {
  display: flex;
  margin-bottom: 20px;
}
.news-page .news-page-box .top ul li {
  margin-right: 20px;
}
.news-page .news-page-box .top ul li a {
  display: inline-block;
  font-size: 30px;
  color: #13545a;
  opacity: 0.5;
}
.news-page .news-page-box .top ul li.active a {
  opacity: 1;
  font-weight: bold;
}
.news-page .news-page-box .news-list li {
  display: flex;
  flex-direction: row;
  background: #f4f4f4 !important;
  margin-bottom: 45px;
}
.news-page .news-page-box .news-list li .left {
  width: 21.5%;
  position: relative;
  min-width: 280px;
}
.news-page .news-page-box .news-list li .left .left-img {
  display: block;
  overflow: hidden;
}
.news-page .news-page-box .news-list li .left .left-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news-page .news-page-box .news-list li .left .left-img img {
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.news-page .news-page-box .news-list li .left .news-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: url(../images/news-time.png) no-repeat;
  background-size: 100% 100%;
  padding: 5px;
}
.news-page .news-page-box .news-list li .left .news-time h4 {
  font-size: 18px;
  color: #fff;
}
.news-page .news-page-box .news-list li .left .news-time .h4 {
  position: relative;
}
.news-page .news-page-box .news-list li .left .news-time .h4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20px;
  background: #fff;
  height: 1px;
}
.news-page .news-page-box .news-list li .right {
  width: 78.5%;
  padding: 30px 55px 10px;
}
.news-page .news-page-box .news-list li .right h5 {
  font-size: 28px;
  font-weight: bold;
  color: #42767a;
}
.news-page .news-page-box .news-list li .right p.p {
  color: #b0b0b0;
}
.news-page .news-page-box .news-list li .right .text {
  margin: 20px 0;
  line-height: 2;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-page-box .news-list li .right a {
  display: inline-block;
  padding-left: 55px;
  font-size: 14px;
  color: #42767a;
  position: relative;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.news-page .news-page-box .news-list li .right a::after {
  width: 48px;
  height: 1px;
  background: #42767a;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.publicity-page {
  padding: 110px 0 170px;
}
.publicity-page .top {
  margin-bottom: 70px;
}
.publicity-page .top h1 {
  color: #42767a;
  margin-bottom: 20px;
}
.publicity-page .publicity-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.publicity-page .publicity-box .left {
  width: 50%;
  padding-right: 35px;
}
.publicity-page .publicity-box .left .content {
  padding: 0 33px;
  position: relative;
}
.publicity-page .publicity-box .left .content:hover::after {
  background: #13545a;
  border: 1px solid #13545a;
}
.publicity-page .publicity-box .left .content:hover h1 {
  color: #fff;
}
.publicity-page .publicity-box .left .content:hover .publicity-img .play {
  opacity: 1;
}
.publicity-page .publicity-box .left .content::after {
  position: absolute;
  width: 100%;
  height: 50%;
  border: 1px solid #979ca0;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.publicity-page .publicity-box .left .content h1 {
  color: #000000;
  padding: 40px 0 30px;
  line-height: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.publicity-page .publicity-box .left .content .publicity-img {
  position: relative;
}
.publicity-page .publicity-box .left .content .publicity-img img {
  width: 100%;
}
.publicity-page .publicity-box .left .content .publicity-img .play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.6);
}
.publicity-page .publicity-box .left .content .publicity-img .play img {
  width: auto;
}
.publicity-page .publicity-box .right {
  width: 50%;
  padding-left: 35px;
}
.publicity-page .publicity-box .right .content {
  padding: 0 33px;
  position: relative;
}
.publicity-page .publicity-box .right .content:hover::after {
  background: #13545a;
  border: 1px solid #13545a;
}
.publicity-page .publicity-box .right .content:hover h1 {
  color: #fff;
}
.publicity-page .publicity-box .right .content:hover .publicity-img .play {
  opacity: 1;
}
.publicity-page .publicity-box .right .content::after {
  position: absolute;
  width: 100%;
  height: 50%;
  border: 1px solid #979ca0;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.publicity-page .publicity-box .right .content h1 {
  color: #000000;
  padding: 40px 0 30px;
  line-height: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-align: right;
}
.publicity-page .publicity-box .right .content .publicity-img {
  position: relative;
}
.publicity-page .publicity-box .right .content .publicity-img img {
  width: 100%;
}
.publicity-page .publicity-box .right .content .publicity-img .play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.6);
}
.publicity-page .publicity-box .right .content .publicity-img .play img {
  width: auto;
}
.case-page {
  padding: 110px 0;
}
.case-page .top {
  margin-bottom: 50px;
}
.case-page .top h1 {
  color: #42767a;
  margin-bottom: 20px;
}
.case-page .case-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.case-page .case-list ul li {
  width: 25%;
  position: relative;
  margin-bottom: 50px;
  padding: 0 5px;
}
.case-page .case-list ul li .case-img {
  position: relative;
}
.case-page .case-list ul li .case-img:hover h3::after {
  width: 100%;
}
.case-page .case-list ul li .case-img a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.case-page .case-list ul li .case-img a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case-page .case-list ul li .case-img a img {
  width: 100%;
}
.case-page .case-list ul li .case-img h3 {
  width: 60%;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(19, 84, 90, 0.8);
  z-index: 2;
}
.honour-page {
  padding: 110px 0;
}
.honour-page .item {
  margin-bottom: 120px;
}
.honour-page .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.honour-page .item .top h1 {
  color: #13545a;
}
.honour-page .item .swiper-slide {
  border: 15px solid #13545a;
}
.honour-page .item .swiper-slide a {
  display: block;
  overflow: hidden;
}
.honour-page .item .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.honour-page .item .swiper-slide a img {
  width: 100%;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #13545a none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span{
  background: #13545a none repeat scroll 0 0;
    color: #fff;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #13545a !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: 55%;
    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: 45%;
    padding-left: 15px;
}
.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: #13545a 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;
}
.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;
}
.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: #13545a;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page.prodet-page {
    background-color: #f5f5f5;
    padding-top: 0px;
}

.inner-page.prodet-page .bread-crumbs {
    text-transform: uppercase;
    color: #fff;
    background-color: #be1f2b;
    padding: 1rem 0;
}

.inner-page.prodet-page .page-box {
    padding: 5.5rem 0;
}

.inner-page.prodet-page .page-box .grid {
    font-size: 0;
}

.inner-page.prodet-page .page-box .grid .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 2rem 0 0;
    text-align: center;
}

.inner-page.prodet-page .page-box .grid .left h4{
      font-size: 25px;
    color: #000;
    font-weight: bold;
}

.inner-page.prodet-page .page-box .grid .left .l {
    display: inline-block;
    vertical-align: top;
    width: 28%;
}

.inner-page.prodet-page .page-box .grid .left .l ul li {
    padding: 0.5rem 2rem 1rem 0.5rem;
}

.inner-page.prodet-page .page-box .grid .left .l ul li a {
    position: relative;
    display: block;
    box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 1rem 2rem;
}

.inner-page.prodet-page .page-box .grid .left .l ul li a img {
    display: block;
    margin: auto;
}

.inner-page.prodet-page .page-box .grid .left .l ul li.active a::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 15px 0 15px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    /*é€æ˜Ž é€æ˜Ž é€æ˜Ž ç°*/
}

.inner-page.prodet-page .page-box .grid .left .r {
    display: inline-block;
    vertical-align: top;
    width: 72%;
}

.inner-page.prodet-page .page-box .grid .left .r a {
    display: block;
    text-align: center;
    box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 2rem 2rem;
}

.inner-page.prodet-page .page-box .grid .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 3rem;
}

.inner-page.prodet-page .page-box .grid .right .text h4 {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #231815;
    margin-bottom: 1rem;
}

.inner-page.prodet-page .page-box .grid .right .text .con {
    font-size: 0.8rem;
}
.inner-page.prodet-page .page-box .grid .right .text .con h5{
      font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    color: #000
}
.inner-page.prodet-page .page-box .grid .right .text .con strong{
  color: inherit;
  font-size: 24px;
  font-weight: 900;
  font-family: inherit;
  line-height: 60px;
  font-style: inherit;
}
.inner-page.prodet-page .page-box .grid .right .text .more a {
    display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #13545a;
    padding: 10px 22px 8px;
    margin: 2.5rem 0 2rem;
}

.inner-page.prodet-page .page-box .grid .right ul li {
    padding: 0.5rem 0.5rem 1rem;
}

.inner-page.prodet-page .page-box .grid .right ul li a {
    position: relative;
    display: block;
    box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 1rem 2rem;
}

.inner-page.prodet-page .page-box .grid .right ul li a img {
    display: block;
    margin: auto;
}
.page-list {
    background-color: #f5f5f5;
}
.page-list ul{
   display: flex;
   align-items: center;
   justify-content: center;
}
.page-list ul li a:hover{
  background: #13545a;
  color: #fff;
}
.page-list ul li a{
  padding: 15px 30px;
  margin: 0 10px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  transition: .5s;
}
.inner-page.news-page .page-box {
    padding: 3rem 0;
}

.inner-page.news-page .page-box .container>h3 {
    font-size: 2rem;
    text-align: center;
}

.inner-page.news-page .page-box .container>.date {
    text-align: center;
    padding: 1rem 0;
}

.inner-page.news-page .page-box .container>.date span {
    display: inline-block;
    font-size: 0.8rem;
}

.inner-page.news-page .page-box .container>.con {
    font-size: 0.8rem;
    padding: 1rem 0;
}
.inner-page.news-page .page-box .container>.con img{
  display: inline-block;
  margin: 15px 0;
}

.inner-page.news-page .page-box ul li {
    padding: 4rem 0;
    border-bottom: 2px solid #f5f5f5;
}

.inner-page.news-page .page-box ul li:last-child {
    border-bottom: none;
}

.inner-page.news-page .page-box .grid {
    font-size: 0;
}

.inner-page.news-page .page-box .grid .left {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    padding: 0 2rem;
}

.inner-page.news-page .page-box .grid .left .ig a {
    display: block;
    box-shadow: 0 0 0 8px rgba(46, 76, 105, .6) inset;
}

.inner-page.news-page .page-box .grid .left .ig a img {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
}

.inner-page.news-page .page-box .grid .left .ig a .date {
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #be1f2b;
    padding: 2px 4px;
}

.inner-page.news-page .page-box .grid .left .ig a .date::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    height: 1px;
    background-color: #fff;
    width: 30px;
    text-align: center;
}

.inner-page.news-page .page-box .grid .left .ig a .date .bottom {
    text-align: right;
}

.inner-page.news-page .page-box .grid .right {
    display: inline-block;
    vertical-align: middle;
    width: 62%;
    padding: 0 2rem;
}

.inner-page.news-page .page-box .grid .right .text {
    font-size: 0.8rem;
    color: #1a1b1c;
}

.inner-page.news-page .page-box .grid .right .text h4 {
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
}

.inner-page.news-page .page-box .grid .right .text h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 6rem;
    background-color: #2e4c69;
}

.inner-page.news-page .page-box .grid .right .text .con {
    padding: 1.5rem 0;
}

.inner-page.news-page .page-box .grid .right .text .more a {
    color: #fff;
    background-color: #be1f2b;
    border-radius: 20px;
    padding: 3px 40px;
}
.service-page {
  padding: 105px 0 125px;
  background: url(../images/serviceBgd.jpg) no-repeat;
  background-position: 0 380px;
}
.service-page .service-title {
  text-align: center;
}
.service-page .service-title h1 {
  color: #13545a;
  margin-bottom: 15px;
}
.service-page .service-title ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-page .service-title ul li {
  padding: 0 30px;
  width: 33.3333%;
  position: relative;
}
.service-page .service-title ul li img{
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.service-page .service-title ul li:hover img{
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
-webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
-moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
-ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
-o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.service-page .service-title ul li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: #d4d4d4;
  right: 0;
  content: "";
}
.service-page .service-title ul li:last-child::after {
  display: none;
}
.service-page .service-title ul li h4{
      padding-top: 25px;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    color: #00575a;
}
.service-page .service-title ul li p{
      padding-top: 10px;
    font-size: 14px;
    color: #595757;
    margin: 0 auto;
    max-width: 200px;
}
.service-page .service-list {
  margin: 70px 0 100px;
}
.service-page .service-list .service-item {
  position: relative;
}
.service-page .service-list .service-item .item-img {
  right: 100%;
  bottom: -20px;
}
.service-page .service-list .service-item img {
  filter: gray;
  filter: grayscale(100%);
}
.service-page .service-list .service-item h3 {
  font-size: 60px;
  line-height: 0.5;
  color: #13545a;
  margin-right: 10px;
}
.service-page .service-list .service-item h1 {
  font-weight: normal;
  color: #333333;
  margin-bottom: 10px;
}
.service-page .service-list .service-item p.p {
  color: #666666;
  line-height: 1.5;
}
.service-page .service-list .service-item .service-text {
  max-width: 650px;
}
.service-page .service-list .service-item .service-text .service-text-item {
  display: flex;
  margin-bottom: 45px;
}
.service-page .service-list .service-item1 {
  display: flex;
  align-items: center;
}
.service-page .service-list .service-item1 .service-text {
  margin-left: 50px;
}
.service-page .service-list .service-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-page .service-list .service-item2 .service-text {
  margin-left: 130px;
}
.service-page .service-contact h1 {
  text-align: center;
  color: #13545a;
  margin-bottom: 55px;
}
.service-page .service-contact .tel {
  background: url(../images/service-contact-box.png) no-repeat;
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.service-page .service-contact .tel .box {
  width: 73%;
  padding: 35px;
}
.service-page .service-contact .tel .box ul {
  display: flex;
  justify-content: space-between;
}
.service-page .service-contact .tel .box ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666666;
}
.service-page .service-contact .tel .box ul li span {
  color: #13545a;
}
.service-page .service-contact .tel .box ul li img {
  margin-right: 10px;
}
.service-page .service-contact .tel .box .ul {
  padding-bottom: 25px;
}
.service-page .service-contact .tel .box .ul1 {
  padding-top: 25px;
}
.vision-page {
  padding: 155px 0 200px;
}
.vision-page .top h4 {
  font-size: 36px;
  line-height: 1;
  color: #13545a;
  font-weight: bold;
}
.vision-page .top h2 {
  font-size: 48px;
  line-height: 1;
  color: #000000;
  padding: 25px 0 20px;
  position: relative;
}
.vision-page .top h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #13545a;
  left: 0;
  bottom: 0;
}
.vision-page .vision-box {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vision-page .vision-box .left {
  width: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 92px 30px 82px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.vision-page .vision-box .left::after {
  position: absolute;
  content: "";
  width: 95px;
  height: 100%;
  background: rgba(19, 84, 90, 0.4);
  top: 0;
  left: 100%;
}
.vision-page .vision-box .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  text-indent: 2em;
}
.vision-page .vision-box .right {
  width: 50%;
}
.vision-page .vision-box .right img {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.jobs-page .jobs-1 {
  padding: 100px 0;
}
.jobs-page .jobs-1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobs-page .jobs-1 .container .jobs-box {
  position: relative;
}
.jobs-page .jobs-1 .container .jobs-box .jobs-img {
  left: 0;
  position: absolute;
  top: 0;
}
.jobs-page .jobs-1 .container .jobs-box .content {
  padding-left: 90px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.jobs-page .jobs-1 .container .jobs-box .content span {
  display: block;
  border-bottom: 1px dashed #483b33;
  font-size: 36px;
  line-height: 1;
  color: #13545a;
  font-weight: 600;
  padding: 10px 0 25px;
}
.jobs-page .jobs-1 .container .jobs-box .content h5 {
  font-size: 20px;
  line-height: 1;
  color: #483b33;
  margin-bottom: 15px;
  padding-top: 25px;
}
.jobs-page .jobs-1 .container .jobs-box .content p {
  font-size: 16px;
  color: #483b33;
  line-height: 1.5;
      padding-top: 15px;
      line-height: 30px;
}
.jobs-page .jobs-1 .container .left {
  width: 33.333%;
}
.jobs-page .jobs-1 .container .centre {
  width: 31%;
  text-align: center;
  display: flex;
  align-items: center;
}
.jobs-page .jobs-1 .container .right {
  width: 33.333%;
}
.jobs-page .jobs-2 {
  margin-bottom: 50px;
}
.jobs-page .jobs-3 {
  padding: 100px 0;
  background: url(../images/jobs-3-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.jobs-page .jobs-3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1660px;
  margin: 80px auto 0;
}
.jobs-page .jobs-3 ul li {
  width: 24%;
}
.jobs-page .jobs-3 ul li .content {
  display: block;
  background: #fff;
  padding: 40px 30px 30px;
  position: relative;
}
.jobs-page .jobs-3 ul li .content h4 {
  margin-bottom: 17px;
  line-height: 34px;
  font-size: 22px;
  color: #000;
}
.jobs-page .jobs-3 ul li .content .jobl-tt {
  display: block;
  width: 44px;
  height: 2px;
  background: #13545a;
  margin-bottom: 30px;
}
.jobs-page .jobs-3 ul li .content .jobl-td {
  line-height: 2;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.jobs-page .jobs-3 ul li .content .jobl-text {
  margin-bottom: 14px;
  line-height: 2.2;
  font-size: 13px;
  color: #666;
  min-height: 260px;
overflow: auto;
}
.jobs-page .jobs-3 ul li .content .jobl-text div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.jobs-page .jobs-3 ul li .content .jobl-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.jobs-page .jobs-3 ul li .content .jobl-text strong {
  color: inherit;
  font-size: inherit;
  font-weight: 900;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.jobs-page .jobs-3 ul li .joblnkt {
  display: block;
  margin: 0 11px;
  background: #d9e6f0;
  height: 7px;
}
.jobs-page .jobs-4 {
  background: url(../images/jobs-4-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 106px 0 132px;
  text-align: center;
}
.jobs-page .jobs-4 h2 {
  margin-bottom: 3px;
  line-height: 1.5;
  font-size: 30px;
  color: #000;
}
.jobs-page .jobs-4 h4 {
  margin-bottom: 28px;
  line-height: 1.8;
  font-size: 20px;
  color: #000;
}
.jobs-page .jobs-4 img {
  display: block;
  margin: 0 auto 53px;
}
.jobs-page .jobs-4 p {
  line-height: 2.2;
  font-size: 16px;
  color: #4b4b4b;
  margin: 0 auto;
  max-width: 766px;
}
.jobs-page .jobs-5 {
  padding: 100px 0 150px;
}
.jobs-page .jobs-5 h3 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
      text-align: center;
}
.jobs-page .jobs-5 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 20px;
      text-align: center;
}
.jobs-page .jobs-5 form {
  margin-top: 35px;
}
.jobs-page .jobs-5 form ul {
  margin: -10px -45px;
}
.jobs-page .jobs-5 form ul li {
  padding: 10px 45px;
}
.jobs-page .jobs-5 form ul li label {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.jobs-page .jobs-5 form ul li input,
.jobs-page .jobs-5 form ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.jobs-page .jobs-5 form ul li input:focus,
.jobs-page .jobs-5 form ul li textarea:focus {
  border-color: #13545a;
}
.jobs-page .jobs-5 form ul li textarea {
  height: 180px;
}
.jobs-page .jobs-5 form ul li input[type="submit"] {
  margin-top: 30px;
  background: #13545a;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.jobs-page .jobs-5 form ul li input[type="submit"]:hover {
  background: #000;
}
.jobs-page .jobs-5 form ul li.wid-100 {
  width: 100%;
}
.jobs-page.service-page {
  padding: 0;
  background: none;
}
.quality-page .quality-1 {
  padding-top: 100px;
}
.quality-page .quality-1 .service-title {
  margin-bottom: 0;
}
.quality-page .service-title {
  margin-bottom: 100px;
}
.quality-page .about-3 {
  padding: 115px 0 0;
}
.quality-page .quality-2 {
  text-align: center;
  padding-bottom: 100px;
}.about-page.service-page {
  padding: 0;
  background: none;
}

.inner-page .form ul li input::-webkit-input-placeholder{ 
           font-size: 14px;
  line-height: 1;
  color: #666666;
          }   
          .inner-page .form ul li input::-moz-input-placeholder{ 
            font-size: 14px;
  line-height: 1;
  color: #666666;
          } 
          .inner-page .form ul li input::-moz-placeholder {
           font-size: 14px;
  line-height: 1;
  color: #666666;
          }
          .inner-page .form ul li input::-ms-input-placeholder{
           font-size: 14px;
  line-height: 1;
  color: #666666;
          }
.inner-page .form ul li textarea::-webkit-input-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
          }
          .inner-page .form ul li textarea:-moz-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
          }
          .inner-page .form ul li textarea::-moz-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
          }
          .inner-page .form ul li textarea::-ms-input-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
          }
@media screen and (max-width:1660px){
  .jobs-page .jobs-3 ul{
  max-width: 1420px;
}
}
@media screen and (max-width:1420px){
.inner-page p{
  font-size: 15px;
}
.inner-page p.p {
    font-size: 15px;
}
.service-page .service-contact .tel .box{
      width: 70%;
}.jobs-page .jobs-3 ul{
  max-width: 1230px;
}.inner-page.prodet-page .page-box .grid .left .r{
  width: 100%;
}


}
@media screen and (max-width:1230px){
.vision-page .vision-box .left p{
  font-size: 14px;
}
.vision-page {
    padding: 100px 0;
}
.case-page .case-list ul li{
  width: 33.3333%;
}
.service-page .service-contact .tel .box {
    width: 100%;
}
.jobs-page .jobs-3 ul{
  max-width: 970px;
}.jobs-page .jobs-3 ul li {
    width: 49%;
}





}
@media screen and (max-width:970px){
.about-page .about-1 .about-1-box .left {
    width: 100%;
    position: relative;
}
.about-page .about-1 .about-1-box .right{
  display: none;
}
.about-page .about-3 .about-3-box .right {
    width: 100%;
}
.about-page .about-3 .about-3-box .right .content {
    padding-left: 0;
}.about-page .about-3 .about-3-box .left{
  display: none;
}.inner-banner{
      height: 300px;padding-top: 100px;
}
.inner-banner h3{
  font-size: 35px;
}.inner-banner .mbx{
  font-size: 15px;
}
.vision-page .vision-box .left{
  width: 100%;
}
.vision-page .vision-box .right{
  display: none;
}
.vision-page .vision-box .left::after{
  display: none;
}
.vision-page .vision-box .left p {
    font-size: 16px;
}
.vision-page .vision-box .left{
      padding: 50px 20px;
}.service-page .service-list .service-item img{
  display: none;
}
.service-page .service-list .service-item1 .service-text{
  margin-left: 0;
}.service-page .service-list .service-item2 .service-text{
  margin-left: 0;
}
.service-page .service-contact{
  display: none;
}.service-page .service-title ul li h4{
  font-size: 18px;
}.contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
}.contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}
.jobs-page .jobs-3 ul{
  max-width: 768px;
}
.jobs-page .jobs-1 .container .centre{
  display: none
}
.jobs-page .jobs-1 .container .left{
  width: 48%
}
.jobs-page .jobs-1 .container .right{
  width: 48%
}
.product-page .product-list ul li{
  width: 33.3333%;
}.product-page .sidebar{
  padding: 30px 0;
}.inner-page.prodet-page .page-box .grid .left{
  width: 100%;
  padding: 0;
}.inner-page.prodet-page .page-box .grid .right{
  width: 100%;
  padding: 0;
  margin-top: 40px;
}

}
@media screen and (max-width:768px){
.inner-banner h3 {
    font-size: 24px;
}.inner-banner .mbx {
    font-size: 14px;
}
.inner-banner {
    height: 200px;
    padding-top: 60px;
}
.inner-page h1{
  font-size: 24px;
}
.inner-page h2 {
    font-size: 20px;
}
.vision-page .top h2{
  font-size: 24px;
}
.about-page .about-5 .about-5-box .content ul li{
  height: auto;;
}
.publicity-page .publicity-box .left {
    width: 100%;
    padding-right: 0;
}.publicity-page .publicity-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
}
.case-page .case-list ul li {
    width: 50%;
}.news-page .news-page-box .news-list li .right{
  padding: 10px 20px;
}.news-page .news-page-box .news-list li .left{
  min-width: 210px;
}.news-page .news-page-box{
  padding: 0;
}
.inner-page.news-page .page-box .container>h3{
  font-size: 24px;
}
.inner-page.news-page .page-box .container>.con section{
  width: 100% !important;
}.service-page .service-list .service-item h3{
  font-size: 35px;
}
.contact-page .contact-2 .left .form{
  padding: 20px;
}
.jobs-page .jobs-3 ul{
  max-width: 100%;
}
.jobs-page .jobs-3 ul li{
  width: 100%;
}
.jobs-page .jobs-3 ul li .content .jobl-text{
      min-height: auto;
}.jobs-page .jobs-1 .container .left {
    width: 100%;
}.jobs-page .jobs-1 .container .right {
    width: 100%;
}.product-page .product-list ul li{
  width: 50%;
}
.product-page .sidebar ul{
  padding: 0;
}.inner-page.prodet-page .page-box .grid .left .r a{
  padding: 15px;
}

}
@media screen and (max-width:500px){
.about-page .about-1 .about-1-box .left h2{
  top: 73px;
}.about-page .about-1 .about-1-box .left h1{
  line-height: 1.4;
}
.about-page .about-2 .top p{
  padding: 0 15px;
}
.vision-page .top h2 {
    font-size: 20px;
}
.publicity-page .publicity-box .left .content{
  padding: 0 15px;
}
.publicity-page .publicity-box .right .content {
    padding: 0 15px;
    position: relative;
}
.honour-page .item .top img{
  max-width: 150px;
}
.case-page .case-list ul li {
    width: 100%;
}.news-page .news-page-box .news-list li{
  flex-wrap: wrap;
}
.news-page .news-page-box .news-list li .left{
  width: 100%;
}.news-page .news-page-box .news-list li .right {
    padding: 20px 15px;
    width: 100%;
}
.news-page .news-page-box .news-list li .right a{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.service-page .service-title ul li{
  width: 100%;
  margin-bottom: 20px;
}.contact-page .contact-2 .right ul li{
  width: 100%;
}
.contact-page .contact-2 .left .form{
  padding: 15px;
}
.inner-page .form ul li{
  width: 100%;
}
.jobs-page .jobs-5 form ul li{
  width: 100% !important;
}
.jobs-page .jobs-4 h4{
  font-size: 16px;
}.product-page .product-list ul li{
  width: 100%;
}.product-page .sidebar{
  display: none;
}.inner-page.prodet-page .page-box .grid .left .r a{
  padding: 10px;
}
.about-page .about-1 .about-1-box .left .content{
      padding: 70px 0 20px;
}

}