/* 头部 */

.header {
  position: absolute;
  width: 100%;
  height: 96px;
  left: 0;
  top: 0;
  z-index: 99999;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
}
.header .logo {
  display: inline-block;
  width: 253px;
  height: 58px;
  margin-right: 49px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .common-card {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .rt {
  flex: 1;
}
.header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
    line-height: 40px;
    display: block;
}
/* 轮播 */

.home-swiper {
  position: relative;
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 14px;
  height: 2px;
  background-color: #000000;
  opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: #0a58b0 !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
/* 搜索 */
.search {
  width: 100%;
  height: auto;
  padding: 22px 0;
}
.search .common-card {
  display: flex;
  align-items: center;
}
.search .lt {
  border-right: 2px solid #eee;
  padding-right: 15px;
  margin-right: 13px;
  width: 337px;
}
.search .lt p {
  font-size: 34px;
  font-weight: bold;
  color: #00a0e9;
  margin-bottom: 5px;
}
.search .lt span {
  font-size: 16px;
  color: #000000;
}
.search .rt span {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.search .rt a {
  font-size: 16px;
  color: #606060;
}
.search .rt {
  flex: 1;
  display: flex;
  align-items: center;
}
/* 关于我们 */
.homeAbout {
  width: 100%;
  height: auto;
  padding: 45px 0 40px 0;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.common-tl {
  text-align: center;
  height: 49px;
}
.common-tl h2 {
  font-size: 63px;
  font-weight: bold;
  opacity: 0.2;
  color: #000000;
  line-height: 6px;
}
.common-tl h4 {
  font-size: 36px;
  font-weight: bold;
  color: #1f314c;
  line-height: 0;
}
.about-con {
  display: flex;
  margin-top: 48px;
}
.about-con img {
  width: 649px;
  height: 467px;
  object-fit: cover;
}
.about-con .rt {
  flex: 1;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-con .text {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}
.com-more {
  display: inline-block;
  width: 124px;
  height: 46px;
  background-color: #00a0e9;
  border-radius: 23px;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  margin-top: 30px;
}
.homeAbout .number {
  margin-top: 70px;
}
.homeAbout .number ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.homeAbout .number li span {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #00a0e9;
}
.homeAbout .number li i {
  font-size: 29px;
  color: #00a0e9;
}
.homeAbout .number li h6 {
  font-size: 29px;
  margin-top: 35px;
  color: #16263c;
}
/* 产品中心 */
.products {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 60px 0 40px 0;
}
.products-con {
  margin-top: 20px;
}
.tempWrap {
  margin-top: 28px;
}
.products-con .nav a {
  display: inline-block;
  width: 169px;
  height: 48px;
  background-color: #00a0e9;
  border-radius: 24px;
  border: solid 1px #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  margin-right: 21px;
  color: #ffffff;
}
.products-con .nav a:last-child {
  margin-right: 0;
}
.products-con .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-con .nav a.active {
  background-color: #ef8500;
}
.products-con .nav a:hover {
  background-color: #ef8500;
}
.products-con li {
  width: 296px;
  height: auto;
  margin: 0 5px 20px 0;
}
.products-con li:nth-child(4n) {
  margin-right: 0;
}
.products-con li .img {
  width: 100%;
  height: 245px;
  background-color: #ffffff;
  padding: 40px 17px;
}
.products-con li .img img {
  width: 262px;
  height: auto;
  object-fit: contain;
}
.products-con li .name {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-top: 6px;
}
.products-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.servers {
  width: 100%;
  height: auto;
  padding: 55px 0 29px 0;
}
.servers .tl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.servers .tl p {
  font-size: 16px;

  letter-spacing: 2px;
  color: #16263c;
}
.servers .tl h2 span {
  font-size: 36px;
  color: #16263c;
}
.servers .tl h2 {
  margin: 14px 0;
}
.servers .tl h2 i {
  font-size: 36px;
  font-weight: bold;
  color: #16263c;
}
.servers .tl img {
  width: 312px;
  height: auto;
  object-fit: contain;
}

.servers-con {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.servers-con .bg {
  width: 100%;
  height: auto;
}
.servers-con .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-46%, -40%);
  width: 363px;
  height: 314px;
}
.servers-con .text {
  position: absolute;
  font-size: 16px;
  color: #696969;
  width: 353px;
  text-align: center;
  height: 89px;
  line-height: 89px;
}
.servers-con .tx1 {
  left: 0%;
  top: 7%;
}
.servers-con .tx2 {
  right: 0%;
  top: 7%;
}
.servers-con .tx3 {
  left: 0%;
  top: 48%;
}
.servers-con .tx4 {
  right: 0%;
  top: 48%;
}
.servers-con .tx5 {
  left: 0%;
  bottom: 1%;
}
.servers-con .tx6 {
  right: 0%;
  bottom: 1%;
}
/* 制造能力 */
.capacity {
  background-color: #f1f1f1;
  width: 100%;
  height: auto;
  padding: 50px 0 39px 0;
}

.capacitySwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.capacitySwiper img {
  width: 100%;
  height: 535px;
  object-fit: cover;
}
.capacity-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.capacity-con .bto p {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  color: #16263c;
}
.capacity-con .bto h6 {
  font-size: 22px;
  text-align: center;
  color: #16263c;
}
/* 生产设备 */
.equipment {
  width: 100%;
  height: auto;
  padding: 50px 0 40px 0;
}
.equipment-con ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
  flex-wrap: wrap;
}
.equipment-con li {
  width: 288px;
  height: auto;
  margin: 0 16px 15px 0;
}
.equipment-con li:nth-child(4n) {
  margin-right: 0;
}
.equipment-con li img {
  width: 100%;
  object-fit: cover;
  height: 206px;
  vertical-align: bottom;
}
.equipment-con li .name {
  width: 100%;
  background-color: #00a0e9;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding-left: 27px;
  color: #ffffff;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0 30px 0;
}
.news-con .top {
  display: flex;
  align-items: center;
}
.news-con .top .rt {
  width: 577px;
  height: auto;
  margin-right: 45px;
}
.news-con .top .rt img {
  width: 100%;
  height: 244px;
  margin-bottom: 30px;
}
.news-con .top h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #16263c;
}
.news-con .top .ls {
  font-size: 14px;
  line-height: 39px;
  color: #16263c;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.news-con .top .lt {
  flex: 1;
}
.news-con .lt .time {
  width: 17%;
}
.news-con .lt .time h5 {
  font-size: 48px;

  letter-spacing: 8px;
  color: #16263c;
}
.news-con .lt .time i {
  font-size: 16px;
  color: #16263c;
}
.news-con .lt li {
  padding-bottom: 25px;
  border-bottom: 1px solid #16263c;
  margin-bottom: 25px;
}
.news-con .lt li  .text{
flex:1;
}
.news-con .lt li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-con .lt li a {
  display: flex;
  align-items: center;
}
.news-con .lt li h6 {
  margin-bottom: 5px;
}
.news-con .lt li .ls {
  line-height: 22px;
}
.news-con .bto {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.news-con .bto .lt {
  width: 141px;
}

.newsSwiper {
  width: calc(100% - 141px);
  height: auto;
  overflow: hidden;
}
.news-con .bto .lt h6 {
  font-size: 24px;
  font-weight: bold;
  color: #005aa9;
  margin-bottom: 5px;
}
.news-con .bto .lt h5 {
  font-size: 18px;
  color: #999999;
  margin-bottom: 34px;
}
.news-con .bto .lt img {
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.newsSwiper .swiper-slide {
  height: 136px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  padding: 22px 40px 20px 27px;
}
.newsSwiper a .top span {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #005aa9;
  font-size: 18px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  margin-right: 20px;
}
.newsSwiper .bt {
  display: flex;
  align-items: center;
}
.newsSwiper .bt i {
  margin-right: 20px;
  display: inline-block;
  height: 33px;
  width: 33px;
  background-color: #ff7d31;
  font-size: 18px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}
.newsSwiper .bt .ls {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
}
/* 合作客户 */
.cooperative {
  width: 100%;
  height: auto;
    display: none;
  padding: 55px 0 52px 0;
}
.cooperative-con {
  height: 460px;
  margin-top: 70px;
}
.cooperative-con ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.cooperative-con li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 188px;
  background-image: url(../img/icon8.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cooperative-con li img {
  width: 184px;
  object-fit: contain;
  height: 62px;
}
.cooperative-con li:nth-child(1) {
  left: 0;
  top: 0;
}

.cooperative-con li:nth-child(2) {
  left: 14%;
  top: 21%;
}

.cooperative-con li:nth-child(3) {
  left: 28%;
  top: 0;
}

.cooperative-con li:nth-child(4) {
  left: 42%;
  top: 21%;
}
.cooperative-con li:nth-child(5) {
  left: 56%;
  top: 0;
}
.cooperative-con li:nth-child(6) {
  left: 70%;
  top: 21%;
}
.cooperative-con li:nth-child(7) {
  right: -1%;
  top: 0;
}
.cooperative-con li:nth-child(8) {
  left: 0;
  bottom: 16%;
}
.cooperative-con li:nth-child(9) {
  left: 28%;
  bottom: 16%;
}
.cooperative-con li:nth-child(10) {
  left: 56%;
  bottom: 16%;
}
.cooperative-con li:nth-child(11) {
  right: -1%;
  bottom: 16%;
}
.cooperative .com-more {
  position: relative;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
}
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  //padding: 45px 0 0 0;
}
.contactUs .common-tl {
  position: relative;
  margin-bottom: 60px;
}
.contactUs .common-tl h2,
.contactUs .common-tl h4 {
  line-height: normal;
}
.contactUs .common-tl h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contactUs .common-tl h4 {
  bottom: -17px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contactUs .top {
  width: 100%;
  height: auto;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 39px 0;
}
.contact-con ul {
  display: flex;
  justify-content: space-between;
}
.contact-con li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-con li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #16263c;
}
.contact-con li span {
  font-size: 15px;
  line-height: 40px;
  color: #16263c;
}
.contact-con li input[type='text'] {
  width: calc((100% - 5px) / 2);
  height: 42px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  font-size: 14px;
  line-height: 42px;
  padding-left: 14px;
  color: #999999;
  margin-right: 5px;
}
.contact-con li .item {
  width: 493px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.contact-con li .item input:last-child {
  margin-right: 0;
}
.contact-con li textarea {
  width: 493px;
  height: 88px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  font-size: 14px;
  color: #999999;
  padding: 18px 0 0 14px;
}
.contact-con li input[type='submit'] {
  width: 493px;
  height: 42px;
  background-color: #1e7bb3;
  border: solid 1px #ffffff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  margin-top: 13px;
  color: #ffffff;
}
.contactUs .bto {
  width: 1920px;
  height: 71px;
  background-color: #16263c;
  font-size: 14px;
  line-height: 71px;
  text-align: center;
  color: #ffffff;
}
.contact-con li:nth-child(2) {
  margin-top: 53px;
}


* 在线客服代码主要css样式*/
 .main-im{
     position:fixed;
     right:10px;
     top:300px;
     z-index:100;
     width:110px;
     height:272px;
}
 .main-im .qq-a{
     display:block;
     width:106px;
     height:116px;
     font-size:14px;
     color:#0484cd;
     text-align:center;
     position:relative;
}
 .main-im .qq-a span{
     bottom:5px;
     position:absolute;
     width:90px;
     left:10px;
}
 .main-im .qq-hover-c{
     width:70px;
     height:70px;
     border-radius:35px;
     position:absolute;
     left:18px;
     top:10px;
     overflow:hidden;
     z-index:9;
}
 .main-im .qq-container{
     z-index:99;
     position:absolute;
     width:109px;
     height:118px;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
     border-bottom:1px solid #dddddd;
     background:url(/Content/image/zh/qq-icon-bg.png) no-repeat center 8px;
}
 .main-im .img-qq{
     max-width:60px;
     display:block;
     position:absolute;
     left:6px;
     top:3px;
     -moz-transition:all 0.5s;
     -webkit-transition:all 0.5s;
     -o-transition:all 0.5s;
     transition:all 0.5s;
}
 .main-im .im-qq:hover .img-qq{
     max-width:70px;
     left:1px;
     top:8px;
     position:absolute;
}
 .main-im .im_main{
     background:#F9FAFB;
     border:1px solid #dddddd;
     border-radius:10px;
     background:#F9FAFB;
     display:none;
}
 .main-im .im_main .im-tel{
     color:#000000;
     text-align:center;
     width:109px;
     height:105px;
     border-bottom:1px solid #dddddd;
}
 .main-im .im_main .im-tel div{
     font-weight:bold;
     font-size:12px;
     margin-top:6px;
}
 .main-im .im_main .im-tel .tel-num{
     font-family:Arial;
     font-weight:bold;
     color:#e66d15;
}
 .main-im .im_main .im-tel:hover{
     background:#fafafa;
}
 .main-im .im_main .weixing-container{
     width:55px;
     height:47px;
     border-right:1px solid #dddddd;
     background:#f5f5f5;
     border-bottom-left-radius:10px;
     background:url(/Content/image/zh/weixing-icon.png) no-repeat center center;
     float:left;
}
 .main-im .im_main .weixing-show{
     width:112px;
     height:172px;
     background:#ffffff;
     border-radius:10px;
     border:1px solid #dddddd;
     position:absolute;
     left:-125px;
     top:-126px;
}
 .main-im .im_main .weixing-show .weixing-sanjiao{
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent transparent #ffffff;
     border-width:6px;
     left:112px;
     top:134px;
     position:absolute;
     z-index:2;
}
 .main-im .im_main .weixing-show .weixing-sanjiao-big{
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent transparent #dddddd;
     border-width:8px;
     left:112px;
     top:132px;
     position:absolute;
}
 .main-im .im_main .weixing-show .weixing-ma{
     width:104px;
     height:103px;
     padding-left:5px;
     padding-top:5px;
}
 .main-im .im_main .weixing-show .weixing-txt{
     position:absolute;
     top:110px;
     left:7px;
     width:100px;
     margin:0 auto;
     text-align:center;
}
 .main-im .im_main .go-top{
     width:50px;
     height:47px;
     background:#f5f5f5;
     border-bottom-right-radius:10px;
     background:url(/Content/image/zh/totop-icon.png) no-repeat center center;
     float:right;
}
 .main-im .im_main .go-top a{
     display:block;
     width:52px;
     height:47px;
}
 .main-im .close-im{
     position:absolute;
     right:10px;
     top:-12px;
     z-index:100;
     width:24px;
     height:24px;
}
 .main-im .close-im a{
     display:block;
     width:24px;
     height:24px;
     background:url(/Content/image/zh/close_im.png) no-repeat left top;
}
 .main-im .close-im a:hover{
     text-decoration:none;
}
 .main-im .open-im{
     cursor:pointer;
     margin-left:68px;
     width:40px;
     height:133px;
     background:url(/Content/image/zh/open_im.png) no-repeat left top;
}
 .links{
     background: #f2f3f7;
     padding: 0 0 30px;
}
 .links_a{
     background: #fff;
     height: 50px;
     line-height: 50px;
     padding: 0 20px;
     font-size: 14px;
}
 .links_a span{
     font-weight: bold;
     margin-right: 10px;
     color: #1e7cc6;
}
 .links_a a{
     margin-right: 20px;
     color: #666;
}
.main-im{
    position: fixed;
    z-index: 9999;
    right: 1%;
    top: 40%;
}


/* 一级下拉菜单 */
.header ul> li {
  position: relative;
 
}
.pullDown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  width: auto;
  height: auto;
  background-color: rgba(251, 246, 246, 0.9);
  box-shadow: 0 4px 10px 0 #ccc;
  padding: 10px;
  border-radius: 5px;
}

.pullDown-con a {
  white-space: nowrap;
  display: inline-block;
    line-height: 30px !important;
    font-weight: normal !important;
}
