@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
/*.MainWrapper {
    padding-left: 0px;
    position: fixed !important; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
}*/
body {
  font-family: "Montserrat";
  font-weight: 500;
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1485px;
}
.ui.container.wraper {
  max-width: 100%;
  padding: 0 60px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container.wraper p{
  display: inline;
  margin-left: 10px;
}
#header {
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#header .ui.container {
  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;
}
#header .h-top {
  background: #4e4c4c;
  padding: 5px 0;
}
#header .h-top ul li {
  font-size: 16px;
  line-height: 30px;
  color: white;
  display: inline-block;
  font-weight: 300;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 6px;
}
#header .h-top ul.left {
  margin-right: auto;
}
#header .h-top ul.left li:first-child {
  margin-right: 55px;
}
#header .h-top .h-search{
  margin-left: auto;
  cursor: pointer;
}
#header .h-top .h-search img{
  filter: invert(1);
}
#header .h-top ul.lang {
  margin-left: auto;
}
#header .h-top ul.lang li {
  padding: 0 7px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
}
#header .h-top ul.lang li:last-child {
  border-right: none;
  padding-right: 0;
}
#header .h-center {
  background-color: white;
  padding: 56px 0;
}
#header.inner .h-center{
  padding: 17px 0;
}
#header .h-center .logo {
  margin-right: auto;
}
#header .h-center .bsci {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-center .bsci .text {
  max-width: 200px;
  margin-left: 15px;
}
#header .h-center .bsci .h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
#header .h-center .bsci p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #b1b4b6;
}
#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;
  margin: 0 auto;
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  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;
  width: 100%;
}
#header .nav .ui.menu .menu-box .product {
  position: relative;
  margin-right: auto;
  font-size: 16px;
  color: white;
  padding: 11px 0 8px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#header .nav .ui.menu .menu-box .product .fa {
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box .product 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: 0px;
  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 #990505;
  display: none \9;
}
#header .nav .ui.menu .menu-box .product ul.sub-menu ul{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box .product ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box .product ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box .product ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box .product ul.sub-menu li:hover ul,
#header .nav .ui.menu .menu-box .product: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 {
  margin-left: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  font-size: 16px;
  color: white;
  -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 {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 11px 0 8px;
}
#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: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -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 #990505;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul,
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  position: fixed;
}
#header.active .h-top,
#header.active .h-center {
  display: none;
}
#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: #eb623a;
}
#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 ul.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #cccccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #990505;
}
#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;
  font-size: 16px;
  line-height: 30px;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#index-body .more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
  height: 46px;
  position: relative;
  line-height: 46px;
  border-radius: 26px;
  background-color: #990505;
  color: white;
  font-weight: bold;
  overflow: hidden;
  padding: 0 45px;
  z-index: 1;
}
#index-body .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .more:hover::after {
  width: 100%;
}
.font-48 {
  font-size: 48px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#banner {
  padding-top: 260px;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  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: 100%;
  z-index: 3;
  text-align: right;
}
#banner ul li .content .box {
  text-align: left;
  width: 34%;
  margin-left: auto;
}
#banner ul li .content .box .h2 {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.1;
}
#banner ul li .content .box .center {
  margin: 40px 0;
}
#banner ul li .content .box .center .column {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  padding-left: 75px;
}
#banner ul li .content .box .center .column .icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #e1e1e1;
  text-align: center;
  line-height: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content .box .center .column .icon img {
  vertical-align: middle;
  margin: auto;
  position: relative;
  top: 13px;
}
#banner ul li .content .box .center .column:first-child {
  padding-right: 20px;
}
#banner ul li .content .box .img {
  text-align: center;
}
#banner ul li .content .box .img img {
  margin: auto;
}
#banner ul .slick-current li .h2 {
  -webkit-animation: 1s 0.3s fadeInUpSmall both;
  -moz-animation: 1s 0.3s fadeInUpSmall both;
  animation: 1s 0.3s fadeInUpSmall both;
}
#banner ul .slick-current li .center {
  -webkit-animation: 1s 0.4s fadeInUpSmall both;
  -moz-animation: 1s 0.4s fadeInUpSmall both;
  animation: 1s 0.4s fadeInUpSmall both;
}
#banner ul .slick-current li .img {
  -webkit-animation: 1s 0.5s fadeInUpSmall both;
  -moz-animation: 1s 0.5s fadeInUpSmall both;
  animation: 1s 0.5s fadeInUpSmall both;
}
#index-body .i-partner {
  padding: 135px 0 70px;
}
#index-body .i-partner ul {
  margin: -30px;
}
#index-body .i-partner ul li {
  padding: 30px;
  text-align: center;
  vertical-align: middle;
}
#index-body .i-partner ul li img {
  margin: auto;
}
#index-body .i-product {
  padding-top: 25px;
  padding-bottom: 97px;
}
#index-body .i-product ul {
  margin: -18px;
}
#index-body .i-product ul li {
  padding: 18px;
  text-align: center;
}
#index-body .i-product ul li .img-box {
  border-radius: 48px;
}
#index-body .i-product ul li .title {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 15px 0 10px;
  text-transform: uppercase;
}
#index-body .i-product ul li .des {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .i-product ul li:hover .title {
  color: #990505;
}
#index-body .i-about {
  background: #f0f0f0;
  padding-top: 75px;
  padding-bottom: 35px;
}
#index-body .i-about ul {
  margin: -15px;
}
#index-body .i-about ul li {
  padding: 15px;
  text-align: center;
}
#index-body .i-about ul li .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
}
#index-body .i-about ul li .txt {
  font-size: 16px;
  line-height: 30px;
  color: #212121;
  margin: 19px 0 17px;
  padding: 0 30px;
}
.shouye{
  font-size: 16px;
  line-height: 30px;
  color: #212121;
  margin: 19px 0 17px;
  padding: 0 30px;
}
.shouye h1{
  display: inline;
  font: inherit;
}
#index-body .i-about ul li .img {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 464px;
}
#index-body .i-about ul li .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about ul li .img iframe {
  width: 100%;
  height: 100%;
}
#index-body .i-about ul li .img .play {
  position: absolute;
  left: 35px;
  bottom: 27px;
  cursor: pointer;
  z-index: 2;
}
#index-body .i-about ul li .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about ul li .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-about ul li .more {
  font-size: 20px;
  padding: 0 55px;
  
  height: 53px;
  line-height: 53px;
  opacity: 0;
}
#index-body .i-about ul li:hover .more{
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .i-news {
  padding-top: 96px;
  padding-bottom: 130px;
}
#index-body .i-news .i-title {
  text-align: center;
  margin-bottom: 50px;
}
#index-body .i-news ul {
  margin: -10px;
}
#index-body .i-news ul .slick-list {
  padding-bottom: 40px;
}
#index-body .i-news ul li {
  padding: 10px;
}
#index-body .i-news ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-radius: 17px;
  -webkit-box-shadow: 0px 9px 8px 0.81px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 8px 0.81px rgba(0, 0, 0, 0.06);
}
#index-body .i-news ul li .box .img-box {
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}
#index-body .i-news ul li .box .content {
  padding: 30px 25px;
  padding-bottom: 0;
  text-align: center;
}
#index-body .i-news ul li .box .content .title {
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  min-height: 5em;
  margin-bottom: 13px;
  text-align: left;
}
#index-body .i-news ul li .box .content .time {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
#index-body .i-news ul li .box .content .time span {
  margin-right: 30px;
}
#index-body .i-news ul li .box .content .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 11px;
  text-align: left;
}
#index-body .i-news ul li .box .content .more {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-news ul li .box:hover .title {
  color: #990505;
}
#index-body .i-news ul li .box:hover .more {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}
#footer {
  border-top: 1px solid #990505;
  padding-top: 56px;
}
#footer .wrap {
  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;
}
#footer .wrap .one {
  max-width: 390px;
}
#footer .wrap .one .share {
  text-align: center;
  margin-top: 95px;
}
#footer .wrap .one .share a {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 11px;
  background-color: #05b210;
  color: white;
  margin: 0 10px;
  position: relative;
}
#footer .wrap .one .share a i {
  font-size: 35px;
}
#footer .wrap .one .share a:last-child {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(27%, #05b311), to(rgba(5, 178, 16, 0.4)));
  background: -webkit-linear-gradient(bottom, #05b311 27%, rgba(5, 178, 16, 0.4));
  background: -moz-linear-gradient(bottom, #05b311 27%, rgba(5, 178, 16, 0.4));
  background: linear-gradient(360deg, #05b311 27%, rgba(5, 178, 16, 0.4));
}
#footer .wrap .one .share a .img{
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -moz-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
   -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 120px;
}
#footer .wrap .one .share a:hover .img{
  opacity: 1;
  -webkit-transform: translateX(-50%) scaleY(1);
  -moz-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1)
}
#footer .wrap .two {
  text-align: center;
  max-width: 370px;
}
#footer .wrap .two .h4 {
  font-size: 26px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 32px;
}
#footer .wrap .two ul li {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 27px;
}
#footer .wrap .two ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#footer .wrap .three {
  max-width: 335px;
}
#footer .wrap .three form {
  position: relative;
}
#footer .wrap .three form input,
#footer .wrap .three form textarea {
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #7a7a7a;
  height: 40px;
  margin-bottom: 11px;
}
#footer .wrap .three form textarea {
  height: 120px;
  padding-top: 30px;
  margin-bottom: 0;
}
#footer .wrap .three form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: url(../images/send.png) no-repeat right center;
  border: none;
}
#footer .wrap .three #ewm {
  width: 100px;
  height: 100px;
  border: 5px solid white;
  margin-left: auto;
  margin-top: 40px;
}
#footer .f-copy {
  background: #4e4c4c;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0;
  margin-top: 50px;
}
#footer .f-copy img {
  height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 1630px) {
  #header .h-center {
    padding: 40px 0;
  }
  #banner {
    padding-top: 230px;
  }
  #banner ul li .content .box .h2 {
    font-size: 42px;
  }
  #banner ul li .content .box {
    width: 30%;
    margin-right: 125px;
  }
}
@media screen and (max-width: 1485px) {
  .ui.container {
    max-width: 1200px;
  }
  #banner ul li .content .box .h2 {
    font-size: 36px;
  }
  #banner ul li .content .box {
    margin-right: 78px;
  }
  #index-body .i-product ul li .title {
    font-size: 30px;
  }
  #index-body .i-product ul li .img-box {
    border-radius: 25px;
  }
  #index-body .i-about ul li .img {
    height: 370px;
  }
  #index-body .i-about ul li .title {
    font-size: 34px;
  }
  #footer .wrap .one {
    max-width: 280px;
  }
  #footer .wrap .three {
    max-width: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    max-width: 970px;
  }
  #header .h-center .logo {
    max-width: 275px;
  }
  .ui.container.wraper {
    padding: 0 30px;
  }
  #banner ul li .content .box .center .column .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #banner ul li .content .box .center .column .icon img {
    width: 20px;
  }
  #banner ul li .content .box .center .column {
    padding-left: 55px;
  }
  #banner ul li .content .box .center {
    margin: 15px 0;
  }
  #banner ul li .content .box .h2 {
    font-size: 28px;
  }
  #banner ul li .content .box {
    margin-right: 25px;
    width: 35%;
  }
  #index-body .i-about ul li .img {
    height: 293px;
  }
  .font-48 {
    font-size: 40px;
  }
  #index-body .i-news {
    padding-bottom: 70px;
  }
  #footer .wrap .one {
    max-width: 210px;
  }
  #footer .wrap .one .share {
    margin-top: 50px;
  }
  #footer .wrap .one .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #footer .wrap .one .share a i {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    padding-top: 0;
  }
  #banner ul li .content .box .center {
    display: none;
  }
  #index-body .i-partner {
    padding: 80px 0 35px;
  }
  #index-body .i-partner ul li {
    padding: 15px;
  }
  #index-body .i-partner ul {
    margin: -15px;
  }
  #index-body .i-about ul li {
    width: 50%;
  }
  #index-body .i-about ul li .txt{
    padding: 0;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .one,
  #footer .wrap .two,
  #footer .wrap .three {
    max-width: 100%;
  }
  #footer .wrap .one .share {
    display: none;
  }
  #footer .wrap .two {
    text-align: left;
  }
  #footer .f-copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content .box .h2 {
    font-size: 20px;
  }
  #index-body .i-about ul li {
    width: 100%;
  }
  #index-body .i-about ul li .img {
    height: auto;
  }
  #index-body .i-about ul li .img.vr {
    height: 390px;
  }
  #footer .wrap .three #ewm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .ui.container.wraper {
    padding: 0 15px;
  }
  .yejiao{
    display: none!important;
  }
  #banner ul li > img {
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner ul li .content .box {
    margin-right: 0;
  }
  #banner ul li .content .box .h2 {
    font-size: 14px;
  }
  #index-body .i-product {
    padding-bottom: 40px;
  }
  #index-body .i-product ul li .title {
    font-size: 25px;
  }
  #index-body .i-product ul li .des {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .i-about ul li .title {
    font-size: 30px;
  }
  #index-body .i-about ul li .txt {
    font-size: 14px;
  }
  #index-body .i-about {
    padding-top: 35px;
  }
  #index-body .i-about ul li .img.vr {
    height: 275px;
  }
  #index-body .i-about ul li .more {
    font-size: 17px;
    padding: 0 45px;
    height: 45px;
    line-height: 45px;
  }
  .font-48 {
    font-size: 30px;
  }
  #index-body .i-news {
    padding: 30px 0 35px;
  }
  #index-body .i-news .i-title {
    margin-bottom: 20px;
  }
  #index-body .i-news ul li .box .content {
    padding: 20px 15px;
    padding-bottom: 0;
  }
  #index-body .i-news ul li .box .content .title {
    font-size: 20px;
  }
  #index-body .i-news ul li .box .content .des {
    font-size: 14px;
  }
  #footer .wrap .two ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}



