@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
/*@font-face {
  font-family: 'FZYXJW';
  src: url(../fonts/FZYXJW.ttf) format('truetype'), url(../fonts/FZYXJW.eot) format('eot'), url(../fonts/FZYXJW.woff) format('woff'), url(../fonts/FZYXJW.woff2) format('woff2');
}*/
html {
  background: #eaeaea;
}
body {
  font-family: "Microsoft YaHei";
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  color: black;
}
.grid-box > .column {
  font-size: 16px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1545px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
#header .nav {
  line-height: 100px;
  height: 100px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 14px;
  color: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: 0.5s all, 0s line-height;
  -moz-transition: 0.5s all, 0s line-height;
  -ms-transition: 0.5s all, 0s line-height;
  -o-transition: 0.5s all, 0s line-height;
  transition: 0.5s all, 0s line-height;
  font-family: "microsoft yahei";
  text-transform: uppercase;
  margin: 0;
  padding: 0 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #e0640d;
}
#header .nav .ui.menu .menu-box ul.menu > li:after {
  content: '';
  height: 14px;
  width: 1px;
  background: #b2b2b2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child:after,
#header .nav .ui.menu .menu-box ul.menu > li:last-child:after {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  display: none !important;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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);
  border-bottom: 3px solid #e0640d;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li: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 .contact {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  padding: 0 20px;
  margin-top: -3px;
}
#header .nav .ui.menu .contact ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
}
#header .nav .ui.menu .contact ul li img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .contact ul li div.img {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 120px;
  background: white;
  padding: 5px;
  margin-top: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
#header .nav .ui.menu .contact ul li div.img:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -2px;
}
#header .nav .ui.menu .contact ul li:hover div.img {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: 0.5s cubic-bezier(0.7, 1.2, 0.5, 1.5);
  -moz-transition: 0.5s cubic-bezier(0.7, 1.2, 0.5, 1.5);
  -ms-transition: 0.5s cubic-bezier(0.7, 1.2, 0.5, 1.5);
  -o-transition: 0.5s cubic-bezier(0.7, 1.2, 0.5, 1.5);
  transition: 0.5s cubic-bezier(0.7, 1.2, 0.5, 1.5);
}
#header .nav-fixed {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  background: white;
  color: black;
  display: none;
}
#header .nav-fixed ul {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  overflow: hidden;
}
#header .nav-fixed ul li {
  padding: 50px 15px 580px;
  margin-bottom: -500px;
  font-family: "microsoft yahei";
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-left: 1px solid #eee;
}
#header .nav-fixed ul li:after {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e0640d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-fixed ul li dl {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
#header .nav-fixed ul li dl dt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}
#header .nav-fixed ul li dl dt:after {
  content: '';
  width: 30%;
  height: 1px;
  display: block;
  background: black;
  margin-top: 5px;
}
#header .nav-fixed ul li dl dd {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 5px;
}
#header .nav-fixed ul li dl dd:last-child {
  margin-bottom: 0;
}
#header .nav-fixed ul li dl dd a:hover {
  text-decoration: underline;
}
#header .nav-fixed ul li dl dd .children {
  display: block;
  margin-top: 10px;
}
#header .nav-fixed ul li dl dd .children a {
  display: block;
  font-size: 13px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
#header .nav-fixed ul li dl dd .children a:last-child {
  margin-bottom: 0;
}
#header .nav-fixed ul li dl dd .children a:after {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
#header .nav-fixed ul li:hover {
  background: #eee;
}
#header .nav-fixed ul li:hover:after {
  width: 100%;
}
#header .nav-fixed ul li:hover dt:after {
  -webkit-animation: jump-width 1s alternate linear infinite;
  -o-animation: jump-width 1s alternate linear infinite;
  animation: jump-width 1s alternate linear infinite;
}
#header .nav-fixed .search {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  width: 40%;
  padding-right: 50px;
}
#header .nav-fixed .search h4 {
  display: block;
  font-size: 24px;
  font-family: "microsoft yahei";
  margin-bottom: 20px;
}
#header .nav-fixed .search h4 small {
  display: block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
#header .nav-fixed .search form {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#header .nav-fixed .search form input {
  line-height: 40px;
  height: 40px;
  width: 100%;
  border: 1px solid #222;
  padding: 0 15px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-fixed .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  padding: 0;
  background: #222 url("../images/icon-sub2.png") center center no-repeat;
  background-size: 16px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-fixed .search form input[type="submit"]:hover {
  background-color: #e0640d;
}
#header.active {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#header.active .nav {
  line-height: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@-webkit-keyframes jump-width {
  0% {
    width: 30%;
  }
  10% {
    width: 40%;
  }
  25% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 35%;
  }
  80% {
    width: 45%;
  }
  to {
    width: 30%;
  }
}
@-o-keyframes jump-width {
  0% {
    width: 30%;
  }
  10% {
    width: 40%;
  }
  25% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 35%;
  }
  80% {
    width: 45%;
  }
  to {
    width: 30%;
  }
}
@-moz-keyframes jump-width {
  0% {
    width: 30%;
  }
  10% {
    width: 40%;
  }
  25% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 35%;
  }
  80% {
    width: 45%;
  }
  to {
    width: 30%;
  }
}
@keyframes jump-width {
  0% {
    width: 30%;
  }
  10% {
    width: 40%;
  }
  25% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 35%;
  }
  80% {
    width: 45%;
  }
  to {
    width: 30%;
  }
}
#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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #e0640d;
}
#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%);
  -o-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: #e0640d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #e0640d;
  background-color: white;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#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: #e0640d;
}
#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;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #e0640d !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0,0, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px !important;
  }
}
#cursor{
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  }
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
#banner,
.inner-banner {
  margin-top: 100px;
}
.inner-banner{
  background: url(../images/banner.jpg) no-repeat center;
  height: 470px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner li .content h3 {
  font-size: 58px;
  color: white;
  font-family: "roboto-regular";
}
#banner li .content h3 span#cursor {
  font-family: "Roboto-Light";
}
#banner li .content h3 small {
  display: block;
  font-size: 34px;
  line-height: normal;
  font-family: "Microsoft YaHei";
}
#banner li .content .link-btn {
  display: block;
  margin-top: 80px;
}
#banner li .content .link-btn a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10%;
  line-height: 40px;
  height: 40px;
  border-radius: 15px;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  font-family: "microsoft yahei";
  letter-spacing: 5px;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .link-btn a:hover,
#banner li .content .link-btn a.active {
  background: #e0640d;
  border-color: #e0640d;
}
#banner .content .zoomIn {
  -webkit-transform: scale(.2);
  -moz-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#banner .content .fadeInUp {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#banner .content .fadeInRight {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#banner .content .fadeInLeft {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#banner .slick-active .zoomIn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .slick-active .fadeInUp {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner .slick-active .fadeInRight {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#banner .slick-active .fadeInLeft {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@-webkit-keyframes border-color {
  from {
    border-color: white;
  }
  9% {
    border-color: #e0640d;
  }
  15% {
    border-color: white;
  }
  to {
    border-color: white;
  }

}

@-o-keyframes border-color {
  from {
    border-color: white;
  }
  9% {
    border-color: #e0640d;
  }
  15% {
    border-color: white;
  }
  to {
    border-color: white;
  }

}

@-moz-keyframes border-color {
  from {
    border-color: white;
  }
  9% {
    border-color: #e0640d;
  }
  15% {
    border-color: white;
  }
  to {
    border-color: white;
  }

}

@keyframes border-color {
  from {
    border-color: white;
  }
  25% {
    border-color: #e0640d;
  }
  50% {
    border-color: white;
  }
  to {
    border-color: white;
  }

}
#banner .border-color {
  -webkit-animation:border-color 6s linear infinite;
   -o-animation:border-color 6s linear infinite;
   -ms-animation:border-color 6s linear infinite;
   -moz-animation:border-color 6s linear infinite;
   animation:border-color 6s linear infinite;

}
#banner .slick-active .delay1 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#banner .slick-active .delay2 {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
#banner .slick-active .delay3 {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#banner .slick-active .delay4 {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
#banner .delay1 {
  -webkit-animation-delay: .5s;
   -o-animation-delay: .5s;
   -ms-animation-delay: .5s;
   -moz-animation-delay: .5s;
   animation-delay: .5s;
}
#banner .delay2 {
  -webkit-animation-delay: 1s;
   -o-animation-delay: 1s;
   -ms-animation-delay: 1s;
   -moz-animation-delay: 1s;
   animation-delay: 1s;
}
#banner .delay3 {
  -webkit-animation-delay: 1.5s;
   -o-animation-delay: 1.5s;
   -ms-animation-delay: 1.5s;
   -moz-animation-delay: 1.5s;
   animation-delay: 1.5s;
}
#banner .delay4 {
  -webkit-animation-delay: 2s;
   -o-animation-delay: 2s;
   -ms-animation-delay: 2s;
   -moz-animation-delay: 2s;
   animation-delay: 2s;
}
#banner .delay5 {
  -webkit-animation-delay: 2.5s;
   -o-animation-delay: 2.5s;
   -ms-animation-delay: 2.5s;
   -moz-animation-delay: 2.5s;
   animation-delay: 2.5s;
}
#banner .delay6 {
  -webkit-animation-delay: 3s;
   -o-animation-delay: 3s;
   -ms-animation-delay: 3s;
   -moz-animation-delay: 3s;
   animation-delay: 3s;
}
#banner .delay7 {
  -webkit-animation-delay: 3.5s;
   -o-animation-delay: 3.5s;
   -ms-animation-delay: 3.5s;
   -moz-animation-delay: 3.5s;
   animation-delay: 3.5s;
}
#banner .delay8 {
  -webkit-animation-delay: 4s;
   -o-animation-delay: 4s;
   -ms-animation-delay: 4s;
   -moz-animation-delay: 4s;
   animation-delay: 4s;
}
#banner .delay9 {
  -webkit-animation-delay: 4.5s;
   -o-animation-delay: 4.5s;
   -ms-animation-delay: 4.5s;
   -moz-animation-delay: 4.5s;
   animation-delay: 4.5s;
}
#banner .delay10 {
  -webkit-animation-delay: 5s;
   -o-animation-delay: 5s;
   -ms-animation-delay: 5s;
   -moz-animation-delay: 5s;
   animation-delay: 5s;
}
#banner .delay11 {
  -webkit-animation-delay: 5.5s;
   -o-animation-delay: 5.5s;
   -ms-animation-delay: 5.5s;
   -moz-animation-delay: 5.5s;
   animation-delay: 5.5s;
}
#banner li.view-case .content {
  top: auto;
  bottom: 0;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
#banner li.view-case p {
  text-align: center;
  font-size: 38px;
  color: white;
  margin-bottom: 20px;
}
#banner li.view-case h3 {
  font-size: 60px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  text-align: center;
  margin-bottom: 200px;
}
#banner li.view-case dl {
  position: relative;
}
#banner li.view-case dl:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner ul>.slick-list {
  padding-bottom: 100px !important;
  margin-bottom: -100px;
}
#banner li.view-case dl dd {
  display: block !important;
  box-shadow: 0 20px 35px rgba(0,0,0,.46);
}
#banner li.view-case dl .slick-list {
  padding: 200px 50px !important;
  margin: -200px -50px;
}
#banner li.view-case dl .slick-slide {
  left: -100px;
}
#banner li.view-case dl .slick-active ~ .slick-slide {
  left: 100px;
}
#banner li.view-case dl .slick-slide.slick-active {
  left: 0;
}
#banner li.view-case dl .slick-slide,#banner li.view-case dl .slick-slide.slick-center+.slick-active~.slick-active {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 0;
position: relative;
}
#banner li.view-case dl .slick-slide.slick-active+.slick-active,#banner li.view-case dl .slick-slide.slick-center+.slick-active {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
z-index: 1;
}
#banner li.view-case dl .slick-slide.slick-center {
-webkit-transform: scale(1.2) !important;
-moz-transform: scale(1.2) !important;
-ms-transform: scale(1.2) !important;
-o-transform: scale(1.2) !important;
transform: scale(1.2) !important;
z-index: 2 !important;
}

#banner li.number {
  text-align: center;
