@font-face {
  font-family: 'Conv_DINCondensedC';
  src: url('../fonts/DINCondensedC.eot');
  src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "微软雅黑", Helvetica Neue, sans-serif, Arial;
  height: 100%;
  position: relative;
  background: #fcfcfc;
  overflow-x: hidden;
}

input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  font-weight: 400;
}

::-webkit-selection {
  color: #fff;
  background: #ff7737;
}

::-moz-selection {
  color: #fff;
  background: #ff7737;
}

::selection {
  color: #fff;
  background: #ff7737;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

a {
  color: #6E6E6E;
  text-decoration: none
}

a:focus,
a:hover {
  color: #ff7737;
  transition: none
}

a.text-gray:hover {
  color: #6E6E6E
}

p {
  margin: 0
}

dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none
}

.fixed {
  z-index: 9999;
}

.bg-gray {
  background: #F7F7F7
}

.bg-sub {
  background: #6e6e6e
}

/* 标签 */
.tag {
  display: inline-block;
  transition: .5s
}

.tag.padding {
  padding: 5px 12px
}

.tags {
  color: #ff7737 !important;
  border: 1px solid #ff7737 !important;
  background-color: unset;
}

/* 英文字体begin */
.Conv_DINCondensedC {
  font-family: "Conv_DINCondensedC";
}

/* 英文字体end */

.mb5 {
  margin-bottom: 5px;
}

/* 行距 begin*/
.blank {
  height: 10px;
  line-height: 10px;
  clear: both;
  font-size: 0
}

.blank-small {
  height: 20px;
  line-height: 20px;
  clear: both;
  font-size: 0
}

.blank-middle {
  height: 30px;
  line-height: 30px;
  clear: both;
  font-size: 0
}

.blank-big {
  height: 50px;
  line-height: 50px;
  clear: both;
  font-size: 0
}

.blank-large {
  height: 80px;
  line-height: 80px;
  clear: both;
  font-size: 0
}

/* 行距 end*/

.sidebar-l {
  margin-right: 30px
}

.sidebar-r {
  margin-left: 0px;
}

.container-layout {
  max-width: 1500px;
}

.line-large {
  margin-left: -15px;
  margin-right: -15px
}

.line-large .x1,
.line-large .x2,
.line-large .x3,
.line-large .x4,
.line-large .x5,
.line-large .x6,
.line-large .x7,
.line-large .x8,
.line-large .x9,
.line-large .x10,
.line-large .x11,
.line-large .x12,
.line-large .xl1,
.line-large .xl2,
.line-large .xl3,
.line-large .xl4,
.line-large .xl5,
.line-large .xl6,
.line-large .xl7,
.line-large .xl8,
.line-large .xl9,
.line-large .xl10,
.line-large .xl11,
.line-large .xl12,
.line-large .xs1,
.line-large .xs2,
.line-large .xs3,
.line-large .xs4,
.line-large .xs5,
.line-large .xs6,
.line-large .xs7,
.line-large .xs8,
.line-large .xs9,
.line-large .xs10,
.line-large .xs11,
.line-large .xs12,
.line-large .xm1,
.line-large .xm2,
.line-large .xm3,
.line-large .xm4,
.line-large .xm5,
.line-large .xm6,
.line-large .xm7,
.line-large .xm8,
.line-large .xm9,
.line-large .xm10,
.line-large .xm11,
.line-large .xm12,
.line-large .xb1,
.line-large .xb2,
.line-large .xb3,
.line-large .xb4,
.line-large .xb5,
.line-large .xb6,
.line-large .xb7,
.line-large .xb8,
.line-large .xb9,
.line-large .xb10,
.line-large .xb11,
.line-large .xb12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots {
  position: relative;
  top: 20px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 16px;
  height: 8px;
  background: #000;
  border-radius: 20px
}

.owl-carousel .owl-nav i {
  font-size: 24px;
  color: #fff
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  background: #000;
  width: 42px;
  height: 42px;
  line-height: 48px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  opacity: 0
}

.owl-carousel .owl-nav .owl-prev {
  background: #000;
  left: 20px;
  right: auto
}

.owl-carousel .owl-nav .owl-next {
  right: 20px
}

/* owl-carousel轮播插件 */

.delay_1s {

  animation-delay: 1s;

}

.delay_01s {

  animation-delay: 0.1s;

}

.delay_02s {

  animation-delay: 0.2s;

}

.delay_03s {

  animation-delay: 0.3s;

}

.delay_04s {

  animation-delay: 0.4s;

}

.delay_05s {

  animation-delay: 0.5s;

}

.delay_06s {

  animation-delay: 0.6s;

}

.delay_08s {

  animation-delay: 0.8s;

}

.delay_09s {

  animation-delay: 0.9s;

}

.delay_07s {

  animation-delay: 0.7s;

}

.delay_08s {

  animation-delay: 0.8s;

}

.delay_1s {

  animation-delay: 1s;

}

.delay_12s {

  animation-delay: 1.2s;

}

.delay_14s {

  animation-delay: 1.2s;

}

.delay_16s {

  animation-delay: 1.2s;

}

.delay_15s {

  animation-delay: 1.5s;

}

.delay_17s {

  animation-delay: 1.7s;

}

.delay_2s {

  animation-delay: 2s;

}

.delay_22s {

  animation-delay: 2.2s;

}

.delay_24s {

  animation-delay: 2.4s;

}

.delay_26s {

  animation-delay: 2.6s;

}

.delay_28s {

  animation-delay: 2.8s;

}

.delay_25s {

  animation-delay: 2.5s;

}

.delay_3s {

  animation-delay: 3s;

}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.pd20 {
  padding-top: 20px;
}

.pd50 {
  padding-top: 50px;
}

.pd60 {
  padding-top: 60px;
}

/*首页头部优势*/
.top_ys {
  position: absolute;
  top: 93%;
  z-index: 99;
  width: 100%;
}

.top_ysul {
  background: #fff;
  padding: 0 40px;
}

.top_ysul li {
  float: left;
  padding: 0 74px;
  margin: 65px 0;
  border-right: 1px solid #d7d7d7;
  text-align: center;
  font-size: 18px;
  color: #383838;
}

.top_ysul li:nth-child(4) {
  border-right: none;
}

.top_ysul li span {
  font-size: 70px;
  color: #ff7737;
}

/*服务之道*/
.fuwu {
  margin-top: 240px;
}

.index_tit {
  text-align: center;
  color: #383838;
}

.index_tit h1 {
  font-size: 40px;
}

.index_tit p {
  font-size: 18px;
  line-height: 40px;
}

.fuwu_bg {
  background: #2e9df7;
  padding: 60px 0 50px 0;
}

.fuwu_cont {
  background: #fff;
}

.container1 {
  width: 1400px;
  margin: 0 auto;
}

.clear {
  overflow: hidden;
}

.fleft {
  float: left;
}

.fright {
  float: right
}

.fuwu_left {
  width: 400px;
}

.fuwu_left dt {
  border: 1px solid #383838;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  text-align: center;
  line-height: 99px;
}

.fuwu_left_dl {
  padding: 35px 0 35px 75px;
}

.fuwu_left_dl:hover {
  cursor: pointer;
}

.fuwu_left_dl:hover a,
.fuwu_left_dl a {
  color: #383838;
}

.fuwu_left_dl:hover dt img {
  transform: rotate(360deg);
}

.fuwu_left_dl:nth-child(2),
.fuwu_left_dl:nth-child(4) {
  background: #f9f9f9;
}

.fuwu_left_dl.fuwu_activer {
  cursor: pointer;
  background: #ff7737;
}

.fuwu_left dt img {
  vertical-align: middle;
  transition: transform 0.8s;
}

.fuwu_left dd {
  margin: 7px 0 0 20px;
}

.fuwu_left dd h3 {
  font-size: 22px;
}

.fuwu_left dd p {
  font-size: 16px;
  margin-top: 10px;
}

.fuwu_right {
  width: 1000px;
  background: #f9f9f9;
  height: 860px;
}

.fuwu_right_cont {
  margin: 120px 0 0 140px;
}

.fuwu_right_cont h2 {
  font-size: 28px;
}

.fuwu_right_cont p {
  font-size: 18px;
  margin-top: 15px;
}

.fuwu_img_bg {
  background: #e8e8e8;
  padding: 90px 0 0 0;
  height: 540px;
}

a.fuwu_more {
  width: 125px;
  height: 36px;
  border-radius: 18px;
  background: #ff7737;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin-top: 25px;
}

.fuwu_more:hover {
  color: #ff7737;
  border: 1px solid #ff7737;
  background: none;
}

.fw_cont {
  display: none;
}

div.fuwu_activers {
  display: block;
}

.fw_all {
  background: #f9f9f9;
  height: 860px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.fuwu_right_cont h2 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  height: 32px;
  color: #383838;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.fuwu_right_cont p {
  width: 740px;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  color: #383838;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
}


.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.swiper-container {
  width: 1000px;
  position: relative;
  height: 860px;
  border-radius: 10px;
}

.slider-image-wrapper {
  width: 1000px;
}

.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0;
  background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%);
  cursor: -webkit-grab;
  cursor: grab;
}

.slider-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
}