.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 60px -5px 40px;
}
.inner-page .m-page a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page span{
  background: #c7000a none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    border-radius: 100%;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #c7000a none repeat scroll 0 0;
    color: #fff;
}
.inner-page h3 {
  font-size: 30px;
  color: #000000; 
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.inner-page img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.inner-page .side-title {
  padding: 85px 0 65px;
  margin-top: 65px;
}
.inner-page .side-title h1,
.inner-page .side-title h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0px;
}
.inner-page .side-title .singletit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0px;
}
.inner-page .side-list {
  padding-top: 100px;
}
.inner-page .side-list .side-nav {
   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;
  margin-bottom: 50px;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .side-list .side-nav > li {
  padding: 0 15px;
  border-right: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.inner-page .side-list .side-nav > li.active>a{
  color: #c7000a;
}
.inner-page .side-list .side-nav > li.active>a:after{
  width: 100%;
  background: #c7000a;
}
.inner-page .side-list .side-nav > li > a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  text-transform: capitalize;
  position: relative;
}
.inner-page .side-list .side-nav > li > a:hover::after {
  width: 100%;
}
.inner-page .side-list .side-nav > li > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page {
  padding-top: 260px;
  padding-left: 0;
  background: url(../images/about-1-bg.png) no-repeat 90px 270px;
}
.about-page .more a {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .more a span{
  display: inline-block;
  margin-left: 30px;
  width: 78px;
  height: 78px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: url(../images/about-right.png) no-repeat;
}
.about-page .more a span:hover{
  background: url(/dingchuncup/2024/10/09/9.png) no-repeat;
}
.about-page .more a img {
  
}
.about-page .about-1 {
  /*display: flex;
  align-items: center;
  flex-wrap: wrap;*/
  /*padding-left: 90px;*/
}
.about-page .about-1 .ui.container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-1 .left {
  width: 50%;
  padding-right: 45px;
}
.about-page .about-1 .left h3 {
  margin-bottom: 25px;
}
.about-page .about-1 .left h3 span {
  display: block;
  font-size: 50px;
}
.about-page .about-1 .left p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.about-page .about-1 .left .more {
  margin-top: 20px;
}
.about-page .about-1 .right {
  width: 50%;
  overflow: hidden;
}
.about-page .about-1 .right .about-1-img {
  overflow: hidden;
}
.about-page .about-2 {
  padding: 120px 0 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-2 .left {
  width: 38%;
}
.about-page .about-2 .left img {
  width: 100%;
}
.about-page .about-2 .left .left-box {
  position: relative;
}
.about-page .about-2 .left .left-box::after {
  width: 730px;
  height: 730px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: -180px;
  left: 90px;
  border: 1px solid #cbcbcb;
  content: "";
  -webkit-animation: kz 4s linear infinite;
  -o-animation: kz 4s linear infinite;
  -ms-animation: kz 4s linear infinite;
  -moz-animation: kz 4s linear infinite;
  animation: kz 4s linear infinite;
}
.about-page .about-2 .right {
  width: 62%;
  padding: 0 120px;
}
.about-page .about-2 .right h3 {
  margin-bottom: 18px;
}
.about-page .about-2 .right p {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.about-page .about-2 .right .more {
  margin-top: 65px;
}

.about-page .about-3 {
  overflow: hidden;
}
.about-page .about-3 .about-3-img img {
  width: 100%;
}
.about-page .about-3 .about-3-img{
  position: relative;
  background: url(/dingchuncup/2024/10/09/ab2.jpg) no-repeat;
  padding: 200px 0;
  background-attachment: fixed;
}
.about-page .about-3 .ui.container{
  /*position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
    width: 100%;
    height: 100%;
    z-index: 3;
}
.about-page .about-3 .about-3-img:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-page .about-3 .about-3-img .content{
  /*position: absolute;*/
  z-index: 2;
  left: 0px;
  bottom: 30%;
  max-width: 890px;
  text-align: left;
}
.about-page .about-3 .about-3-img .content h6{
font-size: 60px;
font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
}
.about-page .about-3 .about-3-img .content h5{
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 20px;

}
.about-page .about-3 .about-3-img .content p{
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
.about-page .about-3 .about-3-img .content .more{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.about-page .about-3 .about-3-img .content .more a{
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.about-page .about-3 .about-3-img .content .more a span{
  background: url(../images/about-more-1.png) no-repeat;
  margin-left: 0;
  margin-right: 55px;
}
.about-page .about-3 .about-3-img .content .more a span:hover{
  background: url(../images/about-right-3.png) no-repeat
}
#advantages.init-2 {
  padding-top: 160px;
  position: relative;
}
#advantages.init-2 .ui.container{
  position: unset;
}
#advantages.init-2 h2{
  font-size: 100px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
   padding-bottom: 30px;
}
#advantages.init-2 .content .top {
  display: block;
  /*padding-left: 100px;*/
}
#advantages.init-2 .content .center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 60px;
  /*position: relative;*/
  padding-top: 70px;
}
#advantages.init-2 .content .center .left {
  width: 25%;
  position: relative;
  z-index: 1;
  /*padding-left: 90px;*/
}
#advantages.init-2 .content .center .left h4 {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
#advantages.init-2 .content .center .right {
  width: 75%;
  padding: 95px 80px;
  z-index: 3;
  position: relative;
  padding-right: 0;
}
#advantages.init-2 .content .center .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#advantages.init-2 .content .center .right ul li {
  width: 33.333%;
}
#advantages.init-2 .content .center .right ul li span {
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  line-height: 1;
  line-height: inherit;
  color: #000000;
}
#advantages.init-2 .content .center .right ul li span em {
  font-size: 100px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
}
#advantages.init-2 .content .center .right ul li p {
  max-width: 246px;
  font-size: 18px;
  line-height: 2;
  color: #000000;
  margin-top: 25px;
}
#advantages.init-2 .content .center .right ul .lifist {
  margin-bottom: 50px;
}
#advantages.init-2 .content .center .xian {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
#advantages.init-2 .content .center .xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 10%;
  bottom: 0;
}
.about-page .about-4 {
  padding: 170px 0px 80px 0px;
}
.about-page .about-4 .top {
  padding: 0 10px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; 
}
.about-page .about-4 .top h4 {
  font-size: 60px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-4 .exhibitionBox {
  /*padding-top: 150px;*/
  position: relative;
}
.about-page .about-4.news-page .news-list .list{
  border: none;
  display: block;
  margin: -15px;
}
.about-page .about-4.news-page .news-list .list li{
  padding: 15px;
}
.about-page .about-4.news-page .news-list .list li::after{
  content: none;
}
.about-page .about-4 .exhibitionBox .swiper-slide .exhibition-img {
  display: inline-block;
}
.about-page .about-4 .exhibitionBox .navigation {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:focus,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:focus{
  display: none;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:root{
      --swiper-navigation-size: 0;
          --swiper-theme-color: #fff;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev {
  background: url(../images/about-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:root{
  --swiper-navigation-size: 0;
          --swiper-theme-color: #fff;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:hover{
  background: url(../images/left-had.png) no-repeat center center;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  background: url(../images/about-right.png) no-repeat center center;
  right: 0;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:hover{
  background: url(../images/right-hid.png) no-repeat center center;
}
.about-page .about-5 {
  padding: 115px 80px 30px 90px;
}
.about-page .about-5 .partnerBox .swiper-slide {
  cursor: pointer;
}
.about-page .about-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.about-page .about-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.project-page {
  padding: 200px 55px 0 90px;
}
.project-page .project-1 {
  background: url(../images/project-bg.png) no-repeat left top;
}
.project-page .project-list .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.project-page .project-list .list li {
  /*width: 32%;*/
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0 20px;
}
.project-page .project-list .list li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-page.project-content .project-list .list li:hover a:after{
  opacity: 0;
}
.project-page .project-list .list li img {
  width: 100%;
}
.project-page .project-list .list li > a {
  display: block;
  position: relative;
}
.project-page.project-content .project-list .list li > a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list{
  justify-content: inherit;
}
.project-page.gallery-page .project-list .list li{
  border: 1px solid #aaa;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li:hover{
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
.project-page.gallery-page .project-list .list li:hover img{
  transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.project-page.gallery-page .project-list .list li > a:after{
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.environment-page .project-list .list li{
  width: 49%;
}
.project-page.equipment-page .project-list .list li{
  width: 32%;
}
.project-page.gallery-page .project-list .list li > a .content{
 background: rgba(0, 0, 0, 0);
}
.project-page .project-list .list li > a .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.project-page .project-list .list li > a .content .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.project-page .project-list .list li > a .content h4 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.project-page .project-list .list li > a .content h4 span {
  display: block;
  font-weight: 18px;
  margin-top: 15px;
}
.project-page.gallery-page .project-list .list li{
  /*width: 19%;
  margin-right: 1%;*/
}
.project-page.gallery-page .project-list .list li > a .content h4{
  font-size: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li:hover a .content h4{
  opacity: 0;
}
.project-world {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project-world .world-img {
  position: relative;
}
.project-world .world-img .contactBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-world .world-img .contactBox .contact-box:hover .text p{
  color: #fff;
}
.project-world .world-img .contactBox .contact-box:hover .text h4{
  color: #fff;
}
.project-world .world-img .contactBox .contact-box:hover .text h4:after{
  background: #fff;
}
.project-world .world-img .contactBox .contact-box:hover .text .more{
  color: #fff !important;
}
.project-world .world-img .contactBox .contact-box {
  position: relative;
  width: 425px;
  height: 425px;
  border-radius: 100%;
}
.project-world .world-img .contactBox .contact-box:hover:before{
  background: rgba(0, 0, 0, 0.9);
}
.project-world .world-img .contactBox .contact-box:hover:after{
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.project-world .world-img .contactBox .contact-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: 1;
  background: rgba(238, 238, 238, 0.2);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-world .world-img .contactBox .contact-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
  -webkit-animation: kz 2s linear infinite;
  -o-animation: kz 2s linear infinite;
  -ms-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
  z-index: 1;
}
.project-world .world-img .contactBox .contact-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 240px;
  z-index: 3;
}
.project-world .world-img .contactBox .contact-box .text h4 {
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  padding:15px 0 30px;
  position: relative;
}
.project-world .world-img .contactBox .contact-box .text h4::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  width: 60px;
  height: 1px;
  background: #000;
  content: "";
}
.project-world .world-img .contactBox .contact-box .text p {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
.project-world .world-img .contactBox .contact-box .text .more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.project-world .world-img .contactBox .contact-box .text .more:hover::after {
  width: 100%;
}
.project-world .world-img .contactBox .contact-box .text .more::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.gallery-page{
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.gallery-page .side-title{
  background: url(/dingchuncup/2024/10/09/gc6.png) no-repeat left 90px top;
  margin-top: 65px;
}
.gallery-page .side-list{
  padding-top: 20px;
}
.gallery-page ul{
  display: block !important;
  margin: -12px;
}
.gallery-page ul li{
  padding: 12px !important;
  margin: 0 !important;
  border: none !important;
}
.gallery-page ul li a{
  /*border: 1px solid #aaa;*/
}
.product-page {
  padding: 200px 0px 0 0px;
}
.product-page .product-1 {
  padding: 85px 0 65px;
  background: url(../images/product-bg.png) no-repeat left 90px top;
  margin-top: 65px;
}
.product-page .product-1 h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0px;
}
.product-page .product-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0px;
}
.product-page .product-list {
  padding-top: 70px;
}
.product-page .product-list .search form{
  position: relative;
  max-width: 600px;
}
.product-page .product-list .search form input{
  width: 100%;
  height: 45px;
  font-size: 18px;
  padding: 0 15px;
  border: 1px solid rgba(0,0,0,0.3);
}
.product-page .product-list .search form input[type="submit"]{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) no-repeat center;
  width: 45px;
  border: none;
  padding: 0;
}
.product-page .product-list h2 {
  font-size: 48px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cpfl{
  font-size: 48px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-page .product-list .tenaupro2 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
}
.product-page .product-list .tenaupro2 a {
  font-size: 16px;
  color: #000;
}
.product-page .product-list .product-nav {
  max-width: 800px;
  margin: 0 auto 0 0;
}
.product-page .product-list .product-nav .swiper-slide {
  text-align: center;
  border-right: 1px solid #bfbfbf;
}
.product-page .product-list .product-nav .swiper-slide > a {
  display: inline-block;
  font-size: 18px;
  color: #000;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}
.product-page .product-list .product-nav .swiper-slide > a:hover::after {
  width: 100%;
}
.product-page .product-list .product-nav .swiper-slide > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-list .product-nav .swiper-slide-thumb-active > a::after {
  width: 100%;
}
.product-page .product-list .product-pageBox {
  margin-top: 50px;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img {
  position: relative;
  overflow: hidden;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img img {
  width: 100%;
  opacity: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transform: scale(2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content {
  position: absolute;
  left: 70px;
  bottom: 50px;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content h4 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
.product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-top: 10px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList {
  padding: 30px 0px 30px 0;
  display: none;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul {
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: row;*/
  margin: -15px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li {
  /*width: 32%;
  margin-right: 1.6%;*/
  padding: 15px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a {
  display: block;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a .item-img {
  overflow: hidden;
  border: 1px solid #bfbfbf;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a .item-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li a .item-img img {
  width: 100%;
}
 
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content h4 {
  font-size: 24px;
  line-height: 2;
  color: #000000;
  /*text-transform: uppercase;*/
  font-weight: bold;
}
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content p {
  padding: 20px 0 25px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
 
.product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content {
  padding: 20px 20px 10px;
}
 
.product-page .product-list .product-pageBox .swiper-slide-active .product-pageBox-img img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-page .product-list .product-pageBox .swiper-slide-active .productList {
  display: block;
}
.product-page .product-list .product-pageBox .navigation {
  position: absolute;
  width: 31%;
  top: 50px;
  right: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.product-page .product-list .product-pageBox .navigation .swiper-button-prev,
.product-page .product-list .product-pageBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
}
.product-page .product-list .product-pageBox .navigation .swiper-button-prev {
  background: url(../images/produvt-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}
.product-page .product-list .product-pageBox .navigation .swiper-button-next {
  background: url(../images/prodct-right.png) no-repeat center center;
  right: 0;
}
.product-page .product-list .serviceBox{
  margin-top: 50px;
}
.product-page .product-list .serviceBox .swiper-slide a{
  display: block;
}
.product-page .product-list .serviceBox .swiper-slide .item-img{
  overflow: hidden;
}
.product-page .product-list .serviceBox .swiper-slide .item-img img{
  width: 100%;
}
.product-page .product-list .serviceBox .swiper-slide .item-img:hover img{
  transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.product-page .product-list .serviceBox .swiper-slide .item-content{
  padding-top: 20px;
}
.product-page .product-list .serviceBox .swiper-slide .item-content h4{
  margin: 10px 0 20px;
      font-size: 20px;
    color: #000;
    line-height: 36px;
    min-height: 5rem;
    font-weight: 700;
    text-transform: capitalize;
}
.riqi{
  font-size: 14px;
  line-height: 28px;
}
.product-page .product-list .serviceBox .swiper-slide .item-content p{
  line-height: 2;
  margin-bottom: 30px;
  margin-top: 10px;
}
.news-page {
  padding: 200px 0px 20px 0px;
}
.news-page .news-1 {
  background: url(../images/news-bg.png) no-repeat left 90px top;
}
.service-page .news-page .news-1{
  background: url(/dingchuncup/2024/10/09/ser.png) no-repeat left 90px top;
}
.news-page .news-list .list{
  border-top: 2px solid #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -65px -50px;
}
.news-page .news-list .list li {
  width: 50%;
padding: 65px 50px;
position: relative;
}
.news-page .news-list .list li:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 93%;
  height: 1px;
  background: #c7c7c9;
}
.news-page .news-list .list li:nth-child(even):after{
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 94%;
  height: 1px;
  background: #c7c7c9;
}
.news-page .news-list .list li > a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.news-page .news-list .list li > a .right .content .time{
  display: flex;
  align-items: center;
}
.news-page .news-list .list li > a .right .content .time h2{
  font-size: 70px;
  font-weight: bold;
  line-height: 2;
  color: #c7000a;
  text-transform: capitalize;
  margin-right: 10px;
}
.news-page .news-list .list li > a .right .content .time .time-box h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-transform: capitalize;
      margin-bottom: 10px;
    height: auto;
}
.news-page .news-list .list li > a .right .content h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-transform: capitalize;
}
.news-page .news-list .list li > a .right .content h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #a3a3a3;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.news-page .news-list .list li > a .right .content h4 {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.news-page .news-list .list li > a .right .content p{
  font-size: 16px;
  color: #000;
  line-height: 2;
  margin-bottom: 30px;
}
.contact-page {
  padding: 200px 0 0 0;
}
.contact-page .contact-1 {
  background: url(../images/contact-bg.png) no-repeat 90px top;
  padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
  padding: 100px 0px 110px 0px;
}
.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-2 ul li {
  width: 33.3333%;
  padding-left: 40px;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #000000;
}
.contact-page .contact-2 ul li .content p {
  font-size: 18px;
  color: #000000;
  line-height: 2;
  max-width: 330px;
}
.contact-page .contact-2 ul .add {
  padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
  align-items: flex-start;
}
.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
      width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
      max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-4 {
  padding: 110px 0px 50px 0px;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.contact-page .contact-4 .left {
  width: 40%;
  margin-left: 0px;
  padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
  width: 60%;
  padding-left: 20px;
}
.contact-page .contact-4 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form input {
  width: 49%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: #990505;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-weight: bold;
}
.contact-page .contact-4 .right p {
  font-size: 16px;
  line-height: 2;
  /*font-weight: bold;*/
  color: #989898;
}
.prodet-page {
  padding: 200px 0px 100px 0px;
}
.prodet-page h4 {
  font-size: 48px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  text-transform: capitalize;
}
.prdctdsct h2 {
    font-size: 24px;
    line-height: 2;
    color: #000;
    font-weight: 700;
}
.prdctdsct p {
    font-size: 18px;
    color: #000;
    line-height: 1.8;
}
.prodet-page h5 {
  font-size: 20px;
  color: #000000;
  line-height: 1.8;
  font-weight: bold;
}
.prodet-page p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
}
.prodet-page .title {
  /*padding-left: 35px;*/
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.prodet-page .prodet-faq li h5 {
  padding: 35px 35px 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #a3a3a3;
}
.prodet-page .prodet-faq li h5 .fa {
  font-size: 32px;
  line-height: 1;
  color: #000000;
}
.prodet-page .prodet-faq li p {
  padding: 30px 35px 20px;
  display: none;
  border-bottom: 1px solid #a3a3a3;
}
.prodet-page .prodet-faq li.Scroll_Elm {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.prodet-page .prodet-faq li.Scroll_Elm.Scroll_In {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.prodet-page .prodet-1 {
  background: url(../images/product-bg.png) no-repeat left 90px top;
  margin-top: 65px;
}
.prodet-page .prodet-2 {
  padding: 40px 0 60px;
  /*border-bottom: 2px solid #000000;*/
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: row;*/
}
.prodet-page .prodet-2 .left {
  width: 45%;
  text-align: center;
}
.prodet-page .prodet-2 .left ul{
  border: 1px solid #eee;
}
.prodet-page .prodet-2 .left > a {
  
  position: relative;
  border: 1px solid #eee;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 .left>a img{
  width: 100%;
}
.prodet-page .prodet-2 .left > a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: none;
  border: 1px solid #d9d9d9;
  top: 30px;
  left: 80px;
  border: 1px solid #dfdfdf;
  -webkit-animation: kz 2s linear infinite;
  -o-animation: kz 2s linear infinite;
  -ms-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
}
.prodet-page .prodet-2 .right {
  width: 55%;
  padding-left: 60px;
  /*padding-top: 70px;*/
}
.prodet-page .prodet-2 .right h4 {
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .right .content {
  margin-bottom: 40px;
  max-height: 226px;
  overflow: auto;
}
.prodet-page .prodet-2 .right .content p {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  max-width: 830px;
}
.prodet-page .prodet-2 .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prodet-page .prodet-2 .right ul li {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.prodet-page .prodet-2 .right ul li a {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
}
.prodet-page .prodet-2 .right ul li img {
  display: inline-block;
  margin-right: 20px;
}
.prodet-page .prodet-2 .right ul.gallery-thumb{
  display: block;
  margin: -10px;
  margin-top: 20px;
}
.prodet-page .prodet-2 .right ul.gallery-thumb li{
  padding: 10px;
}
.prodet-page .prodet-2 .right ul.gallery-thumb li a{
  display: block;
  text-align: center;
  border: 1px solid #eee;
}
.prodet-page .prodet-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
.prodet-page .prodet-3 .right {
  padding-right: 70px;
}
.prodet-page .prodet-3 .right ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
}
.prodet-page .prodet-3 .right ul li a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-3 .right ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-3 .right ul li span {
  display: inline-block;
  width: 47px;
  height: 1px;
  background: #000;
  margin-right: 15px;
}
.prodet-page .prodet-4 {
  padding-bottom: 40px;
}
.prodet-page .prodet-4 strong{
  font-size: 22px;
}
.prodet-page .prodet-5 {
  padding-bottom: 140px;
}
.prodet-page .prodet-5 {
  
}
.prodet-page .prodet-5 .prodet-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodet-page .prodet-5 .prodet-faq li{
  width: 48%;
}
.prodet-page .prodet-5 .prodet-faq li h5 {
  padding: 30px 20px 25px 35px;
}
.prodet-page .prodet-5 .prodet-faq li p {
  padding: 30px 20px 20px 35px;
}
.prodet-page .prodet-6 {
  padding-bottom: 140px;
}
.prodet-page .prodet-7 h5 {
  padding: 35px 35px 20px;
}
.prodet-page .prodet-7 p.p {
  padding: 0 35px 20px;
}
.prodet-page .prodet-7 .serviceBox {
  padding: 60px 35px 0;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.prodet-page .prodet-7 .serviceBox .swiper-slide .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide .top .service-icon {
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide .top .service-icon img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.prodet-page .prodet-7 .serviceBox .swiper-slide p {
  line-height: 2;
}
.newdet-content {
  padding-top: 40px;
  padding-bottom: 120px;
}
.newdet-content h4 {
  font-size: 48px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.newdet-content h1 {
  font-size: 48px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.newdet-content .content {
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 2;
}
.newdet-content .content p{
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
}
.newdet-content .m-link {
  padding-top: 40px;
  font-size: 16px;
  color: #000000;
  line-height: 2;
  text-transform: uppercase;
}
.newdet-content .m-link a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  display: inline-block;
  position: relative;
}
.newdet-content .m-link a:hover::after {
  width: 100%;
}
.newdet-content .m-link a::after {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .prodet-4 {
  padding-top: 30px;
}
.faq-page .prodet-4 .title {
  margin-bottom: 50px;
}
.prodet-page.faq-page{
    padding: 200px 130px 50px 90px;
}
.more-link{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.more-link:hover{
  background: url(/dingchuncup/2024/10/09/9.png) no-repeat;
}
.pdf{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/pdf.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
      margin-right: 20px;
}
.pdf:hover{
background: url(../images/pdf-black.png) no-repeat;
}
.contact{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/contact.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
      margin-right: 20px;
}
.contact:hover{
background: url(../images/contact-black.png) no-repeat;
}
.dwo{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.dwo:hover{
background: url(../images/right-hid.png) no-repeat;
}
@media screen and (max-width: 1600px) {
  /*.about-page {
    padding-top: 170px;
    background: url(../images/about-1-bg.png) no-repeat 0 120px;
  }*/
  .inner-page h3 {
    font-size: 45px;
  }
  .about-page .about-1 .left h3 span {
    font-size: 30px;
  }
   
  .about-page .about-1 .left p {
    font-size: 16px;
  }
  .about-page .about-2 .right {
    padding: 0 100px;
  }
  .about-page .about-2 {
    padding: 140px 0 140px;
  }
  .contact-page {
    padding: 170px 0 0 0;
  }
  .contact-page .contact-2 {
    padding: 100px 0px;
  }
  .contact-page .contact-2 ul li {
    padding-left: 0;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 290px;
  }
  .contact-page .contact-3 {
    padding: 0 40px;
  }
  .contact-page .contact-3 ul li img {
    width: 100px;
  }
  .contact-page .contact-3 ul li {
    padding-left: 80px;
  }
  .contact-page .contact-2 ul li .content p {
    font-size: 14px;
  }
  .contact-page .contact-4 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 1440px) {
  .product-page {
    padding: 170px 15px 30px;
  }
  .contact-page .contact-1 {
    padding: 85px 15px;
  }
  .contact-page .contact-2 {
    padding: 50px 0px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 230px;
  }
  .contact-page .contact-3 {
    padding: 0 15px;
  }
  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 15px;
  }
  .contact-page .contact-3 ul li .content {
    padding: 20px;
  }
  .contact-page .contact-4 {
    padding: 50px 0px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 30px;
    line-height: 1.4;
  }
  .contact-page .contact-4 .left p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1230px) {
  .prodet-page .prodet-1,
  .contact-page .contact-1,
  .product-page .product-1{
    background-size: 60%;
  }
  .about-page .about-4 {
    padding: 90px 15px 0 15px;
  }
  .about-page .about-4 .top h4 {
    font-size: 30px;
  }
  .inner-page h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  .about-page .about-5 {
    padding: 60px 20px 70px 20px;
  }
  .news-page {
    padding: 150px 40px;
  }
  .news-page .news-1{
    background-size: 40%;
  }
  .news-page .news-list .list li > a .right .content {
    padding: 20px 15px;
  }
  .news-page .news-list .list li > a .right .content h4 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .news-page .news-list .list li > a .right {
    width: 100%;
    padding-left: 30px;
  }
  .news-page .news-list .list li {
    margin-bottom: 40px;
  }
  .newdet-content h4 {
    font-size: 32px;
  }
  .newdet-content .m-link {
    font-size: 14px;
  }
  .project-page .project-list .list li > a .content h4 {
    bottom: 20px;
    left: 20px;
    font-size: 24px;
  }
  .project-page .project-list .list li > a .content {
    padding: 20px;
  }
  .inner-page .side-list {
    padding-top: 40px;
  }
  .project-page {
    padding: 100px 15px 0 15px;
  }
  .project-world .world-img .contactBox .contact-box {
    width: 325px;
    height: 325px;
  }
  .project-world .world-img .contactBox .contact-box .text p {
    font-size: 16px;
  }
  .project-world .world-img .contactBox .contact-box .text h4 {
    font-size: 24px;
    padding: 10px 0;
  }
  .project-world .world-img .contactBox .contact-box .text h4::after {
    bottom: 7px;
  }
  .project-world .world-img .contactBox .contact-box .text .more {
    font-size: 12px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList {
    padding: 50px 30px 100px 0;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content h4 {
    font-size: 18px;
    line-height: 2;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content p {
    font-size: 16px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content h4 {
    font-size: 24px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content p {
    font-size: 16px;
  }
  .product-page .product-list .product-pageBox .swiper-slide .product-pageBox-img .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .product-page .product-list .product-pageBox .navigation {
    top: 20px;
    right: 20px;
  }
  /*.prodet-page {
    padding: 100px 40px;
  }*/
  .prodet-page h4 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .right {
    padding-left: 30px;
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .right .content p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .right .content {
    margin-bottom: 40px;
  }
  .prodet-page .prodet-2 .right ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .prodet-2 .right ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .inner-page .side-list .side-nav > li > a {
    font-size: 16px;
  }
  .inner-page .side-list .side-nav > li {
    padding: 0 20px;
  }
  .inner-page .side-list .side-nav {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-3 .right ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .left img {
    width: 400px;
  }
  .prodet-page h5 {
    font-size: 20px;
  }
  .prodet-page .prodet-faq li h5 {
    padding: 25px 20px 20px;
  }
  .prodet-page .prodet-faq li p {
    padding: 20px 15px;
  }
  .prodet-page p {
    font-size: 18px;
    line-height: 1.8;
  }
  .contact-page .contact-2 ul li .content h6 {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-2 ul li .content p {
        font-size: 14px;
    line-height: 2;
    max-width: 200px;
  }
  .contact-page .contact-3 ul li {
    width: 50%;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 160px;
  }
  .contact-page .contact-4 .left {
    margin-left: 0;
  }
  .about-page{
    background-size: 60%;
  }
}
@media screen and (max-width: 1000px){
  .news-page .news-list .list li{
    padding: 60px 15px;
  }
  .news-page .news-list .list li>a .right{
    padding-left: 0;
  }
  .about-page{
    padding-top: 75px;
    background-position: 90px 50px;
  }
  .product-page{
    padding-top: 80px;
  }
  .product-page .product-1{
    margin-top: 30px;
    padding-top: 0;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList ul li .item-content{
    padding-left: 0;
    padding-right: 0;
  }
  .product-page .product-list .product-pageBox{
    margin-top: 0;
  }
  .prodet-page .prodet-1{
    margin-top: 0;
    padding-bottom: 20px;
  }
  
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left .left-box:after{
    display: none;
  }
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea{
    width: 98%;
  }
  .product-page .product-list .product-pageBox{
    padding-top: 30px;
  }
  
  .mbx{
        margin-top: 30px;
  }
  .newdet-content h1 {
    font-size: 25px;
}
  .prodet-page.product-page.product{
    padding: 0;
  }
  #index-body .init-1 .left h2{
        line-height: 1.4;
    font-size: 36px;
  }
  #index-body .init-5{
    padding-bottom: 0;
  }
  #index-body .init-5 .newsBox .swiper-slide h4{
    font-size: 18px;
  }
  #index-body .init-5 .newsBox .swiper-slide .mb-abst{
    margin-top: 10px;
    font-size: 14px;
  }
  .about-page {
    padding-top: 80px;
  }
   
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 {
    padding: 40px 0px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding: 15px;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 0 0;
  }
  .about-page .about-2 .right h3 {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .about-page .about-4 .exhibitionBox .navigation {
    display: none;
  }
  .about-page .about-4 .exhibitionBox {
    margin-top: 30px;
  }
  .news-page {
    padding: 80px 15px;
  }
  .inner-page .side-title {
    padding: 30px 0 30px;
  }
  .inner-page .side-title h1,
  .inner-page .side-title h4 {
    padding-left: 0;
    text-align: center;
  }
  .inner-page .side-list {
    padding-top: 30px;
  }
  .inner-page .side-list .side-nav {
    margin-bottom: 30px;
  }
  .inner-page .side-list .side-nav > li > a {
    font-size: 18px;
  }
  .inner-page .side-list .side-nav > li {
    padding: 0 5px;
  }
  .news-page .news-list .list li > a .left {
    width: 100%;
  }
  .news-page .news-list .list li > a .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .newdet-content h4 {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .inner-page .side-title h1,
  .inner-page .side-title h4 {
    font-size: 20px;
  }
  .project-page .project-list .list li {
    width: 100%;
  }
  .project-world .world-img .contactBox .contact-box {
    width: 200px;
    height: 200px;
  }
  .inner-page .side-list .side-nav {
    flex-wrap: wrap;
  }
  .inner-page .side-list .side-nav > li {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .product-page {
    padding: 60px 15px 0;
  }
  .product-page .product-list {
    padding-top: 30px;
    line-height: 2;
  }
  .product-page .product-list .product-pageBox .navigation {
    display: none;
  }
  .product-page .product-list .product-pageBox .swiper-slide .productList {
    padding: 50px 0 100px 0;
  }
  
  .prodet-page {
    padding: 80px 15px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .left {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-2 .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .prodet-page h4 {
    font-size: 24px;
    line-height: 1.6;
  }
  .prodet-page .prodet-2 .right .content p {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-3 .left {
    display: none;
  }
  .prodet-page .prodet-3 .right {
    padding-right: 0;
  }
  .prodet-page .prodet-faq li h5 {
    padding: 25px 0 20px;
  }
  .prodet-page h5 {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-faq li p {
    padding: 10px;
  }
  .prodet-page p {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-5 .prodet-faq {
    width: 100%;
  }
  .prodet-page .prodet-5 .prodet-faq li h5 {
    padding: 25px 0 20px;
  }
  .prodet-page .prodet-5 .prodet-faq li p {
    padding: 10px;
  }
  .prodet-page .title {
    text-align: center;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .prodet-page .prodet-7 h5 {
    padding: 25px 0 20px;
  }
  .prodet-page .prodet-7 p.p {
    padding: 0;
    margin: 10px;
  }
  .prodet-page .prodet-7 .serviceBox {
    padding: 60px 0 0;
  }
  .contact-page {
    padding: 60px 0 0 0;
  }
  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 100%;
  }
  .contact-page .contact-3 ul li {
    width: 100%;
  }
  .contact-page .contact-3 ul li img {
    left: 0;
  }
  .contact-page .contact-3 ul li .content {
    padding: 10px;
  }
  .contact-page .contact-3 ul li img {
    width: 80px;
  }
  .contact-page .contact-3 ul li .content .bottom p {
    font-size: 12px;
  }
  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-4 {
    padding: 30px 0px;
  }
  .contact-page .contact-4 .left {
    padding-top: 0;
    width: 100%;
  }
  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
.prodet-page.faq-page{
      padding: 80px 15px 50px;
}
#footer.footer .top .topBox .two img{
  display: none;
}
.news-page .news-list .list li{
  width: 100%;
    padding: 0;
}
.inner-page .side-title{
  display: none;
}
.prodet-page .prodet-5 .prodet-faq li{
  width: 100%;
}
.about-page .about-3 .about-3-img .content h6{
  font-size: 24px;
}
.about-page .about-3 .about-3-img .content h5{
  display: none;
}
.about-page .about-3 .about-3-img .content{
  left: 0;
  max-width: 100%;
  padding: 0 20px;
}
.about-page .about-3 .about-3-img .content .more a span{
  margin-right: 15px;
}
.about-page .about-3 .about-3-img .content p{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.about-page .about-3 .about-3-img .content .more a span{
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
.about-page .about-3 .about-3-img .content .more{
      margin-top: 10px;
}
#advantages.init-2 {
    padding-top: 50px;
}
#advantages.init-2 .content .top{
  padding-left: 20px;
}#advantages.init-2 h2{
  font-size: 35px;
}
#advantages.init-2 .content .center{
  padding: 50px 15px;
}
#advantages.init-2 .content .center .left{
  width: 100%;
  padding-left: 0;
}
#advantages.init-2 .content .center .right{
  width: 100%;
  padding: 30px 0;
}
#advantages.init-2 .content .center .right ul li{
  width: 100%;
}
#advantages.init-2 .content .center .right ul li span em{
      font-size: 50px;
}
#advantages.init-2 .content .center .right ul li p{
      max-width: 100%;
}
#advantages.init-2 .content .center .right ul li{
  margin-bottom: 50px;
}
#advantages.init-2 .content .center .xian .xianBox{
  display: none;
}
.project-page.gallery-page .project-list .list li{
  width: 100%!important;
}
.project-page.environment-page .project-list .list li{
  width: 100%;
}
.project-page .project-list .list li>a .content h4{
  font-size: 14px;
  font-weight: 500;
}


#advantages.init-2 .content .center .right ul li span{
  float: left;
  width:40%;
}
#advantages.init-2 .content .center .right ul li span em {
    font-size: 36px;
}
#advantages.init-2 .content .center .right ul li p {
    float: left;
    width: 58%;
    margin-top: -10px;
}
.about-page .about-4{
  padding-top: 0;
}
.about-page .about-4 .exhibitionBox{
  padding-top: 0;
}
.about-page .about-5{
  padding-bottom: 0;
}
.inner-page .side-list .side-nav,
.faq-page .prodet-4 .title{
  display: none;
}
.prodet-page{
  padding-top: 40px;
}
.product-page .product-list .product-pageBox .swiper-slide .productList{
  padding-top: 0;
}
.product-page .product-list .product-pageBox {
    margin-top: 0px;
}
.project-page {
    padding: 20px 15px 0;
}
.inner-page .m-page{
  margin-top:20px;
}
.prodet-page.faq-page {
    padding: 20px 15px 50px;
}
.prodet-page .prodet-4 {
    padding-bottom: 40px;
}
.news-page {
    padding: 0px 15px;
}
.newdet-content{
  padding-bottom: 40px;
}


}
@media screen and (min-width:700px){
  #footer{
    display: block!important;
  }
  .mb-abst,#mb-footer{
    display: none!important;
  }
 
}
@media screen and (max-width:700px){

  #mb-footer {
    display: block!important;
    padding: 35px 0 90px;
    background: #222222;
}
#mb-footer .f-top {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #303030;
    padding-bottom: 25px;
    text-align: center;
}
#mb-footer .f-top img {
    width: auto;
    height: auto;
    max-width:91px;
}
#mb-footer .f-top p {
    color: #bbbbbb;
    font-size: 12px;
    margin: 12px 0 15px;
}
#mb-footer .f-top .f-social a {
    margin: 0 6px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #bbbbbb;
    color: #fff;
}
#mb-footer .f-copyright {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #303030;
}
#mb-footer .f-copyright p {
    color: #bbbbbb;
    font-size: 16px;
    line-height: 2;
    transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
}
#mb-footer .f-copyright a{
  display: inline-block;
  margin-top: 5px;
}
#mb-footer .f-copyright a img{
  max-height: 12px;
  width: auto;
}
.f-tool {
    padding-top: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 46px;
    background: #222222;
    left: 0;
    bottom: 0;
    z-index: 1001;
}
.f-tool a {
    float: left;
    width: 25%;
}
.f-tool a i,.f-tool a span {
    display: block;
    color: #dddddd;
    margin-top: 2px;
}
.f-tool a span {
    font-size: 14px;
}

.about-page{
  background: url(/template/en/images/about-1-bg.png) no-repeat 50px 80px;
  background-size: 300px;
}
#advantages.init-2 .content .center .right ul li{
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.prodet-page .prodet-2 .left>a:after{
  display: none;
}
}

.button-group .button{
  background-color: #222 !important;
}

.prodet-page.product{
  padding: 0 0px 0 0;;
}


.product-page.news .product-list{
  padding-top: 0;
}

.mbx{
  /*padding-left: 30px;*/
    /*padding-bottom: 30px;*/
}

.mbx a,
.mbx span{
  font-size: 18px;
    color: #000;
    line-height: 1.8;
    text-transform: capitalize;
    position: relative;
}

.about-page.product{
      padding-top: 0;
}

.about-page.product .about-2 .right a{
  font-size: 16px;
}

.catabs{
      font-size: 16px;
    line-height: 2;
    padding-top: 20px;
    margin-bottom: 50px;
}

.prodet-page .prodet-2 .right .h1title{
  margin-bottom: 30px;
      font-size: 40px;
    color: #000;
    line-height:2;
    font-weight: 700;
    text-transform: capitalize;
}
.dialog_news.inner{
  display: none;
}
.dialog_news.index{
  display: block;
}

.dialog_news .news_box{
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0,0,0,.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.dialog_news .news_box .box{
  max-width: 685px;
  border-radius: 10px;
  background: white;
  position: relative;
}
.dialog_news .news_box .box .close{
  font-size: 20px;
  opacity: .6;
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}
.dialog_news .news_box ul{
  padding: 40px 25px 15px;
}
.dialog_news .news_box ul li h3{
  line-height: 38px;
}
.dialog_news .news_box ul li h3 a{
  font-size: inherit;
}
.dialog_news .news_box ul li .content{
  line-height: 30px;
}

.region-page .box{
  padding-left: 90px;
  padding-bottom: 90px;
}
.region-page .box div{
  font-size: 18px;
  line-height: 30px;
}
#index-body .news_top .init-1 .left h2{
  font-size: 40px;
}
@media screen and (max-width:700px){
  .region-page .box{
    padding-top: 100px;
    padding-left: 20px;
  }
  .dialog_news .news_box ul li h3{
    font-size: 24px;
  }
}


@media screen and (max-width:1400px){
  #index-body .news_top .init-1 .left h2{
    font-size: 30px;
  }
  #index-body .init-1 .left h2{
    font-size: 40px;
  }
}
@media screen and (max-width:1000px){
  #index-body .news_top .init-1 .left h2{
    font-size: 22px;
  }
  #index-body .init-1 .left h2{
    font-size: 30px;
  }
}
@media screen and (max-width:700px){
  #index-body .init-1{
    flex-wrap: wrap;
  }
  #index-body .init-1 .left{
    width: 100%;
  }
  #index-body .init-1 .right{
    width: 100%;
  }
  #index-body .init-1 .right .about-img .bgC{
    position: unset;
  }
}
@media screen and (max-width:500px){
  #index-body .news_top .init-1 .left h2 {
    font-size: 18px;
  }
  .ent{
    display: none;
  }
   .buxianshi {
     display: none!important;
  }
}



@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.panorama{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: url(../images/logo.png) no-repeat center,white;
    color: white;
    right: 41px;
    top: 115px;
    font-size: 24px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px rgba(0,0,0,.3);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1000;
    background-size: contain;
}
.panorama .block{
  width: 100%;
  height: 100%;
}
.panorama::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    border-radius: 100%;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    left: 0%;
    /*transform: translate(-50%,-50%);*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks1 2s linear infinite;
    -moz-animation: ks1 2s linear infinite;
    animation: ks1 2s linear infinite;
    z-index: -1;
}
.panorama::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0%;
    border-radius: 100%;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    left: 0%;
    /*transform: translate(-50%,-50%);*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks1 2s linear infinite;
    -moz-animation: ks1 2s linear infinite;
    animation: ks1 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.panorama .pa{
  position: absolute;
  right: -20px;
  top: -75px;
  font-size: 20px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  /*width: 180px;*/
  border-radius: 10px;
  color: black;
  transition: 0.5s;
  opacity: 0;
  transform: scale(0);
  transform-origin: right bottom;
  z-index: 9999;
  white-space: nowrap;
  padding: 0 15px;
}
.panorama .pa::after{
  content: "";
  position: absolute;
  top: 100%;
  right: 40px;
  width: 10px;
  height: 10px;
  /*background: white;*/
  border-left: 10px solid transparent;
  border-top: 10px solid white;
  border-right: 10px solid transparent;

}
.panorama:hover .pa{
  opacity: 1;
  transform: scale(1);
  
}
@media screen and (max-width:1400px){
  #advantages.init-2 h2{
    font-size: 60px;
  }
  #advantages.init-2 .content .center .right ul li span em{
    font-size: 70px;
  }
}
@media screen and (max-width:1200px){
  .about-page .about-3 .about-3-img .content h6{
    font-size: 42px;
  }
}
@media screen and (max-width:1000px){
  .about-page .about-2,
  .about-page .about-1{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .right,
  .about-page .about-1 .left{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  
  .about-page .about-1 .right,
  .about-page .about-2 .left{
    width: 100%;
  }
  .about-page .about-2 .left{
    padding: 15px;
  }
  .about-page .about-2 .right{
    padding: 0 15px;
  }
  .about-page .about-3 .about-3-img .content{
    left: 25px;
  }
  #advantages.init-2 .content .center .left,
  #advantages.init-2 .content .top{
    padding-left: 30px;
  }
   
  #advantages.init-2 .content .center .right ul li span em{
    font-size: 44px;
  }
  .prodet-page .prodet-2 .right .h1title{
    font-size: 24px;
  }
  #advantages.init-2 .content .center .left{
    width: 100%;
    padding-left: 0;
  }
  #advantages.init-2 .content .center .right{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #advantages.init-2{
    padding-top: 70px;
  }
  #advantages.init-2 .content .top{
    padding-left: 0;
  }
}
@media screen and (max-width:700px){
  .panorama{
    right: 20px;
    top: auto;
    bottom: 40px;
  }
  #advantages.init-2 .content .center .right ul li span{
    font-size: 18px;
  }
  #advantages.init-2 h2 {
    font-size: 36px;
  }
  #advantages.init-2 .content .center .right {
    padding: 45px 0;
  }
  .about-page .about-3 .about-3-img .content h6 {
    font-size: 28px;
  }
  #advantages.init-2 .content .center .right ul li span em{
    font-size: 30px;
  }
  #advantages.init-2 .content .center .right ul li p{
    font-size: 15px;
  }
}