/*  font-family: "FZYXJW";*/
}
#banner li.number img {
  margin: 0 auto;
  display: block;
}
#banner li.number h4 {
  font-size: 50px;
  color: #e6a000;
  margin: 60px 0 30px;
}
#banner li.number p {
  max-width: 670px;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  color: #e6a000;
  line-height: 34px;
}
#banner li.case .left {
  vertical-align: middle;
  padding-right: 5%;
}
#banner li.case .right {
  vertical-align: middle;
  text-align: center;
}
#banner li.case .right dl {
  position: relative;
}
#banner li.case .right dl dd {
  padding: 3px;
}
#banner li.case .right dl dd a {
  display: block;
  border: 2px solid white;
  border-radius: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li.case .right dl dd a img {
  width: 100%;
}
#banner li.case .right dl dd a:hover {
  border-color: #e0640d;
}
#banner li.case .right dl.ie1 {
  text-align: right;
}
#banner li.case .right dl.ie2 {
  left: 120px;
}
#banner li.case .right dl.ie3 {
  left: 0;
}
#banner li.case .right dl.ie4 {
  left: 50px;
}
#banner li.text-align-left .about {
  padding-top: 60px;
  text-align: center;
}
#banner li.text-align-left .about img {
  display: block;
  margin: 0 auto;
}
#banner li.new-amp .content {
  top: 54%;
}
#banner li.new-amp h5 {
  font-family: "Arial";
  font-weight: bold;
  color: white;
  font-size: 28px;
}
#banner li.new-amp h3 {
  font-weight: bold;
  margin: 5px 0 15px;
}
#banner li.new-amp h5 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#banner li.new-amp p {
  font-size: 18px;
  color: white;
  line-height: 34px;
}
#banner li.new-amp h4 {
  color: white;
  font-size: 40px;
  margin: 90px 0 110px;
}
#banner li.new-amp .status-info {
  max-width: 620px;
}
#banner li.new-amp .status-info dl dd .box{
  text-align: center;
  display: inline-block;
}
#banner li.new-amp .status-info dl dd i{
  display: block;
  color: #16a3fe;
  font-size: 12px;
}
#banner li.new-amp .status-info dl dd span {
  display: block;
  margin: 2px 0;
  font-size: 1.87rem;
  color: white;
}
#banner li.new-amp .status-info dl dd p {
  font-size: 12px;
  color: white;
}
#banner li.new-amp .progress-info {
  padding-top: 50px;
}
#banner li.new-amp .progress-info ul li{
  font-size: 12px;
  color: #8ca2e5;
}
#banner li.new-amp .progress-info ul li:nth-child(2) {
  text-align: center;
}
#banner li.new-amp .progress-info ul li:last-child {
  text-align: right;
}
#banner li.new-amp .progress-info ul li span {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
#banner li.new-amp .progress-info ul li em {
  line-height: 20px;
  padding: 0 10px;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background: #026bfb;
}
#banner li.new-amp .progress {
  margin: 20px 0 15px;
  height: 6px;
  display: block;
  border-radius: 3px;
  background: rgba(22,163,254,0.2);
  width: 100%;
  position: relative;
}
#banner li.new-amp .progress i {
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #16a3fe;
  width: 0;
}
#banner li.new-amp .progress i:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid white;
  position: absolute;
  right: -9px;
  top: -6px;
  background: #16a3fe;
}
#banner .slick-current li.new-amp .progress i {
  width: 80%;
  -webkit-transition: 3s 2s;
  -moz-transition: 3s 2s;
  -ms-transition: 3s 2s;
  -o-transition: 3s 2s;
  transition: 3s 2s;
}
#banner li.new-amp .progress-info dl {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
#banner li.new-amp .progress-info dl dd{
  font-size: 12px;
  color: #16a3fe;
  position: relative;
}
#banner li.new-amp .progress-info dl dd:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1px;
  content: '';
  width: 2px;
  height: 40px;
  background: rgba(193,206,241,0.5);
}
#banner li.cloud img {
  margin: 0 auto;
}
#banner li.cloud form {
  margin: 60px auto 0;
  position: relative;
}
#banner li.cloud form input {
  line-height: 66px;
  height: 66px;
  padding: 0 70px 0 30px;
  background: white;
  border-radius: 15px;
  border:none;
  font-family: "Roboto-Light";
  color: black;
  width: 100%;
  font-size: 28px;
}
#banner li.cloud form input[type="submit"] {
  width: 66px;
  background: url(../images/icon-cursor.png) center center no-repeat transparent;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.content-list .box2 {
  display: block;
  border: 1px solid #f2f2f2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.content-list .box2 a.img-box {
  display: block;
}
.content-list .box2 .content {
  display: block;
  padding: 25px 25px 0;
  position: relative;
}
.content-list .box2 .content .other-box{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s ease;
}
.content-list .box2 .content .other-box p i.fa{
	vertical-align: baseline;
	margin-right: 5px;
}
.content-list .box2:hover .content .other-box{
	opacity: 1;
	filter: alpha(opacity=100);
}
.content-list .box2 .content h4 {
  display: block;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-list .box2 .content h4:hover {
  color: #e0640d;
}
.content-list .box2 .content p {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.content-list .box2 .content a.link {
  display: block;
  font-size: 12px;
  color: #777;
  text-transform: capitalize;
  line-height: 38px;
  height: 38px;
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  font-family: "roboto-regular";
  position: relative;
}
.content-list .box2 .content a.link:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #e0640d;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.content-list .box2 .content a.link i {
  float: right;
}
.content-list .box2 .content a.link i img {
  display: inline-block;
  vertical-align: middle;
}
.content-list .box2 .content a.link:hover:after {
  width: 100%;
  left: 0;
}
.content-list .box2:hover {
  background: #f8f8f8;
}
.case-list .case-img a.img {
  height: 300px;
  display: block;
  overflow: hidden;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.case-list .case-img a.img img {
  position: relative;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  top: 0;
}
.case-list .case-img:hover a.img img {
  top: 300px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 10s ease-in;
  -moz-transition: 10s ease-in;
  -ms-transition: 10s ease-in;
  -o-transition: 10s ease-in;
  transition: 10s ease-in;
}
.loader-02 {
  border: .4em solid transparent;
  border-left-color: #e0640d;
  border-right-color: #e0640d;
  border-radius: 50%;
  -webkit-animation: 1.5s loader-02 linear infinite;
  animation: 1.5s loader-02 linear infinite;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1;
}
@-webkit-keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .5;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .5;
  }
}
@keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .5;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .5;
  }
}
@-webkit-keyframes border {
  from {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes border {
  from {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes border {
  from {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@keyframes border {
  from {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
#index-body .box-content {
  background: white;
}
#index-body .box-content h2 {
  font-size: 30px;
  color: black;
  line-height: 30px;
}
#index-body .box-content h2 small {
  display: block;
  font-size: 16px;
  line-height: normal;
}
#index-body .box-content h2 small:before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: black;
  margin: 20px 0;
}
#index-body .box-content a.more {
  float: right;
  margin-top: -20px;
  font-size: 14px;
  font-family: "roboto-regular";
  color: #666;
  text-transform: capitalize;
  line-height: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .box-content a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
#index-body .box-content a.more:hover {
  color: #e0640d;
  text-decoration: underline;
}
#index-body .init-1 {
  padding-top: 50px;
}
#index-body .init-1 .number {
  padding: 50px 0;
  text-align: center;
}
#index-body .init-1 .number ul li {
  padding: 0  15px;
}
#index-body .init-1 .number ul li h4 {
  display: block;
  font-family: "Roboto-Light";
  font-size: 36px;
}
#index-body .init-1 .number ul li p {
  display: block;
  margin-top: 15px;
}
#index-body .init-1 .about-info {
  border-top: 1px solid #f9f9f9;
}
#index-body .init-1 .about-info .left {
  padding: 0 50px;
  vertical-align: middle;
}
#index-body .init-1 .about-info .left h3 {
  display: block;
  font-family: "roboto-black";
  font-size: 50px;
  line-height: 50px;
}
#index-body .init-1 .about-info .left h3:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: black;
  margin-top: 20px;
}
#index-body .init-1 .about-info .left h5 {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
#index-body .init-1 .about-info .left .content {
  display: block;
  line-height: 30px;
  margin-top: 35px;
}
#index-body .init-1 .about-info .right {
  vertical-align: middle;
  position: relative;
}
#index-body .init-1 .about-info .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .about-info .right .play i {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .about-info .right .play h4 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "roboto-regular";
  text-shadow: 0 0 10px #000000;
  margin-left: 10px;
  line-height: 30px;
}
#index-body .init-1 .about-info .right .play h4 small {
  display: block;
  font-family: "roboto-black";
  font-size: 13px;
  line-height: normal;
}
#index-body .init-2 {
  padding-top: 35px;
}
#index-body .init-2 h2 {
  padding: 50px;
}
#index-body .init-2 .box ul li .box2 {
  display: block;
  position: relative;
}
#index-body .init-2 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(1, 5, 11, 0.56);
}
#index-body .init-2 .box ul li .box2 .content {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: white;
  text-align: left;
  padding: 0 50px;
}
#index-body .init-2 .box ul li .box2 .content i {
  height: 40px;
  display: block;
}
#index-body .init-2 .box ul li .box2 .content h2 {
  color: inherit;
  padding: 0;
  margin: 25px 0;
}
#index-body .init-3 {
  padding-top: 35px;
}
#index-body .init-3 .box-content {
  padding: 50px;
}
#index-body .init-3 .box-content .box {
  padding-top: 60px;
}
#index-body .init-3 .box-content .box ul {
  margin: -17px -13px;
}
#index-body .init-3 .box-content .box ul li {
  padding: 17px 13px;
}
#index-body .init-4 {
  padding-top: 30px;
}
#index-body .init-4 .box-content {
  padding: 50px;
}
#index-body .init-4 .box-content .box {
  padding-top: 40px;
}
#index-body .init-4 .box-content .box ul {
  margin: -9px;
}
#index-body .init-4 .box-content .box ul li {
  padding: 9px;
}
#index-body .init-4 .box-content .box ul li .box2 {
  display: block;
  padding: 10px;
  background: #f5f5f5;
  text-align: center;
}
#index-body .init-4 .box-content .box ul li .box2 img {
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box-content .box ul li .box2 h4 {
  display: block;
  font-family: "roboto-regular";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  padding: 10px 0;
}
#index-body .init-4 .box-content .box ul li .box2 h4 small {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
#index-body .init-4 .box-content .box ul li .box2:hover img {
  filter: grayscale(0);
}
#index-body .init-4 .box-content .btn-down {
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  margin-left: 5px;
}
#index-body .init-5 {
  padding-top: 40px;
}
#index-body .init-5 .box-content {
  padding: 50px;
}
#index-body .init-5 .box-content .box {
  padding: 30px 0 50px;
}
#index-body .init-5 .box-content .box ul {
  margin: 0 -20px;
}
#index-body .init-5 .box-content .box ul li {
  padding: 0 20px;
}
#index-body .init-5 .box-content .box ul li .content {
  padding: 20px 20px 10px;
}
#index-body .init-5 .box-content .box ul li .content h4 {
  font-family: "microsoft yahei";
}
#index-body .init-5 .box-content .box ul li .content p {
  font-size: 14px;
}
#index-body .init-5 .box-content .box ul li .v-box>div>div {
  display: none;
}
#index-body .init-5 .box-content .box ul li .v-box>div>div:first-child {
  display: block;
}
#index-body .init-6 {
  padding-top: 30px;
}
#index-body .init-6 .box-content {
  overflow: hidden;
}
#index-body .init-6 .left {
  width: 36%;
  padding: 50px 50px 50px;
  background: #2f2f2f;
  height: 585px;
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-6 .left h2 {
  color: inherit;
}
#index-body .init-6 .left .box {
  margin-top: 100px;
}
#index-body .init-6 .left .box h2 {
  display: block;
}
#index-body .init-6 .left .box h2:after {
  content: '';
  display: block;
  width: 12%;
  height: 3px;
  background: white;
  margin-top: 20px;
}
#index-body .init-6 .left .box .content {
  display: block;
  margin-top: 10px;
  line-height: 30px;
}
#index-body .init-6 .left ul {
  position: relative;
  display: block;
}
#index-body .init-6 .left ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
  z-index: 0;
  opacity: 0;
}
#index-body .init-6 .left ul li.active {
  top: 0;
  z-index: 1;
  opacity: 1;
}
#index-body .init-6 .right {
  width: 64%;
  text-align: center;
}
#index-body .init-6 .right .img {
  height: 525px;
  line-height: 525px;
  position: relative;
  padding: 20px;
}
#index-body .init-6 .right .img .box {
  display: inline-block;
  vertical-align: top;
  max-height: 90%;
  max-width: 100%;
  margin: 0 auto;
  width: 780px;
  line-height: normal;
}
#index-body .init-6 .right .img .box>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 1;
max-height: 90%;
margin-left: 14px;
}
#index-body .init-6 .right .img ul {
  line-height: normal;
  padding-top: 60px;
  position: relative;
}
#index-body .init-6 .right .img .box .slick-slide {
  -webkit-transform: translateX(50%) scale(0.96);
  -moz-transform: translateX(50%) scale(0.96);
  -ms-transform: translateX(50%) scale(0.96);
  -o-transform: translateX(50%) scale(0.96);
  transform: translateX(50%) scale(0.96);
  -webkit-transition: 1.5s all,width 0s;
  -moz-transition: 1.5s all,width 0s;
  -ms-transition: 1.5s all,width 0s;
  -o-transition: 1.5s all,width 0s;
  transition: 1.5s all,width 0s;
  position: relative;
  z-index: 0;
}
#index-body .init-6 .right .img .box .slick-current.slick-slide+.slick-slide {
  -webkit-transform: translateX(-50%) scale(0.96);
  -moz-transform: translateX(-50%) scale(0.96);
  -ms-transform: translateX(-50%) scale(0.96);
  -o-transform: translateX(-50%) scale(0.96);
  transform: translateX(-50%) scale(0.96);
}
#index-body .init-6 .right .img .box .slick-current.slick-slide {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  z-index: 1;
  -webkit-transition: 1.5s cubic-bezier(0, 2.5, .6,.6);
  -moz-transition: 1.5s cubic-bezier(0, 2.5, .6,.6);
  -ms-transition: 1.5s cubic-bezier(0, 2.5, .6,.6);
  -o-transition: 1.5s cubic-bezier(0, 2.5, .6,.6);
  transition: 1.5s cubic-bezier(0, 2.5, .6,.6);
}
#index-body .init-6 .right .options ul li {
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  color: black;
  background: #f5f5f5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-6 .right .options ul li:hover {
  background: white;
}
#index-body .init-6 .right .options ul .slick-center li {
  background: white;
}
#index-body .init-7 {
  padding-top: 30px;
}
#index-body .init-7 .box-content {
  padding: 50px;
}
#index-body .init-7 .box-content .box {
  padding-top: 30px;
}
#index-body .init-7 .box-content .box ul {
  margin: 0 -20px;
}
#index-body .init-7 .box-content .box ul li {
  padding: 0 20px;
}
#index-body .init-7 .box-content .box ul li .content {
  padding: 20px 20px 10px;
}
#index-body .init-7 .box-content .box ul li .content h4 {
  font-family: "microsoft yahei";
}
#index-body .init-7 .box-content .box ul li .content p {
  font-size: 14px;
}
#index-body .init-8 .box-content {
  padding: 20px 50px 75px;
}
#index-body .init-8 .box-content .box {
  padding-top: 55px;
}
#index-body .init-8 .box-content .box ul {
  margin: 0 -18px;
}
#index-body .init-8 .box-content .box ul li {
  padding: 0 18px;
}
#index-body .init-8 .box-content .box ul li .box2 {
  display: block;
  padding: 15px;
  border: 1px solid #ececec;
  position: relative;
}
#index-body .init-8 .box-content .box ul li .box2 * {
  position: relative;
  z-index: 1;
}
#index-body .init-8 .box-content .box ul li .box2:after,
#index-body .init-8 .box-content .box ul li .box2:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 0;
}
#index-body .init-8 .box-content .box ul li .box2:after {
  left: 0;
  top: 0;
  border-left: 1px solid #e0640d;
  border-top: 1px solid #e0640d;
}
#index-body .init-8 .box-content .box ul li .box2:before {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #e0640d;
  border-right: 1px solid #e0640d;
}
#index-body .init-8 .box-content .box ul li .box2 h5 {
  display: block;
  font-size: 16px;
  color: black;
}
#index-body .init-8 .box-content .box ul li .box2 p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
#index-body .init-8 .box-content .box ul li .box2 a.link {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
#index-body .init-8 .box-content .box ul li .box2:hover a.link {
  left: 15px;
}
#index-body .init-8 .box-content .box ul li .box2:hover:after,
#index-body .init-8 .box-content .box ul li .box2:hover:before {
  -webkit-animation: border 2s linear forwards;
  -o-animation: border 2s linear forwards;
  animation: border 2s linear forwards;
  opacity: 1;
}
#index-body .init-9 {
  padding: 50px 0;
}
#index-body .init-9 .box-content {
  overflow: hidden;
}
#index-body .init-9 .box-content .left {
  width: 36%;
  padding: 50px 50px 550px;
  margin-bottom: -500px;
  color: white;
  background: #2f2f2f;
  position: relative;
  z-index: 1;
}
#index-body .init-9 .box-content .left h2 {
  display: block;
  color: inherit;
}
#index-body .init-9 .box-content .left h2:after {
  content: '';
  width: 60px;
  height: 3px;
  background: white;
  margin-top: 15px;
  display: block;
}
#index-body .init-9 .box-content .left .content {
  margin-top: 20px;
  line-height: 30px;
}
#index-body .init-9 .box-content .right {
  width: 64%;
  padding: 50px;
}
#index-body .init-9 .box-content .right h2:after {
  content: '';
  width: 60px;
  height: 3px;
  background: black;
  margin-top: 15px;
  display: block;
}
#index-body .init-9 .box-content .right .form {
  display: block;
  padding-top: 40px;
}
#index-body .init-9 .box-content .right .form ul {
  margin: -8px;
}
#index-body .init-9 .box-content .right .form ul li {
  padding: 8px;
}
#index-body .init-9 .box-content .right .form ul li .box {
  position: relative;
}
#index-body .init-9 .box-content .right .form ul li .box h5 {
  font-size: 18px;
  color: black;
  position: absolute;
  left: 5px;
  top: 8px;
}
#index-body .init-9 .box-content .right .form ul li input,
#index-body .init-9 .box-content .right .form ul li textarea,
#index-body .init-9 .box-content .right .form ul li button {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 3em;
  border-bottom: 1px solid #656565;
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  color: #333;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .box-content .right .form ul li input::-webkit-input-placeholder,
#index-body .init-9 .box-content .right .form ul li textarea::-webkit-input-placeholder,
#index-body .init-9 .box-content .right .form ul li button::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#index-body .init-9 .box-content .right .form ul li input:-moz-placeholder,
#index-body .init-9 .box-content .right .form ul li textarea:-moz-placeholder,
#index-body .init-9 .box-content .right .form ul li button:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#index-body .init-9 .box-content .right .form ul li input::-moz-placeholder,
#index-body .init-9 .box-content .right .form ul li textarea::-moz-placeholder,
#index-body .init-9 .box-content .right .form ul li button::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#index-body .init-9 .box-content .right .form ul li input:-ms-input-placeholder,
#index-body .init-9 .box-content .right .form ul li textarea:-ms-input-placeholder,
#index-body .init-9 .box-content .right .form ul li button:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#index-body .init-9 .box-content .right .form ul li input:focus,
#index-body .init-9 .box-content .right .form ul li textarea:focus,
#index-body .init-9 .box-content .right .form ul li button:focus {
  border-color: #e0640d;
}
#index-body .init-9 .box-content .right .form ul li textarea {
  height: 100px;
  line-height: 28px;
  padding: 8px 5px;
  resize: vertical;
  -webkit-transition: 0s all, 0.5s border-color;
  -moz-transition: 0s all, 0.5s border-color;
  -ms-transition: 0s all, 0.5s border-color;
  -o-transition: 0s all, 0.5s border-color;
  transition: 0s all, 0.5s border-color;
}
#index-body .init-9 .box-content .right .form ul li.wid-100 {
  width: 100%;
}
#index-body .init-9 .box-content .right .form ul li .box.fleshVerify input {
  max-width: 65%;
  width: 280px;
  display: inline-block;
  vertical-align: bottom;
  text-indent: 3.5em;
}
#index-body .init-9 .box-content .right .form ul li .box.fleshVerify img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: -5px;
}
#index-body .init-9 .box-content .right .form ul li .box.fleshVerify h5 {
  top: auto;
  bottom: 8px;
}
#index-body .init-9 .box-content .right .form ul li .mail input {
  padding-left: 15px;
}
#index-body .init-9 .box-content .right .form ul li button {
  display: inline-block;
  border-bottom: none;
  width: 145px;
  text-indent: 0;
  background: none;
}
#index-body .init-9 .box-content .right .form ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}
#index-body .init-9 .box-content .right .form ul li button:hover {
  background: #eee;
}
#sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sidebar .list {
  position: relative;
  z-index: 2;
}
#sidebar .list ul li {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  font-size: 20px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
#sidebar .info-box {
  position: absolute;
  right: -230px;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 230px;
}
#sidebar .info-box .box {
  width: 230px;
  background: white;
  padding: 20px 15px 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  right: -20px;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
}
#sidebar .info-box .box h3 {
  font-size: 20px;
  font-family: "microsoft yahei";
  margin-bottom: 20px;
}
#sidebar .info-box .box h3 small {
  font-size: 12px;
  display: block;
  font-family: "Microsoft YaHei";
  margin-top: 5px;
}
#sidebar .info-box .box p {
  margin-top: 20px;
  font-size: 12px;
}
#sidebar .info-box .box.QQ ul li {
  padding: 5px 0;
  font-size: 14px;
}
#sidebar .info-box .box.QQ ul li i {
  margin-right: 15px;
  color: #f44336;
}
#sidebar .info-box .box.QQ ul li:hover {
  text-decoration: underline;
}
#sidebar .info-box .box.wecat {
  width: 160px;
}
#sidebar .info-box .box.wecat img {
  width: 100%;
  border: 3px solid white;
}
#sidebar .info-box .box.active {
  right: 0;
  opacity: 1;
  display: block;
  z-index: 1;
}
#sidebar:hover .info-box {
  right: 100%;
}
#footer {
  background: #1a1a1a;
  padding: 90px 0;
  color: #eee;
}
#footer .footer-top ul {
  margin: 0 -15px;
}
#footer .footer-top ul li {
  padding: 0 15px;
}
#footer .footer-top ul li:nth-child(1) {
  width: 25%;
}
#footer .footer-top ul li:nth-child(2) {
  width: 18%;
}
#footer .footer-top ul li:nth-child(3) {
  width: 19%;
}
#footer .footer-top ul li:nth-child(4) {
  width: 19%;
}
#footer .footer-top ul li:nth-child(5) {
  width: 19%;
}
#footer .footer-top ul li:nth-child(5) dl dt {
  padding-bottom: 20px;
}
#footer .footer-top ul li dl dt {
  display: block;
  font-size: 30px;
  padding-bottom: 35px;
}
#footer .footer-top ul li dl dd {
  line-height: 24px;
}
#footer .footer-top ul li dl dd p {
  line-height: 30px;
  max-width: 260px;
}
#footer .footer-top ul li dl dd a:hover {
  text-decoration: underline;
}
#footer .footer-bottom {
  padding-top: 100px;
  line-height: 28px;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1800px) {
  #banner li.new-amp h4 {
    margin: 40px 0;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
  }
  #banner,
  .inner-banner {
    margin-top: 80px;
  }
  #index-body .init-1 .number ul li h4 {
    font-size: 30px;
  }
  #index-body .init-1 .number ul li p {
    margin-top: 5px;
  }
  #index-body .init-1 .about-info .left h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-1 .about-info .right .play i {
    width: 80px;
  }
  #index-body .init-1 .about-info .right .play h4,
  #footer .footer-top ul li dl dt {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .box-content h2 {
    font-size: 26px;
    line-height: 26px;
  }
  #index-body .init-9 .box-content .right .form ul li .box h5,
  #index-body .init-9 .box-content .right .form ul li input,
  #index-body .init-9 .box-content .right .form ul li textarea,
  #index-body .init-9 .box-content .right .form ul li button {
    font-size: 16px;
  }
  #footer .footer-top ul li dl dt {
    padding-bottom: 30px;
  }
  #footer {
    padding: 60px 0;
  }
  #footer .footer-bottom {
    padding-top: 50px;
  }
  #index-body .init-4 .box-content .box ul li {
    width: 12.5%;
  }
  #banner li .content h3 {
    font-size: 44px;
  }
  #banner li .content h3 small {
    font-size: 26px;
  }
  #banner li.case .right dl.ie2 {
    left: 20px;
  }
  #banner li.case .right dl.ie3 {
    left: -20px;
  }
  #banner li.case .right dl.ie4 {
    left: 20px;
  }
  #banner li.view-case h3 {
    margin-bottom: 100px;
  }
  #banner li.view-case p {
    font-size: 30px;
  }
  #banner li.new-amp .content {
    top: 50%;
  }
  #banner li.new-amp .progress-info {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .init-1 .about-info .left h3 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body .init-1 .about-info .left h5 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
  }
  #index-body .init-1 .about-info .left .content {
    line-height: 28px;
    margin-top: 25px;
  }
  #index-body .init-2 .box ul li .box2 .content {
    top: 18%;
  }
  #index-body .box-content h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .box-content h2 small {
    font-size: 14px;
  }
  #index-body .init-2 .box ul li .box2 .content h2 {
    margin: 15px 0;
  }
  #index-body .init-4 .box-content .box ul li {
    width: 14.285%;
  }
  #index-body .init-6 .left .box {
    margin-top: 60px;
  }
  #index-body .init-6 .right .img {
    height: 400px;
    line-height: 400px;
  }
  #index-body .init-6 .right .img .box>img {
    margin-left: 12px;
  }
  #index-body .init-6 .left {
    height: 460px;
  }
  #index-body .init-6 .right .img ul {
    padding-top: 13px;
  }
  #banner li.number .content img {
    max-height: 160px;
  }
  #banner li.number h4 {
    font-size: 40px;
  }
  #banner li.number p {
    font-size: 15px;
    line-height: 28px;
  }
  #banner li.cloud .content img {
    max-height: 90px;
  }
  #sidebar .list ul li {
    width: 45px;
    height: 45px;
  }
  #banner li.cloud form input {
    line-height: 44px;
    height: 44px;
    padding: 0 50px 0 20px;
    font-size: 16px;
  }
  #banner li.cloud form input[type="submit"] {
    background-size: 15px;
    width: 40px;
  }
  #banner .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 12px;
  }
  #banner li.new-amp p {
    font-size: 16px;
    line-height: 24px;
  }
  #banner li.new-amp h4 {
    font-size: 28px;
    margin: 25px 0;
  }

}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7,
  #index-body .init-8,
  #index-body .init-9 {
    padding-top: 30px;
  }
  #index-body .init-9 {
    padding-bottom: 30px;
  }
  #index-body .init-1 .number {
    padding: 30px 0;
  }
  #index-body .init-1 .number ul li h4 {
    font-size: 26px;
    line-height: 26px;
  }
  body,
  .grid-box > .column {
    font-size: 14px;
  }
  #index-body .init-1 .about-info .left,
  #index-body .init-2 .box ul li .box2 .content {
    padding: 0 25px;
  }
  #index-body .init-2 h2,
  #index-body .init-3 .box-content,
  #index-body .init-4 .box-content,
  #index-body .init-5 .box-content,
  #index-body .init-6 .left,
  #index-body .init-7 .box-content,
  #index-body .init-8 .box-content,
  #index-body .init-9 .box-content .right {
    padding: 25px;
  }
  #index-body .init-3 .box-content .box,
  #index-body .init-4 .box-content .box,
  #index-body .init-8 .box-content .box {
    padding-top: 30px;
  }
  #index-body .init-5 .box-content .box {
    padding: 30px 0;
  }
  #index-body .box-content h2 small:before {
    margin: 15px 0;
  }
  #index-body .init-1 .about-info .left .content {
    line-height: 24px;
    margin-top: 15px;
  }
  #index-body .init-1 .about-info .left h3 {
    font-size: 28px;
    line-height: 28px;
  }
  #index-body .init-1 .about-info .left h3:after {
    margin-top: 10px;
  }
  #index-body .init-1 .about-info .right .play i {
    width: 60px;
  }
  #index-body .init-1 .about-info .right .play h4,
  #footer .footer-top ul li dl dt {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .init-3 .box-content .box ul li {
    padding: 10px;
  }
  #index-body .init-3 .box-content .box ul {
    margin: -10px;
  }
  #index-body .init-4 .box-content .box ul li {
    width: 16.6666%;
  }
  #index-body .init-4 .box-content .box ul li .box2 h4 {
    font-size: 14px;
  }
  .content-list .box2 .content {
    padding: 10px 10px 0;
  }
  #index-body .init-5 .box-content .box ul li .content,
  #index-body .init-7 .box-content .box ul li .content {
    padding: 10px;
  }
  .content-list .box2 .content h4 {
    font-size: 16px;
  }
  #index-body .init-5 .box-content .box ul li,
  #index-body .init-7 .box-content .box ul li,
  #index-body .init-8 .box-content .box ul li {
    padding: 10px;
  }
  #index-body .init-5 .box-content .box ul,
  #index-body .init-7 .box-content .box ul,
  #index-body .init-8 .box-content .box ul {
    margin: -10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0 15px;
  }
  #header .nav-fixed .search h4 {
    font-size: 20px;
    line-height: 20px;
  }
  #header .nav-fixed ul li dl dt {
    font-size: 18px;
  }
  #header .nav-fixed ul li dl dd {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #index-body .init-9 .box-content .left {
    padding: 25px 25px 525px;
  }
  #index-body .box-content h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .box-content h2 small {
    font-size: 12px;
  }
  #footer .footer-top ul li dl dd p {
    line-height: 26px;
  }
  #footer {
    padding: 60px 0 30px;
  }
  #banner li .content h3 {
    font-size: 38px;
  }
  #banner li .content h3 small {
    font-size: 24px;
  }
  #banner li .content .link-btn a {
    font-size: 14px;
  }
  #banner li.number .content img {
    max-height: 120px;
  }
  #banner li.number h4 {
    font-size: 34px;
    margin: 20px 0 10px;
  }
  #banner li.number p {
    font-size: 14px;
    line-height: 28px;
  }
  #banner li.cloud .content img {
    max-height: 70px;
  }
  #banner li.view-case h3 {
    margin-bottom: 50px;
  }
  #banner li.view-case p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #banner li.new-amp h3 {
    font-size: 26px;
    margin: 15px 0;
  }
  #banner li.new-amp .wid-50.left {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 0;
  }
  #index-body .init-1 .number ul li {
    width: 25%;
  }
  #index-body .init-1 .about-info .left {
    width: 100%;
    padding: 30px 25px;
  }
  #index-body .init-1 .about-info .right {
    width: 100%;
    padding: 0 25px 25px;
  }
  #index-body .init-2 .box ul li {
    width: 50%;
  }
  #index-body .init-2 .box ul li .box2 .content i {
    height: auto;
  }
  #index-body .init-2 .box ul li .box2 .content i img {
    height: 30px;
  }
  #index-body .init-3 .box-content .box ul li {
    width: 50%;
  }
  #index-body .box-content h2 {
    font-size: 22px;
    line-height: 22px;
  }
  #index-body .box-content h2 small {
    font-size: 14px;
  }
  #index-body .init-2 .box ul li .box2 .content h2 {
    font-size: 18px;
    line-height: 18px;
  }
  #index-body .init-4 .box-content .box ul li {
    width: 20%;
  }
  #index-body .init-6 .left {
    width: 100%;
    height: auto;
  }
  #index-body .init-6 .left ul li {
    position: static;
    display: none;
  }
  #index-body .init-6 .left ul li.active {
    display: block;
  }
  #index-body .init-6 .left .box h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .init-6 .right {
    width: 100%;
  }
  .loader-02 {
    width: 70px;
    height: 70px;
  }
  #index-body .init-9 .box-content .left {
    width: 100%;
    padding: 25px;
    margin-bottom: 0;
  }
  #index-body .init-9 .box-content .right {
    width: 100%;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-top ul li:nth-child(1) dl dd p {
    max-width: none;
  }
  #footer .footer-top ul li:nth-child(2),
  #footer .footer-top ul li:nth-child(3),
  #footer .footer-top ul li:nth-child(4),
  #footer .footer-top ul li:nth-child(5) {
    width: 25%;
  }
  #footer .footer-top ul li dl dt {
    padding-bottom: 15px !important;
  }
  #sidebar .info-box .box h3 {
    font-size: 17px;
  }
  #banner li .content h3 {
    font-size: 28px;
  }
  #banner li .content h3 small {
    font-size: 18px;
  }
  #banner li .content .link-btn a {
    margin-right: 10px;
    letter-spacing: 0px;
  }
  #banner li.number .content img {
    max-height: 90px;
  }
  #banner li.number h4 {
    font-size: 28px;
    margin: 20px 0 10px;
  }
  #banner li.cloud .content img {
    max-height: 60px;
  }
  #banner li.cloud form input {
    line-height: 40px;
    height: 40px;
    padding: 0 50px 0 10px;
    font-size: 14px;
  }
  #banner li.cloud form input[type="submit"] {
    background-size: 13px;
    width: 40px;
  }
  #banner .slick-arrow {
    width: 30px;
    height: 50px;
    background-size: 10px;
  }
  #banner li.cloud form {
    margin-top: 30px;
  }
  #banner li.new-amp .progress-info {
    display: none;
  }
  #banner li.new-amp h4 {
    font-size: 22px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li.number .content img {
    max-height: 60px;
  }
  #banner li.number h4 {
    font-size: 24px;
  }
  #index-body .init-1 .number ul li p {
    font-size: 12px;
  }
  #index-body .init-2 .box ul li .box2 .content {
    top: 10%;
  }
  #index-body .init-2 .box ul li .box2 .content h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0;
  }
  #index-body .init-2 .box ul li .box2 .content P {
    font-size: 12px;
  }
  #index-body .init-2 .box ul li .box2 .content i img {
    height: 24px;
  }
  #index-body .box-content a.more {
    margin-top: -58px;
  }
  #index-body .box-content h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .box-content h2 small:before {
    margin: 10px 0;
    height: 2px;
  }
  #index-body .init-5 .box-content .box ul li,
  #index-body .init-7 .box-content .box ul li,
  #index-body .init-8 .box-content .box ul li,
  #index-body .init-3 .box-content .box ul li,
  #index-body .init-4 .box-content .box ul li,
  #index-body .init-9 .box-content .right .form ul li {
    padding: 5px;
  }
  #index-body .init-5 .box-content .box ul,
  #index-body .init-7 .box-content .box ul,
  #index-body .init-8 .box-content .box ul,
  #index-body .init-3 .box-content .box ul,
  #index-body .init-4 .box-content .box ul,
  #index-body .init-9 .box-content .right .form ul {
    margin: -5px;
  }
  #index-body .init-4 .box-content .box ul li {
    width: 25%;
  }
  #index-body .init-6 .left .box h2 {
    font-size: 16px;
    line-height: 16px;
  }
  #index-body .init-5 .box-content .box ul li .content p,
  #index-body .init-7 .box-content .box ul li .content p,
  #index-body .init-8 .box-content .box ul li .box2 p {
    font-size: 12px;
  }
  #index-body .init-9 .box-content .right .form ul li:nth-child(3) {
    width: 100%;
  }
  #index-body .init-6 .left .box .content,
  #index-body .init-9 .box-content .left .content {
    font-size: 12px;
    line-height: 26px;
  }
  #index-body .init-9 .box-content .right .form ul li .box h5,
  #index-body .init-9 .box-content .right .form ul li input,
  #index-body .init-9 .box-content .right .form ul li textarea,
  #index-body .init-9 .box-content .right .form ul li button {
    font-size: 14px;
  }
  #index-body .init-9 .box-content .right .form ul li button {
    background: #eee;
  }
  #footer .footer-top ul li:nth-child(2),
  #footer .footer-top ul li:nth-child(3),
  #footer .footer-top ul li:nth-child(4),
  #footer .footer-top ul li:nth-child(5) {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer .footer-bottom {
    padding-top: 10px;
  }
  #banner li.case .right {
    display: none !important;
  }
  #banner li .content .link-btn {
    margin-top: 30px;
  }
  #banner li.case .left {
    padding-right: 0;
  }
  #banner li {
    text-align: center;
  }
  #banner li.text-align-left .about {
    padding-top: 30px;
  }
  #banner li .content h3 {
    font-size: 24px;
  }
  #banner li .content h3 small {
    font-size: 14px;
  }
  #banner li .content .link-btn a {
    line-height: 34px;
    height: 34px;
  }
  #index-body .init-6 .right .img .box>img {
    margin-left: 2px;
    max-width: 100%;
    padding: 0 15%;
    top: 20px;
    -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
  }
  #index-body .init-6 .right .img ul {
    padding-top: 0;
  }
  #banner li.view-case h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #banner li.view-case p {
    display: none;
  }
  #banner li.new-amp .status-info {
    display: none;
  }
  #banner li.new-amp .wid-50.left {
    width: 80%;
  }
  #banner li.new-amp p {
    font-size: 13px;
    line-height: 22px;
  }
  #banner li .content h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  #banner li.new-amp h5 {
    font-size: 20px;
  }
  #banner li.new-amp h5 i {
    max-width: 25px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .number ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-1 .about-info .left h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .init-1 .about-info .left h5 {
    font-size: 16px;
  }
  #index-body .init-2 h2,
  #index-body .init-3 .box-content,
  #index-body .init-4 .box-content,
  #index-body .init-5 .box-content,
  #index-body .init-6 .left,
  #index-body .init-7 .box-content,
  #index-body .init-8 .box-content,
  #index-body .init-9 .box-content .right {
    padding: 30px 15px;
  }
  #index-body .init-1 .about-info .right {
    padding: 0 15px 15px;
  }
  #index-body .init-1 .about-info .left {
    padding: 20px 15px;
  }
  body,
  .grid-box > .column {
    font-size: 13px;
  }
  #index-body .init-2 .box ul li {
    width: 100%;
  }
  #index-body .init-2 .box ul li .box2 .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .init-2 .box ul li .box2 .content h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
  }
  #index-body .init-2 .box ul li .box2 .content i img {
    height: 30px;
  }
  #index-body .init-3 .box-content {
    position: relative;
  }
  #index-body .box-content a.more {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 32px;
  }
  #index-body .init-4 .box-content .box ul li {
    width: 33.333%;
  }
  #index-body .init-6 .left .box .content,
  #index-body .init-9 .box-content .left .content {
    font-size: 13px;
  }
  #index-body .init-6 .right .img img {
    display: block;
  }
  #index-body .init-6 .right .img .box>img {
    padding: 0 5%;
    margin-left: 9px;
    top: 15px;
  }
  #index-body .init-6 .right .img {
    height: 288px;
    padding: 15px;
  }
  #banner li.number p {
    display: none !important;
  }
  #banner li .wid-50 {
    width: 70%;
  }
  #banner li.text-align-left .about img {
    max-height: 40px;
  }
  #banner li.new-amp h4 {
    display: none;
  }
  #banner li.new-amp p {
    font-size: 12px;
  }
  #banner li.new-amp h5 {
    display: none;
  }
  #banner li .content h3 {
    font-size: 18px;
    margin-top: 0;
  }
}

