@keyframes move {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.fixedBar {
  display: none;
}
.partner_item {
  width: 100%;
  height: 18%;
  padding-bottom: 60px;
  background-color: #f4f5f7;
}
.partner_item .breath:hover {
  box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
  -o-box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
  -moz-box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
  -webkit-box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
}
.partner_item .partners_item_info {
  padding: 0;
}
.partner_item .partners_item_info li {
  margin-right: 24px;
}
.partner_item .partners_item_info li img {
  width: 100%;
  height: 100%;
}
.partner_item .partners_item_info li:last-child {
  margin-right: 0;
}
.partner_item .partners_item_info:nth-child(-n+3) {
  margin-bottom: 24px;
}
.slide-item-content li {
  margin-top: 3px;
}
.slide-content {
  position: relative;
}
.company_dynamic {
  width: 100%;
  height: 17%;
  box-sizing: border-box;
  background-image: url('../images/index/bg3.png');
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 60px;
}
.company_dynamic .title1,
.company_dynamic .title2 {
  margin-bottom: 0px;
}
.company_dynamic .carousel_none {
  height: 560px;
}
.company_dynamic .carousel_none .li_item {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10002;
  padding: 15px;
  margin-top: 20px;
}
.company_dynamic .carousel_none .li_item:first-child {
  margin-left: 10px;
}
.company_dynamic .carousel_none li {
  padding-right: 15px;
}
.company_dynamic .carousel_none li:nth-child(3n) {
  padding-right: 20px;
}
.company_dynamic .li_item:hover {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 1002;
  position: relative;
  left: 0;
  border-bottom: 2px solid #00A0E9;
  box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
  -o-box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
  -moz-box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
  -webkit-box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.company_dynamic .new-img img {
  width: 100%;
  height: 241px;
  border: none;
  display: block;
}
.company_dynamic .new-body-title {
  padding-top: 28px;
  line-height: 30px;
  height: 87px;
  font-size: 18px;
  overflow: hidden;
  color: #00041A;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.company_dynamic .new-body-text {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #9B9DA9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 27px;
  height: 100px;
}
.company_dynamic .new-body-text::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 45px;
  background: transparent;
  background: url(../images/news/fontBg.png);
}
.company_dynamic .new-body-bottom-left p {
  font-family: DIN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #9B9DA9;
  font-size: 28px;
}
.company_dynamic .new-body-bottom-left p:last-child {
  font-size: 16px;
  font-family: SourceHanSansCN-Light, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.company_dynamic .new-body-bottom-right {
  width: 84px;
  height: 28px;
  background-image: url('../images/index/btn.png');
  margin-top: 10px;
  background-size: 100% 100%;
}
.company_dynamic .new-body-bottom-right:hover {
  background-image: url('../images/index/btn2.png');
}
.company_dynamic .next,
.company_dynamic .prev {
  cursor: pointer;
  height: 60px;
  width: 60px;
  background-image: url("../images/index/right_arrows.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -5vw;
  z-index: 1000;
}
.company_dynamic .prev {
  background-image: url("../images/index/left_arrows.png");
  left: -5vw;
}
.about {
  width: 100%;
  height: 17%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.about .picture a {
  position: relative;
}
.about .picture .setCenter {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#about > p,
#product > p,
#partner > p {
  color: #ffffff;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  position: absolute;
}
.pic_bar .pic_item {
  padding: 0;
  margin-right: 40px;
  position: relative;
}
.pic_bar .pic_item img {
  width: 100%;
  height: 100%;
}
.pic_bar .pic_item:first-child {
  margin-left: 20px;
}
.pic_bar .mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00A0E9;
  color: #ffffff;
  opacity: 0;
  z-index: 10;
  font-size: 20px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic_bar .mask .content span {
  color: #ffffff;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  display: block;
}
.pic_bar .mask .more {
  margin-top: 15%;
}
.pic_bar .itemLine {
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.pic_bar .mask:hover {
  opacity: 0.8;
}
.pic_bar .mask:hover .itemLine {
  width: 100%;
}
.num_content {
  box-sizing: border-box;
  width: 100%;
  height: 19%;
  background-image: url('../images/index/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 178px;
}
.num_content .title {
  padding-top: 178px;
  text-align: center;
}
.num_content .title .p_item {
  width: 120px;
}
.num_content .title p {
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 60px;
  letter-spacing: 5px;
}
.num_content .title p:last-child {
  color: #00041A;
  font-size: 36px;
}
.num_content .aboutUs {
  padding-top: 20px;
}
.num_content .aboutUs .line2Div {
  text-align: center;
  padding-top: 40px;
}
.num_content .aboutUs .line2Div .flex {
  height: 60px;
  line-height: 60px;
}
.num_content .aboutUs .line2Div h2 {
  font-size: 53px;
  font-family: DIN-Bold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.num_content .aboutUs .line2Div span {
  font-size: 44px;
  font-family: SourceHanSansCN-Bold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.num_content .aboutUs .line2Div span:last-child {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  margin-top: 22px;
  font-weight: 400;
}
.num_content .aboutUs .line2Div i {
  font-style: normal;
  font-size: 30px;
  font-family: DIN-Light, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  margin-top: -10px;
}
.num_content .aboutUs .line2Div p {
  color: #333649;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.num_content .num_btn {
  margin-top: 150px;
  width: 200px;
  height: 52px;
  line-height: 52px;
  background-color: #00A0E9;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
}
.num_content .num_btn:hover {
  color: #ffffff;
}
.first_banner {
  box-sizing: border-box;
  width: 100%;
  height: 21%;
  position: relative;
  font-size: 0;
}
.first_banner video {
  display: block;
}
.first_banner .video img {
  width: 100%;
  height: 100%;
}
.first_banner .video .bigTitle {
  font-size: 60px;
  letter-spacing: 10px;
  top: 40%;
  width: 100%;
  text-align: center;
}
.first_banner .video .slide_icon {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translate(-50%, 0);
}
.first_banner .video .slide_icon p {
  font-size: 20px;
  margin-top: 50px;
}
.first_banner .video .slide_icon .iconxiangxia {
  font-size: 30px;
}
.first_banner .video .donghua {
  animation: move 3s infinite;
  -o-animation: move 3s infinite;
  -moz-animation: move 3s infinite;
  -webkit-animation: move 3s infinite;
  text-align: center;
}
.first_banner .mask_banner {
  width: 100%;
  height: 100%;
  padding-bottom: 64px;
  text-align: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.first_banner .mask_banner .banner_top {
  height: 60px;
  line-height: 60px;
  background-color: transparent;
}
.first_banner .mask_banner .navbar-brand img {
  height: 60px;
  width: 290px;
}
.first_banner .mask_banner .navbar-nav > li > a {
  color: #ffffff !important;
}
.first_banner .mask_banner .bigTitle {
  font-size: 60px;
  letter-spacing: 10px;
  top: 40%;
  width: 100%;
}
.first_banner .mask_banner .slide_icon {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translate(-50%, 0);
}
.first_banner .mask_banner .slide_icon p {
  font-size: 20px;
  margin-top: 50px;
}
.first_banner .mask_banner .slide_icon .iconxiangxia {
  font-size: 30px;
}
.first_banner .mask_banner .donghua {
  animation: move 3s infinite;
  -o-animation: move 3s infinite;
  -moz-animation: move 3s infinite;
  -webkit-animation: move 3s infinite;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #homepage {
    color: #00A0E9;
  }
  .partners_web {
    padding-bottom: 0.6rem;
    background-color: #f4f5f7;
  }
  .partners_web .partners_info {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .partners_web .partners_item {
    padding: 0;
    margin-bottom: 0.26rem;
  }
  .partners_web .partners_item li {
    margin-right: 0.24rem;
    width: 25%;
  }
  .partners_web .partners_item li:last-child {
    margin-right: 0;
  }
  .partners_web .partners_item:last-child {
    margin-bottom: 0;
  }
  .partners_web .breath:hover {
    box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
    -o-box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
    -moz-box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
    -webkit-box-shadow: 0 5px 20px 1px rgba(235, 247, 252);
  }
  .aboutWeb {
    box-sizing: border-box;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    background-color: #f4f5f7;
  }
  .aboutWeb .picture_item {
    padding-left: 0.4rem;
    height: 5.56rem;
    overflow: scroll;
  }
  .aboutWeb .picture_item ul {
    width: 15rem;
    height: 100%;
    display: block;
    display: flex;
  }
  .aboutWeb .picture_item ul li {
    width: 4.46rem;
    height: 5.56rem;
    margin-left: 0.5rem;
  }
  .aboutWeb .picture_item ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .aboutWeb .picture_item ul li a p {
    color: #ffffff;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 0.4rem;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .aboutWeb .picture_item ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .aboutWeb .picture_item ul li:first-child {
    margin-left: 0;
  }
  .company_dynamic_web {
    height: 23%;
    padding-bottom: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .company_dynamic_web .item {
    padding: 0.2rem;
    border: 1px solid #F4F4F7;
  }
  .company_dynamic_web .new-img {
    width: 6.3rem;
    height: 4.76rem;
  }
  .company_dynamic_web .new-img img {
    width: 100%;
    height: 100%;
  }
  .company_dynamic_web .new-body {
    width: 6.3rem;
  }
  .company_dynamic_web .new-body-title {
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 1.1rem;
    padding-top: 0.24rem;
    color: #00041A;
  }
  .company_dynamic_web .new-body-text {
    text-align: justify;
    font-size: 0.18rem;
    padding-top: 0.24rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .company_dynamic_web .new-body-bottom {
    height: 0.8rem;
  }
  .company_dynamic_web .new-body-bottom-left p {
    font-size: 0.3rem;
  }
  .company_dynamic_web .new-body-bottom-left p:last-child {
    font-size: 0.18rem;
  }
  .company_dynamic_web .new-body-bottom-right {
    margin-top: 3%;
    width: 1.1rem;
    height: 0.4rem;
    background-image: url('../images/index/btn2.png');
    background-size: 100% 100%;
  }
  .num_content {
    height: 14%;
    width: 100%;
    padding-bottom: 0.6rem;
    background-image: url('../images/index/bg1_web.png');
  }
  .num_content .title {
    padding-top: 10%;
  }
  .num_content .title p {
    font-size: 0.36rem;
    letter-spacing: 0px;
    line-height: 0.52rem;
    font-weight: 700;
  }
  .num_content .title p:last-child {
    font-size: 0.28rem;
  }
  .num_content .num_btn {
    font-size: 0.3rem;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 0.86rem;
  }
  .num_content .aboutUs {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .num_content .aboutUs .line2Div {
    width: 50%;
    padding-top: 0.52rem;
  }
  .num_content .aboutUs .line2Div .flex {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .num_content .aboutUs .line2Div P {
    font-size: 0.28rem;
  }
  .num_content .aboutUs .line2Div h2 {
    font-size: 0.6rem;
  }
  .num_content .aboutUs .line2Div span {
    font-size: 0.4rem;
  }
  .num_content .aboutUs .line2Div span:last-child {
    font-size: 0.3rem;
    margin-top: 5%;
  }
  .num_content .aboutUs .line2Div i {
    font-size: 0.5rem;
  }
  .first_banner {
    height: 24%;
  }
  .first_banner .web_title {
    font-size: 0.6rem;
    letter-spacing: 5px;
    top: 40%;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
  }
  .first_banner .slide_icon {
    bottom: 0.64rem;
  }
  .first_banner .slide_icon .iconxiangxia {
    font-size: 0.4rem;
  }
  .first_banner .slide_icon P {
    font-size: 0.3rem;
  }
  .first_banner .mask_banner .web_title {
    font-size: 0.6rem;
    letter-spacing: 5px;
    top: 40%;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .first_banner .mask_banner .slide_icon {
    bottom: 0.64rem;
  }
  .first_banner .mask_banner .slide_icon .iconxiangxia {
    font-size: 0.4rem;
  }
  .first_banner .mask_banner .slide_icon P {
    font-size: 0.3rem;
  }
  .first_banner .mask_banner .banner_top {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    height: 0.88rem;
    line-height: 0.88rem;
  }
  .first_banner .mask_banner .banner_top .logo {
    height: 0.6rem !important;
    width: 2.9rem;
    position: absolute;
    top: 15%;
  }
  .first_banner .mask_banner .banner_top .navbar-header {
    margin: 0;
    position: relative;
  }
  .first_banner .mask_banner .banner_top .iconmulu-lujing {
    font-size: 0.4rem;
    height: 0.88rem;
    line-height: 0.88rem;
  }
}