.region-page table td{
  border: none;
}

#side{
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  background: #990505;
  color: white;
  font-size: 18px;
  cursor: pointer;
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #990505;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #990505;
    color: #990505;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #990505;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #990505;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: #990505;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #990505;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #990505;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #990505;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #990505;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #990505;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #990505;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 85px;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.shouyeh1 {
    display: inline;
}

.privacy-page{
  padding-top: 170px;
}

@media screen and (max-width:1000px){
  .privacy-page {
    padding-top: 15px;
  }
}

.sideLeft {
  width: 70% !important;
}
.sideRight {
  width: 30% !important;
  padding-left: 125px;
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.sideRight .category {
  margin-bottom: 50px;
}
.sideRight .category ul li {
  font-size: 20px;
  text-transform: uppercase;
  color: #909090;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}
.sideRight .category ul li .fa{
  position: absolute;
  right: 0;
  top: 15px;
}
.sideRight .category ul li ul li{
  font-size: 16px;
  /*padding-left: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: black;
}
.sideRight .like-pro ul {
  margin-bottom: 60px;
}
.sideRight .like-pro ul li {
  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;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.sideRight .like-pro ul li:last-child{
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box{
  border: none;
  width: 36%;
}
.sideRight .like-pro.news ul li .txt{
  width: 64%;
}
.sideRight .like-pro ul li:hover .img-box{
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 53%;
  font-size: 16px;
  line-height: 30px;
  /*text-transform: uppercase;*/
  font-weight: 500;
  padding-left: 20px;
}
.sideRight .share {
  margin-bottom: 80px;
}
.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .share a:hover {
  background: #222;
  color: white;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  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%);
}
.news2-page .sideRight .like-pro ul li p {
  width: 100%;
}
.news2-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.news2-page {
  padding: 0px 0 110px;
}
.news2-page .sideLeft ul li {
  padding: 55px 0;
  border-bottom: 1px solid #eee;
}
.news2-page .sideLeft ul li .img-box {
  position: relative;
  width: 40%;
  padding-right: 40px;
  vertical-align: middle;
}
.news2-page .sideLeft ul li .img-box a {
  overflow: hidden;
}
.news2-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: white;
  font-size: 16px;
  padding: 7px 15px;
}
.news2-page .sideLeft ul li .content {
  width: 60%;
  vertical-align: middle;
}
.news2-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #909090;
}
.news2-page .sideLeft ul li .content h5 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 13px;
}
.news2-page .sideLeft ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  margin: 17px 0  45px;
}
.news2-page .sideLeft ul li .content .mores {
  font-size: 18px;
}
.news2-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-left: 8px;
}
.news2-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news2-page .sideLeft ul li:first-child {
  padding-top: 0;
}
.news2-page .sideRight .like-pro ul li p {
  width: 100%;
}
.news2-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.newdet2-page .sideLeft .time {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #909090;
  margin: 20px 0 35px;
}
.newdet2-page .sideLeft .content {
  margin-bottom: 120px;
  line-height: 1.8;
}
.newdet2-page .sideLeft .content ul li{
  padding: 0;
  border: none;
}
.newdet2-page .sideLeft .form {
  margin-top: 100px;
}
.newdet2-page .sideLeft .form .title{
  font-weight: 500;
  line-height: 1.6;
}
.newdet2-page .sideLeft .form p {
  font-size: 18px;
  line-height: 32px;
  color: #909099;
  margin: 10px 0 35px;
}
.newdet2-page .sideLeft .form form ul {
  margin: -10px;
}
.newdet2-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}
.newdet2-page .sideLeft .form form ul li span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.newdet2-page .sideLeft .form form ul li input,
.newdet2-page .sideLeft .form form ul li textarea {
  height: 55px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.newdet2-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}