.slider-item-content>* {
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active,
.slider-item-content {
  z-index: 999;
}

.swiper-slide-active .slider-item-content>* {
  transform: translateY(0px);
  opacity: 1;
  display: block;
  z-index: 999;
}

.slider-image {
  position: absolute;
  top: 90px;
  left: 50px;
  transition: 0.2s;
}

.swiper-pagination {
  position: absolute;
  right: 50px;
  bottom: 60px;
  transform: translatex(-50%);
  z-index: 1;
  width: auto !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
  background: #bababa;
  display: block;
  margin: 24px 0;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

/*.swiper-pagination span:before{content:'';height:30px;width: 1px;display: block;background: #bababa;position: absolute;left:3px;}
.swiper-pagination span:last-child:before{content: '';display: none;}*/

.swiper-pagination-bullet-active {
  background: #ff7737;
}

.swiper-pagination-bullet-active:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 2px solid #ff7737;
  position: absolute;
  left: -4px;
  top: -4px;
}

.socials {
  position: fixed;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
}

.socials .social-link {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
}

/*三千家客户信任 */
.al_nav li {
  width: 317px;
  height: 75px;
  background: #f2f2f2;
  text-align: center;
  line-height: 75px;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
}

.al_nav li a {
  display: block;
  z-index: 999;
  position: relative;
}

.al_nav li:after {
  content: '';
  width: 0%;
  height: 75px;
  background: #2e9df7;
  position: absolute;
  z-index: 0;
  left: 0;
  display: block;
  bottom: 3px;
  transition: all 0.4s;
}

.al_nav li:hover:after {
  width: 100%;
  right: 0;
}

.al_nav li:hover a {
  color: #fff;
}

.al_nav li:last-child {
  margin-right: 0;
}

.al_dl:nth-child(5),
.al_dl:nth-child(4) {
  /*margin-top: 17px;*/
}

.al_dl {
  width: 24.5%;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  height: 469px;
}

.al_dl:nth-child(6),
.al_dl:nth-child(7),
.al_dl:nth-child(8) {
  width: 24.6%;
}

.al_dl:nth-child(1) {
  width: 49.8%;
}

.al_dl:nth-child(2),
.al_dl:nth-child(4),
.al_dl:nth-child(7) {
  margin-left: 0.6%;
  margin-right: 0.6%;
}

.al_dl dt p {
  height: 90px;
  line-height: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  z-index: 1;
}

.al_dl dt {
  overflow: hidden;
  position: relative;
  transition: 0.8s;
  height: 469px;
}
.al_dl dt img{
  height: 469px;
}

.al_dl:hover dt {
  transform: translateY(-100%);
  cursor: pointer;
}

.al_bg {
  background: #ff7737;
  z-index: 0;
  transition: 0.8s;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 50px;
  text-align: center;
}

.al_dl:hover .al_bg,
.list_products:hover .al_bg {
  transform: none;
  opacity: 1;
}

.al_bg span:after {
  content: '';
  background: #2e9df7;
  transform: scale(0);
  transform-origin: center center;
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-sizing: border-box;
  transition: all .8s ease-in-out;
  z-index: 0;

}

.al_bg span:hover:after {
  transform: scale(1);
}

.al_bg span {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  float: left;
  margin: 0 10px;
  position: relative;
}

.al_icon {
  width: 160px;
  margin: 30% auto;
}

.al_bg a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.al_bg p {
  font-size: 18px;
  color: #fff;
  margin-top: 15%;
}

.al_bg span img {
  vertical-align: middle;
  z-index: 999;
  position: relative;
}

.both {
  clear: both;
}

.al_dl_last {
  height: 100%;
  text-align: center;
  width: 24.5%;
  margin-top: 10px;
  position: relative;
  margin-left: 0.5%;
  ;
}

.al_dl_last p {
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
}

.al_about {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.al_dl_last .al_more {
  transition: transform 2s;
}

.al_dl_last:hover .al_more {
  transform: rotatey(360deg)
}

.seo,
.ali,
.duansp {
  display: none;
}

.block {
  display: block;
}

.none {
  display: none;
}

/*欧凯人员组织架构*/
.reny_nav li {
  font-size: 16px;
  line-height: 75px;
  height: 75px;
}

.reny_nav li a {
  display: block;
  padding: 0 41px;
}

.reny_nav li:hover {
  background: #ff7737;
}

.reny_nav li:hover a {
  color: #fff;
}

.reny_bg {
  background: url(../images/reny_bg.jpg) no-repeat left top;
  padding: 60px 0 68px 0;
}

.reny_right {
  width: 536px;
}

.reny_left {
  width: 755px;
}

.reny_right_dl {
  position: relative;
}

.reny_right_dl dd {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.reny_left_right_dl dd {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}

.reny_left_right_dl:hover dd {
  transform: translateY(-60px);
}

.reny_right_dl dd a,
.reny_left_right_dl dd a {
  color: #fff;
}

.reny_left_right_dl {
  width: 215px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.reny_left_right_dl dt {
  width: 215px;
  height: 230px;
}

.reny_left_right_dl dt img {
  width: 100%;
  height: 100%;
}

.reny_left_tit {
  background: #2e9df7;
  width: 215px;
  height: 184px;
  text-align: center;
  padding-top: 44px;
}

.reny_left_tit span {
  font-size: 32px;
  color: #fff;
  font-weight: lighter;
}

.reny_left_dl,
.reny_right_dl {
  overflow: hidden;
}

.reny_left_dl img,
.reny_right_dl img {
  transition: 1.2s;
  transform: scale(1);
}

.reny_left_dl:hover img,
.reny_right_dl:hover img {
  transform: scale(1.15);
}

.reny_left_dl:nth-child(2) {
  width: 170px;
  height: 130px;
  margin: 20px 0 0 10px;
  position: absolute;
  left: 170px;
}

.reny_left_dl:nth-child(3) {
  width: 170px;
  height: 152px;
  margin-left: 10px;
  position: absolute;
  left: 350px;
}

.reny_left_dl:nth-child(4) {
  width: 140px;
  height: 118px;
  margin: 10px 0 0 30px;
  position: absolute;
  top: 110px;
}

.reny_left_dl:nth-child(5) {
  width: 90px;
  height: 80px;
  position: absolute;
  top: 160px;
  left: 180px;
}

.reny_left_dl:nth-child(6) {
  width: 255px;
  height: 230px;
  position: absolute;
  top: 160px;
  left: 280px;
}

.reny_left_dl:nth-child(7) {
  width: 70px;
  height: 58px;
  position: absolute;
  top: 250px;
  left: 20px;
}

.reny_left_dl:nth-child(8) {
  width: 170px;
  height: 145px;
  position: absolute;
  top: 250px;
  left: 100px;
}

.reny_left_dl:nth-child(9) {
  width: 95px;
  height: 80px;
  position: absolute;
  top: 315px;
  left: -5px;
}

.reny_left_dl:nth-child(10) {
  width: 145px;
  height: 117px;
  position: absolute;
  top: 405px;
  left: 60px;
}

.reny_left_dl:nth-child(11) {
  width: 145px;
  height: 130px;
  position: absolute;
  top: 405px;
  left: 215px;
}

.reny_left_dl:nth-child(12) {
  width: 170px;
  height: 153px;
  position: absolute;
  top: 405px;
  left: 370px;
}

.reny_left_dl dd {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  backface-visibility: hidden;
  transition: transform 2s, opacity 0.8s;
  bottom: 0;
  left: 0;
}

.reny_left_dl dd a {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 30%;
  width: 100%;
  height: 100%;
}

.reny_left_dl:hover dd {
  opacity: 1;
  transform: translate(0, 0);
}

.reny_one .reny_left_dl dt,
.reny_one .reny_left_dl img {
  width: 100%;
  height: 100%;
}

.reny_one {
  width: 530px;
  position: relative;
}

.reny_two {
  width: 215px;
  position: relative;
}

.reny_left_right_dl:nth-child(2) {
  top: 433px;
  position: absolute
}

.reny_left_one {
  background: #ff7737;
  width: 88px;
  height: 88px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding-top: 14px;
  margin: 20px 0 0 80px;
}

.reny_more {
  width: 350px;
  height: 73px;
  line-height: 73px;
  display: block;
  background: #ff7737;
  color: #fff;
  margin-top: 600px;
  font-size: 18px;
}

.reny_more span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  margin: 2px 20px 0 45px;
}

.reny_more:hover {
  background: #2e9df7;
}

a.reny_more:hover {
  color: #fff;
}

.reny_more span img {
  vertical-align: middle;
  margin-top: -3px;
}

.reny_more:hover img,
.ys_bgs_cont span:hover img {
  animation: dongtai1 1s infinite;
}

@keyframes dongtai1 {
  0% {
    transform: translate(-5px, 0px);
  }

  50% {
    transform: translate(10px, 0px);
  }

  100% {
    transform: translate(-5px, 0px);
  }
}

/*欧凯服务优势*/
.ys_bg {
  background: #2e9df7;
  width: 100%;
  padding: 75px 0 60px 0;
}

div.index_tit_color {
  color: #fff;
}

.ys_bg_dl {
  text-align: center;
  width: 325px;
  padding: 0 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

dl.ys_bg_dl:nth-child(2) {
  padding-left: 0;
  padding-right: 70px;
}

dl.ys_bg_dl:nth-child(5) {
  border-right: none;
  padding-right: 0;
  padding-left: 70px;
}

dl.ys_bg_dl:nth-child(3) dt,
dl.ys_bg_dl:nth-child(5) dt {
  background: #ff7737;
}

.ys_bg_dl dt {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff7737;
  line-height: 150px;
  margin: 0 auto;
}

.ys_bg_dl dt img {
  vertical-align: middle;
  transition: transform 1s;
}

.ys_bg_dl:hover dt img {
  transform: rotatey(360deg);
}

.ys_bg_dl dd {
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}

.ys_bg_dl dd h3 {
  font-size: 24px;
}

.ys_bg_dl dd p {
  text-align: left;
  margin-top: 15px;
  line-height: 20px;
}

.ys_bgs {
  background: url(../images/ys_bg.jpg) no-repeat left top;
}

.ys_bgs_cont {
  width: 540px;
  color: #fff;
  padding: 130px 0 120px 0;
}

.ys_bgs_cont h1 {
  font-size: 40px;
}

.ys_bgs_cont h2 {
  font-size: 30px;
  margin-top: 15px;
}

.ys_bgs_cont p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 80px;
}

.ys_bgs_cont span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  margin: 2px 20px 0 0;
}

.ys_bgs_cont span img {
  vertical-align: middle;
}

.ys_bgs_more {
  margin-top: 60px;
  display: block;
}

.position {
  position: relative;
}

.ys_right {
  position: absolute;
  right: -200px;
  top: 40px;
}

.ys_right_ul {
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.ys_right_ul li {
  position: absolute;
}

.ys_right_ul li:nth-child(1) {
  top: 252px;
  left: 38px;
}

.ys_right_ul li:nth-child(2) {
  top: 165px;
  left: 248px;
}

.ys_right_ul li:nth-child(3) {
  top: 315px;
  left: 380px;
  font-size: 22px;
}

.ys_right_ul li:nth-child(4) {
  top: 101px;
  left: 467px;
}

.ys_right_ul li:nth-child(5) {
  top: 360px;
  left: 628px;
}


/* 常用TAB */
.tab-normal .tab-head {
  border-radius: 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
  width: 100%;
}

.tab-normal .tab .tab-nav li {
  display: inline-block;
  width: auto;
  text-align: center
}

.tab-normal .tab .tab-nav li a {
  background: #fff;
  color: #6e6e6e;
  border-radius: 30px;
  padding: 0px 20px;
  height: 42px;
  line-height: 42px;
  margin: 0 10px;
  display: block;
  border: 0;
  font-size: 16px;
}

.tab-normal .tab .tab-nav .active a {
  background: linear-gradient(-45deg, #FFD100, #ff7737);
  cursor: default;
  color: #fff;
  border-bottom: 0px solid #FD3C6B;
}

.tab-normal .tab .tab-nav .active {
  background: none
}

.tab-normal .tab .tab-nav .active a:hover {
  color: #FFF
}

.tab-normal .tab .tab-nav li a:focus {
  outline: none;
}

.tab-normal .tab .tab-nav li a:hover {
  background: linear-gradient(-45deg, #FFD100, #ff7737);
  color: #fff
}

.tab-normal .tab .tab-body {
  padding: 0;
  border-radius: 0;
  border-top: 0px solid #ff0000
}

/* 常用TAB */



/* 首页新闻 */
.news_left {
  width: 840px;
}

.news_left_one {
  background: #fff;
  width: 410px;
  padding: 40px 20px;
}

.news_left_two {
  width: 420px;
}

.new_time {
  font-size: 20px;
  color: #999;
  margin-bottom: 10px;
}

.new_title h3 a {
  font-size: 20px;
  margin-top: 10px;
  color: #000;
}

.news a:hover {
  color: #333;
}

.news_div:hover,
.news_left_one:hover {
  box-shadow: 0px 3px 7px 2px #f1f1f1;
}

.new_title p {
  font-size: 16px;
  margin-top: 8px;
}

.new_title a {
 color:#000;
}

.new_more {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.news_div {
  background: #fff;
  padding: 40px 35px;
  margin-bottom: 26px;
  transition: all 250ms ease;
  border-radius:10px ;
}

.news_div:hover,.news_left_one:hover {
  background-color: #ff7737;
}

.news_left_one {
border-radius: 10px;
}

.page-title {
  font-weight: 700;
  color: #ff7737;
}

.news_div:hover div,
.news_div:hover p,
.news_div:hover a,
.news_left_one:hover a,
.news_left_one:hover p,
.news_left_one:hover div
{
  color: #fff;
}

.new_jian {
  float: right;
  margin-top: -10px;
}

.new_titles {
  width: 240px;
  margin-top: 20px;
}

.new_title p.new_ps {
  font-size: 14px;
}

.new_times {
  color: rgba(1, 1, 1, 0.5);
  text-align: center;
  width: 110px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}

.new_times span {
  font-size: 55px;
  display: block;
  margin: 35px 0 20px 0;
}

.news_right {
  width: 440px;
}

.news_right .news_div {
  padding: 16px 30px;
}

.new_p {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

/* 首页新闻 end */

/*联系我们*/
.cont_bg {
  background: url(../images/cont_bg.jpg) no-repeat left center;
  padding: 65px 0 55px 0;
}

.cont_bg .index_tit {
  text-align: left;
}

.cont_tit h1 {
  font-weight: normal;
}

.cont_tit p {
  font-size: 30px;
  margin-top: 5px;
}

.cont_tit h2 {
  font-size: 50px;
}

.cont_left_all {
  overflow: hidden;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}

.cont_left_all li {
  width: 65px;
  height: 65px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  float: left;
  margin-right: 40px;
}

.cont_left_all li img {
  vertical-align: middle;
}

.cont_left_p {
  color: #fff;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
}

.cont_left_p p {
  line-height: 40px
}

.cont_right .gb {
  width: 820px;
  height: 515px;
  border-radius: 12px;
  /*background: #fff;*/
}




/* 路径 */
.nav-bread {
  padding: 0;
  height: 75px;
  line-height: 75px;
  font-size: 0;
  display: initial;
  float: right;
}

.nav-bread span {
  font-size: 14px;
  color: #888;
}

.nav-bread h2 {
  font-size: 24px;
  font-weight: 600
}

.nav-bread a {
  color: #888888;
  font-size: 14px;
  display: inline-block;
}

.nav-bread a:hover {
  color: #ff7737
}

.nav-bread a:after {
  content: "";
  padding: 0 10px;
  background: url(../images/nav-bread.png) no-repeat center 50%;
}

.nav-bread a:last-child:after {
  content: "";
  background: none;
}

/* 路径 */

/* 上下篇  */
.prenext-pro a.button {
  height: 70px;
  line-height: 70px;
  padding: 0 25px
}

.prenext-pro a.button:hover {
  background: #ff7737;
  color: #fff
}

.prenext-pro a.border {
  border: 1px solid #eee
}

/*分页 begin*/
.pagination li {
  margin: 0 5px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
}

.pagination li a {
  border-radius: 4px;
  color: #6e6e6e;
  background: #fff;
  padding: 12px 16px;
  border: 1px solid #DCDCDC;
}

/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,
.pagination li a:hover {
  background: #ff7737;
  color: #fff;
  border: 1px solid #ff7737;
}

/*分页 end*/

/* 标题样式-居中 */
.title-c {
  position: relative;
}

.title-c h3 {
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 auto 50px auto;
  font-weight: 600
}

.title-c h3:before {
  background: #FFD100;
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}

/* 标题样式-左 */
.title-l h2 {
  line-height: 28px;
  height: 28px;
  color: #333;
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

.title-l h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 20px;
  top: 4px;
  background: #ff7737;
  left: 0
}

/* 下拉分类 */
.nav-tree {
  font-size: 0;
  height: 75px;
  line-height: 75px
}

/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

.nav-tree li a {
  position: relative;
  display: block;
}

.nav-tree li a:after {
  content: '';
  height: 3px;
  width: 0;
  display: block;
  background: #2e9df7;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.nav-tree li a:hover:after,
.nav-tree li a.active:after {
  width: 100%;
  left: 0;
}

.nav-tree li a:hover,
.nav-tree li a.active {
  color: #333;
}

ul.nei_nav-tree {
  line-height: 40px;
  margin-top: 15px;
  height: 40px;
}

/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big {
  padding: 15px 25px
}

.filter-box dl {
  margin: 15px 0;
}

.filter-box dl dt {
  width: 8%;
  display: block;
  float: left;
  line-height: 24px;
  font-weight: normal
}

.filter-box dl dd {
  display: block;
  float: left;
  position: relative;
}

.filter-nav ul li {
  margin: 0;
  display: block;
  float: left;
  width: auto;
  line-height: 24px;
}

.filter-nav ul li a {
  margin: 0 10px 0 0;
  padding: 2px 10px;
  cursor: pointer;
  display: block;
  color: #6E6E6E;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.filter-nav ul li a:hover {
  color: #ff7737;
}

.filter-nav ul li a.active {
  color: #fff;
  background: #ff7737
}

.filter-nav ul li b {
  font-weight: normal;
}

/* 横向不带ICO导航 */
.nav-x {
  background: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

.nav-x .menu-toggle h3 {
  display: none
}

.nav-x ul {
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center
}

.nav-x li {
  display: inline-block
}

.nav-x li i {
  margin: 0px auto 5px auto;
  font-size: 24px;
  display: block;
}

.nav-x li a {
  font-size: 16px;
  height: 75px;
  line-height: 75px;
  color: #6e6e6e;
  text-align: center;
  display: block;
  position: relative;
}

.nav-x li a:hover {
  color: #333
}

.nav-x li a:after {
  content: '';
  height: 3px;
  width: 0;
  display: block;
  background: #2e9df7;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.nav-x li a.active:after,
.nav-x li a:hover:after {
  left: 0;
  width: 100%;
}

.col-2 {
  width: 10%
}

/* 横向不带ICO导航 */

/* 新闻列表 */
.new_img {
  height: 230px;
  overflow: hidden;
  margin: 20px;
}

.new_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transform: scale(1);
  transition: all 1s;
}

.list-news:hover .new_img img {
  transform: scale(1.05);
}

.list-news:hover .news-text {
  color: #666;
}

.list-news {
  margin-bottom: 30px;
  transition: all 0.8s
}

.list-news .news {
  position: relative;
}

.list-news .time {
  margin-top: 70px;
  margin-right: -20px;
  padding: 15px 0 10px 0;
  border-right: 1px solid #eee;
}

.list-news .time .text-large {
  font-size: 52px;
  line-height: 54px;
}

.list-news .news {
  margin-top: 50px;
  margin-left: 40px;
  margin-right: 50px;
}

.news-text {
  font-size: 15px;
  line-height: 32px;
}

.list-news .news h3 a {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px
}

.new_date {
  margin-bottom: 25px;
  color: #999;
}

.news-button {
  margin-top: 10px;
  font-size: 24px;
}

.list-news:hover a.news-button,
.list-news:hover h3 a {
  color: #ff7737;
}

.list-news:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(-5px);
}

/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {
  padding: 5px 0;
}

.list-post-text li a {
  display: block;
}

.list-post-text li.dot a {
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-post-text li.dot:hover a:before {
  background: #ff7737;
}

.list-post-text li.dot a:before {
  content: '';
  position: absolute;
  left: -2px;
  background: #ccc;
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 50%
}

/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li {
  position: relative;
  display: block;
  background: #FFF;
  margin-bottom: 20px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.normal-list li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 25px 30px 25px 50px;
  color: #333;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.normal-list li span {
  color: #888888;
  position: absolute;
  right: 30px;
  top: 28px
}

.normal-list li:hover {
  background: #ff7737;
  color: #FFF;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.normal-list li:hover a,
.normal-list li:hover span {
  color: #FFF
}

.normal-list li.dot:hover a:before {
  background: #fff;
}

.normal-list li.dot a {
  position: relative
}

.normal-list li.dot a:before {
  content: '';
  position: absolute;
  left: 30px;
  background: #ececec;
  width: 7px;
  height: 7px;
  top: 35px;
  border-radius: 50%
}

/* 下载详细页begin */
.download-detail {
  position: relative;
  z-index: 3
}

.download-detail .button-big {
  padding: 15px 25px
}

/* 下载详细页end */

/* ===视频教程 beign*/
/* ====视频教程列表 begin*/
.video-list .media {
  -webkit-transition: .5s;
  transition: .5s;
}

.video-list .media:hover {
  box-shadow: 0 30px 50px rgba(229, 229, 229, .8)
}

.video-list .media-img {
  position: relative;
  overflow: hidden
}

.video-list .media-body .padding-big {
  padding: 20px
}

.video-list .media-body h2 {
  margin: 0 0 20px 0;
  overflow: hidden
}

.video-list .media a.play {
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, .6);
  z-index: 2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.video-list .media .playtime {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0 8px;
  height: 20px;
  line-height: 18px;
  background: rgba(0, 0, 0, .5);
  z-index: 2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.video-list .media:hover a.collect,
.video-list .media:hover a.play {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.video-list .excerpt-info ul li.v2-1 {
  width: 50%
}

.video-list .excerpt-info ul li.v2-2 {
  width: 50%;
}

/* 视频教程列表 end*/

/* =====视频内容页 */
.video-detail .tab-head {
  border-radius: 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
  padding-left: 25px;
  border-bottom: 1px solid #EFEFEF
}

.video-detail .tab .tab-nav li {
  display: inline-block;
  width: 13%;
  margin: 0
}

/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {
  color: #616770;
  padding: 18px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  display: block;
  line-height: 20px;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
  text-align: center;
}

.video-detail .tab .tab-nav .active {
  border-radius: 0px;
}

.video-detail .tab .tab-nav .active a {
  margin-bottom: -1px;
  cursor: default;
  background: #FFF;
  border-bottom: 2px solid #ff7737;
  font-weight: 600
}

.video-detail .tab .tab-nav li a,
.video-detail .tab .tab-nav .active a:focus {
  outline: none;
}

.video-detail .tab .tab-body {
  border-radius: 0;
  border-top: solid 0px #ebebeb;
  padding: 25px
}

/* ======播放器 */
.jw-video {
  text-align: center;
  height: 510px;
  border-right: 1px solid #433D3D;
}

.jw-video video {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.jw-video-expense {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #616770;
  z-index: 1;
  display: none
}

.jw-video-expense .apply {
  position: absolute;
  left: 50%;
  margin-left: -176px;
  top: 50%;
  margin-top: -50px
}

.jw-video-expense .button {
  cursor: pointer
}

.video-period .price {
  font-size: 32px;
  margin-top: 5px
}

.video-buy-now {
  cursor: pointer;
  width: 130px;
  float: right
}

.video-free-now {
  width: 130px;
  padding: 10px 0;
  float: right
}

.video-title h1 {
  font-size: 24px;
  display: block;
}

.video-period-title {
  padding: 15px 10px 15px 20px
}

.video-period-list {
  overflow: hidden;
  height: 410px;
  overflow-y: auto
}

.video-period-list li {
  height: 69px;
  width: 100%;
  border-bottom: 1px #433D3D solid;
  position: relative;
  text-align: left
}

.video-period-list li a {
  display: block;
  padding: 8px 10px 8px 50px
}

.video-period-list li a.cur {
  background: #2D2D2D;
  display: block;
}

.video-period-list li:hover {
  background: #2D2D2D;
}

.video-period-list li p {
  font-size: 14px;
  color: #888888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.video-period-list li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  left: 18px;
  top: 15px;
  background: url(../images/video-ico.png) no-repeat;
  z-index: 4
}

.video-period-list li .video-info {
  padding-top: 8px;
  position: relative;
  color: #616770
}

.video-period-list li .video-info span {
  position: absolute;
  right: 0;
  width: 62px;
  text-align: right
}

.video-period-list li:last-child {
  border-bottom: none
}

.video-content-tit {
  padding: 5px 30px 0;
  line-height: 50px;
  border-bottom: 1px solid #ECEFF5
}

.video-content-tit h2 {
  font-size: 18px;
  color: #434C5A;
  border-bottom: 1px solid #434C5A;
  display: block;
  width: 72px;
  margin-bottom: -1px
}

/* 播放器 end*/
/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media {
  margin-bottom: 20px
}

.list-post-x .media.border {
  border: 0;
  border-bottom: 1px solid #ECEFF5;
  padding-bottom: 20px
}

.list-post-x .media img {
  transition: all .3s ease-out
}

.list-post-x .media .thumb-md {
  position: relative;
  max-width: 100px;
  overflow: hidden
}

.list-post-x .media .thumb-md .playtime {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  background: rgba(0, 0, 0, .6);
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.list-post-x .media .thumb-md .playicon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 18px
}

.list-post-x .media:hover img {
  transition: all .3s ease-out;
  transform: scale(1.1)
}

.list-post-x .media.media-x .float-left {
  margin-right: 15px
}

.list-post-x .media.media-x .float-right {
  margin-left: 15px
}

.list-post-x .media.media-x .media-body {
  text-align: left;
  padding: 0
}

.list-post-x .media a:hover {
  color: #434C5A
}

.list-post-x .media-body p {
  color: #888888;
  line-height: 22px
}

.list-post-x .media:last-child {
  margin-bottom: 0
}

/* 横向上图下字列表 end */
.list_img {
  background: #fff;
}

.list_img_div {
  width: 413px;
  height: 360px;
  overflow: hidden;
}

.list_img_div img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s
}

.list_img_div img:hover {
  transform: scale(1.1);
}

.mask {
  padding: 15px 0 20px 0;
}

.list_img:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06)
}

/*.list_img_div img{-webkit-filter: grayscale(100%);filter: grayscale(100%)}
.list_img_div:hover img{    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);}*/
/*公司简介内页*/
.channel-sing img {
  width: 100%;
  height: auto;
  animation: dongtai 8s linear infinite;
}

@keyframes dongtai {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }

}

.sing_bg {
  background: url(../images/about1.jpg);
  width: 100%;
  height: 380px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

.sing_bg .article {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  height: auto;
  overflow: inherit;
}

.sing_bg .post {
  background: #fff;
  padding: 65px 120px;
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  width: 1300px;
  z-index: 999;
  text-align: center;
}

.sing_bg .article .post h1 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 36px;
  /* margin-top: 40px; */
  position: relative;
}

.sing_bg .article .post h1:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 48%;
  background: #ff7737;
  bottom: -20px;
}

.sing_dl {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 4% 0;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.sing_dl:nth-child(1),
.sing_dl:nth-child(2),
.sing_dl:nth-child(3) {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
}

.sing_dl:nth-child(3),
.sing_dl:nth-child(6) {
  border-right: none;
}

.banner-sing dt {
  height: 90px;
  transition: transform 1.5s
}

.banner-sing dd {
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}

.banner-sing {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.article .post .sing_div p {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.sing_dl:hover dt {
  transform: rotateY(360deg);
}

.about_all {
  position: relative;
  overflow: hidden;
}

.about_our {
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 999;
  color: #fff;
  ;
  width: 1120px;
}

.about_our h1 {
  font-size: 30px;
  font-weight: bold;
}

.about_our p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

.about_all img {
  transition: all 2.5s;
  transform: scale(1);
}

.about_all:hover {
  cursor: pointer;
}

.about_all:hover img {
  transform: scale(1.1);
}

.about_fu {
  overflow: hidden;
}

.about_fu_dl {
  width: 50%;
  float: left;
  padding: 7% 5%;
  position: relative;
}

.about_fu_dl h1,
.about_fu_dls h1 {
  font-size: 80px;
  color: rgba(46, 157, 247, 0.06);
  position: absolute;
  right: 70px;
  top: 50px;
  font-weight: 1000;
}

.about_fu_dl:nth-child(1),
.about_fu_dl:nth-child(4) {
  background: #fbfdff;
}

.about_fu_dls {
  width: 100%;
  padding: 80px 60px 50px 60px;
  position: relative;
}

.about_fu_dl h3,
.about_fu_dls h3 {
  margin: 18px 0 10px 0;
  font-size: 22px;
}

.about_fu_dl:hover h3,
.about_fu_dls:hover h3 {
  color: #2e9df7;
  font-weight: bold;
}

.about_fu_dl:hover,
.about_fu_dls:hover {
  cursor: pointer;
}

.about_fu_dl p,
.about_fu_dls p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.bg_wite {
  background: #fff;
  padding-top: 60px;
}

.about_fu_dl img,
.about_fu_dls img {
  transition: transform 0.3s
}

.about_fu_dl:hover img,
.about_fu_dls:hover img {
  transform: rotate(360deg);
}

.about_yg {
  background: url(../images/about_yg.jpg);
  width: 100%;
  height: 440px;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.about_div {
  color: #fff;
  text-align: center;
}

.about_div h1 {
  font-size: 32px;
  font-weight: bold;
}

.about_div p {
  font-size: 18px;
  padding: 30px 50px;
  line-height: 30px;
}

.about_nav {
  overflow: hidden;
  margin-top: 15px;
  overflow: hidden;
}

.about_nav li {
  display: inline-table;
  background: #fff;
  margin: 10px 20px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.about_nav li a {
  display: block;
  padding: 16px 40px;
}

.about_li:hover {
  background: #ff7737;
}

.about_li:hover a {
  color: #fff;
}

.about_li a:after {
  content: '';
  width: 110%;
  height: 410%;
  position: absolute;
  top: -20px;
  left: 170px;
  transform: rotate(52deg);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.8s;
  z-index: 222;
}

.about_li:hover a:after {
  left: -10px;
}

.about_ygfc {
  text-align: center
}

.about_ygfc h1 {
  font-size: 30px;
  color: #2e9df7;
  font-weight: bold;
}

.about_ygfc h2 {
  margin: 6px 0;
}

.about_more {
  display: block;
  margin: 30px auto;
  width: 160px;
  height: 44px;
  border: 1px solid #999;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.about_more:hover {
  background: #ff7737;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

.about_more:after {
  content: '';
  width: 110%;
  height: 410%;
  position: absolute;
  top: -20px;
  left: 170px;
  transform: rotate(52deg);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.8s;
  z-index: 222;
}

.about_more:hover:after {
  left: 15px;
}


/* 内容 begin */
.article {
  overflow: hidden
}

.article .padding-large {
  padding: 50px;
}

.article .post h1 {
  font-size: 28px;
  font-weight: 600;
}

.article .post h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0
}

.article .post h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0
}

.article .post hr {
  margin: 10px 0;
  height: 1px
}

.article .post strong {
  font-size: 16px;
  margin: 10px 0
}

.article .post table {
  margin: 20px 0
}

.article .post table th {
  background: #daf0fd;
  color: #fff;
  border: 1px solid #fff
}

.article .post table tr.ue-table-interlace-color-single {
  background: #daf0fd
}

.article .post p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px
}

.article .post img {
  max-width: 100%;
  height: auto !important;
}

.article .post a {
  text-decoration: none;
}

.article .post a:hover {
  color: #ff7737;
  border-bottom: 0 solid #ff7737
}

.article .post .text-right {
  text-align: right
}

.article .post ul li {
  padding: 0 0 5px 20px;
  position: relative;
  font-size: 16px
}

.article .post ul li p {
  line-height: 24px
}

.article .post ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #888888;
  width: 7px;
  height: 7px;
  border-radius: 50%
}

.article .post ol {
  padding: 10px 0 0 0
}

.article .post ol.list-paddingleft-2 {
  position: relative
}

.article .post ol li {
  padding: 0;
  position: relative
}

.article .post ol li p {
  line-height: 26px;
  font-size: 16px;
  color: #888888
}

/* 内容 end */

/* 产品列表*/
.list_product {
  padding-top: 50px;
}

.product_x4 {
  width: 413px;
  float: left;
  margin: 0 10px;
}

.product-list .media {
  -webkit-transition: .3s;
  transition: .3s;
}

.product-list .media:hover {
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05);
}

.product-list .media-body {
  padding: 10px 0 0 0
}

.product-list .media:hover .media-body h2 a {
  color: #ff7737;
}

.v2-2 {
  font-size: 14px;
}

.tj_h2 {
  line-height: 40px;
}

.anl_h2 {
  float: left;
  width: 300px;
}

ul.anl_ul {
  float: right;
}

.anl_all {
  overflow: hidden;
}

.anl_all li {
  color: #666;
  margin: 0 20px;
  float: left;
  font-size: 15px;
}

.tuij_img {
  width: 360px;
  height: 230px;
  overflow: hidden;
}

.tuij_img img {
  width: 100%;
  transition: all .8s;
  transform: scale(1);
}

.tuij_cp:hover img {
  transform: scale(1.1);
}

.product_img {
  width: 360px;
  height: 245px;
  display: block;
  overflow: hidden;
}

.product_img img {
  height: auto;
  width: 100%;
}

.product_nav {
  display: inherit;
  float: left;
}

ul.product_nav li a {
  font-size: 18px;
}

.product_a {
  display: block;
  width: 280px;
  text-align: center;
  line-height: 75px;
  background: #2e9df7;
  color: #fff;
  float: left;
  font-size: 20px;
}

.product_a:hover {
  background: #ff7737;
  color: #fff;
}


/*产品列表*/


/* 产品详细页begin */
.product_h1 {
  border-bottom: 1px solid #eee;
  font-size: 26px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 150px;
}

.product-p {
  line-height: 58px;
  font-size: 18px;
}

.product-p img {
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.6s;
}

.product-p:hover img {
  transform: rotate(360deg);
}

.product-description .padding-large {
  padding: 30px 0 0 30px
}

.product-description .padding-large-top {
  padding: 0
}

.product-description p {
  line-height: 24px
}

.product-description .zoomimg {
  width: 474px
}

/* PC端独有 */

/* 产品详情TAB begin */
.product-overview {
  padding-top: 20px;
}

.product-overview .tab-head {
  border-radius: 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
  width: 100%;
  border-bottom: 1px solid #EFEFEF
}

.product-overview .tab .tab-nav li {
  display: inline-block;
  width: 12%;
}

.product-overview .tab .tab-nav li a {
  margin-bottom: -1px;
  color: #6E6E6E;
  padding: 20px 0;
  display: block;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  text-align: center;
}

.product-overview .tab .tab-nav .active {
  border-radius: 0px;
}

.product-overview .tab .tab-nav .active a {
  cursor: default;
  color: #ff7737;
  background: #FFF;
  border-bottom: 3px solid #ff7737;
}

.product-overview .tab .tab-nav li a,
.product-overview .tab .tab-nav .active a:focus {
  outline: none;
}

.product-overview .tab .tab-body {
  padding: 0;
  border-radius: 0;
  border-top: solid 0px #ebebeb;
}

/* 产品详情TAB END */



/* 放大镜 begin */
#zoomimg {
  cursor: pointer;
  display: block
}

.pro-thumb .item img {
  border: 1px solid #ececec
}

.pro-thumb .item:hover img {
  border: 1px solid #ff7737
}

.pro-thumb:hover .owl-nav .owl-prev,
.pro-thumb:hover .owl-nav .owl-next {
  opacity: .6;
}

/* 放大镜 end */

/* 商品参数 */
.attribute li {
  position: relative;
  color: #666;
  line-height: 32px;
}

/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {
  color: #999
}

/* 商品参数 end */

/* 商品详情 */
.content img {
  max-width: 100% !important;
  height: auto !important;
}

/* 商品详情 end */

/* 产品详细页end */

.job-list {
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.job-list:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.job-list dt {
  font-weight: normal
}

/* 弹出层*/

.dialog {
  border-radius: 0;
  border: 0 solid #ebebeb;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dialog .dialog-head {
  font-size: 18px;
  border-bottom: 0;
  background: #FFF;
  color: #383838;
}

.dialog .dialog-head .close {
  float: right;
  line-height: 24px
}

.dialog .dialog-body {
  padding: 10px 40px 40px 40px;
}

.dialog-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px
}

.dialog-body .form-group {
  padding-bottom: 20px
}

.dialog-body .input {
  height: 48px;
  line-height: 24px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  width: 100%;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
  background: transparent;
}

.dialog-body .textarea {
  padding: 10px 12px;
  line-height: 24px;
  width: 100%;
  background: transparent;
  border: 1px solid #ebebeb;
}

.dialog-body .label {
  padding-bottom: 10px;
  display: block;
  line-height: 24px;
}

.dialog-body .label label {
  font-weight: 400;
}

.dialog-body select {
  padding: 0 30px 0 8px;
  color: #ADADAD;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: solid 1px #ebebeb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-down.png) no-repeat right 50%;
}

.dialog-body .form-tips .dialog-body .input-help ul {
  border: solid 0px #ebebeb;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 0 #fff;
  border-radius: 0 0 4px 4px;
  width: 150px;
  min-width: 150px;
  width: auto;
  _width: 150px;
  color: #EE3333;
  font-size: 12px
}

.dialog-body .input::-webkit-input-placeholder,
.dialog-body .textarea::-webkit-input-placeholder {
  color: #6E6E6E;
}

.dialog-body .input:-moz-placeholder,
.dialog-body .textarea:-moz-placeholder {
  color: #6E6E6E;
}

.dialog-body .input::-moz-placeholder,
.dialog-body .textarea::-moz-placeholder {
  color: #6E6E6E;
}

.dialog-body .input:-ms-input-placeholder,
.dialog-body .textarea:-ms-input-placeholder {
  color: #6E6E6E;
}

.dialog-body .input-group .addon {
  background-color: #fff;
  border: 0px solid #EBEBEB;
  border-radius: 0px;
  line-height: 1;
  padding: 0;
  text-align: center
}

.dialog-body .input-group .addon img {
  max-height: 50px
}

/* 弹出层 end*/

/*  联系我们begin  */
.map_div {
  height: 600px;
}

.inside h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px
}

.inside .contact {
  padding: 0 0 50px 0;
}

.inside .contact hr {
  height: 1px;
  background: #F2F2F2
}

.inside .contact .media {
  margin: 0;
  padding: 0 0 30px 0;
}

.inside .contact .media span {
  width: 42px;
  height: 42px;
  line-height: 64px;
}

.inside .contact .media i {
  font-size: 36px;
}

.inside .contact .media .media-body {
  padding: 0 0 0 10px;
  margin-top: 0px;
}

.inside .contact .media .media-body a,
.inside .contact .media .media-body p {
  color: #333;
}

.inside .wx {
  border: 1px solid #eee;
  padding: 20px 30px;
}

.home-contact {
  background: #cacaca
}

.home-contact .title {
  position: relative;
  width: 590px;
  float: right;
  text-align: left;
}

.home-contact .title h2 {
  font-size: 64px;
  line-height: 64px;
  padding-top: 25%;
  padding-right: 50px;
  padding-bottom: 30px;
}

.home-contact .title h2 span {
  color: #ff7737
}

.home-contact .title a {
  font-size: 24px;
  text-decoration: none;
  border-bottom: 2px solid #ff7737;
  color: #FFF;
}

.home-contact .title a:hover {
  border-bottom: 0 solid #82CC37;
}

.home-contact .gb {
  position: relative;
  width: 590px;
  float: right;
  text-align: left;
}

/*guestbook*/
.guestbook {
  padding: 60px 50px 28px 55px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.guestbook form {
  margin-top: 45px;
}

.guestbook h2 {
  font-size: 40px;
  font-weight: normal;
  text-align: left;
  line-height: 40px;
}

.guestbook .padding {
  padding: 50px;
}

.guestbook .form-group {}

.guestbook input.input1 {
  width: 350px;
  float: left;
}

.guestbook input.input1:nth-child(2) {
  margin-left: 15px;
}

.guestbook input.input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e8e8e;
}

.guestbook input.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e;
}

.guestbook input.input::-ms-input-placeholder {
  /* IE 10+ */
  color: #8e8e8e;
}

.guestbook input::-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e;
}

.form-button input {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 12px;
}

.guestbook .input {
  font-size: 16px;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
  border: 1px solid #d5d5d5;
  margin-top: 25px;
  border-radius: 12px;
}

.form-button input:hover {
  background: #2e9df7;
}

.guestbook .textarea {
  padding: 12px;
  line-height: 24px;
  width: 100%;
  font-size: 16px;
  background: #fff;
  border: 0;
}

.guestbook .label {
  display: block;
  line-height: 24px;
}

.guestbook .label label {
  font-weight: 400;
}

.guestbook .field {
  font-size: 16px
}

.guestbook select {
  font-size: 16px;
  padding: 0 35px 0 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/select-down.png) no-repeat right 50%;
  color: #666;
}

.guestbook .form-tips .guestbook .input-help ul {
  border: 0;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 0 #fff;
  border-radius: 0 0 4px 4px;
  width: 150px;
  min-width: 150px;
  width: auto;
  _width: 150px;
  color: #EE3333;
  font-size: 12px
}

.guestbook .input::-webkit-input-placeholder,
.guestbook .textarea::-webkit-input-placeholder {
  color: #111;
  font-size: 16px;
}

.guestbook .input:-moz-placeholder,
.guestbook .textarea:-moz-placeholder {
  color: #111;
  font-size: 16px;
}

.guestbook .input::-moz-placeholder,
.guestbook .textarea::-moz-placeholder {
  color: #111;
  font-size: 16px;
}

.guestbook .input:-ms-input-placeholder,
.guestbook .textarea:-ms-input-placeholder {
  color: #111;
  font-size: 16px;
}

/* 联系我们end */

.channel-banner {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  overflow: hidden;
}

.channel-banners {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: dongtai 8s linear infinite;
  height: 350px;
}

.channel-banner .banner-info {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  z-index: 3
}

.channel-banner .banner-info h3 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px
}

.channel-banner .banner-info h3:before {
  right: 0;
  margin-left: -15px;
  bottom: -10px;
  width: 70px;
  height: 3px;
  background: #ff7737;
  content: '';
  display: block;
  position: absolute;
}

.channel-banner .banner-info p {
  font-size: 20px;
}



/* 底部地图版权 begin*/
.foot_cont {
  width: 345px;
  margin-bottom: 15px;
}

.foot_mid {
  margin: 0 130px;
}

.foot_cont h2 {
  font-size: 20px;
  font-weight: normal;
  color: #010101;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.foot_cont h2:after {
  content: '';
  height: 3px;
  width: 50px;
  background: #ff7737;
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
}

.foot_cont p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}

footer h3 {
  font-weight: 700;
  color: #fff
}

footer ul li.item-1 {
  width: 15%
}

footer ul li.item-2 {
  width: 15%
}

footer ul li.item-3 {
  width: 15%
}

footer ul li.item-4 {
  width: 15%
}

footer ul li.item-5 {
  width: 30%
}

footer ul li.item-6 {
  width: 10%
}

footer ul li ul li a {
  line-height: 32px;
  color: #888
}

footer ul li ul li a:hover,
footer .contact .media .media-body a:hover {
  color: #fff;
}

footer .contact {
  padding-top: 3px
}

footer .contact .media {
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;
}

footer .contact .media span {
  width: 24px;
  height: 24px;
}

footer .contact .media i {
  line-height: 24px;
}

footer .contact .media .media-body a,
footer .contact .media .media-body {
  padding: 0;
  color: #888;
  line-height: 24px;
}

footer .qr {
  margin-left: 20px;
  background: #484848;
}

footer .qr img {
  width: 100%
}

footer .copyright {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
}

footer .copyright a {
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
}

footer .copyright img {
  vertical-align: middle;
  margin-left: 20px;
}

footer .tab-head {
  border-radius: 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
  padding: 0;
  border-bottom: 1px solid #404040
}

footer .tab .tab-nav li {
  display: inline-block;
  width: auto;
  margin: 0 20px 0 0
}

footer .tab .tab-nav li a {
  color: #888;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  line-height: 20px;
  border-radius: 0;
  font-size: 16px;
}

footer .tab .tab-nav .active {
  border-radius: 0px;
}

footer .tab .tab-nav .active a {
  margin-bottom: -1px;
  cursor: default;
  border-bottom: 1px solid #FFB133;
}

footer .tab .tab-nav li a,
footer .tab .tab-nav .active a:focus {
  outline: none;
}

footer .tab .tab-body {
  border-radius: 0;
  border-top: solid 0px #ebebeb;
  padding: 25px 0
}

footer .tab .tab-body .flink a {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px
}

footer .tab .tab-body .flink a img {
  width: 110px;
  height: 58px;
}

/* 底部地图版权 end*/
@media screen and (max-width:1440px) {
  .container-layout {
    max-width: 98%;
  }
}


/*服务之道*/
.container {
  width: 1300px;
  margin: 0 auto;
}

.server_all {
  display: table;
  width: 100%;
  height: 100%;
}

.service_title {
  color: #fff;
  text-align: left;
  width: 460px;
}

.vertical {
  display: table-cell;
  vertical-align: middle;
}

.service_title h1 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
}

.service_title h1:after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  background: #fff;
  position: absolute;
  bottom: -20px;
}