.pftz{
  position: fixed;
  width: 350px;
  left: 50%;
  margin-left: -175px;
  top: 25%;
  z-index: 111;
}
.pftz_layer{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 110;
}
.pftz .fa-close{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 768px) {
	.pftz{
		width: 200px;
		margin-left: -100px;
	}
}

.case-page{
  padding: 50px 0;
}
.case-page .box-content .box ul li .box2{
	background: #fff;
}
.case-page .box-content .box ul li .case-img img{
	width: 100%;
}
.case-page .box-content .box ul {
  margin: -17px -13px 50px -13px;
}
.case-page .box-content .box ul li {
  padding: 17px 13px;
}

.case-page .box-content .box .case-tit{
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}

.case-page .box-content .box .case-tit:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 3px;
  background: #e0640d;
}

.pager{
	margin-top: 50px;
	text-align: center;
}
.pager .pagination li{
	display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'roboto-light';
    letter-spacing: normal;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.3);
    background: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pager .pagination li a{
	display: block;
}
.pager .pagination li.active,
.pager .pagination li:hover{
	cursor: default;
    color: #fff;
    background: #e0640d;
}
.pager {
  font-size: 0;
}
.pager a,
.pager span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  border: 1px solid #cbcbcb;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  text-align: center;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
color: #999;
}
.pager a:hover,.pager span.current {
  border-color: #e0640d;
  background: #e0640d;
  color: white;
}


