#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: rgba(34,34,34,.7);
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important
}

#topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome
}

#topcontrol:hover {
    color: #fff;
    background: #72c02c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
ul {
  list-style: none;
}
img {
  border: 0;
  outline: none;
  max-width: 100%;
}

.owl-carousel img {
  width: 100%;
}

p {
  margin: 0;
}

input, select, textarea, input[type=submit], input[type=button] {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input, select {
  -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  color: #666;
  font-size: 14px;
  line-height: 1.42857143;
  overflow-x: hidden;
  font-family: "microsoft yahei";
}

.index-search {
  background-color: #f0f0f0;
  padding: 10px 0;
  min-height: 52px;
}
.index-search .container {
  position: relative;
}
.index-search .hotwords {
  line-height: 32px;
  float: left;
}
@media (max-width: 767px) {
  .index-search .hotwords {
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.index-search .hotwords span {
  color: #333;
  vertical-align: middle;
}
.index-search .hotwords li {
  float: left;
  padding-right: 10px;
  font-size: 12px;
}
.index-search .hotwords ul {
  overflow: hidden;
  width: 30000px;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}
.index-search .hotwords .hotwords-list {
  display: inline-block;
  vertical-align: middle;
  width: 960px;
  margin: 0 5px;
  overflow: hidden;
}
.index-search .hotwords .hotwords-list.touch {
  overflow: auto;
}
@media (max-width: 1199px) {
  .index-search .hotwords .hotwords-list {
    width: 760px;
  }
}
@media (max-width: 991px) {
  .index-search .hotwords .hotwords-list {
    width: 540px;
  }
}
.index-search .hotwords .hotwords-left, .index-search .hotwords .hotwords-right {
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 767px) {
  .index-search .hotwords .hotwords-left, .index-search .hotwords .hotwords-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-search .hotwords {
    float: none;
  }
  .index-search .hotwords .hotwords-list {
    display: block;
    vertical-align: middle;
    overflow: auto;
    margin: 0;
    width: 100%;
  }
}
.index-search .search-box {
  position: absolute;
  top: 1px;
  right: 15px;
}
.index-search .input-box {
  border: 1px solid #ddd;
  border-radius: 30px;
  display: table;
  width: 30px;
  background-color: #fff;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.index-search .input-box > div {
  display: table-cell;
}
.index-search .input-box .search-btn {
  width: 30px;
}
.index-search .input-box button {
  border: 0;
  outline: none;
  background: none;
  height: 30px;
  width: 30px;
  text-align: center;
}
.index-search .input-box input {
  border: 0;
  outline: none;
  background: none;
  width: 100%;
}
.index-search .input-box.open {
  width: 200px;
}
.index-search .input-box.open .input {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .index-search .search-box,
  .index-search .input-box.open {
    position: static;
    width: 100%;
  }
  .index-search .search-box .input-box {
    width: 100%;
  }
  .index-search .search-box .input {
    padding-left: 10px;
  }
}
.index-content img {
  width: 100%;
}
.index-content .sec {
  padding: 50px 0;
  background: top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .index-content .sec {
    padding: 30px 0;
  }
}
.index-content .sec:nth-child(even) {
  background-color: #f7f7f7;
}
.index-content .sec h1 {
  line-height: 1.1;
}
.index-content .sec .title {
  margin-bottom: 30px;
  text-align: center;
}
.index-content .sec .title h1 {
  font-size: 24px;
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #333;
}
.index-content .sec .title h1:after {
  width: 40px;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.index-content .sec .title h2 {
  font-size: 18px;
  margin: 10px 0;
  color: inherit;
}
.index-content .sec.font-light {
  color: #fff;
}
.index-content .sec.font-light .title h1 {
  color: #fff;
}
.index-content .sec .more-btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .sec.font-light .more-btn {
  border: 1px solid #fff;
  color: #fff;
}
.index-content .sec.font-light .more-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.index-content .aboutus-43 .more-btn {
  margin-top: 30px;
}
.index-content .products h1 {
  font-size: 18px;
  margin: 10px 0;
}
.index-content .products h1 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-content .products [class^=col-] {
  margin-bottom: 20px;
}
.index-content .products .more-btn {
  margin-top: 0;
}
.index-content .teams {
  text-align: center;
}
.index-content .teams [class*=col-] {
  margin-bottom: 15px;
}
.index-content .teams .img {
  position: relative;
  margin-bottom: 10px;
}
.index-content .teams .img .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.index-content .teams .img .link .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.index-content .teams .img .link .tc {
  display: table-cell;
  vertical-align: middle;
}
.index-content .teams .img .link a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  color: #666;
  background-color: #fff;
  margin: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .teams .img:hover .link {
  opacity: 1;
}
.index-content .teams h1 {
  font-size: 18px;
}
.index-content .teams h1 a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.index-content .teams .img-wrapper {
  border-radius: 50%;
}
.index-content .teams img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .cases .item {
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .index-content .cases .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index-content .cases .item {
    width: 100%;
  }
}
.index-content .cases .item h1 {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
.index-content .cases .item h1:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  margin-top: 8px;
}
.index-content .cases .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-content .cases .item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .cases .item .info .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.index-content .cases .item .info .tc {
  display: table-cell;
  vertical-align: middle;
}
.index-content .cases .item .more-btn {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
}
.index-content .cases .item:hover .info {
  opacity: 1;
}
.index-content .cases .more-btn {
  margin-top: 30px;
}
.index-content .news img {
  width: 100%;
}
.index-content .news h1 {
  font-size: 18px;
  margin: 10px 0;
}
.index-content .news h1 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-content .news .news-left {
  margin-bottom: 15px;
}
.index-content .news .info a {
  color: #fff;
}
.index-content .news .info {
  overflow: hidden;
  padding: 10px;
}
.index-content .news .news-list + .news-list {
  margin-top: 15px;
}
.index-content .news .more-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .index-content .news .news-more {
    display: none;
  }
}
.index-content .aboutus-6 .partner-box {
  position: relative;
  margin: 30px 0;
}
.index-content .aboutus-6 .partner-box .icon-prev, .index-content .aboutus-6 .partner-box .icon-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.index-content .aboutus-6 .partner-box .icon-prev i, .index-content .aboutus-6 .partner-box .icon-next i {
  font-size: 40px;
}
.index-content .aboutus-6 .partner-box .icon-prev {
  left: -20px;
}
.index-content .aboutus-6 .partner-box .icon-next {
  right: -20px;
}
.index-content .aboutus-6 .cover-wrap:hover .info {
  opacity: 1;
}
.index-content .aboutus-6 .cover-wrap .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 5px;
  font-size: 18px;
}
.index-content .aboutus-6 .cover-wrap .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.index-content .aboutus-6 .cover-wrap .tc {
  display: table-cell;
  vertical-align: middle;
}
.index-content .recruits .item {
  background-color: #ccc;
  margin-bottom: 30px;
}
.index-content .recruits .item h1 {
  padding: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.index-content .recruits .item h1 a {
  color: inherit;
}
.index-content .recruits .info {
  padding: 10px;
  color: #666;
}
.index-content .recruits .more {
  text-align: right;
  margin-top: 10px;
}
.index-content .recruits .more a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ddd;
  background-color: #eee;
  color: #666;
}
.index-content .recruits .more a:hover {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .recruits.font-light .item {
  background-color: #fff;
}
.index-content .recruits .ellipsis {
  height: 6em;
}
@media (max-width: 991px) {
  .index-content .recruits .ellipsis {
    height: 9em;
  }
}
@media (max-width: 767px) {
  .index-content .recruits .ellipsis {
    height: auto;
  }
}
.index-content .services .item {
  position: relative;
  margin-bottom: 30px;
}
.index-content .services .item img {
  width: 100%;
}
.index-content .services .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-content .services .item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.index-content .services .item .info h1 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #fff;
}
.index-content .services .item .info > div {
  display: table;
  width: 100%;
  height: 100%;
}
.index-content .services .item .info > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.index-content .services .item:hover .info {
  opacity: 1;
}
.index-content .videos .item {
  text-align: center;
  margin-bottom: 20px;
}
.index-content .videos .item p {
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .videos .item .img {
  position: relative;
}
.index-content .videos .item .img:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-content .videos .item .img i {
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  z-index: 2;
}
.index-content .videos .item .img .zoom {
  overflow: hidden;
}
.index-content .videos .item .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-content .videos .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-content .videos .item:hover .img:after {
  opacity: 1;
}
.index-content .videos.bg-dark .item {
  text-align: center;
}
.index-content .videos.bg-dark .item > div {
  border: 2px solid #fff;
}
.index-content .videos .more-btn {
  margin-top: 10px;
}

/*# sourceMappingURL=marketingindex_v2.css.map */
