@font-face {
  font-family: '031-cai978-webfont';
  src: url(../fonts/031-cai978-webfont.ttf) format('truetype'), url(../fonts/031-cai978-webfont.eot) format('eot'), url(../fonts/031-cai978-webfont.woff) format('woff'), url(../fonts/031-cai978-webfont.woff2) format('woff2');
}

body {
  font-family:"Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1360px;
}
.language-box {
  font-size: 12px;
  text-transform: uppercase;
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #a7a7a7;
  padding: 5px 15px;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box 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%;
  left: 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;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #1268bf;
  color: white;
}
.language-box .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;
  left: 0;
  width: 100%;
  top: 0;
  position: fixed;
}
#banner,
.inner-banner{
  margin-top:86px;
  background: #f7f8fa;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
#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;
  padding:10px 30px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 60px;
  vertical-align: middle;
}

#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .social-links a>img{width: 40px;}
#header .nav .ui.menu .logo p span{ font-size: 30px;}
#header .nav .ui.menu .logo p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
 
  font-weight: bold;
  margin-left: 30px;
 
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 10px;
  font-size: 16px;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background-color: #1268bf;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 5px 15px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
  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;
  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:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1,0,0,-90deg);
  -webkit-transform: rotate3d(1,0,0,-90deg);
  -moz-transform: rotate3d(1,0,0,-90deg);
  -ms-transform: rotate3d(1,0,0,-90deg);
  -o-transform: rotate3d(1,0,0,-90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .line {
  width: 1px;
  height: 12px;
  background-color: #818181;
  margin: 0 18px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner 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 {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
  font-size: 16px;
}
table td,
table th {
  padding: 5px 10px;
  

}

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


  font-weight: bold;
}
#banner ul li .content p {
  font-size: 32px;
  color: #fff;
}
#banner ul li .content .play img {
  display: inline-block;
}


#banner ul li .content .play {
  margin-top: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#banner ul li .content .play:after,
#banner ul li .content .play:before {
  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;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#banner ul li .content .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


#banner ul li .content h5 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.font-48 {
  font-size: 48px;
  line-height: 1;
}
.font-50 {
  font-size: 50px;
  line-height: 1;
}
.txt-upp {
  text-transform: uppercase;
}
h6.ty {
  font-size: 20px;
  
  
  
}
.our-about {
  padding: 55px 0 90px;
  background: url(../images/about-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.our-about h6 {
  color: #1268bf;
}
.our-about h2 {
  
  
  font-weight: bold;
}
.our-about h2 span {
  
  
  display: block;
  margin-top: 15px;
}
.our-about p.txt {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  opacity: .6;
}
.our-about .more {
  margin-top: 30px; margin-bottom: 70px;
}
.our-about .more a {
  display: inline-block;
  font-size: 14px;
  
  
  background-color: #1268bf;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;margin-left: 10px;
}
.our-about .more a.co {
  
  background-color: #3a3b3c;
 
}
.our-about .bottom {
  margin-top: 20px;
}


.our-about .bottom h2 {
  font-size:38px;
  line-height: 1;
  
  
  font-weight: bold;
}
.our-about .bottom .line {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.our-about .bottom .history {
  position: relative;
  margin: 0 5%;
}
.our-about .bottom .history .line {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.our-about .bottom .history ul li .date {
  font-size: 28px;
  width: 88px;
  height: 88px;
  color: #fff;
 
 
  font-weight: bold;
  background-color: #1268bf;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.our-about .bottom .history ul li .date::before {
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1268bf;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-about .bottom .history ul li .dian {
  height: 40px;
  margin: 10px auto;
}
.our-about .bottom .history ul li .text {
  font-size: 16px;
  line-height: 1.5;
  min-height: 88px;
  
  
  
  color: #000;
  text-align: center;
}
.our-about .bottom .history ul li:nth-child(even) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.our-about .bottom .history ul li:nth-child(even) .date {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.our-about .bottom .history ul li:nth-child(even) .date::before {
  bottom: auto;
  top: -9px;
  border-top: none;
  border-bottom: 10px solid #1268bf;
}
.our-about .bottom .history ul li:nth-child(even) .text {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
}
.our-product {
  padding: 85px 0 175px;
}
.our-product h2 {


  font-weight: bold;
  text-transform: capitalize;
}
.our-product h2 span {
 
  color: #1268bf;
}
.our-product p.txt {
  max-width: 1010px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 20px;
}
.our-product .box {
  margin-top: 95px;
}
.our-product .box .left {
  width: 75%;
}
.our-product .box .left ul {
  margin: -2px;
}
.our-product .box .left ul li {
  padding: 2px;
}
.our-product .box .left ul li > a {
  display: block;
  background-color: #f7f6f6;
  position: relative;
}
.our-product .box .left ul li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #7f7f7f;
  left: 0;
  bottom: 0;
}
.our-product .box .left ul li .img {
   padding:40px;
  position: relative;
}
.our-product .box .left ul li .content {
  padding: 0 20px 40px;
  position: relative;
}
.our-product .box .left ul li .content .name {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;


  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.our-product .box .left ul li .content .text {
  font-size: 24px;
  color: #fff;
 
 
  text-transform: uppercase;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.our-product .box .right {
  width: 25%;
  padding-left: 8px;
}
.our-product .box .right > span {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.our-product .box .right > span.left-btn {
  margin-bottom: 20px;
}
.our-product .box .right > span.right-btn {
  margin-top: 20px;
}
.our-product .box .right ul {
  padding: 0 50px;
  margin: -20px;
}
.our-product .box .right ul li {
  padding: 20px;
}
.our-product .box .right ul li .img {
  background-color: #f7f6f6;
}
.our-product .box .right ul li .name {
  font-size: 18px;
  text-align: center;
  
  
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.our-product .box .right .cat-name {
  margin-top: 10px;
  font-size: 18px;
  line-height: 50px;
  background-color: #3d83cb;
  color: #fff;
  position: relative;
  z-index: 1;
}
.our-craft {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.our-craft .box .left {
  width: 48%;
  vertical-align: middle;
}
.our-craft .box .right {
  width: 52%;
  vertical-align: middle;
  padding-left: 85px;
}
.our-craft .box .right h6 {
  color: #3c83ca;
}
.our-craft .box .right h2 {
 font-weight: bold;
  line-height: 1.2;
}
.our-craft .box .right ul {
  margin-top: 20px;
}
.our-craft .box .right ul li {
  font-size: 14px;
  line-height: 25px;
}
.our-craft .box .right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3a81ca;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.our-craft .box .right a {
  display: inline-block;
  font-size: 14px;
  background-color: #3a81ca;
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  
  
  margin-top: 30px;
}
.our-news {
  background-color: #f4f4f4;
}
.our-news h2 {
 
 
  font-weight: bold;
}
.our-news .box {
  padding: 0 60px;
  margin-top: 60px;
}
.our-news .box ul {
  margin: -30px;
}
.our-news .box ul li {
  padding: 30px;
  text-align: left;
}
.our-news .box ul li a{
  display: block;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.our-news .box ul li .img {
  border-radius: 10px;
  overflow: hidden;
}
.our-news .box ul li .date {
  font-size: 14px;
  background-color: #3a81ca;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-news .box ul li .content {
  padding: 0 30px 30px;
}
.our-news .box ul li .content .tit {
  font-size: 18px;
  margin-top: 10px;
   height: 86px; overflow: hidden;
  font-weight: bold;
}
.our-news .box ul li .content p {
  font-size: 14px;
  color: #767676;
  margin-top: 10px;
}
.our-clients {
  background-color: #f4f4f4;
  padding: 70px 0 50px;
}
.our-clients h2 {
  
  
  font-weight: bold;
}
.our-clients p.txt {
  font-size: 18px;
  color: #737373;
  margin-top: 10px;
}
.our-clients .box {
  margin-top: 60px;
}
#footer {
  background-color: #1a1a1a;
  color: #fff;
}
#footer .footer-top {
  padding: 60px 0 30px;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-top .footer-content .footer-block .social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 36px;
}
#footer .footer-top .footer-content .footer-block h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
}
#footer .footer-top .footer-content .footer-block h4::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #3a81ca;
  margin-left: 20px;
}
#footer .footer-top .footer-content .footer-block ul {
  margin-top: 20px;
}
#footer .footer-top .footer-content .footer-block ul li {
  font-size: 16px;
  line-height: 30px;
  opacity: .5;
}
#footer .footer-top .footer-content .footer-block.footer-logo {
  text-align: center;
}
#footer .footer-top .footer-content .footer-block.contact {
  max-width: 400px;
}
#footer .footer-bottom {
  font-size: 14px;
  color: #818181;
}
#footer .footer-bottom .box {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .fl span {
  color: #fff;
  font-size: 16px;
}
#ewm {
  width: 135px;
  border: 5px solid #fff;
  margin: 20px auto;
}

