@font-face {
  font-family: 'RALEWAY-BOLD';
  src: url(../fonts/RALEWAY-BOLD.ttf) format('truetype'), url(../fonts/RALEWAY-BOLD.eot) format('eot'), url(../fonts/RALEWAY-BOLD.woff) format('woff'), url(../fonts/RALEWAY-BOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'RALEWAY-LIGHT';
  src: url(../fonts/RALEWAY-LIGHT.ttf) format('truetype'), url(../fonts/RALEWAY-LIGHT.eot) format('eot'), url(../fonts/RALEWAY-LIGHT.woff) format('woff'), url(../fonts/RALEWAY-LIGHT.woff2) format('woff2');
}
@font-face {
  font-family: 'RALEWAY-MEDIUM';
  src: url(../fonts/RALEWAY-MEDIUM.ttf) format('truetype'), url(../fonts/RALEWAY-MEDIUM.eot) format('eot'), url(../fonts/RALEWAY-MEDIUM.woff) format('woff'), url(../fonts/RALEWAY-MEDIUM.woff2) format('woff2');
}
@font-face {
  font-family: 'RALEWAY-REGULAR';
  src: url(../fonts/RALEWAY-REGULAR.ttf) format('truetype'), url(../fonts/RALEWAY-REGULAR.eot) format('eot'), url(../fonts/RALEWAY-REGULAR.woff) format('woff'), url(../fonts/RALEWAY-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype'), url(../fonts/PlayfairDisplay-Regular.eot) format('eot'), url(../fonts/PlayfairDisplay-Regular.woff) format('woff'), url(../fonts/PlayfairDisplay-Regular.woff2) format('woff2');
}
body {
  font-family: 'PlayfairDisplay-Regular';
}

#ewm{
  width: 100px;
  margin: 20px auto;
  border: 2px solid #fff;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}
.hover-language {
  margin: 0 15px;
  font-size: 18px;
  font-family: "Microsoft YaHei", "Arial";
  font-weight: bold;
  line-height: 30px;
  position: relative;
}
.hover-language .zhuyu {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.hover-language .zhuyu img {
  vertical-align: middle;
}
.hover-language .zhuyu i {
  margin-left: 5px;
}
.hover-language .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hover-language 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;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#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;
  position: relative;
  padding-left: -webkit-calc(7% + 110px);
  padding-left: -moz-calc(7% + 110px);
  padding-left: calc(7% + 110px);
  padding-right: 45px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 7%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  padding: 25px 0;
  font-size: 18px;
  font-family: "Microsoft YaHei", "Arial";
  letter-spacing: 2px;
  font-weight: bold;
  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 > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a{
  color: #dc0000!important;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 5px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: white;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a{
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}

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

  #ewm{
    display: none;
  }
}
a.btns {
  font-size: 19px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  line-height: 50px;
  border: 2px solid #fff;
  padding-left: 65px;
  padding-right: 30px;
  position: relative;
  border-radius: 30px;
}
a.btns i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .tab {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 11%;
}
#banner .tab ol li {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .tab ol li.active {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
#banner .tab ol li:not(:last-child) {
  margin-bottom: 12px;
}
#banner .tab span {
  display: block;
  border: 3px solid white;
  border-radius: 3px;
}
#banner .tab-btn {
  position: absolute;
  bottom: 3%;
  right: 3%;
  z-index: 10;
}
#banner .tab-btn span {
  color: white;
  margin: 0 25px;
  cursor: pointer;
}
#banner .social-links {
  position: absolute;
  bottom: 3%;
  left: 3%;
  z-index: 10;
}
#banner .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #8f8f8f66;
  line-height: 40px;
  text-align: center;
  color: rgb(255 255 255);
  margin: 0 2px;
}
#banner .social-links a:hover {
  color: #ffffff;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 13%;
}
#banner h6 {
  padding: 0;
  font-size: 19px;
  color: white;
  font-family: "Microsoft YaHei", "Arial";
}
#banner h6::before {
  content: '';
  display: inline-block;
  width: 84px;
  height: 2px;
  background-color: white;
  vertical-align: middle;
  margin-right: 10px;
}
#banner h2 {
  padding: 0;
  font-size: 72px;
  color: white;
  font-family: "Microsoft YaHei", "Arial";
  font-style: italic;
  font-weight: bold;
  display: block;
}
#banner p {
  font-size: 24px;
  color: white;
  padding-bottom: 60px;
  font-family: "Microsoft YaHei", "Arial";
}
.title-box {
  display: inline-block;
  text-align: left;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.title-box::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 16px;
  background-color: #dc0000;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.title-box h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}
.title-box h6 i {
  margin-right: 20px;
}
.title-box h6 i::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.title-box h6 i::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.title-box h2 {
  font-size: 74px;
  font-style: italic;
  line-height: 1;
  font-family: 'PlayfairDisplay-Regular';
  margin-top: 30px;
  text-transform: uppercase;
  padding: 0;
}
.our-about {
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.our-about a.btns{
  color: black;
  border-color: black;
}
.our-about .box {
  margin: 0 -15px;
}
.our-about .left {
  width: 50%;
  padding: 0 15px;
  vertical-align: bottom;
}
.our-about .left .content {
  max-width: 590px;
  padding-top: 60px;
}
.our-about .left p {
  text-align: justify;
  margin-bottom: 30px;
}
.sawa {
    
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}
h1.sanwanshou {
    font-size: 18px;
    Display: inline;
    padding: 0;
}
.our-about .left .list {
  margin-top: 30px;
}
.our-about .left .list ul {
  margin: -40px 0;
}
.our-about .left .list ul li {
  width: 50%;
  padding: 40px 0;
}
.our-about .left .list ul li .text {
  position: relative;
  padding-left: 90px;
}
.our-about .left .list ul li .text i {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 66px;
  text-align: center;
}
.our-about .left .list ul li .text .num {
  font-size: 34px;
  color: #666666;
}
.our-about .left .list ul li .text .num small {
  font-size: 18px;
}
.our-about .left .list ul li .text p {
  line-height: 1;
}
.our-about .right {
  width: 50%;
  padding: 0 15px;
  vertical-align: bottom;
}
.our-about .right .img {
  position: relative;
}
.our-about .right .img .play {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  cursor: pointer;
  cursor: hand;
}
.our-about .right .img .play i {
  vertical-align: middle;
  font-size: 20px;
  color: #29298a;
  margin-left: 3px;
}
.our-about .right .img .play::before,
.our-about .right .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .right .img .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.our-about .right .img a.btns {
  background-color: #f3f2f7;
  border-radius: unset;
  border: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
@-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: .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: .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: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-product {
  padding-top: 90px;
  padding-bottom: 120px;
  background: url(../images/pro-bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.our-product .slick-slider .slick-track .slick-slide .img-box{
  padding: 5px;
}
.our-product .slick-slider .slick-track .slick-slide .img-box>a{
  box-shadow: 0 0 5px 0 #ccc;
  display: block;
}
.our-product::before {
  content: '';
  width: 540px;
  height: 680px;
  background: url(../images/dian.png) no-repeat center;
  position: absolute;
  right: 0;
  top: -230px;
}
.our-product .list {
  margin-top: 90px;
}
.our-product .list ul {
  margin: 0 -11px;
}
.our-product .list ul li {
  padding: 0 11px;
}
.our-product .list .slick-arrow{
  font-size: 30px;
  position: absolute;
  top: 160px;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: white;
  transition: .5s ease;
}
.our-product .list .slick-arrow:hover{
  background-color: #dc0000;
  color: white;
}
.our-product .list .slick-arrow.slick-prev{
  left: -60px;
}
.our-product .list .slick-arrow.slick-next{
  right: -60px;
}
/*.our-product .list ul li.two {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}*/
.our-product .list ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  color: #333;
  line-height: 30px;
}
.our-application .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-application .top .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  background-color: #2d2c33;
  color: white;
}
.our-application .top .left h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-right: 80px;
}
.our-application .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  background-color: #1e1e25;
  color: white;
}
.our-application .top .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
.our-application .top .right ul li {
  padding: 35px 0;
  text-align: center;
}
.our-application .top .right ul li i img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .top .right ul li p {
  margin-top: 15px;
  font-weight: bold;
  color: #999;
}
.our-application .top .right ul li:hover i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.our-application .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
.our-application .bottom .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-application .bottom .img {
  position: relative;
}
.our-application .bottom .img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .bottom .img::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid white;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .bottom .img .name {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .bottom .img .name p {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-top: 10px;
}
.our-application .bottom .img:hover::before {
  opacity: 1;
}
.our-application .bottom .img:hover::after {
  opacity: 1;
}
.our-application .bottom .img:hover .name {
  opacity: 1;
}
.our-application .bottom .warp {
  margin: -5px;
}
.our-application .bottom .warp .item {
  padding: 5px;
}
.our-application .bottom .warp .item.one,
.our-application .bottom .warp .item.three {
  width: 31%;
}
.our-application .bottom .warp .item.one ul li:first-child .img,
.our-application .bottom .warp .item.three ul li:first-child .img {
  height: 820px;
}
.our-application .bottom .warp .item.one ul li:last-child .img,
.our-application .bottom .warp .item.three ul li:last-child .img {
  height: 550px;
}
.our-application .bottom .warp .item.two {
  width: 38%;
}
.our-application .bottom .warp .item.two ul li .img {
  height: 685px;
}
.our-application .bottom .warp .item ul {
  margin: -5px;
}
.our-application .bottom .warp .item ul .slick-list{
  padding-right: 25%;
}
.our-application .bottom .warp .item ul li {
  padding: 5px;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0;
  color: white;
}
.i-advantage .title-box h6 i::before {
  background-color: white;
}
.i-advantage .list {
  text-align: left;
  margin-top: 90px;
  margin-bottom: 60px;
}
.i-advantage .list ul {
  margin: -40px;
}
.i-advantage .list ul li {
  width: 33.33%;
  padding: 40px;
}
.i-advantage .list ul li .content {
  padding-left: 150px;
  position: relative;
}
.i-advantage .list ul li .content i {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  text-align: center;
}
.i-advantage .list ul li .content i img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list ul li .content h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
.i-advantage .list ul li .content p{
  color: #a7a7a7;
  line-height: 30px;
}
.i-advantage .list ul li .content:hover i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.our-news {
  background: url(../images/news-bg.jpg);
  padding: 120px 0;
}
.our-news h4 {
    font-size: 24px;
    font-family: 'PlayfairDisplay-Regular';
    overflow: visible;
    display: inline;
    white-space: unset;
    line-height: 34px;
}
.our-news p {
  font-size: 20px;
  font-family: 'PlayfairDisplay-Regular';
      line-height: 30px;
}
.our-news .box {
  margin: 0 -15px;
}
.our-news .left {
  width: 40%;
  padding: 0 15px;
}
.our-news .left .content {
  padding-left: 40px;
  margin-top: 20px;
}
.our-news .left ul {
  margin-top: 80px;
}
.our-news .left ul li {
  margin-bottom: 40px;
}
.our-news .right {
  width: 60%;
  padding: 0 15px;
  margin-top: 70px;
}
.our-news .right .img {
  margin-bottom: 30px;
  position: relative;
}
.our-news .right .img img {
  width: 100%;
}
.our-news .right .img .data {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 14px;
  width: 180px;
  line-height: 32px;
  text-align: center;
  color: white;
  background-color: black;
}
.our-news .right ul {
  margin: 0 -15px;
}
.our-news .right ul li {
  padding: 0 15px;
}
#footer {
  background-color: #1e1e25;
  color: white;
}
#footer .footer-top {
  padding-top: 90px;
  position: relative;
}
#footer .footer-top .box {
  padding: 0 120px;
  margin: 0 -25px;
}
#footer .footer-top .box .foot-block {
  padding: 0 25px;
  width: 33.33%;
}
#footer .footer-top h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'PlayfairDisplay-Regular';
  margin-bottom: 20px;
}
#footer .footer-top ul li {
  font-size: 20px;
  font-family: 'PlayfairDisplay-Regular';
}
#footer .footer-top ul li:not(:last-child) {
  margin-bottom: 15px;
}
#footer .footer-top form input {
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
}
#footer .footer-top .social-links {
  padding: 60px 0 20px;
}
#footer .footer-top .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid white;
  line-height: 40px;
  text-align: center;
  margin: 0 8px;
}
#footer .footer-top .social-links a:hover {
  color: #de0c0c;
}
#footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid white;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 32px;
}
#footer .footer-bottom img {
  max-height: 15px;
  vertical-align: middle;
}
#top {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 45px;
  bottom: 0;
  border: 1px solid white;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu {
    padding-left: -webkit-calc(90px);
    padding-left: -moz-calc(90px);
    padding-left: calc(90px);
    padding-right: 15px;
  }
  #header .nav .ui.menu .logo {
    width: 75px;
    left: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner p {
    font-size: 20px;
  }
  .title-box h2 {
    font-size: 50px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about .left .list ul {
    margin: -30px 0;
  }
  .our-about .left .list ul li {
    padding: 30px 0;
  }
  .our-product .list ul li p {
    font-size: 18px;
    margin-top: 20px;
  }
  .our-application .bottom .warp .item.one ul li:first-child .img,
  .our-application .bottom .warp .item.three ul li:first-child .img {
    height: 550px;
  }
  .our-application .bottom .warp .item.one ul li:last-child .img,
  .our-application .bottom .warp .item.three ul li:last-child .img {
    height: 400px;
  }
  .our-application .bottom .warp .item.two ul li .img {
    height: 475px;
  }
  .i-advantage .list ul li .content i {
    width: 90px;
  }
  .i-advantage .list ul li .content {
    padding-left: 90px;
  }
  .i-advantage .list ul {
    margin: -20px;
  }
  .i-advantage .list ul li {
    padding: 20px;
  }
  .our-news .left ul {
    margin-top: 20px;
  }
  .our-news p {
    font-size: 18px;
  }
  .our-news .left .content {
    padding-left: 0;
  }
  #footer .footer-top ul li {
    font-size: 16px;
  }
  #footer .footer-top .box {
    margin: 0 -15px;
    padding: 0;
  }
  #footer .footer-top .box .foot-block {
    padding: 0 15px;
  }
  .hover-language {
    font-size: 16px;
  }
  .title-box::before {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .title-box h2 {
    font-size: 40px;
    margin-top: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
  }
  a.btns {
    font-size: 16px;
  }
  #banner p {
    padding-bottom: 30px;
  }
  .our-about .left .content {
    padding-top: 30px;
  }
  .our-about .left .list {
    margin-top: 30px;
  }
  .our-about .left .list ul {
    margin: -15px 0;
  }
  .our-about .left .list ul li {
    padding: 15px 0;
  }
  .our-product .list ul li p {
    font-size: 16px;
  }
  .our-application .top .left h2 {
    margin-right: 30px;
  }
  .our-news p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .half-filter {
    height: 250px;
}
  #header {
    display: none;
  }
  #top {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .tab {
    display: none;
  }
  #banner .tab-btn {
    display: none;
  }
  #banner .social-links {
    display: none;
  }
  #banner .slick-active .content {
    padding-left: 0;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #banner h6 {
    font-size: 14px;
  }
  a.btns {
    font-size: 14px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 20px;
  }
  a.btns i {
    left: 10px;
  }
  .our-about {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .title-box h6 {
    font-size: 14px;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
    padding-top: 60px;
  }
  .our-about .left .content {
    max-width: 100%;
  }
  .our-product::before {
    display: none;
  }
  .our-product {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .our-product .list ul li.two {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-application .top .left {
    display: none;
  }
  .our-application .top .right {
    width: 100%;
  }
  .our-application .bottom .warp .item {
    width: 100%!important;
  }
  .our-application .bottom .warp .item ul li {
    width: 50%;
  }
  .our-application .bottom .warp .item.one ul li:first-child .img,
  .our-application .bottom .warp .item.three ul li:first-child .img {
    height: 400px;
  }
  .our-application .bottom .warp .item.two ul li .img {
    height: 400px;
  }
  .i-advantage .list ul li {
    width: 100%;
  }
  .i-advantage {
    padding: 90px 0;
  }
  .i-advantage .list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .our-news {
    padding: 90px 0;
  }
  .our-news .left {
    width: 100%;
  }
  .our-news .right {
    width: 100%;
  }
  #footer .footer-top .box .foot-block {
    display: none;
    width: 100%;
    text-align: center;
  }
  #footer .footer-top .box .foot-block.contact {
    display: block;
  }
  #footer .footer-top {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    font-size: 14px;
  }
  .our-about {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .left .list ul li .text .num {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .our-application {
    display: none;
  }
 
  .our-product .list {
    margin-top: 30px;
  }
  .our-news .right {
    margin-top: 30px;
  }
  .our-news h4 {
    font-size: 20px;
  }
  .our-news p {
    font-size: 14px;
  }
  #footer .footer-top ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .our-news {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  #banner p {
    display: none;
  }
  #banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .title-box {
    padding-left: 0;
  }
  .title-box::before {
    display: none;
  }
  .title-box h6 i::after {
    width: 40px;
  }
  .title-box h6 {
    font-size: 12px;
  }
  .title-box h2 {
    font-size: 30px;
  }
  .our-about .left .list ul li .text i {
    display: none;
  }
  .our-about .left .list ul li .text {
    padding-left: 0;
  }
}



