@font-face {
  font-family: 'GothamProNarrow-Medium';
  src: url(../fonts/GothamProNarrow-Medium.ttf) format('truetype'), url(../fonts/GothamProNarrow-Medium.eot) format('eot'), url(../fonts/GothamProNarrow-Medium.woff) format('woff'), url(../fonts/GothamProNarrow-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'GothamRounded-Light';
  src: url(../fonts/GothamRounded-Light.ttf) format('truetype'), url(../fonts/GothamRounded-Light.eot) format('eot'), url(../fonts/GothamRounded-Light.woff) format('woff'), url(../fonts/GothamRounded-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url(../fonts/GothamRounded-Medium.ttf) format('truetype'), url(../fonts/GothamRounded-Medium.eot) format('eot'), url(../fonts/GothamRounded-Medium.woff) format('woff'), url(../fonts/GothamRounded-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Gotham-XLight';
  src: url(../fonts/Gotham-XLight.ttf) format('truetype'), url(../fonts/Gotham-XLight.eot) format('eot'), url(../fonts/Gotham-XLight.woff) format('woff'), url(../fonts/Gotham-XLight.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@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');
}
body {
  font-family: "Poppins-Light";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1480px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  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;
  max-width: 1815px;
  padding-right: 15px;
}
#header .nav .ui.menu .logo {
  width: 20%;
  height: 115px;
  line-height: 115px;
  text-align: center;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  background-color: #ca0013;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'GothamRounded-Light';
  color: #ca0013;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 15px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  border-bottom: 2px solid #ca0013;
  width: 0;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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 ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
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;
  word-break: normal;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.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;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

}
.hover-language .zhuyu {
  display: block;
  width: 55px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ca0013;
  font-size: 20px;
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #000000;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
@-webkit-keyframes rotate {
  from {
    stroke-dashoffset: 126px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
@-moz-keyframes rotate {
  from {
    stroke-dashoffset: 126px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
@keyframes rotate {
  from {
    stroke-dashoffset: 126px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 84%;
  left: 8%;
  bottom: 10%;
}
#banner .left {
  max-width: 700px;
  margin-left: auto;
  position: relative;
}
#banner h2 {
  font-size: 42px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'GothamProNarrow-Medium';
}
#banner h2 small {
  margin: 20px 0 10px;
  font-size: 20px;
  display: block;
  font-family: 'Poppins-Light';
}
#banner p {
  position: absolute;
  right: -60px;
  top: -60px;
}
#banner a.link {
  font-size: 0;
  width: 130px;
  height: 130px;
  line-height: 128px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner a.link svg {
  vertical-align: middle;
}
#banner a.link:hover {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#banner .slick-dots {
  position: absolute;
  left: 5%;
  bottom: 10%;
  font-size: 0;
}
#banner .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  position: relative;
}
#banner .slick-dots li svg {
  opacity: 0;
}
#banner .slick-dots li.slick-active svg {
  opacity: 1;
}
#banner .slick-dots li.slick-active .progress {
  -webkit-animation: rotate 5500ms linear both;
  -moz-animation: rotate 5500ms linear both;
  animation: rotate 5500ms linear both;
}
#banner .slick-dots li.slick-active .dot {
  background-color: #ca0013;
}
#banner .slick-dots .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #FFFFFF;
}
.baseTit .Tag {
  color: #646464;
  font-family: 'GothamProNarrow-Medium';
}
.baseTit .Tag.wc {
  color: #FFFFFF;
}
.baseTit .Tit {
  font-size: 60px;
  font-family: 'GothamProNarrow-Medium';
}
.baseTit .Tit span {
  color: #ca0013;
}
.i-category {
  padding: 120px 0 70px;
  overflow: hidden;
}
.i-category .list {
  margin-top: 60px;
}
.i-category .list ul {
  margin: -15px;
}
.i-category .list li {
  padding: 15px;
  width: 16.66%;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-category .list li.active {
  width: 33.33%;
}
.i-category .list li.active .img::after {
  opacity: 1;
}
.i-category .list li.active .content .tag {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-category .list li.active .content .name {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-category .list li.active .content .btns {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-category .list li .img {
  height: 670px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto 100%;
}
.i-category .list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/category-mask.png);
  background-size: auto 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.i-category .list li .content {
  width: 80%;
  left: 10%;
  bottom: 10%;
}
.i-category .list li .content .tag {
  color: #FFFFFF;
  font-family: 'GothamProNarrow-Medium';
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.i-category .list li .content .name {
  font-size: 46.62px;
  color: #FFFFFF;
  font-family: 'GothamProNarrow-Medium';
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.i-category .list li .content .btns {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.i-category .list li .content a.link {
  display: inline-block;
  color: #FFFFFF;
  border-bottom: 1px solid currentColor;
  font-family: 'Gotham-XLight';
}
@-webkit-keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes sh {
  0% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -moz-transform: none;
    transform: none;
  }
}
@keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.our-product {
  padding: 70px 0 0;
  overflow: hidden;
}
.our-product .category li {
  margin: 0 25px;
  width: auto;
  color: #707070;
  padding-top: 25px;
  padding-left: 20px;
}
.our-product .category li i {
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.our-product .category li a {
  font-size: 21.71px;
  text-transform: uppercase;
  font-family: 'GothamProNarrow-Medium';
}
.our-product .category li.active {
  color: #ca0013;
}
.our-product .category li.active i {
  opacity: 1;
}
.our-product .projects {
  margin-top: 80px;
  position: relative;
}
.our-product .projects .slick-list {
  overflow: visible;
}
.our-product .projects .item {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.our-product .projects .item.active {
  opacity: 1;
  position: static;
  visibility: visible;
  -webkit-animation-name: sh;
  -moz-animation-name: sh;
  animation-name: sh;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list li {
  padding: 15px;
  text-align: center;
}
.our-product .list li .img {
  margin-bottom: 15px;
}
.our-product .list li .cate {
  font-size: 21.71px;
  text-transform: uppercase;
  font-family: 'GothamProNarrow-Medium';
}
.our-product .list li .name {
  font-size: 21.71px;
  color: #666666;
  font-family: 'GothamRounded-Medium';
}
.our-product .dots {
  position: relative;
}
.our-product .dots::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #d4d4d4;
}
.our-product .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.our-product .dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid transparent;
}
.our-product .dots li button {
  display: none;
}
.our-product .dots li.slick-active {
  border-color: #000000;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.about-fixed-box {
  height: 200vh;
}
.our-about {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 180px 0 150px;
}
.our-about .play {
  cursor: pointer;
  cursor: hand;
}
.our-about .play .icon {
  width: 43px;
  height: 43px;
  margin: auto;
  border-radius: 50%;
  position: relative;
}
.our-about .play .icon::before,
.our-about .play .icon::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(202, 0, 19, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .play .icon::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.our-about .play p {
  margin-top: 30px;
}
.our-about .left {
  width: 53%;
}
.our-about .left .text {
  color: #8d8d8d;
  margin-top: 24px;
}
.our-about .left .btns {
  margin-top: 50px;
}
.our-about .left .btns > div {
  display: inline-block;
  vertical-align: top;
}
.our-about .left .btns > div + div {
  margin-left: 40px;
}
.our-about .right {
  width: 27%;
}
.our-about .right li + li {
  margin-top: 24px;
}
.our-about .right li p {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(101, 101, 101, 0.24);
}
.our-about .right li .num {
  font-size: 62.89px;
  font-family: 'GothamProNarrow-Medium';
}
.i-map {
  position: relative;
}
.i-map li {
  position: absolute;
}
.i-map li:nth-of-type(1) {
  left: 17.3%;
  top: 42.6%;
}
.i-map li:nth-of-type(2) {
  left: 37.5%;
  top: 39.6%;
}
.i-map li:nth-of-type(3) {
  left: 40%;
  top: 14%;
}
.i-map li:nth-of-type(4) {
  left: 63.5%;
  top: 18%;
}
.i-map li:nth-of-type(5) {
  left: 73.5%;
  top: 10%;
}
.i-map li .icon {
  position: relative;
  z-index: 1;
}
.i-map li .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -webkit-calc(50% - 50px);
  left: -moz-calc(50% - 50px);
  left: calc(50% - 50px);
  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  width: 100px;
  height: 100px;
  background-color: #ca0013;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-map li .icon:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .13;
}
.baseBtn {
  height: 80px;
  line-height: 80px;
  color: #FFFFFF;
  background-color: #ca0013;
  display: inline-block;
  border-radius: 40px;
  font-size: 0;
  padding-left: 40px;
  padding-right: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.baseBtn span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  letter-spacing: 1px;
}
.baseBtn i {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
.baseBtn:hover {
  background-color: #000000;
}
.xian {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
}
.xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  bottom: 0;
}
.pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-advantage .mid .cirBox .imgBox .photo,
.i-advantage .mid .cirBox,
.i-advantage .r3 .bg .photo,
.photo .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wc {
  color: #FFFFFF;
}
.rc {
  color: #ca0013;
}
.f-14 {
  font-size: .98vw;
}
.i-advantage {
  padding-top: 6.5vw;
  padding-bottom: 7.82vw;
  position: relative;
  overflow: hidden;
}
.i-advantage .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.i-advantage .baseTit {
  margin-bottom: 4.17vw;
}
.i-advantage .baseTit .Tag {
  color: #FFFFFF;
}
.i-advantage .mid {
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.i-advantage .mid .cirBox {
  overflow: hidden;
}
.i-advantage .mid .cirBox #cirLine,
.i-advantage .mid .cirBox .imgBox {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.i-advantage .mid .cirBox #cirLine,
.i-advantage .mid .cirBox .imgBox {
  left: 0;
  right: 0;
}
.i-advantage .mid .cirBox #cirLine {
  width: 96%;
  height: 96%;
}
.i-advantage .mid .cirBox #cirLine .st {
  fill: #ca0013;
}
.i-advantage .mid .cirBox .dotItems {
  width: 0;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  height: 48%;
  position: absolute;
  bottom: 50%;
  left: 50%;
}
.i-advantage .mid .cirBox .dotItems .dot {
  height: -webkit-calc(100% + 7px);
  height: -moz-calc(100% + 7px);
  height: calc(100% + 7px);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  position: absolute;
  top: -7px;
  left: 0;
}
.i-advantage .mid .cirBox .dotItems .dot span {
  width: 17px;
  height: 17px;
  background: #ca0013;
  border-radius: 50%;
  -webkit-transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.i-advantage .mid .cirBox .dotItems .dot.on {
  opacity: 0;
}
.i-advantage .mid .cirBox .dotItems .dot.mc span {
  border-color: #9fb935;
}
.i-advantage .mid .cirBox .dotItems .dot.oc span {
  border-color: #ffc973;
}
.i-advantage .mid .cirBox .dotItems .dot.wc span {
  border-color: #fff;
}
.i-advantage .mid .cirBox .dotItems .dot.rc span {
  border-color: #ca0013;
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(4) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(4) span {
  -webkit-transform: translate(-50%) rotate(-45deg);
  -moz-transform: translate(-50%) rotate(-45deg);
  -ms-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(5) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(5) span {
  -webkit-transform: translate(-50%) rotate(-90deg);
  -moz-transform: translate(-50%) rotate(-90deg);
  -ms-transform: translate(-50%) rotate(-90deg);
  transform: translate(-50%) rotate(-90deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(6) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(6) span {
  -webkit-transform: translate(-50%) rotate(-135deg);
  -moz-transform: translate(-50%) rotate(-135deg);
  -ms-transform: translate(-50%) rotate(-135deg);
  transform: translate(-50%) rotate(-135deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(3) {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(3) span {
  -webkit-transform: translate(-50%) rotate(-225deg);
  -moz-transform: translate(-50%) rotate(-225deg);
  -ms-transform: translate(-50%) rotate(-225deg);
  transform: translate(-50%) rotate(-225deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(2) {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(2) span {
  -webkit-transform: translate(-50%) rotate(-270deg);
  -moz-transform: translate(-50%) rotate(-270deg);
  -ms-transform: translate(-50%) rotate(-270deg);
  transform: translate(-50%) rotate(-270deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(1) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.i-advantage .mid .cirBox .dotItems .dot:nth-of-type(1) span {
  -webkit-transform: translate(-50%) rotate(-315deg);
  -moz-transform: translate(-50%) rotate(-315deg);
  -ms-transform: translate(-50%) rotate(-315deg);
  transform: translate(-50%) rotate(-315deg);
}
.i-advantage .mid .cirBox .imgBox {
  width: 88%;
  height: 88%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  transform: translateZ(1px);
}
.i-advantage .mid .cirBox .imgBox .photo {
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), -webkit-transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), -webkit-transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), -moz-transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), -webkit-transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), -moz-transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  overflow: hidden;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.i-advantage .mid .cirBox .imgBox .photo .pic {
  border-radius: 50%;
}
.i-advantage .mid .cirBox .imgBox .photo.on {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.i-advantage .mid #cirItems .list {
  height: 100%;
  cursor: pointer;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 18.65vw;
  display: grid;
  position: absolute;
}
.i-advantage .mid #cirItems .list.right {
  top: 0;
  left: -webkit-calc(100% + 3.04vw);
  left: -moz-calc(100% + 3.04vw);
  left: calc(100% + 3.04vw);
}
.i-advantage .mid #cirItems .list.left {
  text-align: right;
  top: 0;
  right: -webkit-calc(100% + 3.04vw);
  right: -moz-calc(100% + 3.04vw);
  right: calc(100% + 3.04vw);
}
.i-advantage .mid #cirItems .list > li {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-advantage .mid #cirItems .list > li .num {
  font-size: 24.29px;
  font-family: 'GothamProNarrow-Medium';
  width: 100%;
  -webkit-transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: block;
}
.i-advantage .mid #cirItems .list > li h3 {
  font-size: 24.29px;
  font-family: 'GothamProNarrow-Medium';
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.i-advantage .mid #cirItems .list > li p {
  opacity: .53;
  width: 100%;
  -webkit-transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.i-advantage .mid #cirItems .list > li.on .num,
.i-advantage .mid #cirItems .list > li.on h3 {
  color: #ca0013;
}
.our-news {
  position: relative;
  padding-top: 9.4vw;
  padding-bottom: 10.4vw;
  overflow: hidden;
}
.our-news .waves {
  position: absolute;
  z-index: -1;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-news .list {
  margin-top: 5.73vw;
}
.our-news .list ul {
  margin: 0 -40px;
}
.our-news .list li {
  padding: 0 40px;
}
.our-news .list li .line {
  height: 3px;
  position: relative;
  background-color: #000000;
}
.our-news .list li .line::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background-color: #ca0013;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.our-news .list li .cate {
  font-size: 15.81px;
  font-family: 'Poppins-Regular';
}
.our-news .list li .date {
  font-size: 18.42px;
  color: #ca0013;
  font-family: 'Poppins-Regular';
}
.our-news .list li .name {
  font-size: 27.62px;
  font-weight: bold;
  font-family: 'GothamProNarrow-Medium';
}
.our-news .list li p {
  font-size: 18.42px;
  opacity: .53;
  font-family: 'Poppins-Regular';
}
.our-news .list li:hover .line::after {
  width: 100%;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer * {
  color: #FFFFFF;
}
#footer h4 {
  font-family: 'Poppins-Regular';
}
#footer .contact-box {
  padding-top: 110px;
}
#footer .contact-box ul {
  margin-right: -15px;
}
#footer .contact-box ul li {
  width: 15%;
  padding-right: 15px;
}
#footer .contact-box ul li:nth-child(4) {
  width: 40%;
}
#footer .contact-box form input {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 76px;
  border-radius: 10px;
  border: none;
  background-color: rgba(166, 168, 172, 0.15);
}
#footer .contact-box form input[type="submit"] {
  border-radius: 20px;
  background-color: #ca0013;
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .footer-top {
  padding: 80px 0 50px;
}
#footer .footer-top .fl {
  max-width: 390px;
}
#footer .footer-top .fr {
  width: 65%;
}
#footer .footer-top .line {
  max-width: 230px;
  position: relative;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .line::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 30px;
  background-color: #FFFFFF;
}
#footer .footer-top ul li + li {
  margin-top: 10px;
}
#footer .footer-top .social-links {
  margin-top: 50px;
}
#footer .footer-top .social-links a {
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .footer-top .social-links a:hover {
  opacity: 1;
  border-color: #ca0013;
  background-color: #ca0013;
}
#footer .footer-top .social-links a + a {
  margin-left: 10px;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
#ewm {
  width: 170px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1700px) {
  .f-14 {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
}
@media (max-width: 1480px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .logo {
    width: 15%;
    padding: 0 3%;
    height: 80px;
    line-height: 80px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 15px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
    width: 50px;
    height: 45px;
    line-height: 45px;
  }
  .baseTit .Tit {
    font-size: 48px;
  }
  .i-category .list li .img {
    height: 600px;
  }
  .i-category .list li .content .name {
    font-size: 40px;
  }
  .our-product .category li a {
    font-size: 18px;
  }
  .our-product .list li .cate {
    font-size: 18px;
  }
  .our-product .list li .name {
    font-size: 18px;
  }
  .our-about .left .text {
    font-size: 18px;
  }
  .i-advantage .mid {
    width: 37.03vw;
    height: 37.03vw;
  }
  .i-advantage .mid #cirItems .list.left {
    right: -webkit-calc(100% + 1.04vw);
    right: -moz-calc(100% + 1.04vw);
    right: calc(100% + 1.04vw);
  }
  .i-advantage .mid #cirItems .list.right {
    left: -webkit-calc(100% + 1.04vw);
    left: -moz-calc(100% + 1.04vw);
    left: calc(100% + 1.04vw);
  }
  .our-news .list ul {
    margin: 0 -20px;
  }
  .our-news .list li {
    padding: 0 20px;
  }
  .our-news .list li .name {
    font-size: 24px;
  }
  .our-news .list li p {
    font-size: 16px;
  }
  #footer .footer-top .footer-block {
    padding-right: 30px;
  }
  #footer .contact-box form input {
    font-size: 16px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 20px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 15px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a i {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    margin-left: auto;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner .left {
    max-width: 550px;
  }
  #banner h2 {
    font-size: 36px;
  }
  #banner h2 small {
    font-size: 16px;
  }
  .baseTit .Tit {
    font-size: 36px;
  }
  .i-category .list li .content .name {
    font-size: 30px;
  }
  .i-category .list li .content {
    width: 90%;
    left: 5%;
  }
  .i-category .list li .content a.link {
    font-size: 16px;
  }
  .i-category .list li .img {
    height: 500px;
  }
  .our-product .list li .cate {
    font-size: 16px;
  }
  .our-product .list li .name {
    font-size: 16px;
  }
  .our-about .left .text {
    font-size: 16px;
  }
  .our-about .right {
    width: 35%;
  }
  .i-advantage .mid #cirItems .list > li .num {
    font-size: 18px;
  }
  .i-advantage .mid #cirItems .list > li h3 {
    font-size: 18px;
  }
  .f-14 {
    font-size: 12px;
  }
  .our-news .list li .name {
    font-size: 20px;
  }
  .our-news .list li p {
    font-size: 14px;
  }
  #footer .footer-top .fl {
    max-width: 300px;
  }
  #footer .contact-box form input {
    font-size: 16px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 20px;
  }
  #footer .contact-box form input {
    height: 60px;
  }
  #footer .contact-box ul li {
    width: 18%;
  }
  #footer .contact-box ul li:nth-child(4) {
    width: 28%;
  }
  #footer .footer-top ul li a {
    font-size: 16px;
  }
  #ewm {
    width: 100px;
  }
  #footer .footer-top .social-links a {
    width: 36px;
    height: 36px;
    font-size: 10px;
    line-height: 34px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner a.link {
    width: 100px;
    height: 100px;
    line-height: 98px;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner h2 small {
    font-size: 14px;
  }
  #banner .left {
    max-width: 450px;
  }
  .baseTit .Tit {
    font-size: 30px;
  }
  .i-category {
    padding: 60px 0;
  }
  .i-category .list {
    margin-top: 40px;
  }
  .i-category .list li .img {
    height: auto;
    padding-top: 100%;
    background-size: cover;
  }
  .i-category .list li .content .tag {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .i-category .list li .content .name {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 24px;
  }
  .i-category .list li .content .btns {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-product {
    padding: 60px 0 0;
  }
  .our-product .projects {
    margin-top: 40px;
  }
  .our-product .category li {
    margin: 0 15px;
  }
  .our-product .dots ul {
    margin-top: 40px;
  }
  .about-fixed-box {
    height: auto;
  }
  .our-about {
    padding: 60px 0;
    position: relative;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
    margin-top: 60px;
  }
  .our-about .play p {
    margin-top: 15px;
    font-size: 14px;
  }
  .our-about .right li .num {
    font-size: 40px;
  }
  .baseBtn {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .baseBtn span {
    font-size: 14px;
    margin-right: 10px;
  }
  .baseBtn i {
    width: 34px;
  }
  .i-map li {
    width: 3%;
  }
  .i-map li .icon::before {
    width: 50px;
    height: 50px;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
  }
  .i-advantage .mid {
    width: 84vw;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
  }
  .i-advantage .mid .cirBox {
    height: 84vw;
  }
  .pc {
    display: none;
  }
  .i-advantage .mid #cirItems .list {
    position: static;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: none;
    grid-gap: 15px;
    margin-bottom: 15px;
  }
  .i-advantage .mid #cirItems .list.left {
    text-align: left;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top .line {
    max-width: 100%;
  }
  #footer .footer-top .fl {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  #footer .footer-top .fr {
    display: none;
  }
  #footer .footer-top .social-links {
    margin-top: 30px;
  }
  #footer .contact-box {
    padding-top: 60px;
  }
  #footer .contact-box ul {
    margin: -10px;
  }
  #footer .contact-box ul li {
    width: 50%!important;
    padding: 10px;
  }
  #footer .contact-box ul li:last-child {
    width: 100%!important;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner h2 {
    font-size: 24px;
  }

  #banner p {
    right: -15px;
    top: -40px;
  }

  #banner a.link {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }

  .font-22 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-16 {
    font-size: 14px;
  }
  .i-category .list li .content .name {
    font-size: 20px;
  }
  .i-category .list li .content a.link {
    font-size: 14px;
  }
  .our-product .category li a {
    font-size: 16px;
  }
  .our-product .list li .cate {
    font-size: 14px;
  }
  .our-product .list li .name {
    font-size: 16px;
  }
  .our-about .left .text {
    font-size: 14px;
  }
  .our-about .right li .num {
    font-size: 30px;
  }
  .i-advantage .mid #cirItems .list {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .our-news .fl,
  .our-news .fr {
    float: none;
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list li {
    padding: 0 15px;
  }
  .our-news .list li .cate {
    font-size: 14px;
  }
  .our-news .list li .date {
    font-size: 14px;
  }
  .our-news .list li .name {
    font-size: 18px;
  }
  #footer .contact-box form input {
    font-size: 14px;
    height: 50px;
  }
  #footer .contact-box {
    padding-top: 50px;
  }
  #footer .footer-top {
    padding: 50px 0 0;
  }
  #footer .footer-top .social-links {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  #footer .contact-box ul li {
    width: 100%!important;
  }
  #footer .contact-box form input {
    height: 40px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 16px;
  }
}


