﻿@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 986164 */
  src: url('//at.alicdn.com/t/font_986164_n5h55rerj2s.eot');
  src: url('//at.alicdn.com/t/font_986164_n5h55rerj2s.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_986164_n5h55rerj2s.woff') format('woff'), url('//at.alicdn.com/t/font_986164_n5h55rerj2s.ttf') format('truetype'), url('//at.alicdn.com/t/font_986164_n5h55rerj2s.svg#iconfont') format('svg');
}


/* 轮播图 */

.sBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 32%;
  position: relative;
  overflow: hidden;
}

.slideBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slideBox .hd {
  position: absolute;
  width: 100%;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.slideBox .hd li {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}

.slideBox .hd li.on {
  background: #fff;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slideBox .bd ul,
.slideBox .bd .tempWrap {
  width: 100%;
  height: 100%;
}

.slideBox .bd li {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.slideBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slideBox .bd li .imgBox {
  width: 100%;
  padding-bottom: 32%;
  background-position: center center;
  background-repeat: no-repeat;
}

.slideBox .bd li .imgBox img {
  width: 100%;
  height: 100%;
}

.slideBox .bd li .imgBox a {
  display: block;
  width: 100%;
  height: 100%;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 3;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

@media (max-width: 768px) {
  .sBox {
    padding-bottom: 80%;
  }
  .slideBox .bd li .imgBox {
    padding-bottom: 80%;
  }
}

/*作品赏析*/

.works .hd {
  margin-bottom: 2%;
  overflow: hidden;
}

.works .hd ul {
  text-align: center;
}

.works .hd li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  min-width: 4em;
  padding: 0.5em 1em;
  background-color: #6e6e6e;
  margin: 0 15px;
  cursor: pointer;
}

.works .hd li a {
  color: #fff;
}

.works .hd li.on {
  background-color: #8bba2b;
}

.works .bd {
  overflow: hidden;
}

.works .bd li .liBox {
  box-sizing: border-box;
  width: 31.33%;
  margin: 0 1% 4%;
  float: left;
  overflow: hidden;
}

.works .bd li .imgBox {
  width: 100%;
  padding-bottom: 68%;
}
.works .bd li .imgBox img{
  width: 100%;
  height: 100%;
}
.works .bd .liBox:hover .imgBox img{
  /*transform:scale(1.1);*/
}

.works .bd li span {
  font-size: 12px;
  color: #6e6e6e;
  line-height: 35px;
}

@media (max-width: 768px) {
  .works .hd ul {
    display: flex;
    justify-content: space-around;
  }
  .works .hd ul li {
    margin: 0;
  }
  .works .bd li .liBox {
    width: 48%;
  }
  .works .bd li .liBox:nth-child(n+5) {
    display: none;
  }
}

/*业务模块*/

.business {
  background: url('../Images/business-bg.jpg') no-repeat center center;
  overflow: hidden;
  padding-top: 2%;
  padding-bottom: 6%;
  background-size: cover;
  background-attachment: fixed;
}

.business .index-title .ch {
  color: #fff;
}

.business .index-title i {
  color: #333;
}

.business .index-title i:before,
.business .index-title i:after {
  background-color: #333;
}

.business .cont {
  overflow: hidden;
}

.business .cont ul {
  margin: 0 -1%;
}

.business .cont li {
  width: 23%;
  margin: 0 1%;
  float: left;
  background-color: #fff;
  overflow: hidden;
  border-radius: 1em;
}

.business .cont li .ico {
  margin-top: 14%;
  color: #8e9297;
  font-size: 70px;
  text-align: center;
}

.business .cont li .t {
  font-size: 22px;
  color: #04340f;
  line-height: 2em;
  height: 2em;
  text-align: center;
  margin-top: 2%;
}

.business .cont li .more {
  width: 135px;
  max-width: 80%;
  font-size: 14px;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #04340f;
  border: 1px solid #959297;
  margin: 25% auto 10%;
}

.business .cont li .more a {
  display: block;
  color: #04340f;
}

.business .cont li .more:hover {
  border: 1px solid #04340f;
}

.business .cont li:hover .ico {
  color: #04340f;
}

@media (max-width: 768px) {
  .business .cont li {
    width: 40%;
    margin-bottom: 6%;
  }
  .business .cont li:nth-child(2n) {
    margin-left: 3%;
    margin-right: 7%;
  }
  .business .cont li:nth-child(2n+1) {
    margin-left: 7%;
    margin-right: 3%;
  }
  .business .cont li .t {
    font-size: 16px;
  }
  .business .cont li .more {
    margin-top: 15%;
  }
}


/*新闻中心*/
.news .cont {
  overflow: hidden;
}
.news .cont ul {
  border-right: 1px solid #959297;
  border-top: 1px solid #959297;
  border-bottom: 1px solid #959297;
}

.news .cont li {
  width: 33.33%;
  float: left;
  font-size: 14px;
  color: #474747;
  border-left: 1px solid #959297;
  box-sizing: border-box;
}

.newsBox {
  display: block;
  padding: 10%;
}

.news .cont li .iBox {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  position: relative;
}
.news .cont li .iBox .border{
  position: absolute;
  background-color: #959297;
  transition: all 0.5s;
}
.news .cont li .iBox .border-bottm{
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
}
.news .cont li .iBox .border-top{
  width: 0;
  height: 2px;
  top: 0;
  left: 0;
}
.news .cont li .iBox .border-left{
  width: 2px;
  height: 0;
  bottom: 0;
  left: 0;
}
.news .cont li .iBox .border-right{
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
}
.news .cont li:hover .iBox .border-bottm{
  width: 100%;
}
.news .cont li:hover .iBox .border-top{
  width: 100%;
}
.news .cont li:hover .iBox .border-left{
  height: 100%;
}
.news .cont li:hover .iBox .border-right{
  height: 100%;
}

.news .cont li .imgBox {
  width: 100%;
  padding-bottom: 54.5%;
}
.news .cont li .imgBox img{
  width: 100%;
  height: 100%;
}
.news .cont li .title {
  margin-top: 2%;
}

.news .cont li .time {
  margin-top: 2%;
}

.news .cont li p {
  margin-top: 2%;
  font-size: 12px;
  line-height: 1.8em;
  height: 7.2em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news .cont{
    padding: 0 10px;
  }
  .news .cont ul {
    border: 0;
  }
  .news .cont li {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }
  .news .cont li .newsBox {
    padding: 0;
  }
  .news .cont li .iBox {
    width: 40%;
    float: left;
    margin-right: 0.5em;
  }
  .news .cont li p {
    display: none;
  }
  .news .cont li .title {
    line-height: 1.8em;
    height: 3.6em;
    margin-top: 0;
    white-space: normal;
  }
  .news .cont li .iBox .border-bottm{
    width: 100%;
  }
  .news .cont li .iBox .border-top{
    width: 100%;
  }
  .news .cont li .iBox .border-left{
    height: 100%;
  }
  .news .cont li .iBox .border-right{
    height: 100%;
  }
}


/* 展会大图 */
.exhibition
{
    margin-top: 4%;
}
.exhibition li
{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.exhibition li .bg
{
    position: relative;
    width: 100%;
    padding-bottom: 80%;
}
.exhibition li .bg img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.exhibition li .btn
{
    width: 100%;
    background-color: rgba(0,0,0,.4);
    padding: 0.5em 0;
}
.exhibition li .btn span
{
    display: block;
    width: 100%;
    padding: 0 0.5em;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.exhibition li .btn span:before
{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.exhibition li .btn span i
{
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 768px) 
{
    .exhibition li .btn span
    {
        font-size: 14px;
    }
}


/*媒体报道*/
.hotNews 
{
    margin-top: 5%;
}
.hotNews .iBox
{
    float: right;
    width: 550px;
    max-width: 50%;
}
.hotNews .iBox .imgBox
{
    width: 100%;
    padding-bottom: 66%;
}
.hotNews .iBox .imgBox img
{
    width: 100%;
    height: 100%;
}
.hotNews .cont {
    overflow: hidden;
    padding-right: 6%;
}
.hotNews .cont .t
{
    margin-top: 8%;
    position: relative;
}
.hotNews .cont .t span
{
    font-size: 35px;
    font-weight: bold;
    display: block;
}
.hotNews .cont .t small
{
    display: block;
    font-size: 16px;
    color: #666
}

.hotNews .cont .t2
{
    font-size: 19px;
    margin-top: 6%;
        color: #fff;
    font-weight: bold;
    background: #247d44;
    padding: 5px;
}

.hotNews .cont .c {
    margin-top: 3%;
    color: #444;
}
.hotNews .cont .c span {
    display: block;
    font-size: 14px;
    line-height: 1.8;
}

.hotNews .cont .more {
    display: block;
    width: 92px;
    height: 24px;
    border: 1px solid #a0a0a0;
    line-height: 24px;
    text-align: center;
    margin-top: 4%;
}
@media (max-width: 768px) 
{
    .hotNews .iBox
    {
        width: 100%;
        max-width: 100%;
    }
    .hotNews .cont {
        padding-left: 10px;
        padding-right: 10px;
    }
}