.c-header-home_container {
  text-align: left;
}
.c-header-home_container h1 {
  font-weight: normal;
}
.c-header-home_container i {
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #fff;
  margin-bottom: 20px;
}
.c-header-home_container h3 {
  font-size: 65px;
  font-weight: normal;
}
body > div {
  height: 100%;
}
#js-barba-wrapper {
  position: relative;
}
#js-barba-wrapper .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 15px;
  text-align: center;
}
#js-barba-wrapper .header > i {
  width: 9px;
  height: 37px;
  background: url(../images/c3.jpg);
}
#js-barba-wrapper .header > img {
  margin-left: 75px;
  cursor: pointer;
}
#js-barba-wrapper .header > img:nth-child(3) {
  display: none;
}
#js-barba-wrapper .header > a {
  display: inline-block;
  padding: 15px 2% 20px;
  color: #fff;
}
#js-barba-wrapper .header > a b {
  display: block;
  width: 0;
  margin-top: 5px;
  border-bottom: 1px solid #fff;
}
#js-barba-wrapper .header > a.cur2 b {
  width: 100%;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
#js-barba-wrapper .header > a.cur {
  color: #ff6b00;
}
#js-barba-wrapper .header > a.cur b {
  width: 100%;
  border-bottom: 1px solid #ff6b00;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-header-home_footer .ms {
  margin-right: 48%;
  cursor: pointer;
  position: relative;
}
.c-header-home_footer .ms i {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 15px;
  background: #fff;
  animation: demo 1.5s linear infinite;
}
@keyframes demo {
  0% {
    height: 15px;
    top: 18px;
  }
  100% {
    height: 6px;
    top: 35px;
  }
}
#dowebok > div {
  height: 100%!important;
}
#dowebok > div .fp-tableCell {
  height: 100%!important;
}
#dowebok .section2 {
  background: #f2f2f2;
}
#dowebok .section2 > div h1 {
  color: #ff6b00;
  font-size: 48px;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 0;
  font-weight: normal;
}
#dowebok .section2 > div > b {
  display: block;
  margin: 15px auto 7%;
  width: 40px;
  height: 1px ;
  background: #ff6b00;
}
#dowebok .section2 > div > div {
  position: relative;
  text-align: center;
}
#dowebok .section2 > div > div > div {
  display: inline-block;
  width: 1300px;
  overflow: hidden;
}
#dowebok .section2 > div .slider {
  margin: 0 auto;
  transform: translateX(0px) translateZ(0);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#dowebok .section2 > div .slider li {
  float: left;
  margin-right: 20px;
}
#dowebok .section2 > div .slider li:last-child {
  margin-right: 0;
}
#dowebok .section2 > div .slider li > a {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
#dowebok .section2 > div .slider li > a:hover > p {
  display: block;
}
#dowebok .section2 > div .slider li > a:hover > div div i {
  transform: scale(1) translateZ(0);
}
#dowebok .section2 > div .slider li > a:hover > div div p {
  display: block;
}
#dowebok .section2 > div .slider li > a:hover b {
  display: inline-block;
}
#dowebok .section2 > div .slider li > a > p {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
#dowebok .section2 > div .slider li > a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translateX(-50%) translateY(-50%);
}
#dowebok .section2 > div .slider li > a > div div {
  width: 87px;
  display: flex;
  height: 79px;
  position: relative;
  justify-content: center;
  align-items: center;
}
#dowebok .section2 > div .slider li > a > div div i {
  position: absolute;
  right: 0;
  width: 80px;
  height: 1px;
  background: #ff6b00;
  transform: scale(0) translateZ(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#dowebok .section2 > div .slider li > a > div div i:first-child {
  transform-origin: 100% 50%;
  top: 0;
}
#dowebok .section2 > div .slider li > a > div div i:last-child {
  transform-origin: 0 50%;
  bottom: 0;
}
#dowebok .section2 > div .slider li > a > div div p {
  display: none;
  font-size: 16px;
  line-height: 23px;
  color: #ff6b00;
  margin: 16px 0;
  max-width: 60%;
  text-align: right;
  transform: translateZ(0);
}
#dowebok .section2 > div .slider li > a > div b {
  display: none;
  width: 81px;
  height: 81px;
  background: url(../images/men.png) no-repeat center center;
  background-color: #ff6b00 ;
}
#dowebok .section2 > div .slider li > p {
  color: #282828;
  text-align: left;
}
#dowebok .section2 > div .slider li > p:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 1px;
  margin-right: 5px;
  background: #000;
  vertical-align: super;
}
#dowebok .section2 > div .slider li img {
  width: 310px;
}
#dowebok .section2 > div .xx {
  position: absolute;
  left: 51%;
  top: 20px;
  transform: translateX(665px);
}
#dowebok .section2 > div .xx li {
  text-align: right;
  padding-bottom: 11%;
  background: url(../images/xuxian.png) no-repeat;
  background-position: right 3px top 0;
}
#dowebok .section2 > div .xx li:nth-child(1) {
  background-position-y: 15px ;
}
#dowebok .section2 > div .xx li:last-child {
  padding-bottom: 0;
  background-position-y: -139px;
}
#dowebok .section2 > div .xx li a {
  color: #282828;
}
#dowebok .section2 > div .xx li a:hover {
  color: #ff6b00;
}
#dowebok .section2 > div .xx li a:hover i {
  border: 1px solid #ff6b00;
  background: #fff;
}
#dowebok .section2 > div .xx li a i {
  display: inline-block;
  margin-left: 3px;
  width: 7px ;
  height: 7px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #282828;
}
.rad {
  display: inline-block;
  margin: 10% auto;
}
.rad i {
  float: left;
  margin: 0 10px;
  width: 9px;
  height: 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #282828;
  cursor: pointer;
}
.rad .cur {
  background: #fff;
  border-color: #282828;
}
#dowebok .section2 > div > div > div > a {
  display: table;
  margin: 0 auto;
  color: #ff6b00;
  padding: 15px 60px;
  letter-spacing: 7px;
  border: 1px solid #ff6b00;
  text-indent: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#dowebok .section2 > div > div > div > a:hover {
  color: #fff;
  background: #ff6b00;
}
.section3 {
  background: url(../images/sec3.jpg) no-repeat 43% center;
}
.section3 .news {
  width: 50%;
  float: right;
  margin-top: 3%;
  margin-right: 5%;
}
.section3 .news .title {
  float: right;
  text-align: center;
  margin-bottom: 3%;
}
.section3 .news .title h1 {
  margin-bottom: 0;
  font-weight: normal;
  color: #ff6b00;
  font-size: 48px;
}
.section3 .news .title b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #ff6b00;
}
.section3 .news ul li {
  float: left;
  padding: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 3% 0;
  width: 100%;
}
.section3 .news ul li:hover {
  background: #ff6b00;
  color: #fff;
}
.section3 .news ul li:hover b {
  background: #fff;
}
.section3 .news ul li:hover i {
  background: #fff;
}
.section3 .news ul li:hover span {
  color: #fff;
}
.section3 .news ul li:hover h2 {
  color: #fff;
}
.section3 .news ul li:hover p {
  color: #fff;
}
.section3 .news ul li b {
  margin-top: 45px;
  width: 90px;
  height: 1px;
  background: #5b5b5b;
}
.section3 .news ul li i {
  width: 1px;
  height: 90px;
  background: #5b5b5b;
}
.section3 .news ul li span {
  margin: 35px 15px 0;
  font-style: italic;
  color: #5b5b5b;
  font-size: 15px;
}
.section3 .news ul li h2 {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
}
.section3 .news ul li p {
  color: #5b5b5b;
}
.section3 .news ul li .text {
  margin-right: 5%;
  width: 65%;
}
.news > a {
  margin-top: 10%;
  color: #ff6b00;
  padding: 15px 60px;
  letter-spacing: 7px;
  border: 1px solid #ff6b00;
  text-indent: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news > a:hover {
  color: #fff;
  background: #ff6b00;
}
.section4 {
  background: url(../images/case.jpg) center center;
  text-align: center;
}
.section4 h1 {
  margin-top: 3%;
  font-size: 48px;
  font-weight: normal;
  color: #ff6b00;
  margin-bottom: 0;
}
.section4 b {
  display: inline-block;
  width: 40px;
  height: 1px ;
  background: #ff6b00;
}
.section4 ul {
  padding: 0 10%;
}
.section4 ul li {
  position: relative;
  float: left;
  width: 24.3%;
  box-sizing: border-box;
  margin: 2.5% 4.5%;
}
.section4 ul li:nth-child(4){clear:left;}
.section4 ul li:hover a {
  opacity: 1;
}
.section4 ul li a {
  z-index: 10;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  padding: 13% 10% 5% 10%;
  box-shadow: 1px 2px 10px #ccc;
}
.section4 ul li a h4 {
  color: #ff6b00;
  font-size: 15px;
  font-weight: normal;
  background: url(../images/r2.png) no-repeat right center;
}
.section4 ul li a b {
  width: 100%;
  height: 2px;
  margin: 10% 0;
}
.section4 ul li a p {
  color: #4a4a4a;
}
.section4 ul li a span {
  display: block;
  margin-top: 15%;
  text-align: left;
  color: #4a4a4a;
}
.section4 > div > a {
  display: table;
  float: none;
  margin: 3% auto;
  color: #ff6b00;
  padding: 15px 60px;
  letter-spacing: 7px;
  border: 1px solid #ff6b00;
  text-indent: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.section4 > div > a:hover {
  color: #fff;
  background: #ff6b00;
}
.section5 .about {
  height: 55%;
  background: #e9e9e9;
}
.section5 .about .one {
  margin: 1% 20% 1.5%;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.section5 .about .one > div {
  width: 50%;
  padding: 3% 0 3% 10%;
  padding-bottom: 0;
}
.section5 .about .one > div h1 {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: normal;
  color: #ff6b00;
}
.section5 .about .one > div b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #ff6b00;
  margin: 0 auto;
}
.section5 .about .one > div p {
  color: #555;
  margin: 8% 0;
  line-height: 22px;
}
.section5 .about .one > div .gd {
  float: left;
  margin: 3% auto;
  color: #ff6b00;
  padding: 10px 50px;
  letter-spacing: 7px;
  border: 1px solid #ff6b00;
  text-indent: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.section5 .about .one > div .gd:hover {
  color: #fff;
  background: #ff6b00;
}
.section5 .about .one img {
  width: 40%;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.section5 .about .one img:hover {
  transform: scale(1.3);
}
.dl {
  position: relative;
}
.dl a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 60px 15px 90px;
  background: url(../images/dl.png) no-repeat 38px 14px;
  color: #fff;
  font-size: 15px;
  background-color: #999;
}
.dl i {
  width: 29px;
  height: 16px;
  margin-right: 15%;
  margin-top: 18px;
  background: url(../images/top.png);
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #dowebok .section2 > div > div > div {
    width: 1100px;
  }
  #dowebok .section2 > div .slider li img {
    width: 260px;
  }
  #dowebok .section2 > div .slider li > a > div {
    width: 66%;
  }
  #dowebok .section2 > div > div > div > a,
  .section4 > div > a {
    margin: 3% auto;
  }
  /* .section5 .about .one img{
    width: 40%;
  }
  .section5 .about  .one{
    margin:3% 10%;
  }
  .section5 .about .one > div p{
    margin: 10% 0;
  }*/
  #dowebok .section2 > div h1 {
    font-size: 24px;
  }
  #dowebok .section2 > div > b {
    margin: 15px auto 4%;
  }
  .rad {
    margin: 5% auto;
  }
  #dowebok .section2 > div > div > div > a {
    padding: 10px 25px;
  }
  .section3 .news .title h1 {
    font-size: 24px;
  }
  .section3 .news {
    margin-top: 3%;
  }
  .section3 .news ul li {
    margin: 2% 0;
    padding: 10px 20px;
  }
  .section3 {
    padding-bottom: 40px;
    padding-top: 15px;
  }
  .section4 {
    padding: 30px 0;
  }
  .news > a {
    padding: 10px 25px;
    margin-top: 10%;
  }
  .section4 h1 {
    font-size: 24px;
  }
  .section4 h1 {
    margin-top: 3%;
  }
  .section4 > div > a {
    padding: 10px 25px;
  }
  .section5 .about .one > div h1 {
    font-size: 24px;
  }
  .section5 .about .one > div p {
    margin: 3% 0;
  }
  .section5 .about .one > div .gd {
    padding: 5px 15px ;
  }
  .section5 .about .one {
    margin: 1% 18% 0.5%;
  }
  .section5 .about .one img {
    width: 38%;
  }
  .section5 .about .one > div {
    width: 59%;
    padding: 2%;
  }
  .section5 .about {
    height: 54%;
  }
  #footer {
    padding: 1% 5%;
  }
  #footer > p {
    margin: 0;
    font-size: 19px;
  }
  #footer a {
    margin: 10px auto;
  }
  #footer a {
    width: 185px;
    height: 35px;
    margin: 10px auto 6px;
  }
  .dl a {
    padding: 7px 45px 7px 70px;
    background: url(../images/dl.png) no-repeat 30px 10px;
    background-color: #999;
  }
  #footer > div {
    padding: 0 5%;
    margin-top: 1px;
  }
  #footer img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1300px) {
  #dowebok .section2 > div > div > div {
    width: 980px;
  }
  #dowebok .section2 > div .slider li img {
    width: 230px;
  }
  #dowebok .section2 > div .slider li > a > div {
    width: 74%;
  }
}
@media screen and (max-width: 768px) {
  #js-barba-wrapper .header > a {
    display: none;
  }
  #openlc {
    height: auto!important;
    position: absolute;
    z-index: auto;
  }
  .header div {
    margin: 15px 85px 15px 0;
  }
  #js-barba-wrapper .header > img {
    margin-left: 25px;
  }
  .c-header-home_container h3 {
    font-size: 44px;
  }
  .c-header-home_container h1 {
    font-size: 28px;
  }
  #dowebok .section2 > div > div > div {
    display: none;
  }
  #dowebok .section2 > div .slider li img {
    width: 100%;
  }
  #dowebok .section2 > div .slider li {
    width: 40%;
    margin-right: 0;
    margin: 0 5% 3vh;
  }
  .rad {
    display: none;
  }
  .section3 .news {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .section3 .news ul li .text {
    margin-right: 0;
  }
  .section3 .news ul li .time {
    width: 33%;
  }
  .section3 .news ul li b {
    width: 28%;
  }
  .section3 .news .title {
    margin-right: 20%;
  }
  .section3 .news ul li h2 {
    font-size: 14px;
  }
  .news > a {
    margin-top: 3vh;
    margin-right: 10vw;
  }
  .section4 ul li {
    width: 44%;
    margin: 4.5% 3%;
  }
  .section4 > div > a {
    margin: 10vh auto;
  }
  .section4 ul li a h4 {
    font-size: 12px;
  }
  .section4 ul li a {
    padding: 13% 5% 5% 5%;
  }
  .section5 .about .one {
    position: relative;
    margin: 8% 5%;
  }
  .section5 .about .one img {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  .section5 .about .one > div {
    padding: 10%;
  }
  .dl i {
    margin-top: 10px;
  }
  .dl a {
    padding: 5px 20px 5px 40px;
    background-position: 7px 7px;
  }
  .section5 .about {
    height: 47.5%;
  }
  #dowebok .section2 > div .xx {
    display: none;
  }
  .section2 h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #ff6b00;
    margin-top: 35px;
  }
  .section4 > a,
  .section2 div div > a {
    display: block;
    margin: 10% auto;
    float: none;
    color: #ff6b00;
    width: 138px;
    height: 41px;
    line-height: 41px;
    letter-spacing: 7px;
    border: 1px solid #ff6b00;
    text-indent: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .section4 > a:hover,
  .section2 div div > a:hover {
    background: #ff6b00;
    color: #fff;
  }
  #dowebok .section2 > div .slider {
    margin: 20px auto 40px;
  }
  #dowebok > div {
    height: auto!important;
  }
  #dowebok .section2 {
    padding-bottom: 20px;
  }
  .section4 ul {
    margin-top: 25px;
    padding: 0 5%;
  }
  .section5 .about {
    padding-bottom: 30px;
  }
  .section5 .about .one > div {
    width: 100%;
  }
  .section5 .about .one .center1 {
    display: table;
    margin: 0 auto;
  }
  .section5 .about .one > div .gd {
    display: table;
    margin-top: 6%;
    float: none;
  }
  #dowebok .section2 > div .slider li > a:hover > p {
    display: none;
  }
  #dowebok .section2 > div .slider li > a:hover > div div i {
    transform: scale(0) translateZ(0);
  }
  #dowebok .section2 > div .slider li > a:hover > div div p {
    display: none;
  }
  #dowebok .section2 > div .slider li > a:hover b {
    display: none;
  }
}