.mapBox {
  max-width: 700px;
}



/*footer_nav*/
.footer_nav,
.height {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    overflow: hidden;
    z-index: 999999;
  }
  .height {
    height: 50px;
    display: block;
  }
  .footer_nav {
    background: #ca0013;
    padding: 12px 0 5px;
    border-top: 2px solid #fff;
  }
  .footer_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px 10px;
  }
  .footer_nav ul li a {
    line-height: 26px;
  }
  .footer_nav ul li i {
    font-size: 16px;
    color: #fff;
  }
  .footer_nav ul li:nth-child(4) {
    float: right;
  }
  .footer_nav ul li:nth-child(5) {
    float: right;
  }
  .footer_nav ul li p {
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
    line-height: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_nav ul li p {
    display: none;
  }
  .height {
    height: 43px;
  }
}
/*service*/
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 0px;
  bottom: 0;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: url(../images/ser_2.png) no-repeat right bottom;
  height: 55px;
  width: 220px;
  padding-top: 15px;
  font-size: 18px;
  padding-left: 70px;
  text-transform: uppercase;
  color: #fff;
}
#online_qq_tab #floatShow img {
  max-height: 24px;
  float: right;
  margin-top: 6px;
}
#online_qq_tab #floatHide img {
  max-height: 32px;
  float: right;
  margin-top: 2px;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  background-color: #ca0013;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  width: 300px;
  text-transform: capitalize;
  margin-right: 10px;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  margin-right: 10px;
}
.web_inquiry .p {
  font-size: 12px;
  color: #555;
  line-height: 22px;
  margin-bottom: 10px;
}
.web_inquiry {
  padding: 15px;
}
.web_inquiry .input_1 {
  line-height: 38px;
  height: 38px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_1:focus {
  color: #333;
  border: 1px solid #ca0013;
}
.web_inquiry .input_2 {
  line-height: 26px;
  height: 80px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_2:focus {
  color: #333;
  border: 1px solid #ca0013;
}
.web_inquiry .btn_1 {
  line-height: 36px;
  border-radius: 30px;
  background: #ca0013;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 0px 32px;
  border: none;
}
.web_inquiry .btn_1:hover {
  background: #ca0013;
  color: #fff;
}
.web_inquiry .btn_1::before {
  line-height: 36px !important;
}
@media only screen and (max-width: 1000px) {
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: url(../images/inquiry_ico.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -23px;
    padding-left: 46px;
  }
}





/* inner */
.font-68 {
  font-size: 68px;
}
.font-60 {
  font-size: 60px;
}
.font-52 {
  font-size: 52px;
}
.font-56{
  font-size: 56px;
}
.font-48{
  font-size: 48px;
}

.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  background-color: #ca0013;
  color: white;
  position: relative;
  z-index: 1;
  padding: 0 45px;
  overflow: hidden;
  font-weight: bold;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.more:hover::after {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .more {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .text .title{
    font-size: 22px;
  }
}

@media (max-width:500px) {
  .more {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    padding: 0 15px;
  }
}

.inner-banner{
  padding-top: 160px;
  padding-bottom: 80px;
  text-align: center;
}
.inner-banner .mbx{
  font-size: 18px;
  line-height: 32px;
  color: #ca0013;
}
.inner-banner h2{
  font-size: 40px;
  font-weight: bold;
}

.product2-page {
  padding: 50px 0;
}
 
.product2-page .product-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;
  margin: 0 -10px;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
}
.product2-page .product-list ul li .img img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product2-page .product-list ul li .text {
  /*background: #f7f7f7;*/
  margin-top: 0;
  padding: 10px;
}
.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*.product2-page .product-list ul li:hover .text h2{
  color: #ca0013;
}*/
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #ca0013;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: #ca0013;
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #ca0013;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}
.product2-page .sidebar-right h1{
  margin-bottom: 50px;
    font-size: 30px;
    color: #ca0013;
    font-weight: 700; 
}
.product2-page .sidebar-right .Auxil-catdes{
    color: #7b7b7b;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 18px;
    max-height: 300px;
    overflow: auto;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #ca0013;
  color: white;
}

.prodet-page {
  padding: 120px 0 125px;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  /*height: 800px;*/
  overflow: hidden;
}
.prodet-page .prodet-1 .img .big-img img {
  position: relative;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: #ca0013;
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: white;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: block;
  margin: auto;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid transparent;
  font-weight: bold;
  background: white;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #ca0013;
  border-top-color: #181818;
  color: white;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: #ca0013;
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more{
  padding: 0;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  padding: 0 45px;
  width: 100%;
  border: none;
}
.prodet-page .prodet-3 {
  padding-top: 75px;
}
.prodet-page .prodet-3 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-3 .content ul li:hover h3{
  color: #ca0013;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left{
    display: none;
  }
  .Auxil-catdes{
        display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}


.service-page {
  padding: 120px 0 80px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
   margin-bottom: 40px;
  line-height: 1.4;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
 
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title{
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: #ca0013;
  border-color: #ca0013;
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 100px 0 30px;
}
.service-page #index-body .rate .content{
  margin-top: 50px;
}
.service-page #index-body .rate .content ul{
  margin: -15px;
}
.service-page #index-body .rate .content ul li{
  padding: 15px;
}
.service-page #index-body .rate .content ul li .box{
  background: #f2f2f2;
    padding: 30px;
    min-height: 300px;
}