.service_title_p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 80px;
}

.service_more {
  display: block;
  width: 150px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  margin-top: 50px;
  font-size: 15px;
  float: left;
  margin-right: 60px;
}

.service_title1 {
  color: #222;
  text-align: right;
  width: 500px;
}

.service_title1 h1 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
}

.service_title1 h1:after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  background: #333;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.service_title1 .service_more {
  display: block;
  width: 150px;
  height: 45px;
  border: 1px solid #333;
  border-radius: 25px;
  color: #333;
  text-align: center;
  line-height: 45px;
  margin: 50px 0 0 60px;
  font-size: 15px;
  float: right;
}

.service_more:hover {
  color: #ff7737;
}

.tuiguang {
  position: relative;
}

.tuiguang img {}

.tuiguang1 {
  left: 14%;
  position: absolute;
  z-index: 0;
  top: 12%;
  height: 48%;
}

.tuiguang2 {
  left: 19%;
  position: absolute;
  z-index: 1;
  top: 53%;
  height: 48%;
}

.tuiguang3 {
  left: 0;
  position: absolute;
  z-index: 3;
  top: 29%;
  height: 49%;
}

#pageContain {
  overflow: hidden;
}

.page {
  box-shadow: 1px 1px 4px 0 #000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.current .contain,
.slide .contain {
  display: block;
}

.current {
  display: block;
  z-index: 1;
}

.slide {
  display: block;
  z-index: 2;
}

.swipe {
  display: block;
  z-index: 3;
  transition-duration: 0ms !important;
  -webkit-transition-duration: 0ms !important;
}

.section1 {
  background: url(../images/service1.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.section2 {
  background: url(../images/service2.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.section3 {
  background: url(../images/service3.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.section4 {
  background: url(../images/service2.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.section5 {
  background: url(../images/service5.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.page1-box,
.page2-box,
.page3-box,
.page4-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: scaleAll .7s ease-in-out 1.6s both;
  -moz-animation: scaleAll .7s ease-in-out 1.6s both;
  -ms-animation: scaleAll .7s ease-in-out 1.6s both;
  animation: scaleAll .7s ease-in-out 1.6s both;
}

/*服务之道end*/

.banner_video {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.banner_video {
  position: relative;
  z-index: 0;
}

.vide_background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: -webkit-linear-gradient(left, rgba(5, 44, 76, .6) 0%, rgba(30, 95, 116, 0.4) 100%);
  z-index: 9;
  top: 0;
  text-align: center;
  color: #fff;
  display: table;
}

.vide_background h1 {
  font-size: 150px;
  font-weight: bold;
  position: relative;
  font-family: 'Conv_DINCondensedC';
  margin-bottom: 40px;
  height: 150px;
  line-height: 150px;
}

.vide_background h1 span {
  font-size: 34px;
  font-weight: normal;
}

.vide_background p {
  font-size: 20px;
  line-height: 30px;
}

.vide_background h1:after {
  content: '';
  height: 1px;
  width: 40%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: -10px;
  left: 30%;
}


.yg_h3 {
  font-size: 30px;
  text-align: center;
}

.yuang_more {
  font-size: 16px;
  text-align: center;
  display: block;
}

.yg_li {
  font-size: 17px;
  text-align: center;
  margin: 0 30px;
  display: inline;
  position: relative;
}

.yg_li span {
  height: 46px;
  line-height: 46px;
}

.yg_ul {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.yg_li:hover {
  color: #ff7737;
  cursor: pointer;
}

.yg_li:after {
  content: '';
  height: 3px;
  width: 0;
  display: block;
  background: #ff7737;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transition: all 0.6s;
}

.yg_li:hover:after {
  width: 100%;
  left: 0;
}

.img_padding {
  margin-bottom: 50px
}

/*个人简介*/
.gr_h1 {
  font-size: 24px;
  text-align: left;
  position: absolute;
  top: -60px;
  left: 360px
}

.gr_div_all {
  position: relative;
}

.gr_div_right {
  position: absolute;
  top: -80px;
  left: 50px;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 275px;
  height: 245px;
}

.gr_div_right img {
  border-radius: 20px;
  width: 255px;
  height: 225px;
}

.gr_div {
  margin-left: 380px;
}

.gr_div h1 {
  font-size: 36px;
  font-weight: bold;
}

.gr_div h1 span {
  margin-left: 30px;
  font-size: 16px;
  color: #fc5c04;
  background: rgba(252, 92, 4, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: normal;
}

.gr_div p {
  font-size: 16px;
  margin-top: 20px;
}

.yg_pd {
  padding: 80px 80px 40px 80px;
}

.yg_pd_p {
  margin-bottom: 30px;
  font-size: 16px;
  overflow: hidden;
}

.yg_pd_p span {
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
  padding-left: 15px;
}

.yg_pd_p span:before {
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #fc5c04;
  position: absolute;
  left: 0;
  top: 10px;
}

.yg_pd_div {
  overflow: hidden;
}

.yg_pd_all {
  float: left;
  margin: 0 12px;
  text-align: center;
  width: 260px;
  overflow: hidden;
}

.yg_pd_img {
  width: 260px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.yg_pd_all:hover .yg_pd_img img {
  transform: scale(1.15);
}

.yg_pd_div p {
  line-height: 34px;
  font-size: 15px;
  color: #666;
}

.yg_pd_img img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}

.gr_shipin video {
  border-radius: 30px;
  margin-top: 15px;
}

.ygfc_img {
  text-align: center;
}

.yg_span {
  float: left;
}

.yg_jn {
  float: left;
}

.yg_jn p {
  line-height: 30px;
}

/*个人简介end*/


/*网站建站详情*/
.wz_div {
  position: relative;
}

.wz_section1 {
  background: url(../images/wz_section1.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.wz_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.wz_video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  background-attachment: fixed;
}

.wz_all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.wz_wz {
  margin: 18% 0 0 16%;
}

.wz_h1 {
  font-size: 46px;
  font-weight: bold;
}

.wz_span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: block;
  line-height: 30px;
  margin-bottom: 23px;
}

.wz_p {
  font-size: 20PX;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 20px;
  display: initial;
}

.wz_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  left: 0;
  height: 130px;
}

.wz_bottom_cont {
  width: 1100px;
  margin: 0 auto;
}

.wz_bottom h2 {
  font-size: 22px;
  font-weight: bold;
}

.wz_bottom p {
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 35px;
}

.wz_dl {
  text-align: center;
  margin: 0 50px;
}

.wz_dl dt {
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  line-height: 65px;
}

.wz_dl dt img {
  vertical-align: middle;
  transition: all 1s;
}

.wz_dl:hover dt img {
  transform: rotateY(360deg)
}

.wz_dl dd {
  margin-top: 10px;
}

.wz_bottom_left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
}

.wz {
  background: #fff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

.wz_pc {
  padding: 80px 0 0 0;
}

.wz_pc_h1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  position: relative;
}

.wz_pc_h1:after {
  content: '';
  height: 3px;
  width: 40px;
  display: block;
  background: #ff7737;
  position: absolute;
  top: 55px;
  left: 49%;
}

.wz_pc_p {
  font-size: 16px;
  text-align: center;
}

.wz_pc_img {
  text-align: center;
}

.wz_pc_dl {
  width: 380px;
  color: #222;
  padding: 35px 30px 0 30px;
  height: 360px;
  transition: all 1s;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.wz_pc_dl:hover {
  background: #451a6c;
  color: #fff;
  transform: translateY(-15px);
  ;
}

.wz_pc_dl:hover p {
  color: #fff;
}

.wz_pc_dl h2 {
  font-size: 22px;
  font-weight: bold;
}

.wz_pc_dl span {
  font-size: 18px;
}

.wz_pc_dl p {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin: 7px 0 16px;
}

.wz_pc_dl dt {
  position: absolute;
  right: 20px;
  top: 30px;
}

.wz_pc_dl dt img {
  width: 70%;
  transition: all 1.5s;
}

.wz_pc_dl:hover dt img {
  transform: rotateY(360deg);
}

.pc_ys {
  overflow: hidden;
}

.pc_ys_dl {
  position: relative;
  width: 25%;
}

.pc_ys_dl:after {
  content: '';
  display: block;
  background-color: rgba(51, 51, 51, .9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pc_ys_dl:hover:after {
  background: rgba(92, 33, 117, 0.8);
}

.pc_ys_dl:hover dl dt {
  transform: rotateY(360deg) translateY(-20px);
}

.pc_ys_dl:hover dl h3 {
  transform: translateY(-20px);
}

.pc_ys_dl dl {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 999;
}

.pc_ys_dl dl dt {
  width: 50px;
  margin: 0 auto;
  padding-top: 40%;
  transition: all 1s;
}

.pc_ys_dl dl h3 {
  font-size: 20px;
  margin-top: 55px;
  position: relative;
  transition: all 1s;
}

.pc_ys_dl dl h3:before {
  content: '';
  height: 2px;
  width: 30px;
  display: block;
  background: #fff;
  left: 47%;
  position: absolute;
  top: -20px;
}

.pc_ys_dl dl p {
  font-size: 16px;
  padding: 0 60px;
  margin-top: 30px;
  visibility: hidden;
  transition: all 1s;
}

.pc_ys_dl:hover dl p {
  visibility: visible;
  transform: translateY(-20px);
}

div.wz_sj_all {
  margin-top: 60px;
}

.wz_sj_dl {
  width: 133px;
  text-align: center;
  margin: 0 78px;
}

.wz_sj_dl:nth-child(1) {
  margin-left: 0;
}

.wz_sj_dl:nth-child(5) {
  margin-right: 0;
}

.wz_sj_dl dd {
  margin-top: 15px;
  font-size: 16px;
}

.wz_sj_dl dt {
  background: url(../images/sj_bg1.png) no-repeat left top;
  transition: all 1s;
}

.wz_sj_dl:hover dt {
  transform: rotate(360deg);
}

.wz_sj_dl:hover dd {
  color: #ff7737;
  font-weight: bold;
}

.gzh_all dl {
  width: 280px;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  padding: 40px 0;
  text-align: center;
  margin-right: 60px;
  position: relative;
  background: #fff
}

.gzh_all dl:nth-child(4) {
  margin-right: 0;
}

.gzh_all dl dd {
  font-size: 16px;
}

.gzh_all dl h2 {
  font-size: 22px;
  font-weight: bold;
}

.gzh_all dl p {
  margin-top: 20px;
}

.gzh_all dl span {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.gzh_dt {
  position: absolute;
  top: -50px;
  left: 95px;
  width: 90px;
  height: 90px;
  line-height: 86px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
}

.gzh_dt img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  transition: all 0.7s;
}

.gzh_all dl:hover .gzh_dt img {
  transform: rotate(360deg);
}

.gzh_all dl dd {
  margin-top: 30px;
}

.gzh {
  background: #fafafa;
  padding: 10px 0 80px 0;
}

.xcx_bg {
  background: url(../images/xcx.jpg);
  color: #fff;
  padding: 80px 0 70px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
}

.xcx_img {
  text-align: center;
  margin-top: 60px;
}

.xcx_div {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #eee;
  text-align: center;
  padding: 55px 20px 0 20px;
  position: absolute;
}

.xcx_div h2 {
  font-weight: bold;
}

.xcx_div p {
  margin-top: 10px;
}

.xcx_all {
  position: relative;
}

.xcx_div:nth-child(2) {
  top: 20px;
  left: 40px;
}

.xcx_div:nth-child(3) {
  top: 280px;
  left: 190px;
}

.xcx_div:nth-child(4) {
  top: 20px;
  right: 40px;
}

.xcx_div:nth-child(5) {
  top: 280px;
  right: 190px;
}

.xcx .wz_pc_h1:after {
  background: #fff;
}


/*百度推广详情*/
.tg_section1 {
  color: #fff;
  position: relative;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.tg_bg {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  background-attachment: fixed;
  animation: dongtai 9s linear infinite;
  z-index: -1;
}

.tg_all {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0
}

.tg_tg {
  position: absolute;
  top: 1%;
  left: 1%;
}


.tg_dl {
  width: 380px;
  color: #222;
  padding: 35px 30px 0 30px;
  transition: all 1s;
  position: relative;
  margin: 0 26px;
  /* border-right: 1px solid #eee; */
}

.tg_dl:nth-child(3) {
  border: none;
}

.tg_dl h2 {
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  position: absolute;
  z-index: 99;
  left: 42px;
  top: 40px;
}

.tg_dl ul li {
  line-height: 40px;
  font-size: 16px;
  background: url(../images/tg_icon.png) no-repeat left 10px;
  padding-left: 33px;
}

.tg_dl dt {
  position: absolute;
  font-size: 66px;
  line-height: 66px;
  color: #74cc4d;
  left: 0;
  top: 0;
  z-index: 0;
}

.alb_all {
  background: #FAFAFA;
  padding-top: 65px;
}

.alb_dl {
  width: 25%;
  position: relative;
  height: 526px;
}

.alb_dl dt {
  height: 526px;
  position: relative;
  overflow: hidden;
}

.alb_dl dt:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.alb_dl dd {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  text-align: center;
  padding: 40% 15% 0 15%;
}

.alb_dl dd h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  transition: all 0.8s;
}

.alb_dl:hover dd h2 {
  transform: translateY(-130%);
  color: #74cc4d;
}

.alb_dl:hover dd span {
  transform: translateY(-260%);
}

.alb_dl dd p {
  line-height: 30px;
  font-size: 16px;
  transition: all 1s;
  visibility: hidden;
  margin-top: 10px;
}

.alb_dl:hover dd p {
  visibility: visible;
  transform: translateY(40%);
}

.alb_dl dd span {
  font-size: 14px;
  color: #999;
  transition: all 1s;
  display: block;
}

.alb_dl dd:after {
  content: '';
  height: 10%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  left: 50%;
  position: absolute;
  top: 40%;
  transition: all 1s;
}

.alb_dl:hover dd:after {
  transform: translateY(180%);
  height: 15%;
}

.acg_dl {
  width: 390px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  padding: 60px 50px 0 50px;
  margin: 50px 60px 0 0;
  text-align: center;
  height: 320px;
  transition: all 0.8s;
}

.acg_dl:nth-child(3),
.acg_dl:nth-child(6) {
  margin-right: 0;
}

.acg_dl h2 {
  font-size: 22px;
  font-weight: bold;
}

.acg_dl:hover h2 {
  color: #74cc4d;
}

.acg_dl p {
  margin-top: 20px;
}

.acg_dl dt {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eee;
  line-height: 90px;
  margin: 0 auto;
  position: relative;
  transition: all 0.8s
}

.acg_dl dt:after {
  content: '';
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -7px;
  border: 1px solid #eee;
}

.acg_dl dt img {
  vertical-align: middle;
  width: 54px;
}

.acg_dl dd {
  margin-top: 25px;
}

.acg_dl:hover {
  transform: translateY(-15px);
}

.acg_dl:hover dt {
  transform: rotate(360deg)
}

.tb_all {
  padding-bottom: 60px;
}

.tb_dl {
  width: 610px;
  border-radius: 10px;
  height: 180px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 55px;
  position: relative;
}

.tb_dl:nth-child(odd) {
  margin-right: 80px;
}

.tb_dl h2 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
}

.tb_dl p {
  line-height: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.tb_dl dd {
  transition: all 1s;
}

.tb_dl dt {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #eee;
  line-height: 63px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: -30px;
  transition: all 1s;
  border: 4px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.tb_dl dt span {
  font-size: 22px;
  font-weight: bold;
  font-style: oblique;
}

.tb_dl:hover dt {
  transform: translateX(-440px);
  background: #74cc4d;
  color: #fff;
}

.tb_dl:hover dd {
  transform: translateY(14px);
}

.tb_dl:hover dd h2 {
  color: #ff7737;
}


/*运营托管*/
.yuny_bg {
  position: relative;
}

.yuny_bg:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(37, 5, 82, 0.5);
}

.yuny_dl {
  width: 33.33%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  position: relative;
  transition: all 0.6s;
  margin: 0;
  text-align: center;
}

.yuny_dl h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.yuny_dl p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  width: 345px;
  height: 120px;
  margin: 0 auto;
}

dl.yuny_dlon {
  background: #74cc4d;
  position: relative;
  z-index: 99;
  margin: -20px -22px;
  color: #fff;
  width: 36%;
}

dl.yuny_dlon p {
  color: #fff;
}

.yun_bg {
  background: url(../images/yuny_bg.jpg) no-repeat left top;
  padding-top: 70px;
  color: #fff;
  position: relative;
  height: 799px;
}

.yun_bg h1 {
  text-align: center;
  font-weight: bold;
  font-size: ;
}

.problem_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.problem_bg img {
  animation: zhuan 15s infinite linear;
}

@keyframes zhuan {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}

.problem_img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.problem_div {
  position: relative;
}

.problem_1 {
  width: 394px;
  height: 66px;
  position: absolute;
  top: 70px;
  left: 230px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 52px;
  animation: move 1s ease infinite alternate;
  background: url(../images/problem_sbg1.png) no-repeat left center;
}

.problem_2 {
  width: 351px;
  height: 66px;
  position: absolute;
  top: 200px;
  left: 130px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 52px;
  animation: move 1s ease infinite 0.2s alternate;
  background: url(../images/problem_sbg2.png) no-repeat left center;
}

.problem_3 {
  width: 414px;
  height: 65px;
  position: absolute;
  top: 330px;
  left: 60px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 52px;
  animation: move 1s ease infinite 0.4s alternate;
  background: url(../images/problem_sbg3.png) no-repeat left center;
}

.problem_4 {
  width: 379px;
  height: 66px;
  position: absolute;
  top: 450px;
  left: 120px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 52px;
  animation: move 1s ease infinite 0.6s alternate;
  background: url(../images/problem_sbg4.png) no-repeat left center;
}

.problem_5 {
  width: 430px;
  height: 66px;
  position: absolute;
  top: 90px;
  right: 148px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 65px;
  animation: move 1s ease infinite 0.8s alternate;
  background: url(../images/problem_sbg5.png) no-repeat left center;
}

.problem_6 {
  width: 397px;
  height: 66px;
  position: absolute;
  top: 200px;
  right: 108px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 65px;
  animation: move 1s ease infinite 1s alternate;
  background: url(../images/problem_sbg6.png) no-repeat left center;
}

.problem_7 {
  width: 408px;
  height: 66px;
  position: absolute;
  top: 325px;
  right: 40px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 65px;
  animation: move 1s ease infinite 1.2s alternate;
  background: url(../images/problem_sbg7.png) no-repeat left center;
}

.problem_8 {
  width: 321px;
  height: 66px;
  position: absolute;
  top: 460px;
  right: 158px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding-left: 65px;
  animation: move 1s ease infinite 1.4s alternate;
  background: url(../images/problem_sbg8.png) no-repeat left center;
}

@keyframes move {
  0% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(5px);
  }
}

.yun_bg1 {
  background: #fafafa;
  padding: 70px 0 60px 0;
}

.yunbz_dl {
  background: #fff;
  width: 260px;
  height: 330px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  text-align: center;
  margin-right: 80px;
}

.yunbz_dl:nth-child(4) {
  margin-right: 0;
}

.yunbz_dl dt {
  margin-top: 30px;
  transition: all 0.8s;
}

.yunbz_dl h2 {
  font-size: 24px;
  margin-top: 15px;
  font-weight: bold;
}

.yunbz_dl span {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.yunbz_dl p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.yunbz_dl:hover dt {
  transform: rotateY(360deg);
}

.yunbz_dl:hover {
  transform: translateY(15px);
}


/*抖音*/
.dy_bg img {
  animation: dongtai 9s linear infinite;
}

.dy_bg:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(21, 1, 62, 0.5);
}

.douyin_bg {
  background: url(../images/douyin_bg.png) no-repeat center top;
  width: 100%;
  overflow: hidden;
  padding-top: 55px;
}

.douyin_div {
  width: 300px;
  position: relative;
}

.douyin_div h2 {
  font-size: 24px;
  font-weight: bold;
}

.douyin_div p {
  font-size: 16px;
  margin-top: 18px;
}

.douyin_div span {
  font-size: 50px;
  color: #F3F8FD;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}

.douyin_div:nth-child(1),
.douyin_div:nth-child(3) {
  text-align: right;
  margin-left: 50px;
}

.douyin_div:nth-child(3),
.douyin_div:nth-child(4) {
  margin-top: 80px;
}

.douyin_div:nth-child(2),
.douyin_div:nth-child(4) {
  margin-left: 600px;
}

.douyin_div:nth-child(2) span,
.douyin_div:nth-child(4) span {
  position: absolute;
  top: -40px;
  left: 0;
}

.douyintit_bg {
  background: url(../images/douyin_bg.jpg) no-repeat center top;
  padding: 90px 0 0 0;
  color: #fff;
  height: 357px;
}

.douyin_tit {
  text-align: center;
}

.douyin_tit p {
  font-size: 32px;
}

.douyin_tit h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 15px;
}

.douyin_tit span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  line-height: 30px;
}

.douyin_more {
  width: 160px;
  height: 44px;
  background: #fff;
  display: block;
  margin: 30px auto;
  font-size: 16px;
  line-height: 44px;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

a.douyin_more:hover {
  background: #ff7737;
  color: #fff;
}

.douyin_dl {
  width: 608px;
  height: 257px;
  padding: 65px 90px 0 156px;
  background-size: 100%;
  transition: all 0.6s;
}

.douyin_dl:hover {
  transform: translateY(-10px);
}

.douyin_dl:nth-child(1) {
  background: url(../images/douy_im1.png) no-repeat left top;
}

.douyin_dl:nth-child(2) {
  background: url(../images/douy_im2.png) no-repeat left top;
  padding-left: 205px;
}

.douyin_dl:nth-child(3) {
  background: url(../images/douy_im3.png) no-repeat left top;
}

.douyin_dl:nth-child(4) {
  background: url(../images/douy_im4.png) no-repeat left top;
  padding-left: 205px;
}

div.douyin_ys_all {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.douyin_ys {
  position: absolute;
  left: 0;
  right: 0;
  top: 168px;
  text-align: center;
}

.douyin_ys img {
  animation: zhuan 6s infinite linear;
}

.douyin_ys h3 {
  font-size: 26px;
  color: #fff;
  width: 70px;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 99;
  margin: 0 auto;
}

.douyin_dl h2 {
  font-size: 24px;
}

.douyin_dl h2 span {
  font-weight: bold;
  font-size: 30px;
  color: #3269FF;
}

.douyin_dl p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.contain {
  width: 1216px;
  margin: 0 auto;
}

.zengz_bg {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.zengz_div {
  background: #FAFAFA;
  padding-bottom: 20px;
  padding-top: 60px;
}

.zengz {
  text-align: center;
  width: 320px;
  padding: 40px 45px 0 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 380px;
  margin-bottom: 50px;
  overflow: hidden;
  transition: all 0.8s
}

.zengz h1 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 60px;
  height: 60px;
}

.zengz p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 28px;
}

.zengz:hover {
  background: #74cc4d;
  color: #fff;
  transform: translateY(-20px);
  height: 400px;
}

.zengz:hover h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.zengz span {
  font-size: 80px;
  font-weight: bold;
  margin-top: 24px;
  display: block;
  color: rgba(116, 204, 77, 0.15);
}

.zengz:hover span {
  color: rgba(255, 255, 255, 0.5);
}
.co{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 8px;
}
.ck{
    font-size: 22px;
}