@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .social-links{
    display: none;
  }
}
@media screen and (max-width: 1470px) {
  #header .nav .ui.menu .logo p{
    display: none;
  }

  .ui.container {
    width: 1200px;
  }
  .font-50 {
    font-size: 40px;
  }
  .font-40 {
    font-size: 30px;
  }
  .our-about .bottom h2 {
    font-size: 60px;
  }
  .font-48 {
    font-size: 35px;
  }
  .our-craft .box .right {
    padding-left: 30px;
  }
  .our-news .box ul li .content {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .logo p{
    font-size: 16px;
    margin-left: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 5px;
  }
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #banner ul li .content h2 {
    font-size: 50px;
  }
  #banner ul li .content p {
    font-size: 20px;
  }
  #banner ul li .content .play h5 {
    font-size: 18px;
  }
  .our-product .box .right ul {
    padding: 0 30px;
  }
  .our-product .box .right .cat-name {
    font-size: 12px;
  }
  .our-product .box .right ul {
    margin: -10px;
  }
  .our-product .box .right ul li {
    padding: 10px;
  }
  .our-product .box .right ul li .name {
    font-size: 14px;
  }
  .our-product .box .left ul li .content .name {
    font-size: 20px;
  }
  .our-product .box .left ul li .content .text {
    font-size: 20px;
  }
  .our-news .box ul {
    margin: -10px;
  }
  .our-news .box ul li {
    padding: 10px;
  }
  .our-news .box ul li .content .tit {
    font-size: 16px;
  }
  .our-news .box {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .our-about .bottom h2{
    font-size: 30px;
    line-height: initial;
  }

  #header .nav .ui.menu .logo p {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  .our-product .box .left {
    width: 100%;
  }
  .our-product .box .right {
    display: none;
  }
  .our-product .box {
    margin-top: 30px;
  }
  .our-product {
    padding: 90px 0;
  }
  .our-craft .box .left {
    display: none;
  }
  .our-craft .box .right {
    width: 100%;
    padding-left: 0;
  }
  #footer .footer-top .footer-content .footer-block {
    max-width: none!important;
    width: 100%;
  }
  #footer .footer-top .footer-content .footer-block.fast-link {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.product-list {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.footer-logo{
    display: none;
  }
  #footer .footer-bottom .fl {
    float: none;
    text-align: center;
  }
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
  #footer .footer-top .footer-content .footer-block ul li {
    font-size: 14px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-50 {
    font-size: 35px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-clients .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li{
    height: 300px;
  }
  #banner ul li > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ui.container {
    width: 100%;
  }
  .our-about {
    padding: 60px 0;
  }
  #banner ul li .content .play {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #banner ul li .content h5{
    display: none;
  }

  #banner ul li .content h2 {
    font-size: 40px;
  }
  .our-about .more {
    margin-top: 30px;
  }
  /*.our-about .bottom {
    display: none;
  }*/
  .our-product {
    padding: 60px 0;
  }
  .our-product .box .left ul li .content .name {
    font-size: 16px;
  }
  .our-product .box .left ul li .content .text {
    font-size: 16px;
  }
  .our-news .box {
    margin-top: 30px;
  }
  .our-clients p.txt {
    font-size: 14px;
  }
  .our-clients {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  h6.ty {
    font-size: 14px;
  }
  .font-48 {
    font-size: 24px;
  }
  #banner ul li .content h2 {
    font-size: 30px;
  }
  #banner ul li .content p {
    font-size: 16px;
  }
  .our-about p.txt {
    font-size: 14px;
    line-height: 25px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .font-50 {
    font-size: 24px;
  }
  .our-product p.txt {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block {
    width: 100%;
  }

}
.inner-banner {
  padding: 40px 0;
}
.inner-banner h2 {
  font-size:38px;
  margin-bottom: 15px;
  
  
  font-weight: bold;
  
}
.inner-banner .mbx {
  font-size: 16px;
}
.contact-page {
  background-color: #f7f8fa;
}
.contact-page .contact-1 {
  padding: 30px 0;
}
.contact-page .contact-1 h2 {
  font-size: 40px;
 
  border-bottom: 1px solid #6e6b70;
  padding-bottom: 30px;
  font-weight: bold;
}
.contact-page .contact-1 .box {
  margin-top: 70px;
}
.contact-page .contact-1 .box ul li {
  width: 25%;
}
.contact-page .contact-1 .box ul li .img {
  color: #656565;
  font-size: 50px;
  border-radius: 100%;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #656565;
}
.contact-page .contact-1 .box ul li h3 {
  font-size: 16px;
  
  
  margin: 15px 0;
}
.contact-page .contact-1 .box ul li p {
  font-size: 18px;
}
.contact-page .contact-2 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.contact-page .contact-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-2 .box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .contact-2 .box .left h2 {
  background: #0e60aa;
  color: #fff;
  padding: 60px 0;
  font-size: 40px;
  text-align: center;
  
  
  font-weight: bold;
}
.contact-page .contact-2 .box .left .content {
  padding-left: 45px;
}
.contact-page .contact-2 .box .left .content > p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
}
.contact-page .contact-2 .box .left .content ul {
  margin-top: 70px;
}
.contact-page .contact-2 .box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .contact-2 .box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .contact-2 .box .left .content ul li p {
  font-size: 22px;
  color: #414951;
  font-weight: bold;
}
.contact-page .contact-2 .box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 90px;
}
.contact-page .contact-2 .box .right form {
  width: 100%;
  padding: 60px 60px 30px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.contact-page .contact-2 .box .right form h4 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.contact-page .contact-2 .box .right form span {
  font-weight: 700;
  font-style: normal;
  color: #414951;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-2 .box .right form input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #f4f7fc;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
.contact-page .contact-2 .box .right form textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #f4f7fc;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
.contact-page .contact-2 .box .right form .contact-submit {
  margin-top: 50px;
  text-align: center;
}
.contact-page .contact-2 .box .right form .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 290px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  background-color: #0570d1;
  border-radius: 28px;
  text-align: center;
  margin-right: 0;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-2 .box .left {
    padding-right: 2%;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 2%;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding-top: 0;
  }
  .contact-page .contact-1 h2 {
    font-size: 30px;
  }
  .contact-page .contact-1 .box ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box .left .content {
    padding-left: 0;
  }
  .contact-page .contact-2 .box .left h2 {
    font-size: 24px;
  }
  .contact-page .contact-2 .box .left .content ul {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .contact-2 .box .right form h4 {
    font-size: 24px;
  }
  .contact-page .contact-2 .box .right form {
    padding: 30px;
  }
  .contact-page .contact-2 .box .right form span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-page .contact-2 .box .right form input {
    font-size: 14px;
  }
  .contact-page .contact-2 .box .right form textarea{
    font-size: 14px;
  }
  .contact-page .contact-1 .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box ul li {
    width: 50%;
    padding: 10px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .box ul li p {
    font-size: 12px;
  }
  .contact-page .contact-2 .box .left h2 {
    padding: 30px 0;
  }
  .contact-page .contact-2 .box .left .content > p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box .right form {
    padding: 30px 15px;
  }
  .contact-page .contact-2 .box .right form h4 {
    margin-bottom: 20px;
  }
  .contact-page .contact-2 .box .right form .contact-submit {
    margin-top: 20px;
  }
  .contact-page .contact-2 .box .right form .contact-submit input[type="submit"] {
    font-size: 16px;
  }
}
.about-page h3.tit {
  font-size: 45px;
  line-height: 1;
  
  
  font-weight: bold;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .box {
  padding: 0px;
}
.about-page .about-1 .box .left {
  width: 50%;
}
.about-page .about-1 .box .left .img {
  padding: 40px 60px;
  position: relative;
}
.about-page .about-1 .box .left .img::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 100%;
  background-color: #1268bf;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-1 .box .right {
  width: 50%;
}
.about-page .about-1 .box .right h6 {
  font-size: 24px;


  color: #1268bf;
  margin-bottom: 20px;
}
.about-page .about-1 .box .right .text {
  font-size: 16px;
  line-height: 2;
  max-height: 320px;
  overflow-y: auto;
  margin-top: 30px;
}
.about-page .about-1 .box .right .warp {
  margin: 0 -45px;
  margin-top: 50px;
}
.about-page .about-1 .box .right .warp .item {
  padding: 0 45px;
}
.about-page .about-1 .box .right .warp h4 {
  font-size: 20px;


}
.about-page .about-1 .box .right .warp p {
  font-size: 16px;
  margin-top: 10px;
}
.about-page .about-1 ul {
  padding: 45px 0;
}
.about-page .about-1 ul li {
  width: 25%;
}
.about-page .about-1 ul li .num {
  font-size: 74px;
  
  color: #1268bf;


}
.about-page .about-1 ul li .num > sup {
  font-size: 28px;
  vertical-align: top;
  color: #000;
}
.about-page .about-1 ul li .num > sup > sup {
  font-size: 13px;
}
.about-page .about-1 ul li p {
  font-size: 21px;
  
}
.about-page .about-2 {
  background-color: #fafafa;
  padding: 70px 0;
}


.about-page .about-2 h2 {
  font-size: 78px;
  line-height: 1;
  
  
}
.about-page .about-2 .box {
  margin-top: 60px;
  padding: 0 150px;
}
.about-page .about-2 .box .slider-nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: 4px;
}
.about-page .about-2 .box .slider-nav li {
  font-size: 19px;
  
  
  font-weight: bold;
  color: #7b7878;
}
.about-page .about-2 .box .slider-nav li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #787070;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 25px;
}
.about-page .about-2 .box .slider-nav .slick-slide:nth-child(even) li::after {
  background-color: #1268bf;
}
.about-page .about-2 .box .slider-for {
  margin-top: 60px;
}
.about-page .about-2 .box .slider-for .left {
  width: 45%;
  vertical-align: middle;
}
.about-page .about-2 .box .slider-for .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 60px;
}
.about-page .about-2 .box .slider-for .right p {
  font-size: 16px;
  line-height: 2;
  color: #838080;
}
.about-page .about-3 {
  padding: 80px 0 130px;
}
.about-page .about-3 h6 {
  font-size: 18px;
  color: #1268bf;
  font-weight: 600;
}
.about-page .about-3 .box {
  padding: 0 85px;
  margin-top: 30px;
}
.about-page .about-3 .box > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .8;
  cursor: pointer;
}
.about-page .about-3 .box > span:hover {
  opacity: 1;
}
.about-page .about-3 .box > span.left-btn {
  left: 0;
}
.about-page .about-3 .box > span.right-btn {
  right: 0;
}
.about-page .about-3 .box .slick-list {
  padding: 100px 0!important;
}
.about-page .about-3 .box .slick-slide.slick-active {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-3 .box .slick-slide.slick-active + div {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}
.about-page .about-3 .box .slick-slide.slick-active.slick-center {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  z-index: 3;
}
.about-page .about-3 .box .slick-slide.slick-active.slick-center + div ~ div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1470px) {
  .about-page .about-1 .box {
    padding: 0;
  }
  .about-page .about-2 .box {
    padding: 0;
  }
  .about-page .about-3 .box {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .box .right h6 {
    font-size: 18px;
  }
  .about-page .about-1 .box .left .img {
    padding: 30px;
  }
  .about-page h3.tit {
    font-size: 35px;
    font-weight: bold;
  }
  .about-page .about-1 .box .right .text {
    max-height: 250px;
  }
  .about-page .about-1 .box .right .warp {
    margin: 0 -20px;
    margin-top: 30px;
  }
  .about-page .about-1 .box .right .warp .item {
    padding: 0 20px;
  }
  .about-page .about-1 ul li .num {
    font-size: 50px;
  }
  .about-page .about-1 ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .left {
    display: none;
  }
  .about-page .about-1 .box .right {
    width: 100%;
  }
  .about-page .about-1 ul {
    margin: -10px;
  }
  .about-page .about-1 ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 {
    padding-top: 0;
  }
  .font-40 {
    font-size: 20px;
  }
  .about-page .about-2 h2 {
    font-size: 60px;
  }
  .about-page .about-2 .box .slider-for .right {
    padding-left: 30px;
  }
  .about-page .about-2 .box .slider-for .right p {
    font-size: 14px;
  }
  .about-page .about-3 .box .slick-slide.slick-active.slick-center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-3 .box .slick-slide.slick-active + div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-3 .box > span {
    display: none;
  }
  .about-page .about-3 .box {
    padding: 0;
  }
  .about-page .about-3 .box .slick-list {
    padding: 0!important;
  }
  .about-page .about-3 .box ul {
    margin: -10px;
  }
  .about-page .about-3 .box ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .box .right h6 {
    font-size: 14px;
  }
  .about-page h3.tit {
    font-size: 24px;
  }
  .about-page .about-1 .box .right .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .box .right .warp {
    margin: -10px;
  }
  .about-page .about-1 .box .right .warp .item {
    padding: 10px;
  }
  .about-page .about-1 ul li .num {
    font-size: 40px;
  }
  .about-page .about-1 .box .right .warp p {
    font-size: 14px;
  }
  .about-page .about-2 h2 {
    font-size: 40px;
  }
  .about-page .about-2 .box .slider-for .left {
    display: none;
  }
  .about-page .about-2 .box .slider-for .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .box .slider-for {
    margin-top: 30px;
  }
  .about-page .about-2 .box {
    margin-top: 30px;
  }
  .about-page .about-2 .box .slider-nav li::after {
    margin-top: 10px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
}
.grid-box .side {
  width: 21%;
}
.grid-box .side ul.list {
  margin-top: 15px;
}
.grid-box .side ul.list > li {
  margin-bottom: 5px;
}
.grid-box .side ul.list > li a {
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#d1d1d1), to(#eaeaea));
  background-image: -webkit-linear-gradient(left, #d1d1d1, #eaeaea);
  background-image: -moz-linear-gradient(left, #d1d1d1, #eaeaea);
  background-image: linear-gradient(to right, #d1d1d1, #eaeaea);
  font-size: 16px;
  position: relative;
}
.grid-box .side ul.list > li a::before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 400;
}
.grid-box .side ul.list > li > a {
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.grid-box .side ul.list > li.active > a::before {
  content: "\f0da";
}
/*.grid-box .side ul.list > li ul {
  display: none;
}*/
.grid-box .side ul.list > li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.grid-box .side ul.list > li ul li a {
  padding: 10px 20px 10px 40px;
  font-weight: 400;
}
.grid-box .side ul.list > li ul li a::before {
  content: "\f0da";
}
.grid-box .side ul.list > li ul li a::after {
  content: '';
  width: 11px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-box .side .sidebar-info {
  margin-top: 40px;
  padding: 25px 0;
  background: #3787dd;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.grid-box .side .sidebar-info h4 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
}
.grid-box .side .sidebar-info a.tel {
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.grid-box .side .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #3787dd;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.grid-box .side .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.grid-box .pro {
  width: 100%;
  padding-left: 40px;
}
.product-page {
  padding: 40px 0;
  background-color: #f7f8fa;
}
.product-page .piclist:hover{
  background: #1268bf; color: #fff;
  }

.product-page .pro-list{
  overflow: hidden;
}
.product-page .pro-list h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;

text-transform:capitalize;
}
.product-page .pro-list h2::after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 65px;
  height: 5px;
  background-color: #3787dd;
}
.product-page .pro-list ul {
  margin: -10px;
}
.product-page .pro-list ul li {
  width: 100%;
  padding: 10px;
}
.product-page .pro-list ul li:hover{
  color: #FFFFFF!important;
  background-color: #3a81ca!important;
}

.product-page .pro-list ul li:hover a .left i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.product-page .pro-list ul li:nth-child(odd){
  background-color: #cccccc;
}
.product-page .pro-list ul li:nth-child(even) a{
  flex-direction: row-reverse;
}
.product-page .pro-list ul li a {
  display: flex;
  align-items: center;
}
.product-page .pro-list ul li a .left {
  width: 55%;
}
.product-page .pro-list ul li a .left h4 {
  font-size: 24px;
  font-weight: bold;

}
.product-page .pro-list ul li a .left .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
  -webkit-line-clamp:7;
  overflow:hidden;
}
.product-page .pro-list ul li a .left i {
  display: block;
  margin-top: 30px;
}
.product-page .pro-list ul li a .right {
  width: 45%;
}

.m-page {
  margin-top: 70px;
}
.inner-app {
  padding: 70px 0;
  background: url(../images/inner-app-bg.png) no-repeat center;
}
.inner-app h6 {
  font-size: 18px;
  color: #1268bf;
  font-weight: 600;
}
.inner-app h2.tit {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
.inner-app .box {
  padding: 0 65px;
  margin-top: 45px;
}
.inner-app .box ul {
  margin: -18px;
}
.inner-app .box ul li {
  padding: 18px;
}
.inner-app .box ul li .name {
  font-size: 24px;
  
  
  color: #37321d;
  margin-top: 10px;
}
@media screen and (max-width: 1470px) {
  .grid-box .side {
    width: 30%;
  }
  .grid-box .pro {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .grid-box .side {
    display: none;
  }
  .grid-box .pro {
    width: 100%;
    padding-left: 0;
  }
  .product-page .pro-list ul li a .left .text {
    display: none;
  }
  .product-page .pro-list ul li a {
    padding: 15px;
  }
  .product-page .pro-list ul li a .left i {
    margin-top: 15px;
  }
  .inner-app .box {
    padding: 0;
  }
  .inner-app .box ul li .name {
    font-size: 18px;
  }
  .inner-app h2.tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .pro-list ul li {
    width: 100%;
  }
  .inner-app h6 {
    font-size: 14px;
  }
  .inner-app h2.tit {
    font-size: 24px;
  }
  .inner-app {
    padding: 60px 0;
  }
  .inner-app .box ul {
    margin: -10px;
  }
  .inner-app .box ul li {
    padding: 10px;
  }
  .inner-app .box {
    margin-top: 30px;
  }
  .inner-app .box ul li .name {
    font-size: 15px;
  }
  .m-page {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .product-page .pro-list ul li a{
    display: block;
  }

  .product-page .pro-list ul li a .left{
    width: 100%;
  }

  .product-page .pro-list ul li a .right{
    width: 100%;
  }

  .product-page .pro-list ul li a .left h4{
    font-size: 18px;
  }
}

.prodet-page {
  padding: 40px 0;
  background-color: #f7f8fa;
}
.prodet-page .prodet-1 .left {
  width: 45%;
}
.prodet-page .prodet-1 .left > a {
  display: block;
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .left .image-gallery {
  margin: -5px;
}
.prodet-page .prodet-1 .left .image-gallery li {
  padding: 5px;
}
.prodet-page .prodet-1 .right {
  width: 55%;
  padding-left: 40px;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  color: #3787dd;
  font-weight: bold;
}
.prodet-page .prodet-1 .right h2 {
  font-size: 24px;
 font-weight: bold;
  margin-top: 10px;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #757272;
  line-height: 1.8;
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .text ul {
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .right .text ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #28428c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .btn {
  margin-top: 70px;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color:  #3787dd;
  border-radius: 20px;
  padding: 10px 35px;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background-color: #3787dd;
}
.prodet-page .prodet-1 .right .btn a:not(:last-child) {
  margin-right: 20px;
}
.prodet-page .prodet-2 {
  padding-top: 120px;
}

.prodet-page .prodet-2 .options ul li {
  width: auto;
}
.prodet-page .prodet-2 .options ul li.active {
  background-color: #3787dd;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 30px;
}
.prodet-page .prodet-2 .ret .content {
  background-color: #fff;
  padding: 40px 45px;
  font-size: 16px;
}
.prodet-page .prodet-3 {
  padding-top: 50px;
}
.prodet-page .prodet-3 .form {
  background-color: #fff;
  padding: 30px;
}
.prodet-page .prodet-3 .form h2 {
  font-size: 33px;
  font-weight: bold;
}
.prodet-page .prodet-3 .form p {
  font-size: 16px;
  color: #7c7777;
  margin: 20px 0;
}
.prodet-page .prodet-3 .form ul {
  margin: -5px -15px;
}
.prodet-page .prodet-3 .form ul li {
  padding: 5px 15px;
}
.prodet-page .prodet-3 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 200px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"] {
  background-color:#3787dd;
  color: #fff;
  max-width: 520px;
  font-size: 16px;
  text-transform: uppercase; border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .right .btn a{
    font-size: 14px;
    padding: 10px 20px;
  }
  .prodet-page .prodet-1 .right .btn a:not(:last-child){
    margin-right: 10px;
  }
  .prodet-page .prodet-1 .right .btn{
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .right h2{
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 14px;
  }
  .inner-banner .mbx{
    font-size: 16px;
  }
  #header .nav{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .text ul {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .form h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .form p {
    font-size: 14px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 .form {
    padding: 30px 15px;
  }
  .prodet-page .prodet-2 .options ul li.active {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
  }
}





/* 新闻 */
.news-page {
  padding: 70px 0;
  background: #f7f8fa;
}
.news-page ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.news-page ul li {
  width: 33.33333%;
  padding: 20px;
}
.news-page ul li .news-page-box {
  border-radius: 10px;
  border: 2px solid #f6f7fb;
  overflow: hidden;
}
.news-page ul li .news-page-box .newsImg {
  overflow: hidden;
}
.news-page ul li .news-page-box .newsImg a{
  display: block;
  text-align: center;
}

.news-page ul li .news-page-box .content {
  padding: 30px 0 0;
}
.news-page ul li .news-page-box .content h2 {
  font-size: 18px;
  color: #000000;  
  height: 54px;
}
.news-page ul li .news-page-box .content h2:hover {
  color: #0995c9;
}
.news-page ul li .news-page-box .content .time {
  padding: 20px 0;
  border-top: 1px solid #f6f7fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page ul li .news-page-box .content .time span {
  display: inline-block;
  font-size: 14px;
  color: #9aa3c1;
  cursor: pointer;
}
.news-page ul li .news-page-box .content .time i{
  display: inline-block;
    padding: 5px 15px;
    background: #0995c9;
    border-radius: 20px;
    color: #fff;
    text-transform: Capitalize;
    font-size: 14px;
    
    
    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;
    cursor: pointer;
}
.news-page ul li .news-page-box .content .time i:hover{
  background: #072745
}

@media screen and (max-width: 1000px) {
  .news-page ul{
    margin: -10px;
  }
  .news-page ul li{
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .news-page ul li{
    width: 100%;
  }
}


.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 18px;
  color: rgba(0,0,0.6);
line-height: 30px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0; font-size: 18px;line-height: 30px;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #0e60aa;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #0e60aa;
}

@media screen and (max-width: 1000px) {
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 24px;
  }
}


.faq-page {
  padding: 90px 0;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.faq-page .faq-list dt {
 
  padding: 16px 30px 14px;
  background-color: #ebe9e9;
  font-size: 18px;
  cursor: pointer;
  color: #000;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  
  
  position: relative;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #3b89c6;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 16px;
  line-height: 22px;
  color: #5c5b5b;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
  
  
  background: rgba(18, 104, 191, 0.14);
}




.service-yd-page {
  padding: 90px 0;
}
.service-yd-page h2 {
  font-size: 42px;
  
  
  font-weight: bold;
}
.service-yd-page p {
  font-size: 16px;
  opacity: .6;
}
.service-yd-page .btn a {
  display: inline-block;
  min-width: 160px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  
  
  background-color: #1268bf;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.service-yd-page .btn a:not(:last-child) {
  margin-right: 10px;
}
.service-yd-page .btn a:hover {
  background-color: #3b3e41;
}
.service-yd-page .service-1 .box {
  padding-top: 50px;
  max-width: 700px;
  margin: 0 auto;
}
.service-yd-page .service-2 {
  padding-top: 60px;
}
.service-yd-page .service-2 ul li .img {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.service-yd-page .service-2 ul li .text {
  padding: 0 50px;
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.service-yd-page .service-2 ul li:nth-child(odd) .img {
  left: 50%;
}
.service-yd-page .service-2 ul li:nth-child(odd) .text {
  right: 50%;
}
.service-yd-page .service-3 {
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .service-yd-page h2 {
    font-size: 30px;
  }
  .service-yd-page p {
    font-size: 14px;
  }
  .service-yd-page .service-2 ul li .text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .service-yd-page {
    padding: 40px 0;
  }
  .service-yd-page .service-2 ul li:nth-child(odd) .text {
    right: auto;
  }
  .service-yd-page .service-2 ul li:nth-child(odd) .img {
    left: auto;
  }
  .service-yd-page .service-2 ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  .service-yd-page .service-2 ul li .img {
    width: 100%;
  }
  .service-yd-page .service-2 ul li .text {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .service-yd-page .service-1 .box {
    padding-top: 30px;
  }
  .service-yd-page h2 {
    font-size: 24px;
  }
  .service-yd-page .btn a {
    font-size: 12px;
    line-height: 40px;
    min-width: 120px;
  }
}
.service-1-page {
  padding: 70px 0;
}
.service-1-page h2 {
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: bold;
}
.service-1-page h2::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}
.service-1-page h3 {
  font-size: 23px;
  font-weight: bold;
}
.service-1-page p {
  font-size: 16px;
  color: #7f7d7d;
}
.service-1-page .img {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.service-1-page .text {
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 0 50px;
}
.service-1-page .ul {
  margin-top: 30px;
}
.service-1-page .li {
  font-size: 16px;
  font-weight: 500;
}
.service-1-page .li:not(:last-child) {
  margin-bottom: 15px;
}
.service-1-page ul {
  margin: -30px 0;
}
.service-1-page ul li {
  padding: 30px 0;
}
.service-1-page ul li:nth-child(odd) .img {
  left: 50%;
}
.service-1-page ul li:nth-child(odd) .text {
  right: 50%;
}
@media screen and (max-width: 1200px) {
  .service-1-page h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .service-1-page .text {
    padding: 0 20px;
  }
  .service-1-page h3 {
    font-size: 18px;
  }
  .service-1-page p {
    font-size: 14px;
  }
  .service-1-page .li {
    font-size: 14px;
  }
  .service-1-page .li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .service-1-page ul li:nth-child(odd) .img {
    left: auto;
  }
  .service-1-page ul li:nth-child(odd) .text {
    right: auto;
  }
  .service-1-page .img {
    width: 100%;
  }
  .service-1-page .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .service-1-page {
    padding: 40px 0;
  }
}
.service-2-page .p04-s2 {
  padding: 40px 0;
}
.service-2-page h2 {
  font-size: 30px;
  padding-bottom: 35px;
  font-weight: bold;text-transform:capitalize;
}
/*.service-2-page h2::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}*/
.service-2-page h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.service-2-page h3::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}
.service-2-page .hd p {
  font-size: 16px;
  color: #7f7d7d;
}
.table-box {
  background-color: #f8f8f8;
  padding-top: 40px;
}
.service-3-page .p04-s2 {
  padding: 40px 0;
}
.service-3-page h2 {
  font-size: 30px;
  padding-bottom: 35px;
 text-transform:capitalize;
 font-weight: bold;
}
.service-3-page h2::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}
.service-3-page h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-3-page .hd p {
  font-size: 16px;
  color: #7f7d7d;
}
.slider-tab {
  padding: 80px 0;
}
.slider-tab .mml-row {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 1360px;
  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;
}
.slider-tab .left {
  max-width: 1300px;
  width: 92%;
}
.service-5-page .slider-tab .left{
  width: 80%;
}
.slider-tab .text {
  max-width: 351px;
}
.slider-tab h3 {
  margin: 100px 0 20px;
}
.slider-tab p {
  font-size: 16px;
}
.slider-tab .img-wrap {
  max-width: 800px;
  width: 75%;
}
.slider-tab .big {
  margin-bottom: 20px;
}
.slider-tab .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider-tab ul {
  margin-top: 147px;
}
.slider-tab li {
  position: relative;
  
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  cursor: pointer;
}
.slider-tab li:not(:last-child) {
  margin-bottom: 20px;
}
.slider-tab li::before {
  display: none;
  position: absolute;
  content: '';
  left: -25px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 33px;
  height: 2px;
  background: #4885fb;
}
.slider-tab li.active {
  color: #1c1c1c;
}
.slider-tab li.active::before {
  display: block;
}
.service-4-page .p04-s2 {
  padding: 40px 0;
}
.service-4-page h2 {
  font-size: 30px;
  padding-bottom: 35px;    font-weight: bold;
}
.service-4-page h2::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}
.service-4-page h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
text-transform:capitalize;
}
.service-4-page h3::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}
.service-4-page .hd p {
  font-size: 16px;
  color: #7f7d7d;
}
.service-5-page {
  padding: 40px 0;
}
.service-5-page .p04-s2 {
  padding: 40px 0;
}
.service-5-page h2 {
  font-size: 30px;
  padding-bottom: 35px;
text-transform:capitalize;
}
.service-5-page h2::after {
  content: "";
  position: relative;
  width: 77px;
  height: 5px;
  background-color: #1268bf;
  display: block;
  margin-top: 10px;
}
.service-5-page h3 {
  font-size: 30px;
  margin-bottom: 15px;
text-transform:capitalize;
}
.service-5-page .hd p {
  font-size: 16px;
  color: #7f7d7d;
}
.service-5-page .service-3 ul li .img {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.service-5-page .service-3 ul li .text {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.service-5-page .service-3 ul li .text .content {
  max-width: 537px;
  margin: 0 auto;
}
.service-5-page .service-3 ul li .text .content p{    font-size: 16px;
    color: #7f7d7d;}
.service-5-page .service-3 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.service-5-page .service-3 ul li:not(:last-child) .img {
  left: 50%;
}
.service-5-page .service-3 ul li:not(:last-child) .text {
  right: 50%;
}

.service-5-page .service-3 ul li:last-child .img{
  width: 40%;
}
.service-5-page .service-3 ul li:last-child .text{
  width: 60%;
}
.service-5-page .service-3 ul li:last-child .text .content{
  max-width: 100%;
}

.service-5-page .warp{
  margin: 0 -10px;
}
.service-5-page .warp .item{
  padding: 10px;
}
.service-5-page .warp .item .bag{
  position: relative;
  padding-left: 70px;
}
.service-5-page .warp .item .bag i{
  position: absolute;
  left: 0;
  top: 0;
}
.service-5-page .warp .item .bag h4{
  font-size:16px;
  margin-bottom: 10px;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 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;
  max-width:165px;
  background-color: #fff;
  padding: 10px 34px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
body .swiper-pagination-bullet {
  opacity: 1;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 5px;
  background: #434343;
}
body .swiper-pagination-bullet-active {
  background: #e8523d;
}
body .swiper-pagination-bullets {
  margin-top: 27px;
}
body .swiper-pagination {
  position: static;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -moz-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.p04-s2 .mml-row {
  max-width: 1360px;
  margin: 0 auto;
}
.p04-s2 li {
  margin-bottom: 40px;
}
.p04-s2 .box {
  max-width: 1360px;
  margin: 0 auto 50px;
}
.p04-s2 h2 {
  margin-bottom: 20px;
}
.p04-s2 .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p04-s2 .hd .txt {
  width: 48%;
}
.p04-s2 .item {
  position: relative;
  max-width: 758px;
  margin: 0 auto;
}
.p04-s2 .item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 128, 208, 0.6);
}
.p04-s2 .box {
  max-width: 1360px;
}
.p04-s2 .text-wrap {
  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;
}
.p04-s2 .text {
  max-width: 708px;
  width: 58%;
  padding: 10px 10px;
  margin-top: -46px;
  background-color: #f8f8f8;
  text-align: center;
}
.p04-s2 .text p {
  max-width: 639px;
  margin: 0 auto;
}
.p04-s2 h4 {
  margin-bottom: 10px;
}
.p04-s2 .swiper-slide .text-wrap {
  display: none;
}
.p04-s2 .swiper-slide .item {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.p04-s2 .swiper-wrapper {
  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;
}
.p04-s2 .swiper-slide-active .item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.p04-s2 .swiper-slide-active .item::before {
  display: none;
}
.p04-s2 .swiper-slide-active .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.p04-s2 .prev-btn,
.p04-s2 .next-btn {
  top: 290px;
}
.p04-s2 .prev-btn {
  left: -webkit-calc(50% - 500px);
  left: -moz-calc(50% - 500px);
  left: calc(50% - 500px);
}
.p04-s2 .next-btn {
  right: -webkit-calc(50% - 500px);
  right: -moz-calc(50% - 500px);
  right: calc(50% - 500px);
}
@media (max-width: 1366px) {
  .p04-s2 .prev-btn,
  .p04-s2 .next-btn {
    top: 200px;
  }
}
@media (max-width: 1200px) {
  .p04-s2 .next-btn {
    right: 0;
  }
  .p04-s2 .prev-btn {
    left: 0;
  }
}
@media (max-width: 700px) {
  .prev-btn,
  .next-btn {
    max-width: 50px;
  }
  .p04-s2 .text {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
}
.slider-tab .big .swiper-slide {
  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;
}


.inner-page .m-page {
    text-align:center;
    float:none;
    margin:30px 0 0;
   
}
.inner-page .m-page a, .inner-page .m-page span {
    display:inline-block;
    text-align:center;
    width:45px;
    height:35px;
    font-size:15px;
    line-height:35px;
    border-radius:5px;
    color:#111;
    font-weight:500;
    -moz-box-shadow:0 2px 10px 0 #d8dde6;
    -o-box-shadow:0 2px 10px 0 #d8dde6;
    box-shadow:0 2px 10px 0 #d8dde6;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    margin:5px
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background:#3787dd none repeat scroll 0 0;
    color:#fff
}





.lg-page{
  padding: 60px 0;
}
.lg-page .bottom ul {
  margin: -30px -12px;
}
.lg-page .bottom ul li {
  padding: 30px 12px;
}
.lg-page .bottom ul li a.img-box {
  display: block;
}
.lg-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.lg-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;
}
.lg-page .bottom ul li .content h4:hover {
  color: #0d95e8;
}
.lg-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}




.new-craft {
  padding: 120px 0;
  background: url(../images/craft-bg.jpg) no-repeat center;
  background-size: cover;
}
.new-craft .left {
  width: 50%;
  z-index: 1;
}
.new-craft .left::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -30px;
  width: 100%;
  height: 100%;
  background-color: #3a81ca;
}
.new-craft .left .img {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.new-craft .left .img::before {
  position: absolute;
  border-left: 80px solid transparent;
  border-bottom: 120px solid #f2f3f4;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.new-craft .left .img img {
  width: 100%;
}
.new-craft .right {
  width: 50%;
  padding-left: 100px;
}
.new-craft h2 {
  font-size: 42px;
  line-height: 1.3;
 
}
.new-craft h4 {
  font-size: 40px;
  line-height: 1;
  
}
.new-craft ul {
  margin-top: 60px;
  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;
}
.new-craft ul li {
  padding-left: 70px;
  position: relative;
}
.new-craft ul li:not(:last-child) {
  margin-right: 15px;
}
.new-craft ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.new-craft .btn1 {
  display: inline-block;
  color: #FFFFFF;
  background-color: #3a81ca;
 
  line-height: 40px;
  border-radius: 14px;
  padding: 0 20px;
}
@media screen and (max-width: 1470px) {
  .new-craft h2 {
    font-size: 36px;
  }
  .new-craft h4 {
    font-size: 30px;
  }
  .new-craft .right {
    padding-left: 60px;
  }
  .new-craft ul {
    margin-top: 30px;
  }
  .new-craft ul li {
    padding: 0;
    text-align: center;
  }
  .new-craft ul li i {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
    display: block;
    height: 30px;
  }
  .new-craft ul li i img {
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .new-craft .left {
    width: 100%;
  }
  .new-craft .left .img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .new-craft .left::before {
    display: none;
  }
  .new-craft .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .new-craft h2 {
    font-size: 30px;
  }

  .new-craft{
    padding: 90px 0;
  }
}
@media screen and (max-width: 500px) {
  .new-craft h2 {
    font-size: 24px;
  }
  .new-craft ul {
    display: none;
  }
}


.contact-us{
  color: #ffffff;
  background-color: #3a81ca;
   font-weight: bold;
}

.contact-us a{
  display: inline-block;
  line-height: 40px;
  padding: 0 35px;
  border-radius: 20px;
  background-color: #002e5b;
}





.new-product {
  background: url(../images/inner-app-bg.png) no-repeat center top 4%;
}
.new-product h2 {
 font-weight: bold;
  text-transform: capitalize;
}
.new-product h2 span {
  color: #1268bf;
}
.new-product .nav{ padding: 30px 100px;}
.new-product .nav a {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  background-color: #d5d5d6;
  border-radius: 20px;
  padding: 0 20px;
  margin: 5px 20px;
}
.new-product .nav a:hover {
  color: #FFFFFF;
  background-color: #2173c6;
}
.new-product .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e5e4e3;
  position: relative;
}
.new-product .top::before {
  position: absolute;
  border-left: 70px solid transparent;
  border-bottom: 70px solid #FFFFFF;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.new-product .top .img {
  width: 54%;
  height: 460px;
  background: #f5f5f5;
}
.new-product .top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-product .top .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5% 30px 0;
}
.new-product .top .content h2 {
  font-size: 30px;
  font-weight: bold;
    text-align: left;padding-left: 40px;padding-right: 110px;
}
.new-product .top .content>div{
  
  text-align: left;
  line-height: 1.5;
  padding-left: 40px;
}
.new-product .top .content h4{  font-size: 16px; font-weight: bold;}
.new-product .top .content .btn1 {
  display: inline-block;
  line-height: 55px;
  width: 155px;
  text-align: center;
  color: #FFFFFF;
  background-color: #2173c6;
  
}
.new-product .top.even {
  -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;
}
.new-product .top.even::before {
  border-left: none;
  border-right: 70px solid transparent;
  left: 0;
  right: auto;
}
.new-product .bottom ul {
  margin: -10px;
}
.new-product .bottom ul li {
  padding: 10px;
}
.new-product .bottom img {
  margin: auto;
}
.new-product .bottom .mml-text {
  background-image: url(../images/bankBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.new-product .bottom .mml-text::before {
  position: absolute;
  border-left: 70px solid transparent;
  border-bottom: 70px solid #FFFFFF;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.new-product .bottom .mml-text::after {
  position: absolute;
  border-right: 70px solid transparent;
  border-top: 70px solid #FFFFFF;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.new-product .bottom .mml-text .text {
  padding: 0 20px;
  margin-top: 20px;
  height: 60px;
}


.new-product .bottom .mml-text p {
  line-height: 2;
 
 
}
.new-product .bottom .mml-text:hover {
  background-image: url(../images/bankBg-hover.jpg);
}
.new-product .bottom .mml-text:hover h4 {
  color: #FFFFFF;
}
.new-product .bottom .mml-text:hover p {
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .new-product .nav {
    display: none;
  }
  .new-product .top {
    display: block;
  }
  .new-product .top .img {
    width: 100%;
    height: auto;
  }
  .new-product .top .content {
    padding: 30px 15px;
  }
  .new-product .top .content h2 {
    font-size: 20px;
    padding: 0;
  }
  .new-product .top .content>div{
    padding: 0;
  }
}






.prodet2-page {
  padding-bottom: 100px;
  background: #f7f8fa;
}
.prodet2-page table tr:nth-child(even){
  background: #f7f7f7;
}
.prodet2-page .btns a {
  display: inline-block;
  min-width: 170px;
  line-height: 40px;
  height: 40px;
  color: #FFFFFF;
  background-color: #1268bf;
  border-radius: 20px;
  padding: 0 20px;
  text-align: center;
}
.prodet2-page .btns a + a {
  margin-left: 40px;
}
.prodet2-page .btns a.white {
  color: #fff;
  background-color: #f3b310;
}
.prodet2-page .btns a.gray {
  color: #FFFFFF;
  background-color: #f3b310;
}
.prodet2-page .items {
  background: #fff;
  -webkit-box-shadow: 0 0 50px 0px #888888;
  box-shadow: 0 0 50px 0px #888888;
  overflow: hidden;
}
.prodet2-page .items .item-title {
  position: relative;
  height: 0;
  z-index: 99;
  font-family: '031-cai978-webfont';
}
.prodet2-page .items .item-title-left .block-1 {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  background: #1268bf;
  z-index: 1;
}
.prodet2-page .items .item-title-left .block-2 {
  position: absolute;
  width: 420px;
  height: 70px;
  top: -25px;
  left: 100px;
  background: url(../images/det-title-1.png) no-repeat center;
  z-index: 0;
}
.prodet2-page .items .item-title-left .block-3 {
  position: absolute;
  width: 387px;
  height: 59px;
  top: -20px;
  left: 0;
  line-height: 59px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: url(../images/det-title-2.png) no-repeat center;
  z-index: 2;
}
.prodet2-page .items .item-title-right .block-1 {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  background: #1268bf;
  z-index: 1;
}
.prodet2-page .items .item-title-right .block-2 {
  position: absolute;
  top: -25px;
  right: 0;
  width: 420px;
  height: 70px;
  background: url(../images/det-title-1.png) no-repeat center;
  z-index: 0;
}
.prodet2-page .items .item-title-right .block-3 {
  position: absolute;
  width: 387px;
  height: 59px;
  top: -20px;
  right: 110px;
  line-height: 59px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: url(../images/det-title-2.png) no-repeat center;
  z-index: 2;
}
.prodet2-page .items .item-1 {
  background: url(../images/prodet2-1.jpg) no-repeat center;
  background-size: cover;
  padding: 55px;
}

.prodet2-page .items .item-1 .slick-active.slick-center img{
  transform: scale(1.2);
  filter: none;
  padding: 30px;
}

.prodet2-page .items .item-1 ul li img {
  filter: blur(2px);
  margin: auto;
  transition: 1.5s ease;
    padding: 40px;
}
.prodet2-page .items .item-1 .dots {
  margin-top: 25px;
}
.prodet2-page .items .item-1 .dots ul li {
  display: inline-block;
  width: 15px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  margin: 0 3px;
}
.prodet2-page .items .item-1 .dots ul li.slick-active {
  background-color: #1268bf;
}
.prodet2-page .items .item-1 .dots ul li button {
  display: none;
}
.prodet2-page .items .item-3 {
  background-color: #efefef;
}
.prodet2-page .items .item-3 .list {
  padding: 90px 90px 60px;
}
 .prodet2-page .items .item-3 .list strong{font-weight: bold;}
.prodet2-page .items .item-3 .list img {
  margin: auto;
}
.prodet2-page .items .item-3 .list .tabletext{
  font-size: 16px;

}
.prodet2-page .items .item-3 .list .tabletext strong{font-weight: bold;}

.prodet2-page .items .item-3 .left{width: 45%;}

.prodet2-page .items .item-3 .right {
  width: 55%;
  margin-top:-60px;
}
.prodet2-page .items .item-3 .small{
  margin-top:-90px;
}
.prodet2-page .items .item-4 .list ul {
  margin: -15px;
}
.prodet2-page .items .item-4 .list ul li {
  padding: 15px;
}
.prodet2-page .items .item-4 .list .img {
  margin-bottom: 5px;
}
.prodet2-page .items .item-4 .list .img img {
  border-radius: 10px;
}
.prodet2-page .items .item-5 {
  background-color: #efefef;
}
.prodet2-page .items .item-5 .list {
  padding: 100px 40px 40px;
}
.prodet2-page .items .item-5 .list h4 {
  color: #1268bf;
}
.prodet2-page .items .item-5 .list p {
  line-height: 2;
}
.prodet2-page .items .item-5 .list .column {
  vertical-align: middle;
}
.prodet2-page .items .item-5 .dots {
  margin-top: 45px;
}
.prodet2-page .items .item-5 .dots ul li {
  display: inline-block;
  width: 30px;
  height: 7px;
  border-radius: 3px;
  background-color: #dcdcdc;
  margin: 0 5px;
}
.prodet2-page .items .item-5 .dots ul li.slick-active {
  background-color: #1268bf;
}
.prodet2-page .items .item-5 .dots ul li button {
  display: none;
}
.prodet2-page .items .item-6 .list {
  padding: 80px 5%;
}
.prodet2-page .items .item-6 .list ul {
  margin: -15px;
}
.prodet2-page .items .item-6 .list ul li {
  padding: 15px;
}
.prodet2-page .items .item-7 .list {
  padding: 80px 5%;
}
.prodet2-page .items .item-7 .list .column {
  vertical-align: middle;
}
.prodet2-page .items .item-7 .list p + p {
  margin-top: 20px;
}
.prodet2-page .items .item-8 .box {
  padding: 80px 8%;
}
.prodet2-page .items .item-8 .box > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .8;
  cursor: pointer;
}
.prodet2-page .items .item-8 .box > span:hover {
  opacity: 1;
}
.prodet2-page .items .item-8 .box > span.left-btn {
  left: 25px;
}
.prodet2-page .items .item-8 .box > span.right-btn {
  right: 25px;
}
.prodet2-page .items .item-8 .box .slick-list {
  padding: 100px 0!important;
}
.prodet2-page .items .item-8 .box .slick-slide.slick-active {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet2-page .items .item-8 .box .slick-slide.slick-active + div {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}
.prodet2-page .items .item-8 .box .slick-slide.slick-active.slick-center {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  z-index: 3;
}
.prodet2-page .items .item-8 .box .slick-slide.slick-active.slick-center + div ~ div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 0;
}
.prodet2-page .items .item-9 .list {
  padding: 60px 15px;
}
.prodet2-page .items .item-9 .list h4 {
  padding: 15px 20px;
  background-color: #ebe9e9;
  position: relative;
  cursor: pointer;
}
.prodet2-page .items .item-9 .list h4::after {
  content: "+";
  font-family: cursive;
  float: right;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet2-page .items .item-9 .list p {
  padding: 20px;
  background-color: rgba(18, 104, 191, 0.14);
  display: none;
}
.prodet2-page .items .item-9 ul {
  padding: 15px;
}
.prodet2-page .items .item-9 ul li.active h4 {
  color: #FFFFFF;
  background-color: #1268bf;
}
.prodet2-page .items .item-9 ul li.active h4::after {
  content: "-";
}
.prodet2-page .items .item-9 ul li.active p {
  display: block;
}
.prodet2-page .items .item-9 ul li + li {
  margin-top: 15px;
}
.prodet2-page .items .item-10 .box {
  padding: 100px 8%;
}
.prodet2-page .items .item-10 .left ul li {
  padding-left: 50px;
  position: relative;
  line-height: 40px;
}
.prodet2-page .items .item-10 .left ul li + li {
  margin-top: 10px;
}
.prodet2-page .items .item-10 .left ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.prodet2-page .items .item-10 .left .social-links a + a {
  margin-left: 15px;
}
.prodet2-page .items .item-10 .left .social-links a>img{width:40px;}
.prodet2-page .items .item-10 .form ul {
  margin: -20px -5px;
}
.prodet2-page .items .item-10 .form ul li {
  padding: 15px 5px;
}
.prodet2-page .items .item-10 .form ul li.wid-50 {
  width: 50%;
}
.prodet2-page .items .item-10 .form input,
.prodet2-page .items .item-10 .form textarea {
  padding: 15px 10px;
  font-size: 16px;
  width: 100%;
  border: none;
  background-color: #f2f4fa;
  border-radius: 5px;
  color: #000;
}
.prodet2-page .items .item-10 .form button {
  font-size: 16px;
  padding: 20px 60px;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #1268bf;
}
@media screen and (max-width: 1000px) {
  .prodet2-page .items .item-2 ul li {
    width: 33.33%;
  }
  .prodet2-page .items .item-3 .left {
    width: 100%;
  }
  .prodet2-page .items .item-3 .right {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .prodet2-page .items .item-3 .small{
    margin-top: -40px;
  }

  .prodet2-page .items .item-5 .list .column {
    width: 100%;
    padding: 15px;
  }
  .prodet2-page .items .item-7 .list .column {
    width: 100%;
    padding: 15px;
  }
  .prodet2-page .items .item-8 .box .slick-slide.slick-active + div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .prodet2-page .items .item-9 .list .column {
    width: 100%;
  }
  .prodet2-page .items .item-10 .column {
    width: 100%;
    padding: 15px;
  }

  .prodet2-page .items .item-1{
    padding: 30px;
  }
  .prodet2-page .items .item-1 .slick-active.slick-center img{
    transform: scale(1);
    filter: none;
    padding: 0;
  }

  .prodet2-page .items .item-1 .mt-60{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .prodet2-page .items .item-title-left .block-3 {
    font-size: 18px;
    width: 300px;
    background-size: 100% 100%;
  }
  .prodet2-page .items .item-title-left .block-2 {
    width: 300px;
    background-size: 100% 100%;
    left: 50px;
  }
  .prodet2-page .items .item-title-right .block-3 {
    font-size: 18px;
    width: 300px;
    background-size: 100% 100%;
    right: 50px;
  }
  .prodet2-page .items .item-title-right .block-2 {
    width: 300px;
    background-size: 100% 100%;
  }

  .prodet2-page .items .item-2 ul li {
    width: 50%;
  }
  .prodet2-page .items .item-2 {
    padding: 60px 15px;
    
  }

  .prodet2-page .items .item-3 .list {
    padding: 90px 15px;
  }
  .prodet2-page .items .item-5 .list {
    padding: 90px 15px;
  }
  .prodet2-page .items .item-10 .box {
    padding: 90px 15px;
  }
  .prodet2-page .btns a {
    display: block;
  }
  .prodet2-page .btns a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  .font-36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .prodet2-page .items .item-8 .box .slick-slide.slick-active.slick-center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .prodet2-page .items .item-8 .box .slick-list {
    padding: 0!important;
  }
  .prodet2-page .items .item-10 .form ul li.wid-50 {
    width: 100%;
  }
  .prodet2-page .items .item-10 .form ul {
    margin: -5px;
  }
  .prodet2-page .items .item-10 .form ul li {
    padding: 5px;
  }
}






.about-page .about-4 {
  background-color: #f7f8fa;
  padding: 80px 0;
}
.about-page .about-4 .list {
  margin-top: 120px;
}
.about-page .about-4 .list ul {
  margin: -10px;
}
.about-page .about-4 .list ul li {
  padding: 10px;
}
.about-page .about-4 .list .arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-4 .list .arrow.arrow_l{
  left: 0;
}
.about-page .about-4 .list .arrow.arrow_r{
  right: 0;
}
.about-page .about-5 {
  background-color: #f7f8fa;
}
.about-page .about-5 .tabs {
  width: 25%;
}
.about-page .about-5 .tabs a {
  padding: 10px;
  border-radius: 10px;
  background-color: #d3d4d5;
}
.about-page .about-5 .tabs a + a {
  margin-top: 15px;
}
.about-page .about-5 .tabs a.active {
  color: #FFFFFF;
  background-color: #1265b9;
}
.about-page .about-5 .contents {
  width: 75%;
}
.about-page .about-5 .contents .left {
  vertical-align: middle;
}
.about-page .about-5 .contents .left img {
  border-radius: 10px;
}
.about-page .about-5 .contents .right {
  vertical-align: top;
}
.about-page .about-5 .contents .right ul li {
  font-size: 16px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.about-page .about-5 .contents .right ul li::before {
  content: url(../images/gou-icon.png);
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-5 .contents .right ul li + li {
  margin-top: 20px;
}
.about-page .about-5 .contents .list {
  text-align: left;
}
.about-page .about-5 .contents .list ul {
  margin: -10px;
}
.about-page .about-5 .contents .list ul li {
  padding: 10px;
}
.about-page .about-5 .contents .list img {
  border-radius: 10px;
}
.about-page .about-6 {
  background-color: #f7f8fa;
  background-image: url(../images/about-6-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 90px;
}
.about-page .about-6 .text {
  line-height: 2;
}
.about-page .about-6 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-6 .list .dian {
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-page .about-6 .list .dian::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/yuan.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: mymove 5s linear infinite;
  -moz-animation: mymove 5s linear infinite;
  animation: mymove 5s linear infinite;
}
.about-page .about-6 .list .dian h2 {
  font-size:48px;
  line-height: 1;
  color: #1265b9;
}
.about-page .about-6 .list .dian h2 span {
  font-size: 24px;
  color: #000000;
}
.about-page .about-6 .list .dian h2 span sup {
  font-size: 12px;
}
.about-page .about-6 .list p {
  position: relative;
  margin-top: -20px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #1265b9;
  border-radius: 30px;
  padding: 10px 5px;
}
.about-page .about-7 {
  background: #f7f8fa;
  }
.about-page .about-7 .box{
  max-width: 1000px;
  margin: auto;
}

.about-page .about-7 .box .grid-box{
  margin: -15px;
}

.about-page .about-7 .box .grid-box .column{
  padding: 15px;
}

.about-page .about-7 .box ul{
  margin-left: 30px;
}

.about-page .about-7 .box ul li{
  list-style: disc;
  text-align: left;
  line-height: 1.5;
}

.about-page .about-7 .standard_section{
  display: flex;
  margin: -15px;
}

.about-page .about-7 .standard_section .item{
  width: 33.33%;
  padding: 15px;
}

.about-page .about-7 .standard_section .item .text{
  padding: 40px;
  height: 100%;
  box-shadow: 0 9px 50px rgba(212,230,253,.42), 0 13px 19px rgba(0,0,0,.08);
}

.about-page .about-7 .standard_section .item .text p{
  padding: 2%;
}


@-webkit-keyframes mymove {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes mymove {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mymove {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 .list {
    display: none;
  }
  .about-page .about-5 .tabs {
    width: 100%;
    padding: 0;
  }
  .about-page .about-5 .contents {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about-page .about-5 .tabs a {
    width: 30%;
    margin: 10px 1.5%;
    display: inline-block;
  }
  .about-page .about-5 .contents .left {
    width: 100%;
  }
  .about-page .about-5 .contents .right {
    width: 100%;
    padding: 15px;
  }
  .r1 .group {
    display: none;
  }
  .r1 .inner p {
    max-width: 100%;
    text-align: justify;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 .tabs a {
    width: 100%;
  }
}
html {
  font-size: 100px;
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 50px;
  }
}
.r1 {
  padding: 2rem 8% 1.5rem 8%;
}
.r1 .inner h3 {
  margin-bottom: 0.5rem;
  text-align: center;
}
.r1 .inner p {
  color: #090b0a;
  width: 8rem;
  margin: 0 auto;
  text-align: center;
}
.r1 .group {
  position: relative;
  padding: 1.5rem 0;
}
.r1 .group .photo {
  margin: 0 auto;
  position: absolute;
  width: 7.2rem;
  height: 4.22rem;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 3s cubic-bezier(0, 0, 0, 1);
  transition: opacity 1s ease-in-out, -webkit-transform 3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: transform 3s cubic-bezier(0, 0, 0, 1), opacity 1s ease-in-out, -moz-transform 3s cubic-bezier(0, 0, 0, 1);
  transition: transform 3s cubic-bezier(0, 0, 0, 1), opacity 1s ease-in-out;
  transition: transform 3s cubic-bezier(0, 0, 0, 1), opacity 1s ease-in-out, -webkit-transform 3s cubic-bezier(0, 0, 0, 1), -moz-transform 3s cubic-bezier(0, 0, 0, 1);
  opacity: 1;
}
.r1 .group .photo:nth-of-type(1) {
  position: relative;
  z-index: 10;
  transform: scale(1.2) translateY(300px);
  -webkit-transform: scale(1.2) translateY(300px);
  -moz-transform: scale(1.2) translateY(300px);
  -o-transform: scale(1.2) translateY(300px);
  -ms-transform: scale(1.2) translateY(300px);
}
.r1 .group .photo.go:nth-of-type(1) {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.r1 .group .photo:nth-of-type(2) {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: scale(0.5) translateY(500px);
  -webkit-transform: scale(0.5) translateY(500px);
  -moz-transform: scale(0.5) translateY(500px);
  -o-transform: scale(0.5) translateY(500px);
  -ms-transform: scale(0.5) translateY(500px);
  top: -0.48rem;
  left: 0;
}
.r1 .group .photo.go:nth-of-type(2) {
  transform: scale(0.34);
  -webkit-transform: scale(0.34);
  -moz-transform: scale(0.34);
  -o-transform: scale(0.34);
  -ms-transform: scale(0.34);
}
.r1 .group .photo:nth-of-type(2) .add {
  -webkit-box-shadow: 0 1.2rem 1.5rem -0.6rem #10110f;
  box-shadow: 0 1.2rem 1.5rem -0.6rem #10110f;
}
.r1 .group .photo:nth-of-type(3) {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: scale(0.57) translateY(500px);
  -webkit-transform: scale(0.57) translateY(500px);
  -moz-transform: scale(0.57) translateY(500px);
  -o-transform: scale(0.57) translateY(500px);
  -ms-transform: scale(0.57) translateY(500px);
  top: 25%;
  left: 10%;
}
.r1 .group .photo.go:nth-of-type(3) {
  transform: scale(0.27);
  -webkit-transform: scale(0.27);
  -moz-transform: scale(0.27);
  -o-transform: scale(0.27);
  -ms-transform: scale(0.27);
}
.r1 .group .photo:nth-of-type(3) .add {
  border-radius: 0.3rem;
}
.r1 .group .photo:nth-of-type(4) {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform: scale(0.65) translateY(400px);
  -webkit-transform: scale(0.65) translateY(400px);
  -moz-transform: scale(0.65) translateY(400px);
  -o-transform: scale(0.65) translateY(400px);
  -ms-transform: scale(0.65) translateY(400px);
  bottom: 0;
  left: -2%;
}
.r1 .group .photo.go:nth-of-type(4) {
  transform: scale(0.55);
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -o-transform: scale(0.55);
  -ms-transform: scale(0.55);
}
.r1 .group .photo:nth-of-type(5) {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform: scale(0.47) translateY(500px);
  -webkit-transform: scale(0.47) translateY(500px);
  -moz-transform: scale(0.47) translateY(500px);
  -o-transform: scale(0.47) translateY(500px);
  -ms-transform: scale(0.47) translateY(500px);
  bottom: -8%;
  left: 18%;
}
.r1 .group .photo.go:nth-of-type(5) {
  transform: scale(0.27);
  -webkit-transform: scale(0.27);
  -moz-transform: scale(0.27);
  -o-transform: scale(0.27);
  -ms-transform: scale(0.27);
}
.r1 .group .photo.go:nth-of-type(5) {
  display: none;
}
.r1 .group .photo:nth-of-type(6) {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  transform: scale(0.7) translateY(300px);
  -webkit-transform: scale(0.7) translateY(300px);
  -moz-transform: scale(0.7) translateY(300px);
  -o-transform: scale(0.7) translateY(300px);
  -ms-transform: scale(0.7) translateY(300px);
  bottom: 3%;
  right: 2%;
}
.r1 .group .photo:nth-of-type(6) {
  right: -4%;
}
.r1 .group .photo.go:nth-of-type(6) {
  transform: scale(0.625);
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
}
.r1 .group .photo:nth-of-type(7) {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: scale(0.4) translateY(500px);
  -webkit-transform: scale(0.4) translateY(500px);
  -moz-transform: scale(0.4) translateY(500px);
  -o-transform: scale(0.4) translateY(500px);
  -ms-transform: scale(0.4) translateY(500px);
  top: 13%;
  right: 10%;
}
.r1 .group .photo.go:nth-of-type(7) {
  transform: scale(0.27);
  -webkit-transform: scale(0.27);
  -moz-transform: scale(0.27);
  -o-transform: scale(0.27);
  -ms-transform: scale(0.27);
}
.r1 .group .photo.go:nth-of-type(7) {
  display: none;
}
.r1 .group .photo:nth-of-type(8) {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: scale(0.5) translateY(400px);
  -webkit-transform: scale(0.5) translateY(400px);
  -moz-transform: scale(0.5) translateY(400px);
  -o-transform: scale(0.5) translateY(400px);
  -ms-transform: scale(0.5) translateY(400px);
  top: 24%;
  right: -2%;
}
.r1 .group .photo.go:nth-of-type(8) {
  transform: scale(0.34);
  -webkit-transform: scale(0.34);
  -moz-transform: scale(0.34);
  -o-transform: scale(0.34);
  -ms-transform: scale(0.34);
}
.r1 .group .photo:nth-of-type(9) {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: scale(0.5) translateY(400px);
  -webkit-transform: scale(0.5) translateY(400px);
  -moz-transform: scale(0.5) translateY(400px);
  -o-transform: scale(0.5) translateY(400px);
  -ms-transform: scale(0.5) translateY(400px);
  top: -20%;
  right: -16%;
}
.r1 .group .photo.go:nth-of-type(9) {
  transform: scale(0.48);
  -webkit-transform: scale(0.48);
  -moz-transform: scale(0.48);
  -o-transform: scale(0.48);
  -ms-transform: scale(0.48);
}
.r1 .group .photo .add {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.r1 .group .photo:nth-of-type(1) .add {
  -webkit-box-shadow: 0 0.6rem 2rem -0.2rem rgba(16, 17, 15, 0.6);
  box-shadow: 0 0.6rem 2rem -0.2rem rgba(16, 17, 15, 0.6);
}
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.r1 .group .photo .add .pic {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  position: absolute;
  margin: 0;
}
.r1 .group .photo .add .pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.r1 .group .photo .add .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  background-size: 100% 100%;
}
.contact-2 .left ul li {
  padding-left: 50px;
  position: relative;
  line-height: 40px;
}
.contact-2 .left ul li + li {
  margin-top: 10px;
}
.contact-2 .left ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .social-links a>img{
  width:40px;
  }
.prodet2-page .items .item-5 .list p::before{
    content: url(../images/dian-icon.png);
    position: absolute;    width: 50%;
    left: 0;
    top: 0;}

    .prodet2-page .items .item-7 .list .column p::before{
    content: url(../images/dian-icon.png);
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;}

   .prodet2-page .items .item-5 .list p{
    text-align: left;
    padding-left: 30px;
    position: relative;}
    .prodet2-page .items .item-7 .list .column p{
    text-align: left;
    padding-left: 30px;
    position: relative;}

@media screen and (max-width: 700px) {
  .prodet2-page .items .item-5 .list p{
    font-size: 14px;
    line-height: initial;
  }

  .prodet2-page .items .item-7 .list .column p{
    font-size: 14px;
    line-height: initial;
  }
}
.fuck.social-links a{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.fuck.social-links a .code {
    width: 120px;
    border: 3px solid #fff;
    position: absolute;
    top: 100%;
    left: -5px;
    margin-top: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 3px;
    display: none;
}

.fuck.social-links a .code:after {
    content: '';
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 5px;
}
.fuck.social-links a:hover .code {
    display: block;
}