.service-page #index-body .rate .content ul li .box .title{
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  color: #7b7b7b;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
#index-body .about .top .text {
    
    vertical-align: middle;
    padding-right: 73px;
}
#index-body .about .top .text .btn a.link {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
#index-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: #ca0013;
}
 
#index-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
#index-body .about .top .text .btn {
    margin-top: 37px;
}
#index-body .init1 {
    background: #ca0013;
    padding: 60px 0 68px;
}
#index-body .init1 .info {
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-page #index-body .init1 h3 {
width: 55%;
    color: #fff;
        font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.service-page #index-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover{
  color: white;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
   
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-body .rate .content ul li .box .title{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-body .rate .content ul li .box .desc{
    min-height: 162px;
  }
  
}
@media screen and (max-width: 1280px) {
   
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-body .init1 h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .img{
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   

  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}

.faq-page .marginBox {
  padding: 0px 0 100px;
  text-align: center;
}
.faq-page .marginBox .h2{
  line-height: 1.2;
  margin-top: 12px;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #fff7ea;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
font-size: 18px;
line-height: 32px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

.video-page .video-1 {
  padding: 38px 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: #ca0013;
}
.video-page .video-1 .header h2.title {
  margin-top: 14px;
  line-height: 1.2;
}
.video-page .video-1 .content {
  margin-top: 40px;
}
.video-page .video-1 .content ul {
  margin: -10px -12px;
}
.video-page .video-1 .content ul li {
  padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-page .video-2 {
  padding: 93px 0 107px;
}
.video-page .video-2 .header h2.title {
  margin-top: 14px;
}
.video-page .video-2 .content {
  margin-top: 57px;
}
.video-page .video-2 .content ul {
  margin: 0 -26px -25px 0;
}
.video-page .video-2 .content ul li {
  padding: 0 26px 25px 0;
}
.video-page .video-2 .content ul li .ig {
  background: #eee;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video-page .video-2 .content ul li .ig span {
  display: inline-block;
}
.video-page .video-2 .content ul li .ig .fl {
  padding: 0 15px;
  width: 75%;
}
.video-page .video-2 .content ul li .ig .fr {
  width: 150px;
  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;
}
.video-page .video-2 .content ul li .ig .fr img {
  margin-right: 15px;
}
.video-page .video-2 .content ul li .ig:hover {
  background: #ca0013;
  color: white;
}
.video-page .video-2 .content ul li .ig:hover .fr img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1280px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 68%;
  }
  .faq-page .marginBox .box .left{
    display: none;
  }
  .faq-page .marginBox .box .right{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .video-page .video-1 {
    padding: 38px 0 60px;
  }
  .video-page .video-1 .content ul li {
    width: 50%;
  }
  .video-page .video-2 .content ul li {
    width: 100%;
  }
  .video-page .video-2 {
    padding: 60px 0;
  }
  .video-page .video-2 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .video-page .video-1 {
    padding: 30px 0;
  }
  .video-page .video-1 .content ul li {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig {
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .video-page .video-2 .content ul li .ig .fl {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig .fr {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}

.news-page .sidebar-right ul{
  margin: -15px;
}
.news-page .sidebar-right ul li{
  padding: 15px;
  width: 33.33%;
}
.news-page .sidebar-right ul li .cat_name{
      background-color: #262626;
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}
.news-page .sidebar-right ul li .title{
      font-size: 20px;
      font-weight: bold;
    line-height: 36px;
    margin-top: 21px; 
    min-height: 5.6em;
}
.news-page .sidebar-right ul li .des{
      font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
    margin-top: 6px;
}
.news-page .sidebar-right ul li .time{
      font-size: 16px;
    line-height: 30px;
    color: #ca0013;
    display: inline-block;
    margin-top: 2px;
}
.newdet-page {
  padding: 0 0 150px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #ca0013;
    padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background:#7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  /*background: #83827F;*/
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: #ca0013;
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: #ca0013;
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
  font-weight: bold;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .news-page .sidebar-right ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .sidebar-right ul li {
    width: 100%;
  }

  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}

 
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  right: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background: #ca0013;
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: -70px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}
.about-page .about-1 .top .text .title{
  line-height: 1.2;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: #ca0013;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-2 {
  margin-top: 137px;
}
.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .header {
  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;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .left{
  width: 100%;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: #ca0013;
}
.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  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;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: #ca0013;
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content 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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -37px -37px 0;
}
.about-page .about-3 .content ul li {
  margin: 0 37px 37px 0;
  background: #fff;
  padding: 35px;
  width: 30.3%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.about-page .about-3 .content ul li:hover {
  background: #ca0013; 
}
.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p{
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: #ca0013;
}
.about-page .about-4 {
  background: #ca0013;
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: #ca0013;
}
.about-page .about-5 {
  padding: 120px 0 180px;
}
.about-page .about-5 .header {
  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;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: #ca0013;
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  background: #ca0013;
  margin-bottom: 4px;
}
.about-page .about-5 .header .more:hover {
  background: #000;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: #ca0013;
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
   
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li {
    width: 29.9%;
    padding: 39px 15px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
}
@media screen and (max-width: 1100px) {
   
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 20px 20px 0;
    width: 31.3%;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
line-height: 30px;
  }
  .about-page .about-2 {
    margin-top: 60px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul li {
    width: 47%;
  }
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .content ul li {
    width: 45.9%;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}
@media screen and (max-width: 500px) {
   
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height:30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}


.development-page .development-1 {
  background: #ca0013;
  padding: 110px 0 141px;
  color: white;
}
.development-page .development-1 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.development-page .development-1 .header .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 29px;
}
.development-page .development-1 .time {
  margin-top: 113px;
}
.development-page .development-1 .time ul {
  padding: 0 0 0 60px;
  position: relative;
  z-index: 1;
}
.development-page .development-1 .time ul .slick-slide:nth-child(1) li {
  padding-left: 0;
}
.development-page .development-1 .time ul li {
  padding-left: 120px;
  cursor: pointer;
}
.development-page .development-1 .time ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.development-page .development-1 .time ul li i::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}
.development-page .development-1 .time ul li i::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.development-page .development-1 .time ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 8px;
}
.development-page .development-1 .time ul li.active i {
  background: white;
}
.development-page .development-1 .time ul li.active i::before {
  background: #ca0013;
}
.development-page .development-1 .time ul li.active i::after {
  opacity: 1;
}
.development-page .development-1 .time ul li.hide {
  opacity: 0;
  cursor: inherit;
}
.development-page .development-1 .time ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 17px;
  width: 100%;
  height: 1px;
  background: white;
}
.development-page .development-1 .content {
  margin-top: 99px;
}
.development-page .development-1 .content ul li {
  background: white;
  padding: 53px 94px 53px 37px;
}
.development-page .development-1 .content ul li .left {
  width: 12%;
  vertical-align: middle;
}
.development-page .development-1 .content ul li .left .title {
  color: #121212;
  font-size: 40px;
  font-weight: bold;
}
.development-page .development-1 .content ul li .right {
  font-size: 20px;
  line-height: 1.5;
  color: #656565;
  vertical-align: middle;
  width: 88%;
  max-height: 120px;
  padding-right: 5px;
  overflow-y: auto;
}
.development-page .development-1 .content ul li .right::-webkit-scrollbar-thumb {
  background: #ca0013;
}
.development-page .development-2 {
  padding: 49px 0 167px;
}
.development-page .development-2 .box .text {
  padding: 9px 36px 0 0;
}
.development-page .development-2 .box .text span.tag {
  color: #ca0013;
}
.development-page .development-2 .box .text .title {
  margin-top: 12px;
  color: #121212;
  line-height: 1.2;
}
.development-page .development-2 .box .text .con {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  margin-top: 40px;
}
.development-page .development-2 .box .text .arrow {
  margin-top: 42px;
}
.development-page .development-2 .box .text .arrow .prev,
.development-page .development-2 .box .text .arrow .next {
  width: 59px;
  height: 59px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.development-page .development-2 .box .text .arrow .prev::after,
.development-page .development-2 .box .text .arrow .next::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 18px;
  width: 23px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.development-page .development-2 .box .text .arrow .prev:hover,
.development-page .development-2 .box .text .arrow .next:hover {
  background: #ca0013;
}
.development-page .development-2 .box .text .arrow .prev:hover::after,
.development-page .development-2 .box .text .arrow .next:hover::after {
  -webkit-filter: none;
  filter: none;
}
.development-page .development-2 .box .text .arrow .prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.development-page .development-2 .box .text .arrow .next {
  margin-left: 29px;
}
.development-page .development-2 .box .img {
  padding-left: 30px;
}
#index-body .partner {
    padding: 141px 0 202px;
}
#index-body .partner .header {
    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;
    padding-bottom: 64px;
    border-bottom: 1px solid #b8b8bc;
}
#index-body .partner .header .left {
    width: 55%;
    padding-right: 60px;
}
#index-body .partner .header .left .title {
    margin-top: 12px;
    line-height: 1.2;
    font-size: 40px;
}
#index-body .partner .header .right {
    width: 45%;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
}
#index-body .partner .content {
    margin-top: 55px;
}
#index-body .partner .content ul {
    margin: 0 -41px -58px 0;
}
#index-body .partner .content ul li{
  padding: 0 41px 59px 0;
}
@media screen and (max-width: 1280px) {
  .development-page .development-1 .time ul li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .development-page .development-1 .time ul li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .development-page .development-1 {
    padding: 60px 0;
  }
  .development-page .development-1 .time {
    margin-top: 60px;
  }
  .development-page .development-1 .content {
    margin-top: 60px;
  }
  .development-page .development-1 .content ul li {
    padding: 53px 30px;
  }
  .development-page .development-1 .content ul li .left {
    width: 15%;
  }
  .development-page .development-1 .content ul li .right {
    width: 85%;
  }
  .development-page .development-2 {
    padding: 49px 0 60px;
  }
  .development-page .development-2 .box .text {
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .development-page .development-2 .box .img {
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .development-page .development-1 .time ul li {
    padding-left: 20px;
  }
  .development-page .development-1 {
    padding: 30px 0;
  }
  .development-page .development-1 .header .title {
    margin-top: 10px;
  }
  .development-page .development-1 .header .con {
    margin-top: 10px;
  }
  .development-page .development-1 .time {
    margin-top: 30px;
  }
  .development-page .development-1 .content {
    margin-top: 30px;
  }
  .development-page .development-1 .content ul li {
    padding: 30px 15px;
  }
  .development-page .development-1 .content ul li .left {
    width: 20%;
  }
  .development-page .development-1 .content ul li .right {
    width: 80%;
  }
  .development-page .development-2 {
    padding: 30px 0;
  }
  .development-page .development-2 .box .text {
    width: 100%;
    padding: 0;
  }
  .development-page .development-2 .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .development-page .development-1 .header .con {
    font-size: 15px;
    line-height: 1.9;
  }
  .development-page .development-1 .time ul li {
    padding-left: 0;
  }
  .development-page .development-1 .content ul li .left {
    width: 100%;
  }
  .development-page .development-1 .content ul li .right {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .development-page #index-body .partner {
    display: block;
    padding: 30px 0 0;
  }
  .development-page #index-body .partner .header .title {
    margin-top: 10px;
  }
  .development-page #index-body .partner .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .development-page .development-2 .box .text .title {
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .arrow {
    margin-top: 15px;
  }
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}

.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
   padding: 0;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"]{
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title{
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: #83827F;
font-size: 16px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.design-page .design-1 .ui.container{
  max-width: 100%;
  padding: 0 100px;
}
.design-page .design-2 {
  padding: 140px 0 110px;
}
.design-page .design-2 .i-title{
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}
.design-page .design-2 .left .img{
  text-align: right;
}
.design-page .design-2 .right{
  padding-left: 90px;
}
.design-page .design-2 .right .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3{
  padding-bottom: 120px;
}
.design-page .design-3 .i-title{
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: -40px;
}
.design-page .design-3 ul li{
  padding: 40px;
}
.design-page .design-3 ul .slick-list{
  padding: 0 28%;
}
.design-page .design-3 ul li .box{
  position: relative;
}
.design-page .design-3 ul li .box img{
  width: 100%;
}
.design-page .design-3 ul li .content{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p{
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content{
  opacity: 1;
}
.design-page .design-3 ul .slick-dots{
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
  background: #ca0013;
}
.design-page .design-4{
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left{
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .i-title{
  line-height: 1.2;
}
.design-page .design-4 .right{
  padding-left: 90px;
}

.design-page .design-4 .right ul li{
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img{
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
  content: none;
}
.design-page .design-4 .right ul li h4{
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des{
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container{
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}
.design-page .design-5{
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title{
  line-height: 1.2;
}
.design-page .design-5 .wrap{
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left{
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img{
  width: 100%;
}
.design-page .design-5 .wrap .right{
  width: 64.7%;
  padding-left: 115px;
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-left: 7%;
  }
  .design-page .design-5 .wrap{
    padding-left: 10%;
  }
}
@media screen and (max-width:1450px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-left: 0;
  }
}
@media screen and (max-width:1200px){
  .design-page .design-2 .right{
    padding-left: 50px;
  }
  .design-page .design-3 ul li{
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: -20px;
  }
  .design-page .design-3 ul li .content h4{
    font-size: 21px;
  }
  .design-page .design-4 .right ul li{
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after{
    height: 225%;
  }
  .design-page .design-5 .wrap .right{
    padding-left: 50px;
  }
}
@media screen and (max-width:1000px){
  .inner-banner{
    padding: 40px 0;
  }
  .design-page .design-1 .ui.container{
    padding: 0 20px;
  }
  .design-page .design-2{
    padding: 60px 0 65px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0 18%;
  }
  .design-page .design-4 .left{
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-5{
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left{
    width: 100%;
  }
  .design-page .design-5 .wrap .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container{
    padding: 0 15px;
  }
}
@media screen and (max-width:700px){
  .inner-banner h2{
    font-size: 26px;
  }
  .design-page .design-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left{
    width: 100%;
  }
  .design-page .design-2 .i-title{
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0;
  }
  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right{
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .design-page .design-4 .right ul li{
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon{
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after{
    content: none;
  }
}




.home-1 {
  padding-top: 120px;
  overflow: hidden;
}
.home-1 .left .content {
  left: 15%;
  bottom: 7%;
  width: 70%;
  z-index: 1;
}
.home-1 .left .content .icon {
  width: 15%;
  left: -10%;
  top: -22%;
  z-index: -1;
}
.home-1 .left .content .tag {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-family: 'GothamProNarrow-Medium';
}
.home-1 .left .content .name {
  font-size: 46.62px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'GothamProNarrow-Medium';
}
.home-1 .left .content .btns a {
  color: #FFFFFF;
  border-bottom: 1px solid currentColor;
  font-family: 'Gotham-XLight';
}
.home-1 .right {
  margin-top: 8%;
}
.home-1 .item {
  margin-top: 110px;
}
.home-1 .item .list {
  margin-left: -15%;
}
.home-1 .item .list .slick-list {
  padding-right: 15%;
}
.home-1 .item .list ul {
  margin: -15px;
}
.home-1 .item .list li {
  padding: 15px;
  text-align: center;
}
.home-1 .item .list li .img {
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.home-1 .item .list li .cate {
  font-size: 21.71px;
  text-transform: uppercase;
  font-family: 'GothamProNarrow-Medium';
}
.home-1 .item .list li .name {
  font-size: 21.71px;
  color: #666666;
  font-family: 'GothamRounded-Medium';
}
.home-1 .item:nth-child(odd) .left .content .icon {
  left: auto;
  right: -10%;
}
.home-1 .item:nth-child(odd) .list {
  margin-left: 0;
  margin-right: -15%;
}
.home-1 .item:nth-child(odd) .list .slick-list {
  padding-right: 0;
  padding-left: 15%;
}
@media (max-width: 1480px) {
  .home-1 .left .content .name {
    font-size: 40px;
  }
  .home-1 .item .list li .cate {
    font-size: 18px;
  }
  .home-1 .item .list li .name {
    font-size: 18px;
  }
}
@media (max-width: 1230px) {
  .home-1 .left .content .icon {
    top: 0;
  }
  .home-1 .left .content .name {
    font-size: 34px;
  }
  .home-1 .item .list li .cate {
    font-size: 16px;
  }
  .home-1 .item .list li .name {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .home-1 {
    padding-top: 60px;
  }
  .home-1 .item {
    margin-top: 60px;
  }
  .home-1 .left {
    float: none;
    width: 100%;
  }
  .home-1 .left .img {
    display: none;
  }
  .home-1 .left .content {
    position: static;
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
  .home-1 .left .content .icon {
    position: static;
    margin: auto;
  }
  .home-1 .left .content .tag {
    text-align: center;
    color: #000000;
  }
  .home-1 .left .content .name {
    color: #000000;
  }
  .home-1 .left .content .btns a {
    color: #000000;
  }
  .home-1 .item .list {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .home-1 .right {
    width: 100%;
    margin-top: 40px;
  }
  .home-1 .item .list .slick-list {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .home-1 .left .content .name {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 700px) {
  .home-1 .left .content .name {
    font-size: 20px;
  }
  .home-1 .item .list li .cate {
    font-size: 14px;
  }
  .home-1 .item .list li .name {
    font-size: 14px;
  }
}





.dw-page .list ul {
    margin: -15px;
}
.dw-page .list li {
    padding: 15px;
}
.dw-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.dw-l {
    display: flex;
    gap: 30px;
    width: 100%;
}
.dw-r {
    flex-shrink: 0;
}
.dw-img {
    width: 20%;
    flex-shrink: 0;
}
.dw-info {
    width: 100%;
}
.dw-btn {
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    border-radius: 25px;
}

@media (max-width:700px) {
  .dw-page .list li {
    width: 50%;
  }

  .dw-box {
    flex-wrap: wrap;
  }

  .dw-l {
    flex-wrap: wrap;
  }

  .dw-img {
    width: 100%;
  }

  .dw-btn {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
  }
}

@media (max-width:500px) {
  .dw-page .list li {
    width: 100%;
  }
}