.case-info {
    padding-top: 16px;
    position: relative;
    z-index: 5;
}
.case-info .fir-wrap {
    background-color: #f5f5f5;
}
.case-info .fir-wrap .left-wrap {
    background-color: #fff;
    width: 50%;
    padding: 100px 3.5% 85px 3.5%;
}
.case-info .fir-wrap .left-wrap .look-website {
    display: inline-block;
    width: 110px;
    height: 34px;
    border: 1px solid #d0d0d0;
    line-height: 34px;
    font-size: 14px;
    border-radius: 15px;
    /* background: #333; */
    margin-top: 50px;
    transition: all 0.3s ease 0s;
    color: #000;
    text-align: center;
}
.case-info .fir-wrap .right-cont {
    width: 50%;
    padding: 95px 7.7% 0 6.8%;
}
.case-info .fir-wrap .right-cont .line {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #9a9a9a;
    margin-top: 10px;
}
.case-info .fir-wrap .right-cont .list-box {
    margin-top: 38px;
}
.case-info .fir-wrap .right-cont .list-box p {
    padding-left: 20px;
    line-height: 30px;
    font-size: 14px;
    background: url(../images/ico_27.png) no-repeat 3px center;
}
.case-info .fir-wrap .right-tit {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    font-family:"Base-font";
}
.case-info .sec-bigban {
    text-align: center;
}
.case-info .sec-bigban img {
    max-width: 100%;
}
.case-info .thi-smallban {
    padding-top: 180px;
    padding-bottom: 180px;
    text-align: center;
    background-color: #fff;
}
.case-info .thi-smallban img {
    max-width: 80%;
}
.case-info .bot-erwei {
    height: 500px;
    width: 100%;
}
.case-info .bot-erwei .link-cont {
    width: 100%;
    text-align: center;
    padding-top: 160px;
}
.case-info .bot-erwei .code-img, .case-info .bot-erwei .link-site {
    vertical-align: top;
    margin: 0 17px;
}
.case-info .bot-erwei .code-img {
    display: inline-block;
    width: 120px;
    height: 120px;
}
.case-info .bot-erwei .code-img img {
    width: 100%;
    height: 100%;
}
.case-info .bot-erwei .link-site {
    display: inline-block;
    width: 116px;
    height: 116px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 116px;
    color: #fff;
    font-size: 16px;
    font-family:"Base-font";
    transition: all 0.3s ease 0s;
}
.case-info .bot-erwei .link-site:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    border-radius: 10px;
}
.case-info .bot-erwei .intr-tit {
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
}
.case-info .main-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 3.65%;
    background-color: #fff;
}
.case-info .row-two-img .img {
    display: block;
    width: 48%;
}
.case-info .row-two-img .img img {
    width: 100%;
}

.i-column-wrap .stit {
    font-size: 26px;
    line-height: 46px;
    color: #333;
    margin-left: -1px;
}
.i-column-wrap .line {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #9a9a9a;
    margin-top: 10px;
}
.i-column-wrap .mtit {
    display: block;
    margin-top: 18px;
    line-height: 36px;
    color: #444;
    font-size: 16px;
}
.i-column-wrap .font {
    display: block;
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
}
.i-column-wrap .link {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 98px;
    transition: background 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}