.newdet2-page .sideLeft .form form ul li button {
  border: none;
  display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 17px;
    height: 46px;
    position: relative;
    line-height: 46px;
    border-radius: 26px;
    background-color: #990505;
    color: white;
    font-weight: bold;
    overflow: hidden;
    padding: 0 45px;
    z-index: 1;
}
.newdet2-page .sideLeft .form form ul li button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #222;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.newdet2-page .sideLeft .form form ul li button:hover::after{
  width: 100%;
}
.newdet2-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .sideRight {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .sideRight {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px){
  .sideRight .like-pro ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px){
  .sideLeft {
    width: 100% !important;
  }
  .sideRight {
    display: none !important;
  }
}
@media screen and (max-width: 700px){
  .news2-page .sideLeft ul li .content h5 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px){
  .news2-page .sideLeft ul li .img-box {
    width: 100%;
    padding-right: 0;
  }
  .news2-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }
}



.service-page h2 {
  font-weight: bold;
}
.service-page .service-1 {
  padding: 100px 0;
  background-image: url(../images/ArchImage2-1.png);
  background-position: center right 10%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.service-page .service-1 .left {
  width: 50%;
  vertical-align: middle;
}
.service-page .service-1 .right {
  width: 50%;
  vertical-align: middle;
}
.service-page .service-1 p a {
  border-bottom: 1px solid black;
}
.service-page .service-1 a.btn1 {
  display: inline-block;
  color: #FFFFFF;
  background: #990505;
  line-height: 50px;
  padding: 0 50px;
  border-radius: 5px;
}
.service-page .service-1 .num {
  font-size: 135px;
  font-weight: bold;
}
.service-page .service-2 section {
  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;
}
.service-page .service-2 section .img {
  width: 50%;
  height: 700px;
}
.service-page .service-2 section .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-2 section .content {
  width: 50%;
}
.service-page .service-2 section .content .mml-text {
  width: 100%;
  max-width: 810px;
  padding-left: 10%;
  padding-right: 15px;
}
.service-page .service-2 section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-page .service-2 section:nth-child(odd) .content .mml-text {
  margin-left: auto;
  padding-right: 10%;
  padding-left: 15px;
}
.service-page .service-2 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.service-page .service-2 ul li h4 {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  font-size: 25px;
}
.service-page .service-2 ul li h4::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
}
.service-page .service-2 ul li p {
  display: none;
}
.service-page .service-2 ul li.active h4::after {
  content: "-";
}
.service-page .service-2 ol li:not(:last-child) {
  margin-bottom: 40px;
}