.inner-page {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
    display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}
.inner-page .m-page {
    text-align: center;
}
h1.catsan {
    font-size: 26px;
    padding: 0 0 35px;
    text-align: center;
        color: rgba(45, 131, 180, 0.9);
}
.sanwancatdesc {
    margin-top: 50px;
    font-size: 16px;
    line-height: 32px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
    font-family: arial;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
    margin-top: 40px;
}
.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    background: #cf9f91;
    color: white;
}


.product-page {
    padding: 150px 0 60px;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 80px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #cf9f91;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block!important;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #cf9f91;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
    box-shadow: 0 0 10px 0 #ccc
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 30px;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #cf9f91;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #cf9f91;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}



.prodet-page .prodet-1 {
    padding-top: 12rem;
}
.prodet-page .prodet-1 .containerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -moz-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.prodet-page .prodet-1 .containerBox .left {
    width: 51.5%;
}
.prodet-page .prodet-1 .containerBox .left .imgBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.prodet-page .prodet-1 .containerBox .left .imgBox a{
  box-shadow: 0 0 10px 0 #ccc;
}

.prodet-page .prodet-1 .containerBox .left a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .containerBox .left a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .left a img {
    width: 100%;
}
.prodet-page .prodet-1 .containerBox .left .smallImg {
  width: 21.5%;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul {
  margin: -1.5rem;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul li {
  padding: 1.5rem;
}
.prodet-page .prodet-1 .containerBox .left .bigImg {
  width: 73.5%;
  padding-left: 3rem;
}
.prodet-page .prodet-1 .containerBox .left .box2 {
  margin-top: 5rem;
}
.prodet-page .prodet-1 .containerBox .left .box2>a {
  line-height: 5.4rem;
  height: 5.4rem;
  padding: 0 2rem;
  border-radius: 2.7rem;
  background: #2d83b4;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .containerBox .left .box2>a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  width: auto;
  margin-top: -.4rem;
}
.prodet-page .prodet-1 .containerBox .left .box2 ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  margin-top: 1rem;
}
.prodet-page .prodet-1 .containerBox .left .box2 ul li {
  width: auto;
  margin-right: 1.5rem;
  font-size: 1.6rem;
  color: #383838;
  transition: .5s;
}
.prodet-page .prodet-1 .containerBox .left .box2 ul li:hover {
  color: #cf9f91;
}
.prodet-page .prodet-1 .containerBox .right {
    width: 48.5%;
    padding-left: 5%;
}
.prodet-page .prodet-1 .containerBox .right .title {
    font-size: 26px;
    color: #333333;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    padding-bottom: 1rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 4rem;
    position: relative;
    line-height: 40px;
}
.prodet-page .prodet-1 .containerBox .right .title i {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: .5rem;
  top: 1rem;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .containerBox .right .title i:after,
.prodet-page .prodet-1 .containerBox .right .title i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: .5s;
}
.prodet-page .prodet-1 .containerBox .right .title i:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prodet-page .prodet-1 .containerBox .right .title i.active:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.prodet-page .prodet-1 .containerBox .right .content {
    margin: 1rem 0 4rem;
    font-size: 18px;
    line-height: 34px;
    color: #999999;
}
.prodet-page .prodet-1 .containerBox .right .content ul li {
  padding-left: 2rem;
  position: relative;
}
.prodet-page .prodet-1 .containerBox .right .content ul li:after {
  content: '';
  border: .3rem solid #333;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}
.prodet-page .prodet-1 .containerBox .right .content strong {
  font-weight: bold;
  color: #666;
}
.prodet-page .prodet-1 .containerBox .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right p {
    font-size: 1.8rem;
    line-height: 1;
    color: #666666;
    font-weight: bold;
}
.prodet-page .prodet-1 .containerBox .right .btn {
    margin: 4rem 0;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry {
    display: inline-block;
    padding: 1.8rem 3rem;
    border-radius: 55px;
    background: #cf9f91;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry:hover {
    background: #000;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-2 {
    padding: 4em 0;
}
.prodet-page .prodet-3 .title {
    border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-3 .title h4 {
    display: inline-block;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background: #2d83b4;
}
.prodet-page .prodet-2 .text {
    margin: 4rem 0 5rem;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 400;
}
.prodet-page .prodet-3 {
    padding: 4rem 0 5rem;
}
/*.prodet-page .prodet-3 h4 {
    font-size: 3.2rem;
    line-height: 1;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #949494;
}*/
.prodet-page .prodet-3 .hotBox {
    margin-top: 3.5rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-3 .hotBox .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5 {
    font-size: 2rem;
    color: #202020;
    /*font-weight: bold;*/
    text-align: center;
    margin-top: 1rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5:hover {
    color: #cf9f91;
}
.prodet-page .prodet-3 .hotBox .swiper-slide p {
    font-size: 1.6rem;
    line-height: 1;
    color: #3b3b3b;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .containerBox .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .containerBox .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}


.contact-page .contact-2 .top {
    text-align: center;
}
.contact-page .contact-2 .top p {
    line-height: 1;
    margin-top: 30px;
}
.contact-page .contact-2 form {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-2 form input[type="text"] {
    width: 47%;
    border: 1px solid #c9c9c9;
    height: 50px;
    background: none;
    padding: 0 25px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form input[type="text"]:focus {
    border: 1px solid #cf9f91;
}
.contact-page .contact-2 form textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 265px;
    background: none;
    padding: 25px;
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form textarea:focus {
    border: 1px solid #cf9f91;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
    margin: 0 auto;
    width: 40%;
    padding: 15px 0;
    border: none;
    background: #2d83b4;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.contact-page .contact-2 form input[type="submit"]:hover {
    background: #000;
}
@media screen and (max-width: 1230px) {
  .inner-page .sideBox .side-left{
    width: 30%;
  }
  .inner-page .sideBox .side-right{
    width: 70%;
  }

    .contact-page .contact-1 ul li {
        width: 31%;
        padding: 30px 15px;
    }
    .contact-page .contact-1 ul .add p {
        font-size: 12px;
    }
    .contact-page p {
        font-size: 14px;
    }
    .contact-page .contact-2 .top p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    #banner ul li{
      height: 400px;
    }
    #banner ul li>img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-2 form input[type="text"] {
        width: 100%;
    }

    #banner ul li{
      height: 300px;
    }
}


.newdet-page {
    padding: 50px 0;
}
.newdet-page h3 {
    font-size: 26px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet-page .share h4 {
    font-size: 14px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #cf9f91;
}


.about-page .about-6 {
    padding-top: 150px;
}
.about-page .about-6 h2 {
    font-size: 25px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Big Shoulders Display';
    font-weight: bold;
    line-height: 1;
}
.about-page .about-6 h2 small {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: normal;
    text-transform: none;
    font-weight: 300;
}
.about-page .about-6 .box {
    padding-top: 40px;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
}
.about-page .about-6 .box ul li {
    padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
    padding: 20px 70px;
    background-image: url("../images/icon-lt.png");
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-6 .box ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
    background-color: #58a0c9;
    color: white;
    background-image: url("../images/icon-lt2.png");
}
.about-page .about-6 .box ul li.active h4:after {
    content: "\f106";
}

.news-page {
    padding: 50px 0 110px;
}
.news-page .bottom {
    padding-top: 60px;
}
.news-page .bottom ul {
    margin: -30px -12px;
}
.news-page .bottom ul li {
    padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
    display: block;
}
.news-page .bottom ul li .content {
    display: block;
    padding: 25px 15px;
    background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #101010;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
    color: #cf9f91;
}
.news-page .bottom ul li .content time {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3a3a3a;
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBox .side-left{
    display: none;
  }

  .inner-page .sideBox .side-right{
    width: 100%;
  }

  .product-page .side-right .top{
    display: none;
  }

  .prodet-page .prodet-1{
    padding-top: 0;
  }
  h1.catsan, 
  .sanwancatdesc,
  #footer .footer-bottom a.sanwanfoot {
    display: none !important;
  }
  .breadcrumbs-header h2.pull-right.color-1.text-right {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
  }
}





.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.inner-page .side-contact {
    padding: 26px 26px 32px 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.inner-page .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: poppins-bold;
    margin-bottom: 8px;
}
.side-contact-btn {
    background: #69b5df;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
}
.inner-page .side-contact{
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}
.inner-page .side-contact .side-tit{
	margin-bottom: 13px;
}
.inner-page .side-contact li:first-child{
	border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
	padding: 20px 0 18px;
	border-bottom: 1px solid #d1d1d1;
  line-height: 30px;
}
.inner-page .side-contact li i.icon{
	float: left;
	width: 8%;
	font-size: 16px;
}
.inner-page .side-contact li span{
	float: right;
	width: 88%;
	font-size: 14px;
	color: #000000;
  font-family: "arial";
}