.i-column-wrap .link i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.i-column-wrap .link .bg {
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}
.i-column-wrap.black .stit {
    color: #333;
}
.i-column-wrap.black .stit a {
    color: #333;
}
.i-column-wrap.black .line {
    background-color: #9a9a9a;
}
.i-column-wrap.black .mtit {
    color: #444;
}
.i-column-wrap.black .mtit a {
    color: #444;
}
.i-column-wrap.black .mtit a:hover {
    color: #666;
}
.i-column-wrap.black .link {
    border: 1px solid #aaa;
}
.i-column-wrap.black .link i {
    background: url(../img/ico_06.png) no-repeat center;
}
.i-column-wrap.white .stit {
    color: #fff;
    font-weight: bold;
}
.i-column-wrap.white .stit a {
    color: #fff;
}
.i-column-wrap.white .line {
    background-color: #9a9a9a;
}
.i-column-wrap.white .mtit {
    color: #cdcdcd;
}
.i-column-wrap.white .mtit a {
    color: #cdcdcd;
}
.i-column-wrap.white .mtit a:hover {
    color: #fff;
}
.i-column-wrap.white .font {
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.i-column-wrap.white .link {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.i-column-wrap.white .link i {
    background: url(../img/ico_05.png) no-repeat center;
}
.mginb-16 {
    margin-bottom: 16px;
}

.khxs-page{
  padding: 50px 0;
}
.khxs-page .box-content .box ul {
  margin: 0 -20px;
}
.khxs-page .box-content .box ul li {
  padding: 0 20px;
  margin-bottom: 30px;
}
.khxs-page .box-content .box ul li .content {
  padding: 20px 20px 10px;
}
.khxs-page .box-content .box ul li .img-box img{
	width: 100%;
}
.khxs-page .box-content .box ul li .content h4 {
  font-family: "microsoft yahei";
}
.khxs-page .box-content .box ul li .content p {
  font-size: 14px;
}
.khxs-page .box-content .box ul li .box2{
	background: #fff;
}



@font-face {
  font-family: 'FjallaOne-Regular';
  src: url(../fonts/FjallaOne-Regular.ttf) format('truetype'), url(../fonts/FjallaOne-Regular.eot) format('eot'), url(../fonts/FjallaOne-Regular.woff) format('woff'), url(../fonts/FjallaOne-Regular.woff2) format('woff2');
}
.inner-banner.time-20200317 {
  padding: 9% 0;
  background-size: 100% auto;
  background-position: center center;
  background-attachment: fixed;
}
.inner-banner.time-20200317 h2 {
  font-size: 50px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #eaeaea;
}
.inner-banner.time-20200317 .inner-nav {
  padding: 25px 0;
}
.inner-banner.time-20200317 .inner-nav ul {
  margin: -10px -20px;
}
.inner-banner.time-20200317 .inner-nav ul li {
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  color: #eaeaea;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner.time-20200317 .inner-nav ul li:after {
  content: "\f103";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: normal;
  width: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner.time-20200317 .inner-nav ul li:hover:after,
.inner-banner.time-20200317 .inner-nav ul li.active:after {
  width: 16px;
  opacity: 1;
}
.inner-page.time-20200317 h2 {
  font-size: 50px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: black;
}
.inner-page.time-20200317 h2 small {
  display: block;
  font-family: "MicrosoftYaHeiLight";
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
.inner-page.time-20200317 h2 small:before {
  content: '';
  width: 55px;
  height: 3px;
  display: block;
  background: black;
  margin: 10px 0 20px;
}
.inner-page.time-20200317 .box-content {
  padding: 50px;
  background: white;
}
.inner-page.time-20200317 .box-content .content p {
  font-family: "MicrosoftYaHeiLight";
  font-size: 16px;
  line-height: 30px;
  padding: 18px 0;
  text-indent: 2em;
}
.inner-page.time-20200317 .sidebar-box .sidebar-left {
  width: 22.8%;
}
.inner-page.time-20200317 .sidebar-box .sidebar-left .list {
  padding-top: 30px;
}
.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li {
  display: block;
  font-size: 20px;
  color: black;
  line-height: 24px;
  padding: 8px 0;
}
.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li:after {
  content: '';
  width: 30%;
  height: 1px;
  display: block;
  background: black;
  margin-top: 2px;
  margin-bottom: -3px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li:hover:after,
.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li.active:after {
  -webkit-animation: jump-width 1s alternate linear infinite;
  -o-animation: jump-width 1s alternate linear infinite;
  animation: jump-width 1s alternate linear infinite;
  opacity: 1;
}
.inner-page.time-20200317 .sidebar-box .sidebar-right {
  width: 77.2%;
  padding-left: 20px;
}
@-webkit-keyframes scale_bg {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-o-keyframes scale_bg {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-moz-keyframes scale_bg {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes scale_bg {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.inner-banner.about.time-20200317 {
  height: 950px;
  background-image: url("../images/about-banner.jpg");
}
.inner-banner.about.time-20200317 .inner-nav {
  padding: 60px 0 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}
.inner-banner.about.time-20200317 .about-number {
  padding-top: 120px;
  overflow: hidden;
}
.inner-banner.about.time-20200317 .about-number ul {
  margin: 0 -15px;
}
.inner-banner.about.time-20200317 .about-number ul li {
  padding: 0 15px;
  text-align: center;
  position: relative;
  color: #fffefe;
  border-left: 1px solid rgba(255, 255, 255, 0.52);
}
.inner-banner.about.time-20200317 .about-number ul li:first-child {
  border-left: none;
}
.inner-banner.about.time-20200317 .about-number ul li h5 {
  display: block;
  font-size: 23px;
}
.inner-banner.about.time-20200317 .about-number ul li h3 {
  display: block;
  font-family: "FjallaOne-Regular";
  font-size: 85px;
  line-height: 85px;
  margin: 20px 0 10px;
}
.inner-banner.about.time-20200317 .about-number ul li h3 em {
  display: inline-block;
}
.inner-banner.about.time-20200317 .about-number ul li i {
  font-size: 12px;
}
.inner-banner.about.time-20200317 text {
	font-size: 50px;
	color: #eaeaea;
	font-weight: bold;
	padding: 70px 0 30px;
	display: block;
}
.inner-banner.about.time-20200317 h5 {
	font-size: 23px;
	color: #eaeaea;
	font-weight: bold;
	margin-top: 20px;
}
.inner-banner.about.time-20200317 .cloud {
	padding-top: 90px;
}
.inner-banner.about.time-20200317 .cloud img {
	display: inline-block;
	vertical-align: middle;
}
.inner-banner.about.time-20200317 .cloud h4 {
	display: inline-block;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 2px solid #eaeaea;
	font-size: 38px;
	color: #eaeaea;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
}
.inner-banner.about.time-20200317 .cloud h4 small {
	display: block;
	line-height: 26px;
	font-size: 18px;
}
.inner-banner.about.time-20200317 .contact {
	padding-top: 100px;
}
.inner-banner.about.time-20200317 .contact h4 {
	font-size: 38px;
	font-weight: bold;
	color: #eaeaea;
}
.inner-banner.about.time-20200317 .contact ol {
	padding-top: 25px;
	margin: 0 -12px;
}
.inner-banner.about.time-20200317 .contact ol li {
	padding: 0 12px;
	color: #eaeaea;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-banner.about.time-20200317 .contact ol li:hover {
	color: #e0640d;
}
.inner-page.about-page.time-20200317 {
  background: #eaeaea;
  padding: 50px 0;
}
.inner-page.about-page.time-20200317 .about-1 .content {
  padding: 10px 0;
}
.inner-page.about-page.time-202		0317 .about-2 {
  padding: 20px 0 30px;
}
.inner-page.about-page.time-20200317 .about-2 ul li {
  padding: 0  15px;
  text-align: center;
}
.inner-page.about-page.time-20200317 .about-2 ul li h4 {
  display: block;
  font-family: "Roboto-Light";
  font-size: 36px;
}
.inner-page.about-page.time-20200317 .about-2 ul li p {
  display: block;
  margin-top: 15px;
}
.inner-page.about-page.time-20200317 .about-3 .box {
  height: 450px;
  line-height: 450px;
  background-image: url("../images/about-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
  position: relative;
}
.inner-page.about-page.time-20200317 .about-3 .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-animation: scale_bg 10s linear infinite alternate;
  -o-animation: scale_bg 10s linear infinite alternate;
  -ms-animation: scale_bg 10s linear infinite alternate;
  -moz-animation: scale_bg 10s linear infinite alternate;
  animation: scale_bg 10s linear infinite alternate;
  -webkit-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  transform-origin: right bottom;
}
.inner-page.about-page.time-20200317 .about-3 .box .angle {
  display: inline-block;
  line-height: normal;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner-page.about-page.time-20200317 .about-3 .box .angle h2 {
  color: white;
  font-family: "roboto-black";
  display: block;
}
.inner-page.about-page.time-20200317 .about-3 .box .angle h2 small:before {
  display: none;
}
.inner-page.about-page.time-20200317 .about-3 .box .angle .play {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  cursor: hand;
}
.inner-page.about-page.time-20200317 .about-4 {
  padding-top: 65px;
}
.inner-page.about-page.time-20200317 .about-4 .box {
  margin: 70px 0;
  padding-left: 70px;
}
.inner-page.about-page.time-20200317 .about-4 .box ul {
  padding-left: 90px;
  border-left: 6px solid #c7c7c7;
  position: relative;
  background-image: url("../images/about-icon-text.png");
  background-position: right top 300px;
  background-repeat: no-repeat;
}
.inner-page.about-page.time-20200317 .about-4 .box ul:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  border-left: transparent 3px solid;
  border-right: transparent 3px solid;
  border-top: 4px solid white;
}
.inner-page.about-page.time-20200317 .about-4 .box ul:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  left: -17px;
  bottom: 0;
  color: #c7c7c7;
  font-size: 28px;
  line-height: 10px;
}
.inner-page.about-page.time-20200317 .about-4 .box ul li {
  display: block;
  padding: 25px 0;
}
.inner-page.about-page.time-20200317 .about-4 .box ul li:first-child {
  padding-top: 0;
}
.inner-page.about-page.time-20200317 .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
.inner-page.about-page.time-20200317 .about-4 .box ul li h4 {
  display: block;
  font-size: 40px;
  color: #e0640d;
  font-family: "MicrosoftYaHeiLight";
}
.inner-page.about-page.time-20200317 .about-4 .box ul li p {
  display: block;
  font-size: 28px;
  color: black;
  font-family: "Microsoft YaHei";
  margin-top: 5px;
}
.inner-page.about-page.time-20200317 .about-5 {
  padding-top: 60px;
}
.inner-page.about-page.time-20200317 .about-5 .box {
  background: white;
}
.inner-page.about-page.time-20200317 .about-5 .left {
  vertical-align: middle;
}
.inner-page.about-page.time-20200317 .about-5 .left .content p {
  text-indent: 0;
}
.inner-page.about-page.time-20200317 .about-5 .left a.more {
  line-height: 44px;
  padding: 0 70px;
  font-size: 16px;
  font-family: "MicrosoftYaHeiLight";
  border: 2px solid black;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.about-page.time-20200317 .about-5 .left a.more:hover {
  background: #e0640d;
  border-color: #e0640d;
  color: white;
}
.inner-page.about-page.time-20200317 .about-5 .right {
  vertical-align: middle;
}
.inner-page.about-page.time-20200317 .about-6 {
  padding-top: 70px;
}
.inner-page.about-page.time-20200317 .about-6 .top {
  height: 450px;
  line-height: 450px;
  color: white;
  text-align: center;
  background-image: url("../images/about-6.jpg");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.inner-page.about-page.time-20200317 .about-6 .top:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-animation: scale_bg 10s linear infinite alternate;
  -o-animation: scale_bg 10s linear infinite alternate;
  -ms-animation: scale_bg 10s linear infinite alternate;
  -moz-animation: scale_bg 10s linear infinite alternate;
  animation: scale_bg 10s linear infinite alternate;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.inner-page.about-page.time-20200317 .about-6 .top h2 {
  font-family: "roboto-black";
  line-height: normal;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: inherit;
  position: relative;
  z-index: 1;
}
.inner-page.about-page.time-20200317 .about-6 .top h2 small:before {
  display: none;
}
.inner-page.about-page.time-20200317 .about-6 .bottom .content {
  padding-top: 10px;
}
.inner-page.about-page.time-20200317 .about-7 {
  padding-top: 30px;
}
.inner-page.about-page.time-20200317 .about-7 .box-content {
  padding-bottom: 100px;
}
.inner-page.about-page.time-20200317 .about-7 .box-content a.more {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
.inner-page.about-page.time-20200317 .about-7 .box-content a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
.inner-page.about-page.time-20200317 .about-7 .box-content ul {
  margin: 0 -20px;
}
.inner-page.about-page.time-20200317 .about-7 .box-content ul li {
  padding: 0 20px;
  margin-bottom: 10px;
}
.inner-page.about-page.time-20200317 .about-7 .box-content ul li .box2 .content h4 {
  font-size: 24px;
  color: #191919;
  font-family: "Microsoft YaHei";
}
.inner-page.about-page.time-20200317 .about-7 .box-content ul li .box2 .content p {
  text-indent: 0;
  margin: 10px 0 30px;
  padding: 0;
}
.inner-page.about-page.time-20200317 .about-7 .box-content ul li .box2 .content a.link {
  margin-top: 0;
}
.inner-page.about-page.time-20200317 .about-8 {
  padding-top: 40px;
}
.inner-page.about-page.time-20200317 .about-8 .job-list {
  padding-top: 60px;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul {
  margin: -6px;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li {
  padding: 6px;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box {
  display: block;
  border: 2px #d2d1d0 dashed;
  padding: 15px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit {
  display: block;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit h3 {
  display: inline-block;
  vertical-align: middle;
  max-width: 55%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #666;
  font-size: 24px;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit time {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #e0640d;
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  line-height: 20px;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit i.area {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .text {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #666;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .text p {
  display: inline-block;
  max-width: 80%;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .text a.salary {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box:hover {
  border-color: #e0640d;
}
.inner-page.about-page.time-20200317 .about-8 .form {
  display: block;
  padding-top: 70px;
  overflow: hidden;
}
.inner-page.about-page.time-20200317 .about-8 .form ul {
  margin: -8px;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li {
  padding: 8px;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li .box {
  position: relative;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li .box h5 {
  font-size: 18px;
  color: black;
  position: absolute;
  left: 5px;
  top: 8px;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li input,
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea,
.inner-page.about-page.time-20200317 .about-8 .form ul li button {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 3em;
  border-bottom: 1px solid #656565;
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  color: #333;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.about-page.time-20200317 .about-8 .form input[name="vertify"] {
	max-width: 33%;
	margin-right: 10px;
	text-indent: 4em;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li input::-webkit-input-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea::-webkit-input-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li button::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page.about-page.time-20200317 .about-8 .form ul li input:-moz-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea:-moz-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li button:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page.about-page.time-20200317 .about-8 .form ul li input::-moz-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea::-moz-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li button::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page.about-page.time-20200317 .about-8 .form ul li input:-ms-input-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea:-ms-input-placeholder,
.inner-page.about-page.time-20200317 .about-8 .form ul li button:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page.about-page.time-20200317 .about-8 .form ul li input:focus,
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea:focus,
.inner-page.about-page.time-20200317 .about-8 .form ul li button:focus {
  border-color: #e0640d;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li textarea {
  height: 100px;
  line-height: 28px;
  padding: 8px 5px;
  resize: vertical;
  -webkit-transition: 0s all, 0.5s border-color;
  -moz-transition: 0s all, 0.5s border-color;
  -ms-transition: 0s all, 0.5s border-color;
  -o-transition: 0s all, 0.5s border-color;
  transition: 0s all, 0.5s border-color;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li.wid-100 {
  width: 100%;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li .mail input {
  padding-left: 15px;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li button {
  display: inline-block;
  border-bottom: none;
  width: 145px;
  text-indent: 0;
  background: none;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}
.inner-page.about-page.time-20200317 .about-8 .form ul li button:hover {
  background: #eee;
}
.inner-banner.time-20200317.technology {
  height: 680px;
  padding: 6% 0;
  background-image: url("../images/technology-banner.jpg");
  background-attachment: unset;
  background-size: cover;
  overflow: hidden;
}
.inner-banner.time-20200317.technology .technology-tag {
  text-align: right;
  padding-top: 50px;
}
.inner-banner.time-20200317.technology .technology-tag ul {
  width: 53%;
  display: inline-block;
  text-align: left;
  margin: 0 -10px;
}
.inner-banner.time-20200317.technology .technology-tag ul li {
  display: inline-block;
  width: auto;
  font-size: 24px;
  color: white;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  position: relative;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner.time-20200317.technology .technology-tag ul li:before {
  content: '';
  width: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(1):before {
  height: 250px;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(2) {
  top: -46px;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(2):before {
  height: 300px;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(3) {
  top: -120px;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(3):before {
  height: 410px;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(4) {
  top: -80px;
  margin-left: 30px;
}
.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(4):before {
  height: 300px;
}
.technology-page {
  padding: 55px 0 60px;
}
.technology-page .content p {
  text-indent: 0 !important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 30px;
  color: black;
}
.technology-page .technology-2 {
  padding-top: 40px;
}
.technology-page .technology-2 ul {
  background: white;
}
.technology-page .technology-2 ul li .left {
  vertical-align: middle;
  position: relative;
}
.technology-page .technology-2 ul li .left h4 {
  font-size: 28px;
  color: black;
  display: inline-block;
}
.technology-page .technology-2 ul li .left h4:after {
  content: '';
  width: 30%;
  height: 1px;
  display: block;
  background: black;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.technology-page .technology-2 ul li .left p {
  display: block;
  margin-top: 20px;
}
.technology-page .technology-2 ul li .right {
  vertical-align: middle;
  position: relative;
}
.technology-page .technology-2 ul li:nth-child(even) .left {
  left: 50%;
}
.technology-page .technology-2 ul li:nth-child(even) .right {
  left: -50%;
}
.technology-page .technology-2 ul li:hover .left h4:after {
  -webkit-animation: jump-width 1s alternate linear infinite;
  -o-animation: jump-width 1s alternate linear infinite;
  animation: jump-width 1s alternate linear infinite;
  opacity: 1;
}
.technology-page .technology-3 {
  padding-top: 35px;
}
.technology-page .technology-3 .web-tag {
  padding: 80px 0 30px;
}
.technology-page .technology-3 .web-tag ul {
  margin: 0 -15px;
}
.technology-page .technology-3 .web-tag ul li {
  padding: 0 15px;
  color: black;
}
.technology-page .technology-3 .web-tag ul li i {
  display: inline-block;
  font-size: 58px;
  font-family: "Roboto-Light";
  vertical-align: top;
  margin-right: 20px;
  line-height: 58px;
}
.technology-page .technology-3 .web-tag ul li h4 {
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  font-family: "Microsoft YaHei";
  max-width: 220px;
}
.technology-page .technology-3 .web-tag ul li h4 small {
  display: block;
  font-size: 16px;
  line-height: normal;
  font-family: "MicrosoftYaHeiLight";
  line-height: 30px;
  margin-top: 5px;
}
.technology-page .technology-4 {
  padding-top: 60px;
}
.technology-page .technology-4 .box-content {
  background: url("../images/technology-4-bgb.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
.technology-page .technology-4 .top {
  padding-top: 30px;
}
.technology-page .technology-4 .top .left {
  width: 40%;
  vertical-align: middle;
  padding-right: 15px;
}
.technology-page .technology-4 .top .left .content {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  padding: 50px 0;
}
.technology-page .technology-4 .top .left .partner {
  overflow: hidden;
}
.technology-page .technology-4 .top .left .partner ul {
  margin: -15px -50px;
}
.technology-page .technology-4 .top .left .partner ul li {
  padding: 15px 50px;
}
.technology-page .technology-4 .top .right {
  width: 60%;
  vertical-align: middle;
  padding-left: 40px;
}
.technology-page .technology-4 .top .right .grid-box {
  margin: -15px;
}
.technology-page .technology-4 .top .right .grid-box .column {
  padding: 15px;
  vertical-align: middle;
}
.technology-page .technology-4 .top .right .grid-box .column .box {
  padding: 70px 30px 0;
  border-radius: 3px;
  background: white;
  -moz-box-shadow: 0 0 30px rgba(49, 84, 184, 0.2);
  -o-box-shadow: 0 0 30px rgba(49, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(49, 84, 184, 0.2);
  overflow: hidden;
}
.technology-page .technology-4 .top .right .grid-box .column .box h4 {
  display: block;
  font-size: 28px;
  color: #3154b8;
}
.technology-page .technology-4 .top .right .grid-box .column .box p {
  display: block;
  font-size: 18px;
  color: black;
  line-height: 30px;
  margin-top: 30px;
  font-family: "Microsoft YaHei";
}
.technology-page .technology-4 .top .right .grid-box .column .box i {
  display: block;
  width: 150px;
  height: 150px;
  background: #dcf1ff;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  right: -50px;
  bottom: -20px;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  line-height: 150px;
}
.technology-page .technology-4 .top .right .grid-box .column .box i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.17);
  -moz-transform: translate(-50%, -50%) scale(1.17);
  -ms-transform: translate(-50%, -50%) scale(1.17);
  -o-transform: translate(-50%, -50%) scale(1.17);
  transform: translate(-50%, -50%) scale(1.17);
  background: inherit;
  opacity: .3;
  z-index: -1;
  border-radius: inherit;
}
.technology-page .technology-4 .top .right .grid-box .column .box i img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -5px;
  left: -7px;
}
.technology-page .technology-4 .bottom {
  padding: 100px 0 50px;
}
.technology-page .technology-4 .bottom ul {
  padding: 25px 60px 30px;
  -moz-box-shadow: 0 0 30px rgba(49, 84, 184, 0.2);
  -o-box-shadow: 0 0 30px rgba(49, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(49, 84, 184, 0.2);
  border-radius: 3px;
  background-color: white;
}
.technology-page .technology-4 .bottom ul li {
  padding: 0 10px;
  text-align: center;
}
.technology-page .technology-4 .bottom ul li img {
  display: block;
  margin: 0 auto;
}
.technology-page .technology-5 {
  padding-top: 55px;
}
.technology-page .technology-5 .box {
  padding: 80px 0 50px;
}
.technology-page .technology-5 .box ul {
  margin: -25px -20px;
}
.technology-page .technology-5 .box ul li {
  padding: 25px 20px;
}
.technology-page .technology-5 .box ul li h4 {
  display: block;
  font-size: 28px;
  color: black;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.technology-page .technology-5 .box ul li h4:after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  background: black;
  margin-top: 5px;
}
.technology-page .technology-5 .box ul li p {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: black;
  line-height: 30px;
}
.inner-page.time-20200317.operation-page {
  padding: 50px 0 100px;
}
.inner-page.time-20200317.operation-page .ui.container {
  max-width: 1494px;
}
.inner-page.time-20200317.operation-page .box {
  background: white;
  overflow: hidden;
}
.inner-page.time-20200317.operation-page .box ul {
  margin: -25px 0;
}
.inner-page.time-20200317.operation-page .box ul li {
  padding: 50px 25px;
  position: relative;
}
.inner-page.time-20200317.operation-page .box ul li:after {
  content: '';
  width: 100%;
  border-bottom: 1px #676767 dashed;
  display: block;
  position: relative;
  bottom: -50px;
}
.inner-page.time-20200317.operation-page .box ul li .img {
  width: 33%;
  vertical-align: middle;
}
.inner-page.time-20200317.operation-page .box ul li .img a {
  display: block;
}
.inner-page.time-20200317.operation-page .box ul li .text {
  width: 67%;
  vertical-align: middle;
  padding-left: 50px;
}
.inner-page.time-20200317.operation-page .box ul li .text h2 {
  font-family: "MicrosoftYaHeiLight";
  font-weight: normal;
}
.inner-page.time-20200317.operation-page .box ul li .text h2 small {
  margin-top: 20px;
}
.inner-page.time-20200317.operation-page .box ul li .text h5 {
  font-size: 34px;
  color: black;
  margin: 35px 0;
  display: block;
}
.inner-page.time-20200317.operation-page .box ul li .text .content {
  padding-top: 20px;
}
.inner-page.time-20200317.operation-page .box ul li .text .content p {
  font-size: 18px;
  line-height: 28px;
}
.inner-page.time-20200317.operation-page .box ul li:last-child:after {
  display: none;
}
.inner-page.smart-page {
  padding-bottom: 120px;
}
.inner-page.smart-page .smart-1,
.inner-page.smart-page .smart-2,
.inner-page.smart-page .smart-3,
.inner-page.smart-page .smart-4 {
  padding-top: 60px;
}
.inner-page.smart-page .smart-1 .box-content,
.inner-page.smart-page .smart-2 .box-content{
  overflow: hidden;
}
.inner-page.smart-page .smart-1 .left img {
  margin-top: 90px;
  margin-left: -50px;
}
.inner-page.smart-page .smart-1 .left {
  width: 50%;
  padding-right: 20px;
  vertical-align: middle;
}
.inner-page.smart-page .smart-1 .left h2 small {
  font-size: 14px;
  line-height: 30px;
}
.inner-page.smart-page .smart-1 .right {
  width: 50%;
  vertical-align: middle;
}
.inner-page.smart-page .smart-1 .right ul li {
  padding: 20px 0;
}
.inner-page.smart-page .smart-1 .right ul li .content {
  max-width: 480px;
  padding: 20px 20px 50px;
  position: relative;
  background: white;
  overflow: hidden;
  -moz-box-shadow: 0 0 50px rgba(16, 52, 126, 0.15);
-o-box-shadow: 0 0 50px rgba(16, 52, 126, 0.15);
box-shadow: 0 0 50px rgba(16, 52, 126, 0.15);
z-index: 1;
text-align: left;
margin: 0 auto;
display: inline-block;
}
.inner-page.smart-page .smart-1 .right ul li .content h4 {
  font-weight: bold;
  font-size: 22px;
  color: black;
  margin-bottom: 10px;
}
.inner-page.smart-page .smart-1 .right ul li .content p {
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  text-indent: 0;
}
.inner-page.smart-page .smart-1 .right ul li .content::after {
  width: 90px;
  height: 90px;
  content: '';
  border-radius: 100%;
  background: #ced4fa;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
.inner-page.smart-page .smart-1 .right ul li .content i {
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
  color: white;
  width: 50px;
  line-height: 20px;
}
.inner-page.smart-page .smart-1 .right ul li .content i em {
  display: block;
}
.inner-page.smart-page .smart-1 .right ul li:nth-child(1) .content i {
  bottom: 20px;
}
.inner-page.smart-page .smart-1 .right ul li:nth-child(2) {
  text-align: right;
}
.inner-page.smart-page .smart-1 .right ul li:nth-child(3) {
  text-align: center;
}
.inner-page.smart-page .smart-1 .right ul li:nth-child(3) .content i {
  bottom: 20px;
}
.inner-page.smart-page .smart-1 .two {
  padding: 50px 0 70px;
}
.inner-page.smart-page .smart-2 h2 {
  margin: 60px 0 90px;
}
.inner-page.smart-page .smart-2 ul {
  margin: -20px;
}
.inner-page.smart-page .smart-2 ul li {
  padding: 20px;
}
.inner-page.smart-page .smart-2 ul li h4 {
  font-size: 22px;
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
}
.inner-page.smart-page .smart-2 ul li p {
  font-size: 14px;
  line-height: 30px;
}
.inner-page.smart-page .smart-2 .img {
  padding-top: 120px;
  text-align: right;
}
.inner-page.smart-page .smart-2 .img img {
  margin-bottom: -50px;
  margin-right: -50px;
}
.inner-page.smart-page .smart-3 h2 {
  margin-top: 60px;
}
.inner-page.smart-page .smart-3 h3 {
  font-size: 50px;
  color: black;
  font-weight: bold;
  line-height: 50px;
  position: absolute;
  top: 47%;
  left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.inner-page.smart-page .smart-3 h3 small {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
}
.inner-page.smart-page .smart-3 .box {
  position: relative;
  margin-top: 80px;
}
.inner-page.smart-page .smart-3 .box ul {
  margin: -250px -35px;
  display: block;
}
.inner-page.smart-page .smart-3 .box ul li {
  padding: 250px 35px;
  position: relative;
}
.inner-page.smart-page .smart-3 .box ul li img {
  width: 100%;
}
.inner-page.smart-page .smart-3 .box ul li h4 {
  display: block;
  margin: 40px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.inner-page.smart-page .smart-3 .box ul li p {
  font-size: 14px;
  line-height: 30px;
}
.inner-page.smart-page .smart-3 .box ul li:nth-child(1) {
  top: 150px;
}
.inner-page.smart-page .smart-3 .box ul li:nth-child(3) {
  top: 90px;
}
.inner-page.smart-page .smart-3 .box ul li:nth-child(4) {
  top: -140px;
}
.inner-page.smart-page .smart-3 .box ul li:nth-child(6) {
  top: -220px;
}
.inner-page.smart-page .smart-4 .top .img {
  width: 60%;
  padding-right: 5%;
}
.inner-page.smart-page .smart-4 .top .text {
  width: 40%;
}
.inner-page.smart-page .smart-4 .top .text p {
  margin-top: 50px;
  line-height: 30px;
  font-size: 14px;
}
.inner-page.smart-page .smart-4 .list {
  padding: 60px 0 30px;
}
.inner-page.smart-page .smart-4 .list ul {
  margin: -18px -30px;
}
.inner-page.smart-page .smart-4 .list ul li {
  padding: 18px 30px;
}
.inner-page.smart-page .smart-4 .list ul li .content {
  padding: 20px 15px;
  background: #f9f9f9;
  -webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-page.smart-page .smart-4 .list ul li .content:hover {
  background: #333;
  color: white;
}
.inner-page.smart-page .smart-4 .list ul li .content h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.inner-page.smart-page .smart-4 .list ul li .content p {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  padding: 0;
  text-indent: 0;
}
@media screen and (max-width: 1600px){
	.inner-banner.about.time-20200317,.inner-banner.time-20200317.technology {
		height: 600px;
		padding: 6% 0;
	}
	.inner-banner.time-20200317 h2,.inner-page.time-20200317 h2,.inner-banner.about.time-20200317 text {
		font-size: 40px;
	}
	.inner-page.time-20200317 h2 small {
		font-size: 18px;
	}
	.inner-page.time-20200317 h2 small:before {
		margin: 10px 0;
	}
	.inner-banner.about.time-20200317 .inner-nav {
		padding: 30px 0 50px;
	}
	.inner-banner.time-20200317 .inner-nav ul li,.inner-banner.about.time-20200317 .about-number ul li h5 {
		font-size: 20px;
	}
	.inner-banner.about.time-20200317 .about-number ul li h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.inner-banner.about.time-20200317 .about-number {
		padding-top: 80px;
	}
	.inner-page.time-20200317 .box-content .content p {
		padding: 10px 0;
	}
	.inner-page.about-page.time-20200317 .about-4 .box {
		margin: 50px 0;
		padding-left: 30px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul {
		padding-left: 40px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li h4 {
		font-size: 30px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li p {
		font-size: 22px;
	}
	.inner-page.about-page.time-20200317 .about-5 .left a.more {
		line-height: 40px;
		padding: 0 50px;
		font-size: 14px;
	}
	.inner-page.about-page.time-20200317 .about-7 .box-content ul li .box2 .content h4 {
		font-size: 20px;
	}
	.inner-page.about-page.time-20200317 .about-7 .box-content ul li .box2 .content p {
		margin: 10px 0;
		font-size: 14px;
		line-height: 24px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit h3 {
		font-size: 20px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit time,.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit i.area {
		font-size: 16px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .text {
		font-size: 18px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li {
		font-size: 18px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h5 {
		font-size: 28px;
		margin: 20px 0;
	}
	.inner-page.time-20200317.operation-page .box ul li .text .content {
		padding-top: 0;
	}
	.inner-page.time-20200317.operation-page .box ul li .text .content p {
		font-size: 16px;
		line-height: 26px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text {
		padding-left: 25px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li {
		font-size: 20px;
	}
	.technology-page .technology-3 .web-tag ul li h4 {
		font-size: 30px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box h4,.technology-page .technology-5 .box ul li h4 {
		font-size: 24px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box p,.technology-page .technology-5 .box ul li p {
		font-size: 16px;
	}
	.inner-banner.about.time-20200317 h5 {
		font-size: 20px;
	}
	.inner-banner.about.time-20200317 .contact h4 {
		font-size: 30px;
	}
  .inner-page.smart-page .smart-1 .two {
    padding: 0;
  }
  .inner-page.smart-page .smart-2 h2 {
    margin-top: 0;
  }
  .inner-page.smart-page .smart-2 .img {
    padding-top: 60px;
  }
  .inner-page.smart-page .smart-3 .box ul li {
    padding: 180px 35px;
  }
  .inner-page.smart-page .smart-3 .box ul {
    margin: -180px -35px;
  }
  .inner-page.smart-page .smart-3 .box {
    margin-bottom: -250px;
  }
  .inner-page.smart-page .smart-4 .list {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1400px){
	.inner-banner.time-20200317 h2, .inner-page.time-20200317 h2,.inner-banner.about.time-20200317 text {
		font-size: 34px;
	}
	.inner-banner.about.time-20200317 .about-number {
		padding-top: 50px;
	}
	.inner-banner.about.time-20200317 .about-number ul li h3 {
		font-size: 50px;
		line-height: 50px;
	}
	.inner-page.about-page.time-20200317 .about-3 .box .angle .play {
		max-width: 50px;
	}
	.inner-page.about-page.time-20200317 .about-2 {
		padding: 30px 0;
	}
	.inner-page.about-page.time-20200317 .about-4,.inner-page.about-page.time-20200317 .about-5,.inner-page.about-page.time-20200317 .about-6,.inner-page.about-page.time-20200317 .about-7,.inner-page.about-page.time-20200317 .about-8,.technology-page .technology-2,.technology-page .technology-3,.technology-page .technology-4,.technology-page .technology-5 {
		padding-top: 30px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li h4 {
		font-size: 26px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li p {
		font-size: 20px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li {
		padding: 15px 0;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul {
		background-size: 50% auto;
	}
	.inner-page.time-20200317 .box-content .content p {
		font-size: 14px;
		line-height: 24px;
	}
	.inner-page.about-page.time-20200317 .about-5 .left a.more {
		border-width: 1px;
		margin-top: 10px;
		line-height: 36px;
		height: 36px;
		padding: 0 30px;
	}
	.inner-page.about-page.time-20200317 .about-6 .top,.inner-page.about-page.time-20200317 .about-3 .box {
		height: 350px;
		line-height: 350px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list,.inner-page.about-page.time-20200317 .about-8 .form {
		padding-top: 40px;
	}
	.inner-page.about-page.time-20200317 .about-7 .box-content {
		padding-bottom: 50px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h5 {
		font-size: 24px;
		margin: 10px 0;
	}
	.inner-page.time-20200317.operation-page .box ul li .text .content p {
		font-size: 14px;
		line-height: 25px;
	}
	.technology-page .technology-2 ul li .left h4 {
		font-size: 26px;
	}
	.technology-page .technology-3 .web-tag ul li i {
		font-size: 50px;
		margin-right: 10px;
	}
	.technology-page .technology-3 .web-tag ul li h4 {
		font-size: 28px;
		max-width: 190px;
	}
	.technology-page .technology-3 .web-tag ul li h4 small {
		font-size: 14px;
		line-height: 24px;
	}
	.technology-page .technology-3 .web-tag {
		padding: 50px 0 10px;
	}
	.technology-page .technology-4 .top {
		padding-top: 0;
	}
	.technology-page .technology-4 .top .left .content {
		padding: 30px 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box {
		padding: 50px 20px 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box p {
		margin-top: 20px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box i {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box i img {
		max-width: 50%;
	}
	.technology-page .technology-4 .bottom {
		padding: 50px 0 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box p, .technology-page .technology-5 .box ul li p {
		font-size: 14px;
		line-height: 26px;
	}
	.technology-page .technology-5 .box {
		padding: 50px 0 0;
	}
	.technology-page .technology-4 .bottom ul {
		padding: 20px 30px;
	}
	.inner-banner.about.time-20200317 h5 {
		font-size: 18px;
	}
	.inner-banner.about.time-20200317 .contact h4 {
		font-size: 26px;
	}
  .inner-page.smart-page .smart-3 h3 {
    font-size: 40px;
    text-align: center;
  }
  .inner-page.smart-page .smart-3 .box ul li h4 {
    margin: 20px 0 10px;
  }
  .inner-page.smart-page .smart-4 .list ul li .content p {
    height: 90px;
  }
  .inner-page.smart-page {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1200px){
	.inner-page.time-20200317 .box-content {
		padding: 25px;
	}
	.inner-page.about-page.time-20200317 .about-5 .right {
		padding: 25px 25px 25px 0;
	}
	.inner-banner.about.time-20200317, .inner-banner.time-20200317.technology {
		height: 460px;
	}
	.inner-banner.time-20200317 h2, .inner-page.time-20200317 h2,.inner-banner.about.time-20200317 text {
		font-size: 28px;
	}
	.inner-page.time-20200317 h2 small {
		font-size: 16px;
	}
	.inner-banner.about.time-20200317 text {
		padding: 40px 0 20px;
	}
	.inner-banner.about.time-20200317 .inner-nav {
		padding: 20px 0;
	}
	.inner-banner.time-20200317 .inner-nav ul li {
		padding: 5px 10px;
	}
	.inner-banner.time-20200317 .inner-nav ul {
		margin: -5px -10px;
	}
	.inner-banner.time-20200317 .inner-nav ul li, .inner-banner.about.time-20200317 .about-number ul li h5 {
		font-size: 18px;
	}
	.inner-banner.about.time-20200317 .about-number ul li h3 {
		font-size: 40px;
		line-height: 40px;
	}
	.inner-page.about-page.time-20200317 .about-2 ul li h4 {
		font-size: 30px;
	}
	.inner-page.about-page.time-20200317 .about-2 ul li p {
		margin-top: 10px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box {
		padding-left: 0;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li h4 {
		font-size: 24px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li p {
		font-size: 18px;
	}
	.inner-page.about-page.time-20200317 .about-7 .box-content ul li {
		padding: 0 10px;
	}
	.inner-page.about-page.time-20200317 .about-7 .box-content ul {
		margin: 0 -10px;
	}
	.inner-page.about-page.time-20200317 .about-7 .box-content ul li .box2 .content h4 {
		font-size: 16px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li {
		width: 50%;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .text,.inner-page.about-page.time-20200317 .about-8 .form ul li input, .inner-page.about-page.time-20200317 .about-8 .form ul li textarea, .inner-page.about-page.time-20200317 .about-8 .form ul li button,.inner-page.about-page.time-20200317 .about-8 .form ul li .box h5 {
		font-size: 16px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left .list {
		padding-top: 20px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li {
		font-size: 16px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h5 {
		font-size: 20px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h2 {
		font-size: 24px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h2 small {
		margin-top: 10px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h2 small:after {
		margin: 5px 0;
	}
	.inner-page.time-20200317.operation-page .box ul li .text .content p {
		font-size: 13px;
		line-height: 22px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul {
		width: 60%;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li {
		font-size: 18px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(4) {
		margin-left: 15px;
	}
	.technology-page .technology-2 ul li .left h4 {
		font-size: 24px;
	}
	.technology-page .technology-3 .web-tag ul li h4 {
		font-size: 22px;
	}
	.technology-page .technology-3 .web-tag ul li h4 {
		max-width: 150px;
	}
	.technology-page .technology-4 .top .right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.technology-page .technology-4 .top .left {
		width: 100%;
		padding-right: 0;
	}
	.technology-page .technology-4 .top .right .grid-box {
		margin: 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column {
		padding: 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column:first-child {
		width: 33.333%;
		padding-right: 1%;
	}
	.technology-page .technology-4 .top .right .grid-box .column:last-child {
		width: 66.6666%;
		letter-spacing: -5px;
		padding: 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column:last-child .box {
		width: 49%;
		margin-right: 2%;
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}
	.technology-page .technology-4 .top .right .grid-box .column:last-child .box.mt-30 {
		margin-top: 0;
		margin-right: 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box h4, .technology-page .technology-5 .box ul li h4 {
		font-size: 22px;
	}
	.technology-page .technology-5 .box ul li {
		padding: 15px;
	}
	.technology-page .technology-5 .box ul {
		margin: -15px;
	}
	.inner-banner.about.time-20200317 h5 {
		font-size: 16px;
	}
	.inner-banner.about.time-20200317 .contact h4 {
		font-size: 30px;
	}
	.inner-banner.about.time-20200317 .contact {
		padding-top: 60px;
	}
  .inner-page.smart-page .smart-1 .right ul li .content h4,.inner-page.smart-page .smart-2 ul li h4,.inner-page.smart-page .smart-3 .box ul li h4,.inner-page.smart-page .smart-4 .list ul li .content h4 {
    font-size: 18px;
  }
  .inner-page.smart-page .smart-1 .right ul li .content p,.inner-page.smart-page .smart-2 ul li p,.inner-page.smart-page .smart-3 .box ul li p,.inner-page.smart-page .smart-4 .list ul li .content p {
    line-height: 24px;
  }
  .inner-page.smart-page .smart-1 .right ul li {
    padding: 10px 0;
  }
  .inner-page.smart-page .smart-1 .right ul {
    margin: -10px 0;
  }
  .inner-page.smart-page .smart-2 h2 {
    margin-bottom: 30px;
  }
  .inner-page.smart-page .smart-2 ul li {
    padding: 10px;
  }
  .inner-page.smart-page .smart-2 ul {
    margin: -10px;
  }
  .inner-page.smart-page .smart-2 ul li h4 {
    margin-bottom: 10px;
  }
  .inner-page.smart-page .smart-2 .img {
    padding-top: 40px;
  }
  .inner-page.smart-page .smart-3 h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .inner-page.smart-page .smart-3 .box ul li {
    padding: 100px 15px;
  }
  .inner-page.smart-page .smart-3 .box ul {
    margin: -100px -15px;
  }
  .inner-page.smart-page .smart-3 .box ul li:nth-child(4) {
    top: -100px;
  }
  .inner-page.smart-page .smart-3 .box ul li:nth-child(6) {
    top: -120px;
  }
  .inner-page.smart-page .smart-3 .box ul li:nth-child(1) {
    top: 30px;
  }
  .inner-page.smart-page .smart-3 .box ul li:nth-child(3) {
    top: 50px;
  }
  .inner-page.smart-page .smart-3 .box {
    margin-top: 30px;
    margin-bottom: -150px;
  }
  .inner-page.smart-page .smart-4 .list ul li {
    padding: 10px;
  }
  .inner-page.smart-page .smart-4 .list ul {
    margin: -10px;
  }
  .inner-page.smart-page .smart-1, .inner-page.smart-page .smart-2, .inner-page.smart-page .smart-3, .inner-page.smart-page .smart-4 {
    padding-top: 30px;
  }

}
@media screen and (max-width: 1000px){
	.inner-banner.time-20200317 h2, .inner-page.time-20200317 h2,.inner-banner.about.time-20200317 text {
		font-size: 24px;
	}
	.inner-banner.time-20200317 .inner-nav ul li, .inner-banner.about.time-20200317 .about-number ul li h5 {
		font-size: 16px;
	}
	.inner-banner.about.time-20200317 .about-number ul li h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.inner-banner.about.time-20200317 .about-number ul li,.inner-page.about-page.time-20200317 .about-2 ul li {
		width: 25%;
	}
	.inner-banner.about.time-20200317, .inner-banner.time-20200317.technology {
		height: 500px;
		background-size: cover;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li h4 {
		font-size: 20px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul li p {
		font-size: 14px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul {
		border-left-width: 4px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul:before {
		border-left-width: 2px;
		border-right-width: 2px;
		border-top-width: 2px;
		left: -4px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul:after {
		font-size: 20px;
		left: -12px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box {
		margin-bottom: 0;
	}
	.inner-page.about-page.time-20200317 .about-5 .left {
		width: 100%;
	}
	.inner-page.about-page.time-20200317 .about-5 .right {
		width: 100%;
		padding: 25px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit h3 {
		max-width: 50%;
		font-size: 18px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit time {
		padding: 0 5px;
		margin: 0 5px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit time, .inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit i.area {
		font-size: 14px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left {
		width: 100%;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li {
		display: inline-block;
		margin-right: 20px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left .list {
		padding-top: 0;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h5 {
		font-size: 18px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h2 {
		font-size: 20px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li {
		font-size: 16px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul {
		width: 80%;
	}
	.inner-banner.time-20200317.technology .technology-tag {
		padding-top: 120px;
	}
	.technology-page .technology-2 ul li .left h4 {
		font-size: 20px;
	}
	.technology-page .technology-2 ul li:nth-child(even) .right,
	.technology-page .technology-2 ul li:nth-child(even) .left {
		left: 0;
	}
	.technology-page .technology-2 ul li .right,
	.technology-page .technology-2 ul li .left {
		width: 100%;
	}
	.technology-page .technology-2 ul li .right {
		padding: 0 25px;
	}
	.technology-page .technology-3 .web-tag ul li {
		width: 50%;
		padding: 10px;
	}
	.technology-page .technology-3 .web-tag ul {
		margin: -10px;
	}
	.technology-page .technology-4 .top .right .grid-box .column:first-child {
		width: 100%;
		padding-right: 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column:last-child {
		width: 100%;
	}
	.technology-page .technology-4 .top .right .grid-box .column:last-child .box {
		width: 100%;
		margin-right: 0;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box {
		margin-bottom: 15px;
		padding-top: 30px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box h4,
	.technology-page .technology-4 .top .right .grid-box .column .box p {
		position: relative;
		z-index: 2;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box i {
		margin-top: -80px;
	}
	.technology-page .technology-5 .box ul li {
		width: 50%;
	}
	.technology-page .technology-5 .box ul li h4 {
		font-size: 20px;
	}
	.inner-banner.about.time-20200317 h5 {
		font-size: 14px;
		margin-top: 10px;
	}
	.inner-banner.about.time-20200317 .contact h4 {
		font-size: 20px;
	}
	.inner-banner.about.time-20200317 .contact ol li {
		font-size: 16px;
	}
  .inner-page.smart-page .smart-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .inner-page.smart-page .smart-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page.smart-page .smart-1 .left img {
    display: none;
  }
  .inner-page.smart-page .smart-1 .right ul li .content {
    max-width: none;
  }
  .inner-page.smart-page .smart-1 .left h2,.inner-page.smart-page .smart-3 h2 {
    text-align: center;
  }
  .inner-page.smart-page .smart-1 .left h2 br {
    display: none;
  }
  .inner-page.smart-page .smart-1 .left h2 small:before,.inner-page.smart-page .smart-3 h2 small:before {
    margin: 10px auto;
  }
  .inner-page.smart-page .smart-2 .img img {
    margin: 0;
  }
  .inner-page.smart-page .smart-3 .box ul li {
    padding: 10px !important;
    top: 0 !important;
    width: 50%;
  }
  .inner-page.smart-page .smart-3 .box ul {
    margin: -10px;
  }
  .inner-page.smart-page .smart-3 h3 {
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
  }
  .inner-page.smart-page .smart-3 h3 small {
    font-size: 16px;
  }
  .inner-page.smart-page .smart-3 h2 {
    margin-top: 0;
  }
  .inner-page.smart-page .smart-3 .box {
    margin-bottom: 0;
  }
  .inner-page.smart-page .smart-4 .top .text p {
    margin-top: 20px;
  }
  .inner-page.smart-page .smart-4 .list ul li {
    width: 100%;
  }
  .inner-page.smart-page .smart-4 .list ul li .content p {
    height: auto;
  }
  .inner-page.smart-page .smart-4 .list {
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 700px){
	.inner-banner.about.time-20200317, .inner-banner.time-20200317.technology {
		padding: 15% 0;
	}
	.inner-banner.about.time-20200317 .about-number ul li h5,.inner-page.about-page.time-20200317 .about-2 ul li p {
		font-size: 12px;
	}
	.inner-banner.about.time-20200317 .about-number ul li h3 {
		font-size: 26px;
		line-height: 26px;
	}
	.inner-banner.time-20200317 h2, .inner-page.time-20200317 h2,.inner-banner.about.time-20200317 text {
		font-size: 22px;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li {
		width: 100%;
	}
	.inner-page.about-page.time-20200317 .about-8 .form ul li:nth-child(3) {
		width: 100%;
	}
	.inner-page.about-page.time-20200317 .about-8 .form input[name="vertify"] {
		max-width: 45%;
	}
	.inner-banner.about.time-20200317 .about-number ul li {
		padding: 0 5px;
	}
	.inner-banner.about.time-20200317 .about-number ul {
		margin: 0 -5px;
	}
	.inner-page.time-20200317 .sidebar-box .sidebar-left .list ul li {
		margin-right: 10px;
		font-size: 15px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h2 {
		font-size: 18px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text h5 {
		font-size: 15px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text .content {
		max-height: 70px;
		overflow: auto;
	}
	.inner-page.time-20200317.operation-page {
		padding: 50px 0;
	}
	.technology-page .technology-5 .box ul li h4 {
		font-size: 16px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box p, .technology-page .technology-5 .box ul li p {
		font-size: 13px;
		line-height: 24px;
	}
	.technology-page .technology-4 .bottom {
		padding-top: 30px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul {
		width: 100%;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li {
		font-size: 14px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(4) {
		margin-left: 0;
		top: -40px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(2) {
		top: -26px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li:nth-child(3) {
		top: -50px;
	}
	.inner-banner.time-20200317.technology .technology-tag {
		padding-top: 80px;
	}
	.inner-banner.about.time-20200317 text {
		padding: 25px 0 15px;
	}
	.inner-banner.about.time-20200317 h5 {
		font-size: 12px;
		margin-top: 5px;
	}
	.inner-banner.about.time-20200317 .contact {
		padding-top: 30px;
	}
	.inner-banner.about.time-20200317 .contact ol li {
		font-size: 14px;
	}
  .inner-page.smart-page .smart-4 .top .text {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .inner-page.smart-page .smart-4 .top .img {
    width: 100%;
    padding-right: 0;
  }
  .inner-page.smart-page .smart-4 .top .text p {
    line-height: 24px;
  }
  .inner-page.smart-page .smart-4 .top .text p br {
    display: none;
  }
  .inner-page.smart-page .smart-4 .top .text h2 small:before {
    margin: 10px auto;
  }
}

@media screen and (max-width: 500px){
	.inner-banner.time-20200317 .inner-nav ul {
		margin: -3px;
	}
	.inner-banner.time-20200317 .inner-nav ul li {
		padding: 3px;
		font-size: 14px;
	}
	.inner-banner.about.time-20200317 .about-number ul li, .inner-page.about-page.time-20200317 .about-2 ul li {
		width: 50%;
		padding: 10px;
	}
	.inner-banner.about.time-20200317 .about-number ul li:nth-child(3),
	.inner-banner.about.time-20200317 .about-number ul li:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.52);
	}
	.inner-banner.about.time-20200317 .about-number ul {
		margin: -10px;
	}
	.inner-banner.about.time-20200317 .about-number {
		padding-top: 20px;
	}
	.inner-page.about-page.time-20200317 .about-6 .top, .inner-page.about-page.time-20200317 .about-3 .box {
		height: 250px;
		line-height: 250px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box ul {
		background-size: 90% auto;
		padding-left: 30px;
	}
	.inner-page.about-page.time-20200317 .about-4 .box {
		margin-top: 30px;
	}
	.inner-page.time-20200317 h2 small {
		font-size: 14px;
	}
	.inner-page.about-page.time-20200317 .about-8 .form img {
		max-width: 40%;
	}
	.inner-page.about-page.time-20200317 .about-8 .job-list ul li .box .tit h3 {
		font-size: 16px;
	}
	.inner-page.time-20200317.operation-page .box ul li .img {
		width: 100%;
	}
	.inner-page.time-20200317.operation-page .box ul li .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.inner-page.time-20200317.operation-page .box ul li .text .content {
		max-height: none;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li {
		font-size: 12px;
	}
	.inner-banner.time-20200317.technology .technology-tag ul li:before {
		width: 2px;
	}
	.technology-page .technology-3 .web-tag ul li i{
		display: block;
		font-size: 40px;
	}
	.technology-page .technology-3 .web-tag ul li h4 {
		display: block;
		max-width: none;
	}
	.technology-page .technology-4 .top .left .partner ul li {
		width: 50%;
		padding: 10px;
	}
	.technology-page .technology-4 .top .left .partner ul {
		margin: -10px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box h4 {
		font-size: 20px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box i {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.technology-page .technology-4 .top .right .grid-box .column .box i img {
		max-width: 35%;
	}
	.technology-page .technology-5 .box ul li {
		width: 100%;
	}
  .inner-page.smart-page .smart-3 .box ul li {
    width: 100%;
  }
}



/*20200320 后续新增 {招聘/新闻详情/联系我们}*/
.job-page {
	padding: 80px 0;
}
.job-page ul li {
	margin-bottom: 20px;
	padding: 25px;
	border-radius: 3px;
	background: white;
	position: relative;
}
.job-page ul li h3 {
	display: inline-block;
	font-size: 28px;
	color: #e0640d;
	max-width: 50%;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}
.job-page ul li .jl-box{
	position: absolute;
	right: 5%;
	bottom: 5%;
	max-width: 40% !important;
}
.job-page ul li em {
	float: right;
	display: inline-block;
	padding: 0 20px;
	border-radius: 3px;
	line-height: 36px;
	height: 40px;
	border: 2px solid #e0640d;
	font-size: 14px;
	color: black;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.job-page ul li em:hover {
	background: #e0640d;
	color: white;
}
.job-page ul li .content {
	padding: 20px 0;
	font-size: 16px;
	line-height: 28px;
	display: none;
	/*max-width: 60%;*/
	position: relative;
}
.job-page ul li:first-child .content {
	display: block;
}
.job-page ul li .content>* {
	max-width: 50%;
	/*padding-right: 15px;*/
}
.job-page ul li .content h4 {
	font-size: 20px;
	color: #e0640d;
	margin-bottom: 5px;
}
.job-page ul li .content a.more {
	display: block;
	padding: 0 30px;
	border-radius: 3px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	background: rgba(224, 100, 13, 0.2);
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
	margin-top: 40px;
}
.job-page ul li .content a.more i {
	margin-left: 10px;
	font-weight: bold;
}
.job-page ul li .content a.more:hover {
	background: #e0640d;
	color: white;
}
.newdet-page {
	padding: 80px 0;
}
.newdet-page .box {
	padding: 50px;
	border-radius: 3px;
	background: white;
}
.newdet-page .box h3 {
	font-size: 28px;
	color: #e0640d;
	text-align: center;
}
.newdet-page .box time {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin: 10px 0;
	display: block;
}
.newdet-page .box .content {
	display: block;
	padding: 40px 0;
	border-top: 1px dashed #eee;
	line-height: 34px;
}
.newdet-page .box .news-link {
	padding: 10px 0;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	display: inline-block;
	width: 100%;
}
.newdet-page .box .news-link a {
	display: inline-block;
	padding: 10px 0;
	color: #666;
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
max-width: 45%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.newdet-page .box .news-link a:last-child {
	float: right;
/*	direction: rtl;*/
}
.newdet-page .box .news-link a:hover {
	color: black;
}
.newdet-page .box .news-contact {
	padding-top: 20px;
}
.newdet-page .box .news-contact h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.newdet-page .box .news-contact ul {
	padding-top: 40px;
}
.newdet-page .box .news-contact ul li {
	/*display: block;*/
	margin-bottom: 10px 0;
	font-size: 18px;
	color: #333;
	/*text-align: center;*/
}
.newdet-page .box .news-contact ul li i {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background: #eee;
	margin-top: -7px;
	text-align: center;
}
.newdet-page .box .news-contact ul li p {
	display: inline-block;
	vertical-align: top;
	max-width: 80%;
	margin-left: 10px;
}
.newdet-page .box .news-contact ul li p a {
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.newdet-page .box .news-contact ul li p a:hover {
	color: #e0640d;
}
.contact-page {
	padding: 80px 0;
}
.contact-page .contact-info {
	background: white;
}
.contact-page .contact-info .info {
	vertical-align: middle;
	padding: 0 50px;
}
.contact-page .contact-info .info h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-page .contact-info .info li {
	padding: 15px 0;
	font-size: 16px;
	line-height: 26px;
}
.contact-page .contact-info .info li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	background: #eee;
}
.contact-page .contact-info .info li p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	max-width: 80%;
}
.contact-page .contact-info .map {
	vertical-align: middle;
}
.contact-page .contact-info .map .info {
	padding: 0;
}
.contact-page .contact-info .map .info div.info-middle {
	font-size: 14px;
	line-height: 24px;
}
.contact-page .contact-info .map .info div.info-middle img {
	margin-bottom: 10px;
	max-width: 100% !important;
}
.contact-page .contact-info .map .button-group .button {
	background: #e0640d !important;
}
.amap-logo,.amap-copyright {
	display: none !important;
}
.contact-page .contact-form {
	padding-top: 50px;
}
.contact-page .contact-form .form {
  display: block;
  overflow: hidden;
  padding: 50px;
  background: white;
}
.contact-page .contact-form .form h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}
.contact-page .contact-form .form ul {
  margin: -8px;
}
.contact-page .contact-form .form ul li {
  padding: 8px;
}
.contact-page .contact-form .form ul li .box {
  position: relative;
}
.contact-page .contact-form .form ul li .box h5 {
  font-size: 18px;
  color: black;
  position: absolute;
  left: 5px;
  top: 8px;
}
.contact-page .contact-form .form ul li input,
.contact-page .contact-form .form ul li textarea,
.contact-page .contact-form .form ul li button {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 3em;
  border-bottom: 1px solid #656565;
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  color: #333;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-form .form input[name="vertify"] {
	max-width: 33%;
	margin-right: 10px;
	text-indent: 4em;
}
.contact-page .contact-form .form ul li input::-webkit-input-placeholder,
.contact-page .contact-form .form ul li textarea::-webkit-input-placeholder,
.contact-page .contact-form .form ul li button::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact-page .contact-form .form ul li input:-moz-placeholder,
.contact-page .contact-form .form ul li textarea:-moz-placeholder,
.contact-page .contact-form .form ul li button:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact-page .contact-form .form ul li input::-moz-placeholder,
.contact-page .contact-form .form ul li textarea::-moz-placeholder,
.contact-page .contact-form .form ul li button::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact-page .contact-form .form ul li input:-ms-input-placeholder,
.contact-page .contact-form .form ul li textarea:-ms-input-placeholder,
.contact-page .contact-form .form ul li button:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact-page .contact-form .form ul li input:focus,
.contact-page .contact-form .form ul li textarea:focus,
.contact-page .contact-form .form ul li button:focus {
  border-color: #e0640d;
}
.contact-page .contact-form .form ul li textarea {
  height: 100px;
  line-height: 28px;
  padding: 8px 5px;
  resize: vertical;
  -webkit-transition: 0s all, 0.5s border-color;
  -moz-transition: 0s all, 0.5s border-color;
  -ms-transition: 0s all, 0.5s border-color;
  -o-transition: 0s all, 0.5s border-color;
  transition: 0s all, 0.5s border-color;
}
.contact-page .contact-form .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-form .form ul li .mail input {
  padding-left: 15px;
}
.contact-page .contact-form .form ul li button {
  display: inline-block;
  border-bottom: none;
  width: 145px;
  text-indent: 0;
  background: none;
}
.contact-page .contact-form .form ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}
.contact-page .contact-form .form ul li button:hover {
  background: #eee;
}

.contact-page .contact-form .form,.newdet-page .box,.box-content {
  overflow: hidden;
}
.inner-page {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1400px){
	.newdet-page .box .news-contact ul li p br {
		display: none;
	}
	.newdet-page .box .news-contact ul li {
		font-size: 16px;
	}
	.job-page ul li .content a.more {
		height: auto;
		line-height: 24px;
		padding: 8px 25px;
	}
	.job-page ul li .content a.more i {
		display: block;
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px){
	.contact-page .contact-form .form ul li input, .contact-page .contact-form .form ul li textarea, .contact-page .contact-form .form ul li button,.contact-page .contact-form .form ul li .box h5 {
		font-size: 16px;
	}
	.contact-page .contact-info .info li p br {
		display: none;
	}
	.contact-page .contact-info .info {
		padding: 0 25px;
	}
	.contact-page .contact-form .form,.newdet-page .box {
		padding: 25px;
	}
	.contact-page .contact-form {
		padding-top: 30px;
	}
	.contact-page .contact-info .info h4,.contact-page .contact-form .form h3,.job-page ul li h3,.newdet-page .box h3 {
		font-size: 24px;
	}
	.job-page ul li .content a.more {
		padding: 8px 10px;
	}
}
@media screen and (max-width: 1000px){
	.newdet-page,.contact-page {
		padding: 40px 0;
	}
	.newdet-page .box .content {
		padding: 20px 0;
	}
	.newdet-page .box time {
		font-size: 14px;
	}
	.newdet-page .box .content {
		line-height: 30px;
	}
	.newdet-page .box .news-contact ul li {
		width: 50%;
	}
	.newdet-page .box .news-contact ul li:last-child {
		width: 100%;
		padding-top: 10px;
	}
	.newdet-page .box .news-contact ul li p {
		max-width: 90%;
	}
	.job-page ul li h3 {
		font-size: 20px;
	}
	.job-page ul li em {
		line-height: 34px;
		height: 34px;
	}
	.job-page ul li .content h4 {
		font-size: 18px;
	}
	.job-page ul li .content {
		font-size: 14px;
	}
	.job-page ul li .content a.more {
		margin-top: 20px;
	}
	.contact-page .contact-info .info {
		width: 100%;
		padding: 25px;
	}
	.contact-page .contact-info .map {
		width: 100%;
		padding: 25px;
	}
	.contact-page .contact-info .info li {
		padding: 7px 0;
	}
  .inner-banner {
    height: 400px;
  }
  .job-page ul li .content>* {
  	max-width: none;
  }
  .job-page ul li .jl-box {
  	max-width: none !important;
  	position: static;
  }
  .job-page ul li .content a.more {
  	margin-top: 15px;
  }
  .job-page ul li .content a.more i {
  	display: inline-block;
  	margin-left: 10px;
  }
  .video_box video, .video_box iframe {
    min-width: 600px;
    display: block;
    max-height: 340px !important;
  }
}

@media screen and (max-width: 700px){
	.contact-page .contact-form .form ul li:nth-child(3) {
		width: 100%;
	}
	.contact-page .contact-form .form input[name="vertify"],#index-body .init-9 .box-content .right .form ul li .box.fleshVerify input {
		max-width: 45%;
	}
  #index-body .init-9 .box-content .right .form ul li .box.fleshVerify img {
    max-width: 40%;
  }
	.button-group {
		bottom: 0;
	}
	.contact-page .contact-info .info li {
		font-size: 14px;
		line-height: 22px;
	}
	#mapContainer {
		height: 300px !important;
	}
	.newdet-page .box .news-contact ul li {
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	.newdet-page .box .news-contact ul li p {
		max-width: 80%;
	}
	.newdet-page .box .news-link a:last-child,
	.newdet-page .box .news-link a {
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
		direction: ltr;
		padding: 5px 0;
	}
  .inner-banner {
    height: 300px;
  }
  .job-page ul li .content a.more i {
  	display: block;
  	margin-left: 0;
  }
  .video_box video, .video_box iframe {
    min-width: 400px;
    display: block;
    max-height: 240px !important;
  }
}
@media screen and (max-width: 500px){
	.contact-page .contact-form .form img {
		max-width: 40%;
	}
	.contact-page .contact-info .map .button-group .button:nth-child(2) {
		display: none;
	}
	.contact-page .contact-info .info h4, .contact-page .contact-form .form h3, .job-page ul li h3, .newdet-page .box h3 {
		font-size: 20px;
	}
	.contact-page .contact-form .form h3 {
		margin-bottom: 20px;
	}
  .inner-banner {
    height: 240px;
  }
  .video_box video, .video_box iframe {
    min-width: 300px;
    display: block;
    max-height: 170px !important;
  }
}
.apollo-zan span{
	font-size: 14px!important;
}

.view-dz-box{
	margin-top: 20px;
	padding-left: 20px;
}
.view-dz-box p{
	font-size: 14px;
	color: #666;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	margin-right: 6px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.view-dz-box p:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 1px;
	height: 18px;
	background: #666;
}
.view-dz-box p:first-child{
	padding-left: 0;
}
.view-dz-box p:first-child:before{
	display: none;
}
.view-dz-box p i.fa{
	vertical-align: baseline;
	margin-right: 8px;
}
#banner li.double-11 img {
  display: block;
  margin: 0 auto;
}
#banner li.double-11 img.m10 {
  margin: -30px auto 0;
}
#banner li.double-11:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  background: url('../images/double-11-5.png') center top no-repeat;
}
#banner li.double-11 img.ie2 {
  margin-bottom: 7px;
}
@media screen and (max-width: 1400px){
  #banner li.double-11 img.ie1 {
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px){
  #banner li.double-11 img.ie2 {
    max-width: 400px;
  }
  #banner li.double-11 img.ie3 {
    max-width: 860px;
  }
}
@media screen and (max-width: 1000px){
  #banner li.double-11 img.ie1 {
    max-width: 300px;
  }
  #banner li.double-11 img.ie2 {
    max-width: 340px;
  }
  #banner li.double-11 img.ie3 {
    display: none;
  }
  #banner li.double-11 img.ie4 {
    max-width: 400px;
    margin-top: -10px;
  }
  #banner li.double-11:after {
    background-size: 600px auto;
  }
}
@media screen and (max-width: 700px){
  #banner li.double-11 img.ie1 {
    max-width: 250px;
  }
  #banner li.double-11 img.ie2 {
    display: none;
  }
  #banner li.double-11 img.ie3 {
    display: none;
  }
  #banner li.double-11 img.ie4 {
    display: none;
  }
  #banner li.double-11:after {
    background-size: 100% auto;
  }
}
.fjtz{
  position: fixed;
  left: 0;
  top:0;
  width:100%;
  height:100%;
  vertical-align: middle;
  text-align: center;
  z-index: 99999;
  padding-top:10%;
}
.fjtz img{
  display: inline-block;
}
@media screen and (min-width:768px) {
  .fjtz img.pc-img{
    display: inline-block;
  }
  .fjtz img.mb-img{
    display: none;
  }
}
@media screen and (max-width:768px) {
  .fjtz{
    padding:40% 15px 0;
  }
  .fjtz img.mb-img{
    display: inline-block;
  }
  .fjtz img.pc-img{
    display: none;
  }
}