﻿@charset "utf-8";
/*轮播*/
body,html{background: #EEEDF2;}
.device {
  width: 100%;
  position: relative;
  float: left;
  height: 580px;
}
.swiper1{
  height: 580px;
  width: 100%;
  float: left;
}
.device-img{
    width: 100%;
    height: 580px;
    float: left;
    object-fit:cover;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:35px;
  width: 100%;
  z-index: 22;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #0596EF;
}
/*新闻*/
.index-news{
    width:100%;
    float: left;
    background: #fff;
    color: #fff;
}
.news-box1{
    width:155px;
    float: left;
    position: relative;
    height: 80px;
    background: #0097F0;
    padding-left: 25px;
}
.news-text1{
    width: 100%;
    float: left;
    line-height: 30px;
    margin-top: 15px;
}
.news-text2{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
}
.news-img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35px;
    right: 45px;
    background: url(../images/arrow-left2.png) no-repeat right center;
    background-size: 9px 9px;
    cursor: pointer;
}
.news-img2{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35px;
    right: 25px;
    background: url(../images/arrow-right2.png) no-repeat center center;
    background-size: 9px 9px;
    cursor: pointer;
}
.news-swiper{
    display: block;
    margin-left: 180px;
    height: 80px;
}
.news-box2{
    width: 90%;
    float: left;
    margin-left: 5%;
    line-height: 80px;
    height: 80px;
    color: #616161;
    margin-right:5%;
}
.swiper2 .swiper-wrapper,.swiper2 .swiper-slide{
  height: 80px;
  width: 100%;
  float: left;
}
.news-box2 p{
    width: 75%;
    float: left;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-date{
    float: right;
    color: #8B8B8B;
}
/**/
.index-about{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 35px;
}
.about-box1{
    display: block;
    margin-right: 305px;
    height: 300px;
    background: #fff;
}
.about-box2{
    width: 280px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.about-box3{
    width: 100%;
    float: left;
    position: relative;
}
.about-imgbox{
    width: 80%;
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: 2;
}
.about-banner{
    width: 100%;
    float: left;
    min-height: 82px;
}
.about-imgtext{
    width: 100%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
    float: left;
}
.about-imgtext2{
    width: 100%;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
     float: left;
}
.mt-13{margin-top: 13px;}
.about-img1{
    width:345px;
    height: 300px;
    float: left;
    object-fit: cover;
}
.about-tbox{
    display: block;
    margin-left: 400px;
    height: 220px;
    padding-top: 40px;
    margin-right: 50px;
}
.about-title{
    width: 100%;
    float: left;
    font-size: 18px;
}
.about-title i{
    font-size: 12px;
    color: #999999;
    margin-left: 5px;
}
.about-text{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-top: 15px;
    height: 154px;
    overflow: hidden;
}
.about-button{
    width:93px;
    height: 33px;
    float: left;
    background: #F9FAFB;
    border:1px solid #E0E6EB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}
.about-button:hover{
    background-color: #0097F0;
    border:1px solid #0097F0;
    color: #fff;
}
.group-index{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.group-box1{
    width: 48%;
}
.group-swiper{
    width: 100%;
    float: left;
    height:410px;
    margin-top: 25px;
}
.swiper3{
    width: 100%;
    float: left;
    height:410px;
    background: #fff;
}
.group-img{
    width: 100%;
    height: 370px;
    float: left;
    object-fit:cover;
}
.arrow-left{
    width: 35px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    color: #000;
    font-weight: 600;
}
.arrow-left:hover,.arrow-right:hover{
    background: #0097F1;
    color: #fff;
    cursor: pointer;
}
.arrow-right{
    width: 35px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 0px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    color: #000;
    font-weight: 600;
}
.swiper3-box{
    width: 96%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 4%;
}
.swiper3-text{
    float: left;
    width: 60%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
.swiper3-more{
   width: 102px;
   height: 40px;
   background: #0097F1;
   color: #fff;
   font-size: 14px;
   text-align: center;
   float: right;
}
/**/
.group-box2{
    width: 28.6%;
    float: left;
    margin-right: 4%;
    height: 183px;
    background: #fff;
    margin-top: 25px;
    padding: 5px 1%;
}
.group-box2:nth-child(3n){margin-right: 0px;}
.group-box3{
    width: 100%;
    height: 183px;
    float: left;
    position: relative;
}
.group-box2-img{
    width: 100%;
    float: left;
    height: 183px;
    object-fit: cover;
}
.group-box2-text{
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
}
/**/
@media only screen and (max-width: 1200px) {
   .about-box1{width: 100%;float: left;margin-right: 0px;}
   .about-box2{float: left;width: 100%;position: relative;margin-top: 20px;}
   .about-box3{width: 33.33%;margin-top: 0px;}
}
@media only screen and (max-width: 1100px) {
   .group-box1{width: 100%;}
   .group-swiper{margin-bottom: 25px;}
   .group-box2{padding: 10px 1%;}
}
@media only screen and (max-width: 900px) {
   .news-swiper{width: 100%;float: left;margin-left: 0px;}
}
/* 平板之类的宽度 1024 以下设备 */
@media only screen and (min-width: 321px) and (max-width: 1024px) {

}
/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
   .news-box1{width: 90%;padding: 0px 5%;}
   .about-box1{min-height: 600px;}
   .about-box3{width: 100%;}
   .about-img1{width: 100%;float: left;}
   .about-tbox{width: 90%;float: left;margin-left: 0px;margin-right: 0px;padding: 40px 5%;}
   .about-banner{margin-bottom: 15px;}
   .group-box1{width: 100%;}
   .group-box2{padding: 5px 2%;width: 44%;}
   .group-box2:nth-child(3n){margin-right: 4%;}
   .group-box2:nth-child(2n){margin-right: 0px;}
}
