@import 'animate.min.css';
html {
  height: 100%;
}
p,
ul,
li {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
* {
  box-sizing: border-box;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  cursor: pointer;
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
.table {
  display: table;
  width: 100%;
}
.table .table_cell {
  display: table-cell;
}
.fix_height {
  height: 446px;
}
.fix_height .banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
}
.banner_img {
  max-height: 446px;
  overflow: hidden;
  position: relative;
}
.banner_img .word {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -90px;
  text-align: center;
}
.banner_img .words {
  position: absolute;
  color: #fff;
  top: 70%;
  left: 50%;
  margin-top: -30px;
  margin-left: -90px;
  text-align: center;
}
.banner_img .cn {
  font-size: 40px;
}
.banner_img .en {
  font-size: 20px;
}
.second-menu {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
}
.second-menu-main {
  position: relative;
  padding: 20px 0;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  color: #fff;
  display: flex;
}
.second-menu-main .menu-left {
  float: left;
  color: #757575;
}
.second-menu-main .menu-left a {
  font-size: 14px;
  margin-left: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
}
.second-menu-main .menu-left a:hover,
.second-menu-main .menu-left a:visited {
  color: #757575;
}
.second-menu-main .menu-left a:hover {
  color: #1596e0;
  opacity: 0.8;
}
.second-menu-main .menu-left a.active {
  color: #1596e0;
}
.second-menu-main .menu-right {
  position: absolute;
  display: flex;
  right: 0%;
  top: 0;
  justify-content: flex-end;
}
.second-menu-main .menu-right-item {
  padding: 16px 40px;
  margin: 0 5px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  font-size: 19px;
  transition: all .3s ease;
  position: relative;
}
.second-menu-main .menu-right-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #fe0000;
  opacity: 0;
  transition: all .5s ease;
}
.second-menu-main .menu-right-item:hover:before {
  opacity: 1;
  width: 100%;
}
.second-menu-main .menu-right .choose {
  background: #fe0000;
  color: #fff;
}
.news-item {
  background-color: #fff;
  box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(238, 238, 238, 0.4);
  padding: 15px;
  cursor: pointer;
  transition: all .3s ease;
}
.news-item-img {
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.news-item-img img {
  width: 100%;
  text-align: center;
}
.news-item-content {
  padding: 10px 0;
  color: #9d9d9d;
  text-align: left;
}
.news-item-content p {
  padding-top: 15px;
}
.news-item-content .title {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item-content .intro {
  font-size: 15px;
  min-height: 142px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-item-content .time {
  font-size: 15px;
}
.news-item:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.block {
  margin: 30px auto;
  max-width: 1200px;
  min-width: 1000px;
}
.block .news-ul {
  margin-bottom: 60px;
  overflow: hidden;
}
.block .news-ul .news-item {
  cursor: pointer;
  transition: all .3s ease;
  float: left;
  width: 30%;
  margin: 1.5%;
}
.block .news-ul .news-item:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.cont {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
  font-size: 17px;
}
.cont h1 {
  color: #747f87;
  font-size: 30px;
  padding: 20px 0 40px;
  text-align: center;
}
.cont h2 {
  text-indent: 2em;
  padding-bottom: 5px;
  font-size: 17px;
}
.cont .important {
  color: #10aef9;
}
.cont .pt45 {
  padding-top: 45px;
}
.cont p {
  text-indent: 2em;
  line-height: 33px;
  font-size: 17px;
  padding-bottom: 5px;
}
.cont p span {
  font-size: 20px;
  color: #007eff;
}
.cont img {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.cont p.tips {
  text-align: center;
  font-size: 15px;
  color: #b5b5b5;
  padding-top: 15px !important;
}
.cont div {
  padding-top: 45px;
}
.cont .red {
  color: #ff0000;
}
.contact-main {
  padding: 40px 0;
}
.contact-main p {
  color: #454545;
  padding-bottom: 10px;
  font-size: 17px;
}
.contact-main .map {
  margin-top: 40px;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 80px;
  text-align: center;
  width: 100%;
  background: transparent;
  transition: all 1s ease;
  box-shadow: 0 0 10px transparent;
  cursor: pointer;
}
.header-main {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  height: 100%;
}
.header-main .top_logo {
  float: left;
  line-height: 80px;
}
.header-main .top_logo img {
  vertical-align: middle;
  width: 95%;
}
.header-main .top_menu {
  float: right;
}
.header-main .top_menu .swift_nav {
  list-style-type: none;
  font-size: 18px;
}
.header-main .top_menu .swift_nav .menu {
  float: left;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.header-main .top_menu .swift_nav .menu > a {
  padding: 0 30px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.header-main .top_menu .swift_nav .menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #fff;
  opacity: 0;
  transition: all .5s ease;
}
.header-main .top_menu .swift_nav .menu:hover:before {
  opacity: 1;
  width: 100%;
}
.header-main .top_menu .swift_nav .menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header:hover {
  background: rgba(62, 109, 255, 0.9);
}
.live {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background: rgba(62, 109, 255, 0.9);
}
#bottomNav {
  background: #1863a8;
  position: relative;
  z-index: 10;
}
#bottomNav .bottomnav_wraper {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center;
  background: #1863a8;
}
#bottomNav .bottomnav_wraper .table {
  table-layout: fixed;
}
#bottomNav .bottomnav_wraper .bottomnav_list {
  text-align: left;
}
#bottomNav .bottomnav_wraper .bottomnav_list h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
#bottomNav .bottomnav_wraper .bottomnav_list h2 a {
  color: #fff;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul {
  list-style-type: none;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul li a {
  text-decoration: none;
  color: #b1cde6;
  font-size: 14px;
  line-height: 34px;
  transition: all .3s ease;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul li a:hover {
  color: #fff;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul .bottomnav_logo {
  width: 110px;
  height: 110px;
  position: relative;
  top: 7px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm {
  margin-top: 40px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .copyright {
  font-size: 14px;
  color: #5b96d4;
  text-align: center;
  padding-left: 40px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .copyright > p {
  line-height: 26px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .table_cell {
  vertical-align: middle;
}
.p_banner {
  background: url('../images/product/banner.jpg') top no-repeat;
  background-size: cover;
}
.banner_img img {
  width: 100%;
}
.product-menu {
  border-bottom: 1px solid #f8f8f8;
}
.product-menu-main {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  cursor: pointer;
}
.product-menu-list {
  display: flex;
  font-size: 19px;
}
.product-menu-list .item {
  padding: 20px 5px;
  margin: 0 5px;
  flex: 1;
  text-align: center;
  color: inherit;
  position: relative;
}
.product-menu-list .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #fe0000;
  opacity: 0;
  transition: all .5s ease;
}
.product-menu-list .item:hover:before {
  opacity: 1;
  width: 100%;
}
.product-menu-list .choose {
  background: #fe0000;
  color: #fff;
}
.cooperation-list {
  max-width: 1200px;
  min-width: 1000px;
  margin: 30px auto 0 auto;
}
.cooperation-list-item {
  margin-bottom: 30px;
  border: 1px solid #f8f8f8;
  padding: 15px 15px 5px;
  box-shadow: 1px 1px 1px #eee;
  position: relative;
  cursor: pointer;
  transition: all .2s ease;
}
.cooperation-list-item .img {
  width: 100%;
  height: 232px;
  overflow: hidden;
}
.cooperation-list-item .img img {
  width: 100%;
  min-height: 232px;
}
.cooperation-list-item .word {
  padding: 15px 0;
  display: flex;
}
.cooperation-list-item .word-big {
  margin-left: 20px;
  margin-top: -50px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  box-shadow: 2px 4px 3px #eee;
  float: left;
}
.cooperation-list-item .word-title {
  padding-left: 15px;
  font-size: 18px;
  color: #454545;
  float: left;
}
.cooperation-list-item:hover {
  box-shadow: 3px 5px 4px #eee;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.cooperation-list-item:hover .word-big {
  color: #fe0000;
}
.cooperation-list-item:hover .word-title {
  color: #fe0000;
}
.my-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.index-banner {
  height: 100%;
}
.index-banner #swiper1 {
  width: 100%;
  height: 100%;
}
.index-banner #swiper1 .swiper-pagination-bullet {
  background: #fff;
  opacity: .3;
}
.index-banner #swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.index-banner #swiper1 .slide1 {
  background: url('../images/index/banner1.jpg') no-repeat center 50%;
  background-size: cover;
}
.index-banner #swiper1 .slide2 {
  background: url('../images/index/banner2.jpg') no-repeat center 50%;
  background-size: cover;
}
.index-banner #swiper1 .slide3 {
  background: url('../images/index/banner1.jpg') no-repeat center 50%;
  background-size: cover;
}
.index-banner #swiper1 .word {
  width: 100%;
  height: 100%;
  display: table;
  margin-top: -7%;
}
.index-banner #swiper1 .word-cell {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
}
.index-banner #swiper1 .word-cell p {
  font-size: 50px;
}
.index-banner #swiper1 .word-cell p.little {
  font-size: 19px;
  padding-top: 10px;
}
.index-banner #swiper1 .word2 {
  margin-top: -5% !important;
  margin-left: 45%;
}
.index-banner #swiper1 .word2 .word-cell {
  text-align: left !important;
}
@media screen and (min-width: 1279px) and (max-width: 1300px) {
  .word .word-cell p {
    font-size: 46px !important;
  }
  .word .word-cell p.little {
    font-size: 17px !important;
    padding-top: 10px !important;
  }
  .word2 {
    margin-top: -5% !important;
    margin-left: 45%;
  }
  .word2 .word-cell {
    text-align: left !important;
  }
  .word2 .word-cell p {
    font-size: 46px !important;
  }
  .word2 .word-cell p.little {
    font-size: 17px !important;
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .word .word-cell p {
    font-size: 45px !important;
  }
  .word .word-cell p.little {
    font-size: 16px !important;
    padding-top: 10px !important;
  }
  .word2 {
    margin-top: -5% !important;
    margin-left: 45%;
  }
  .word2 .word-cell {
    text-align: left !important;
  }
  .word2 .word-cell p {
    font-size: 45px !important;
  }
  .word2 .word-cell p.little {
    font-size: 16px !important;
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .word .word-cell p {
    font-size: 40px !important;
  }
  .word .word-cell p.little {
    font-size: 14px !important;
    padding-top: 10px !important;
  }
  .word2 {
    margin-top: -5% !important;
    margin-left: 45%;
  }
  .word2 .word-cell {
    text-align: left !important;
  }
  .word2 .word-cell p {
    font-size: 40px !important;
  }
  .word2 .word-cell p.little {
    font-size: 14px !important;
    padding-top: 10px !important;
  }
}
.index-news {
  padding-bottom: 110px;
  background: #f7f7ff url('../images/index/news-bg.jpg') bottom center no-repeat;
  background-size: 100%;
}
.index-news .swiper-container {
  position: initial !important;
}
.index-news .swiper-wrapper {
  padding: 30px 0;
}
.index-news .swiper-slide {
  padding: 20px 13px;
}
.index-news #prev {
  left: -50px !important;
  top: 62% !important;
}
.index-news #next {
  right: -50px !important;
  top: 62% !important;
}
.com-blocks {
  max-width: 1100px !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  /*初始状态 透明度为0*/
  40% {
    opacity: 0;
  }
  /*过渡状态 透明度为0*/
  100% {
    opacity: 1;
  }
  /*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {
  /*针对webkit内核*/
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.com-block {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  text-align: center;
  position: relative;
  animation: fade-in;
  /*动画名称*/
  animation-duration: 1.5s;
  /*动画持续时间*/
  -webkit-animation: fade-in 1.5s;
  /*针对webkit内核*/
}
.com-block-title {
  padding: 65px 0 35px 0;
}
.com-block-title .name {
  color: #5f5f5f;
  font-size: 45px;
}
.com-block-title .more {
  font-size: 22px;
  color: #4091e4;
}
.com-block-title .en {
  font-size: 22px;
  color: #c4bebe;
}
.index-solution {
  background: #f7f7ff url('../images/index/fa.jpg') bottom center no-repeat;
  background-size: cover;
}
.index-solution .solution-list {
  text-align: center;
  padding-top: 10px;
}
.index-solution .solution-list .title {
  font-size: 25px;
}
.index-solution .solution-list .ul {
  display: flex;
  padding-bottom: 10px;
  justify-content: center;
}
.index-solution .solution-list .ul-li {
  padding: 20px 25px;
  color: #c4bebe;
}
.index-solution .solution-list .ul-li img {
  border-radius: 50%;
  border: 1px solid #84beed;
}
.index-solution .solution-list .ul-li .name {
  padding: 10px 0;
  font-size: 19px;
}
.index-advantage .advantage-ul {
  display: flex;
  margin-bottom: 60px;
}
.index-advantage .advantage-ul .advantage-item {
  background-color: #fff;
  box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .3s ease;
  float: left;
  width: 30%;
  margin: 1.5%;
  border-radius: 6px;
}
.index-advantage .advantage-ul .advantage-item-img {
  width: 100%;
}
.index-advantage .advantage-ul .advantage-item-img img {
  width: 100%;
  text-align: center;
}
.index-advantage .advantage-ul .advantage-item-content {
  padding: 10px 35px;
  color: #666666;
  text-align: left;
}
.index-advantage .advantage-ul .advantage-item-content p {
  padding-top: 15px;
}
.index-advantage .advantage-ul .advantage-item-content .title {
  font-size: 28px;
  color: #000;
}
.index-advantage .advantage-ul .advantage-item-content .intro {
  font-size: 15px;
  height: 80px;
}
.index-advantage .advantage-ul .advantage-item:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.index-scene {
  background: #f7f7ff url('../images/index/scene-bg.jpg') bottom center no-repeat;
  background-size: cover;
}
.index-scene .com-block-title {
  padding-top: 65px;
}
.index-scene .com-block-title .name,
.index-scene .en {
  color: #fff !important;
}
.index-scene .scence-ul {
  display: flex;
  padding-bottom: 200px;
  justify-content: space-around;
}
.index-scene .scence-ul-li {
  padding: 20px 25px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: all .3s ease;
}
.index-scene .scence-ul-li img {
  border-radius: 50%;
  border: 6px solid #fff;
  width: 170px;
  height: 170px;
}
.index-scene .scence-ul-li .name {
  padding: 10px 0;
}
.index-scene .scence-ul-li:hover {
  cursor: pointer;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.index-cooperation {
  background: #f7f7fd;
}
.index-cooperation .com-block {
  max-width: 1306px !important;
}
.about-main {
  width: 100%;
}
.about-main img {
  max-width: 100%;
}
.about-main .img {
  float: left;
  margin: 0 30px 40px 0;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.about-main .img .en {
  font-size: 57px;
  color: #f1eff1;
}
.about-main .img .cn {
  font-size: 22px;
  color: #505050;
}
.about-main .img .py {
  font-size: 12.5px;
  color: #505050;
}
.about-main p {
  color: #454545;
  font-size: 15px;
  text-indent: 2em;
  padding-bottom: 10px;
  line-height: 28px;
}
.about-main .mixImg {
  display: flex;
  width: 100%;
}
.about-main .mixImg-left {
  width: 50%;
  padding-bottom: 20px;
}
.about-main .mixImg-left img {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
}
.about-main .mixImg-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.about-main .mixImg-right .imgs {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px;
  float: left;
}
.about-main .mixImg-right .imgs img {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.about-main .mixImg-right .imgs .oimgs {
  max-height: 135px;
}
.conts {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
  font-size: 17px;
}
.conts h1 {
  font-size: 33px;
  padding: 20px 0 40px;
  text-align: center;
}
.conts img {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.conts p {
  text-indent: 2em;
  line-height: 33px;
  font-size: 17px;
  padding-bottom: 45px;
}
.conts p span {
  font-size: 20px;
  color: #007eff;
}
.conts p.tips {
  text-align: center;
  font-size: 15px;
  color: #b5b5b5;
  padding-top: 15px !important;
}
.case-main .four {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.case-main .four .com-pos {
  position: absolute;
  width: 300px;
  font-size: 18px;
}
.case-main .four .tl {
  top: 30px;
  left: -320px;
}
.case-main .four .bl {
  bottom: 20px;
  left: -320px;
}
.case-main .four .tr {
  top: 30px;
  right: -320px;
}
.case-main .four .br {
  bottom: 20px;
  right: -320px;
}
.case-bg {
  text-align: center;
  margin-top: -60px;
}
.case-bg img {
  width: 100%;
}
