@charset "utf-8";
.bannerBox{width:100%;}
/* 首页轮播插件 */
.bannerSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s linear 1s;
    transform: scale(1.1,1.1);
}
.bannerSwiper .swiper-slide-active img,.bannerSwiper .swiper-slide-duplicate-active img{
    transition: 3s linear;
    transform: scale(1,1);
}   
.bannerSwiper .swiper-pagination span{width:8px;height:8px;margin:0 5px;border-radius:50%;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.bannerSwiper .swiper-pagination span.swiper-pagination-bullet-active{width:16px;height:8px;background:#00a2e9;border-radius:20px;}

/*.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.4}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%;}*/
/* 首页轮播插件 */

/*首页产品版块通用样式*/
.home-proBox{padding:50px 0;}
.home-proTitle{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:50px;}
.home-proTitle h3{font-size:30px;line-height:40px;color:#000;}
.home-proTitle small{font-size:12px;color:#666;text-transform:uppercase;line-height:20px;margin-top:5px;}
.home-proTitle .tit-line{display:block;width:280px;position:relative;height:1px;background:#ddd;margin-top:15px;}
.home-proTitle .tit-line:before{position:absolute;bottom:-1px;left:50%;margin-left:-15%;content:'';width:30%;height:3px;background:#00a2e9;}
.home-proTitle p{font-size:18px;font-weight:500;margin-top:28px;margin-bottom:20px;}
.home-proTitle p span{color:#aacd06;}

.home-proMenu{}
.home-proHead {width:100%;display:-webkit-flex;display:flex;justify-content:space-between;align-items:center;}
.home-proHead li {
    background: #ebf1f5;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    padding: 10px 0;
}
.home-proHead li a {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #454545;
    padding: 0 20px;
}
.home-proHead li a .icon {font-size:40px;}
.home-proHead li img {display:block;width:36px;margin:0 auto;}
.home-proHead li p {line-height:24px;font-size:15px;}
.home-proHead li.active-tabNav,.home-proHead li:hover{
  background: #00a2e9;
  background: -webkit-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  background: -o-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  background: -moz-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  background: linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
}
.home-proHead li.active-tabNav a,.home-proHead li:hover a {color:#fff;}
.home-proHead li.active-tabNav a p,.home-proHead li:hover a p {font-weight:bold;}
.ai-sensorNav li {width:175px;}

.home-proContent {
    height: auto;
    padding: 30px 0 10px;
}
.home-proContent .sensor-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sensor-item .pro-item-lt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 300px;
    height: 680px;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 10px;
    background: -webkit-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: -o-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: -moz-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
}
.home-proContent .sensor-item:first-child .pro-item-lt {
    background: -webkit-linear-gradient(to bottom right,rgba(170,205,6,1),rgba(0,162,233,1));
    background: -o-linear-gradient(to bottom right,rgba(170,205,6,1),rgba(0,162,233,1));
    background: -moz-linear-gradient(to bottom right,rgba(170,205,6,1),rgba(0,162,233,1));
    background: linear-gradient(to bottom right,rgba(170,205,6,1),rgba(0,162,233,1));
}
/*.home-proContent .sensor-item:nth-child(2) .pro-item-lt {
    background: -webkit-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: -o-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: -moz-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
}*/
.home-proContent .sensor-item:last-child .pro-item-lt {
    background: -webkit-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(170,205,6,1));
    background: -o-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(170,205,6,1));
    background: -moz-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(170,205,6,1));
    background: linear-gradient(to bottom right,rgba(0,162,233,1),rgba(170,205,6,1));
}


.sensor-item .pro-item-lt .pro-left-title {
    height: auto;
    color: #fff;
}
.sensor-item .pro-item-lt .pro-left-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.sensor-item .pro-item-lt .pro-left-title p {
   margin-top: 20px;
   line-height: 24px;
}
.sensor-item .pro-item-lt .pro-ul-tags {
   margin: 30px auto 0;
   width: 100%;
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
}
.sensor-item .pro-item-lt .pro-ul-tags li {
   line-height: 24px;
   border-radius: 3px;
   border: 1px #ddd solid;
   background: transparent;
   padding: 3px 12px;
   margin-bottom: 15px;
   color: #f7f7f7;
   /*width: 100px;*/
   text-align: center;
}
.sensor-item .pro-item-lt .pro-item-img {
   margin-top: 20px;
   width: 100%;
   text-align: center;
}
.sensor-item .pro-item-lt .pro-left-btn {
    height: auto;
    margin-top: 20px;
}
.sensor-item .pro-item-lt .pro-left-btn a {
    display: block;
    padding: 0 20px;
    line-height: 34px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    border: 2px #fff solid;
    border-radius: 25px;
    transition: all .3s ease-out 0s;
}

.sensor-item .pro-item-lt .pro-left-btn a:hover {
    color: #fff;
    font-size: 14px;
    border: 2px transparent solid;
    background: #00a2e9;
    border-radius: 5px;
}
.sensor-item .pro-item-lt.one-proBox {
    width: 100%;
    height: auto;
}
.one-proBox .pro-item-img img{
    width: 30%;
}


.sensor-item .pro-item-rt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}
.sensor-item .pro-item-rt .pro-rt-pic {
    display: flex;
    flex-direction: column;
    width: 270px;
    height: 330px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease-out 0s;
}
/*@media(max-width: 768px) {
.sensor-item .pro-item-rt .pro-rt-pic{width: 300px;}
}

@media(min-width: 768px)and (max-width:991px) {
.sensor-item .pro-item-rt .pro-rt-pic{width: 300px;}
}

@media(min-width: 991px)and (max-width:1540px) {
.sensor-item .pro-item-rt .pro-rt-pic{width: 270px;}
}

@media(min-width: 1541px) {
.sensor-item .pro-item-rt .pro-rt-pic{width:270px;}
}*/

.sensor-item .pro-item-rt .pro-rt-pic .image-wrapper-pro {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: 100px 100%;
    transition: all 0.4s;
    border-radius: 10px 10px 0 0;
}
.sensor-item .pro-item-rt .pro-rt-pic .image-wrapper-pro .position-abso {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding: 0 15px;
    background: rgba(0, 0, 0, .4);
    transition: all 0.4s;
}
.sensor-item .pro-item-rt .pro-rt-pic .image-wrapper-pro .position-abso p {
    line-height: 24px;
    color: #fff;
    text-indent: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.sensor-item .pro-item-rt .pro-rt-pic .image-font {
    justify-content: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    padding: 0 15px 5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sensor-item .pro-item-rt .pro-rt-pic:hover {
    box-shadow: 0 8px 16px 2px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
}
.sensor-item .pro-item-rt .pro-rt-pic:hover .image-wrapper-pro {
    background-size: calc(115% * 150px) 100%;
}
.sensor-item .pro-item-rt .pro-rt-pic:hover .image-wrapper-pro .position-abso {
    height: 150px;
    padding: 15px;
    animation: fadeInUp;
    animation-duration: 1s;
}
.sensor-item .pro-item-rt .pro-rt-pic img {
    width: 100%;
    transition: all .2s ease-out 0s;
}
.sensor-item .pro-item-rt .pro-rt-pic:hover img {
    transform: scale(1.05);
}
.sensor-item .pro-item-rt .pro-rt-pic:hover .image-font {
    color: #00a2e9;
    font-weight: bold;
}

.cg-sensorBg {
    border-top: 1px #eee solid;
    background: #f7f7f7;
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(207,226,243,1));
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(207,226,243,1));
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(207,226,243,1));
    background: linear-gradient(rgba(255,255,255,1),rgba(207,226,243,1));
}
.home-kzqjly {padding:0;width: 100%;}
.direction-main {
    width: 100%;
    height: 650px;
    padding: 0 90px 60px;
    background: url("../images/kzq-jlyBg.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.direction-main .direction-item {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #fff;
}
.direction-main .direction-item:last-child {
    align-items: flex-end;
}
.direction-main .direction-item h4 {
    font-size: 300%;
    font-weight: bold;
    margin-bottom: 10px;
}
.direction-main .direction-item p {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 10px;
    width: 90%;
}
.direction-main .direction-item a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border: 2px #fff solid;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
}
.direction-main .direction-item a i {
    font-size: 40px;
}
.direction-main .direction-item a:hover {
    color: #aacd06;
    border: 1px #aacd06 solid;
}
.direction-main .direction-item:last-child p {
    text-align: right;
}

.gy-sensorBg {
    border-top: 1px #eee solid;
    background: url("../images/gy-bg03.jpg") no-repeat center top;
    background-size: cover;
}
.gy-sensorBg .home-proTitle h3 {
    color: #fff;
}
.gy-sensorBg .home-proTitle small {
    color: #999;
}
.other-sensorBg {background: #f7f7f7;}

/*首页热门解决方案版块样式*/
.head .coin-img{width:51px;height:3px;display:block;margin:0 auto;margin-top:15px;}
.case {
    /*background-image: url(../images/precedentsBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f6ff;*/
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    border-top: 1px #eee solid;
}

.case .head>h3{font-size:30px;font-weight:400;margin:0 auto;}
.case .head>h3,.case .head>p{color:#333;line-height:24px;text-align:center;}
.case .head>p{font-size:18px;font-weight:500;margin-top:28px;margin-bottom:80px;}
.case .head>p>span{color:#aacd06;font-weight:500;}
.case .head .coin {
    position: absolute;
    height: 12px;
    width: 466px;
    left: 0;
    right: 0;
    margin: auto;
    top: 75px;
}
.case .showcase{width:1200px;margin:0 auto;overflow:hidden;}
.case .allClass {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%; 
}
.case .showcase figure{width:1200px;display:flex;margin:0 auto;height:auto;background:#f7f7f7;}
.case .showcase figure img{width:600px;}
.case .showcase figcaption {
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 30px;
    box-sizing: border-box;
    /*background: #fff;*/
    border: 1px solid #ededed;
    position: relative;
}

.case .showcase figcaption h3 {
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}
.case .showcase figcaption p {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.case .showcase figcaption span {
    font-size: 14px;
    font-weight: 500;
    color: #2f6ed8;
    line-height: 24px;
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.case .showcase figcaption a{color:#333;transition:all .3s ease-out 0s;}
.case .showcase figcaption span a{color:#00a2e9;}
.case .showcase figcaption a:hover,.case .showcase figcaption span a:hover{color:#aacd06;font-weight:bold;}
.case .logoBox {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
    /*border-bottom: 2px #ddd solid;*/
}
.case .logoBox ul {
    position: relative;
}
.case .logoBox ul:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
}
.case .logoBox li {
    height: auto;
    opacity: .5;
}
.case .logoBox li a {
    display: block;
    position: relative;
    text-align: center;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case .logoBox li a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 50%;
    margin: 0 auto;
    height: 2px;
    background: #00a2e9;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all 0.5s ease-out;
}
.case .logoBox li>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case .logoBox .lightLogo,.case .logoBox .swiper-slide-thumb-active {
    opacity: 1;
    /*border-bottom: 2px #00a2e9 solid;*/
}
.case .logoBox .swiper-slide-thumb-active a {
    color: #00a2e9;
}
.case .logoBox .swiper-slide-thumb-active a:before {
    width: 100%;
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}
.case .logoBox .progress-bar {
    position: absolute;
    height: 2px;
    width: 0;
    background: #2f6ed8;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.home-caseList-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #f4f4f4;
}
.home-caseList-item {
    width: 25%;
    /*margin-bottom: 20px;*/
}
.home-caseList-item a {
    display: block;
    background: transparent;
    height: auto;
    padding: 20px 24px;
    transition: box-shadow .2s ease-in-out;
    width: 100%;
}
.home-caseList-item a img {
    width: 100%;
    height: 100%;
    transition: 2s;
    object-fit: cover;
}
.home-caseList-item a .p-card_img {
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-bottom: 10px;
}
.home-caseList-item a .p-card_title {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 22px;
    margin-bottom: 10px;
    transition: color .2s ease-in-out
}
.home-caseList-item a span {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-caseList-item a .p-card_title .fa {
    font-size: 20px;
    display: none;
}
.home-caseList-item a .p-card_intro {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #787878;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-caseList-item a:hover {
    box-shadow: 0 8px 16px 2px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
}
.home-caseList-item a:hover img {
    transform: scale(1.2)
}
.home-caseList-item a:hover .p-card_title {
    color: #00a2e9;
}
.home-caseList-item a:hover .p-card_title .fa {
    display: block;
}



/*首页智能化应用版块样式 end*/

/*首页关于福申版块样式--开始*/
.aboutBox-bg {
    background: url("../images/gy-bg02.jpg") no-repeat center top;
    background-size: cover;
}
.aboutus-lt{position:relative;z-index:1;padding:0;}
.aboutus-lt .about-title{position:absolute;left:50px;top:50px;z-index:10;}
.aboutus-lt .about-title h3{font-size:30px;line-height:40px;color:#000;}
.aboutus-lt .about-title small {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}
.aboutus-lt .about-title .line-title {
    margin-top: 10px;
    display: block;
    height: 2px;
    width: 40px;
    background-color: #00a2e9;
}
.aboutus-rt {
    padding: 30px;
    line-height: 24px;
    color: #999;
    background: #fff;
}
.aboutus-rt .cn-name{
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}    
.aboutus-rt .en-name{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}
.aboutus-rt .info{
    margin-top: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*首页关于福申版块样式--结束*/

/*新闻动态版块样式*/
.homeNews-ul {padding:20px 0;display:-webkit-flex;display:flex;justify-content:center;flex-wrap:nowrap;}
.homeNews-ul li{height:auto;overflow:hidden;margin:0 20px;}
.homeNews-ul li.two-space{margin:0 100px;}
.homeNews-ul li a{padding:0 40px;height:40px;line-height:40px;font-size:16px;display:block;background:#eee;border:1px #ccc solid;border-radius:5px;color:#000;margin:0 20px;}
.homeNews-ul li.active{}
.homeNews-ul li.active a{
    color:#fff;font-weight:bold;border:1px transparent solid;
    background: #00a2e9;
    background: -webkit-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: -o-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: -moz-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    background: linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.homeNews-main{padding-top:30px;padding-bottom:30px;}
.homeNews-main .homeNews-box{}
.homeNews-main .n-box{display:none;}
/* 行业资讯样式css */
.industry-img {position: relative;}
.img-new-h {/*min-height: 410px;*/}
.industry-img .hy-time {padding-top: 10px;color: #999;}
.industry-img .post-title{background:#fff;bottom:0px;left:60px;width:65%;padding:20px;position:absolute;color:#333;transition:0.5s;box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1)}
.industry-img:hover .post-title {bottom:30px;}
.industry-img .post-title h3 a {color:#333;font-size:18px;font-weight:600;line-height:28px;display:block;}
.industry-img:hover .post-title h3 a {color:#00a2e9;} 
.industry-img .img-button {
  border-radius: 4px;
  margin: 0;
  text-align: center;
  display: inline-block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  margin-top: 1rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #00a2e9;
  color:#fff;
}
.industry-img .img-button .icon {font-size: 36px;}
.industry-img:hover .img-button{background:#aacd06;}
.industry-list {height: auto; overflow: hidden;}
.industry-list .industry-item {
  background: #f7f7f7;
  margin-bottom: 10px;
  padding: 12px 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: 0.5s;
}

/*.industry-list .industry-item:hover {background:#e8e5e5;}*/
.industry-list .industry-item:hover {background-color:#ebf1f5;-webkit-box-shadow:0 1px 8px #cdcdcd;-moz-box-shadow:0 1px 8px #cdcdcd;box-shadow:0 1px 8px #cdcdcd;}
.industry-item .hy-item-lt{border-right:1px #e8e5e5 solid;text-align:center;padding:0 20px 0 5px;width:20%;}
.industry-item .hy-item-lt .icon{display:block;padding-top:5px;font-size:32px;color:#00a2e9;}
.industry-item .hy-item-lt .riqi{display:block;color:#999;padding-top:0;}
.industry-item .hy-item-rt{padding:0 10px 0 20px;width:80%;}
.industry-item .hy-item-rt a{font-weight:bold;font-size:18px;color:#333;margin-bottom:10px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.industry-item .hy-item-rt a:hover{color:#00a2e9;}
.industry-item .hy-item-rt p {
    color: #999;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 常见问题样式css */
.homeNews-list,.home-company{
  overflow: hidden;
}

.homeNews-list li,.home-company li{
  overflow: hidden;
  width: 48%;
  float: left;
  margin: 0 1%;
  border-bottom: 1px dashed #ccc;
}

.homeNews-list .n-img,.home-company .gs-img{
  display: block;
  float: left;
  width: 150px;
  height: 112px;
}
.homeNews-list .n-img a,.home-company .gs-img a{
  display: block;
  border: 1px #ddd solid;
}
.homeNews-list .n-img:hover a,.home-company .gs-img:hover a{
  border: 1px #00a2e9 solid;
}

.homeNews-list .n-img a img,.home-company .gs-img a img{
  display: block;
  /*width: 100%;*/
  max-height: 110px;
  margin: 0 auto;
} 

.homeNews-list .n-txt,.home-company .gs-txt{
  float: left;
  width: calc(100% - 150px);
  padding: 0 20px;
}

.homeNews-list .n-txt .h-tit,.home-company .gs-txt .g-tit{
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
}
.homeNews-list .n-txt .h-tit a,.home-company .gs-txt .g-tit a{
  color: #333;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}
.homeNews-list .n-txt .h-tit time,.home-company .gs-txt .g-tit time{
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.homeNews-list .n-txt p,.home-company .gs-txt p{
  font-size: 12px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homeNews-list .n-txt .n_more,.home-company .gs-txt .gs-more{
  overflow: hidden;
  padding: 15px 0 0;
}
.homeNews-list .n-txt .n_more a,.home-company .gs-txt .gs-more a{
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.homeNews-list .n-txt .n_more time,.home-company .gs-txt .gs-more time{
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.homeNews-list li:nth-child(-n+2) .n-txt .h-tit time{
  display: none;
}
.homeNews-list li:nth-child(-n+2){
  padding-bottom: 20px;
}
.homeNews-list li:nth-child(-n+2):hover .n-txt .h-tit a{
  color: #00a2e9;
}
.homeNews-list li:nth-child(-n+2):hover .n-txt .n_more a{
  text-decoration: underline;
   color: #00a2e9;
}
.homeNews-list li:nth-child(n+3) .n-img{
  display: none;
}
.homeNews-list li:nth-child(n+3) .n-txt{
  width: 100%;
}
.homeNews-list li:nth-child(n+3) .n-txt p,.homeNews-list li:nth-child(n+3) .n-txt .n_more{
  display: none;
}
.homeNews-list li:nth-child(n+3) .n-txt .h-tit{
  margin-bottom: 0;
}
.homeNews-list li:nth-child(n+3) .n-txt .h-tit a{
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.homeNews-list li:nth-child(n+3) .n-txt .h-tit time{
  width: 100px;
  float: right;
  text-align: right;
  line-height: 20px;
}
.homeNews-list li:nth-child(n+3){
  padding: 10px 0;
}
.homeNews-list li:nth-child(2n+3) .n-txt{
  padding: 0 15px 0 0!important;
}
.homeNews-list li:nth-child(2n+4) .n-txt{
  padding: 0 0 0 15px!important;
}
.homeNews-list li:nth-child(n+3):hover .n-txt .h-tit a{
  color: #00a2e9;
  font-weight: bold;
}
/* 公司新闻样式css */
.nothing{width:300px;margin:0 auto;text-align:center;padding-top:30px;}
.nothing img{display:block;margin:0 auto;}
.nothing p{color:#666;padding-top:10px;font-size:14px;}
.home-company li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.home-company .gs-txt .g-tit a:hover,.home-company .gs-txt .gs-more a:hover {color: #00a2e9;}

@media only screen and (max-width:767px){
.homeNews-ul li.two-space{margin:0;}
.homeNews-ul li a{padding:0 15px;height:36px;line-height:36px;font-size:14px;display:block;color:#333;margin:0 15px;}
.industry-img .post-title {
  bottom: 0;
}
.industry-list {
  padding-top: 0;
}
.industry-item .hy-item-lt {
  width: 30%;
}
.industry-item .hy-item-rt {
  width: 70%;
}

.home-company li {padding-bottom: 0;}
.homeNews-list .n-txt,.home-company .gs-txt{
  float: inherit;
  width: 100%;
  padding: 15px 10px 20px 10px;
}
.homeNews-list .n-txt .h-tit {
  font-size: 16px;
}
.homeNews-list li:nth-child(-n+2) {
  padding: 15px 0 0 0;
}
.homeNews-list li:nth-child(n+3) {
  width: 100%;
}
.homeNews-list li:nth-child(2n+4) .n-txt {
  padding: 0 15px 0 0!important;
}

}

@media only screen and (max-width:376px) {
.homeNews-ul li a {
  height: 50px;
  line-height: 20px;
  text-align: center;
  padding: 5px 15px;
}

.industry-item .hy-item-rt a {
  font-size: 14px;
}
.industry-item .hy-item-rt p {
  height: 48px;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
}

/*新闻动态版块样式 end*/


/*查看更多内容样式*/
.more-box{width:280px;margin:60px auto 0;}
.more-pro {
    display: block;
    background: transparent;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: 1px #dedede solid;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    transition: 0.5s;
}
.more-pro:hover{
  background: #00a2e9;
  background: -webkit-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  background: -o-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  background: -moz-linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  background: linear-gradient(to bottom right,rgba(0,162,233,1),rgba(0,82,184,1));
  color: #fff;
  border: 1px transparent solid;
  border-radius: 25px;
}