.service-page .service-2 ol li p b {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  color: #990505;
}
.service-page .service-3 .list {
  margin-top: 80px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul li h3{
  font-size: 28px;
  line-height: 1.6;
  min-height: 5rem;
}
.service-page .service-3 .mml-text {
  max-width: 290px;
}
.service-page .service-3 .mml-text .icon {
  min-height: 50px;
}
.service-page .service-3 .mml-text span {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
}
.service-page .service-3 .btn1 {
  color: #FFFFFF;
  background: #990505;
  line-height: 50px;
  margin-top: 80px;
  border-radius: 5px;
}
@media screen and (max-width: 1200px){
  .news-page{
    padding-bottom: 40px;
  }
  .news-page .news-1{
    padding-top: 44px;
  }
  .service-page .news-page .news-1{
    background-size: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-3 ul li {
    width: 100%!important;
  }
  .service-page .service-3 .mml-text {
    max-width: 100%;
  }
  .service-page .service-1 .left {
    width: 100%;
  }
  .service-page .service-1 .right {
    display: none;
  }
  .service-page .service-1 {
    background: transparent;
  }
  .service-page .service-2 section {
    display: block;
    padding: 60px 0 0;
  }
  .service-page .service-2 section .img {
    width: 100%;
  }
  .service-page .service-2 section .content {
    width: 100%;
  }
  .service-page .service-2 section .content .mml-text {
    padding-left: 15px;
    margin: 30px 0;
  }
  .service-page .service-2 section:nth-child(odd) .content .mml-text {
    padding-right: 15px;
    margin: 30px 0;
  }
  .service-page .service-1 {
    padding: 0;
  }
  .service-page .service-2 section .img {
    height: auto;
  }

  .service-page .service-3 .list{
    margin-top: 40px;
  }

  .service-page .service-3{
    padding: 60px 0 0;
  }
  .service-page .service-3 .btn1{
    margin-top: 40px;
  }

  .service-page .service-2 ol li:not(:last-child){
    margin-bottom: 20px;
  }

  .service-page .service-2 ul{
    margin-top: 30px;
  }

  .service-page .service-2 ul li:not(:last-child){
    margin-bottom: 20px;
  }

  .service-page .service-3 .mml-text .icon{
    margin-bottom: 15px;
  }
  .news-page{
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .news-page .news-1{
    margin-top: 0;
    padding-top: 35px;
  }
}

@media screen and (max-width:700px){
  .news2-page .sideLeft ul li .img-box{
    width: 100%;
    padding-right: 0;
  }
  .news2-page .sideLeft ul li .content{
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .font-36{
    font-size: 24px;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 100%;
  }
  .service-page .service-3 ul li h3,
  .service-page .service-2 ul li h4{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page h2{
    font-size: 22px;
    line-height: 40px;
  }
  .Auxil-catdes{
    display: none!important;
  }
}