@charset "UTF-8";

/* 全屏轮播图 */
.fullSlide {
  width: 100%;
  position: relative;
  height: 480px;
  background: #000;
  overflow: hidden; }

.fullSlide .bd {
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.fullSlide .bd ul {
  width: 100%;
  height: 100%;
  position: relative;
 }

.fullSlide .bd li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.fullSlide .bd li a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -999em; }

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60); }

.fullSlide .hd ul {
  text-align: center;
  font-size: 0; }

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #bcc6cf;
  font-size: 0; }

.fullSlide .hd ul .on {
  background-color: #227cb1; }


/* 产品分类 */
.product-type
{
    overflow: hidden;
    margin-top: 40px;
}
.product-type ul
{
    margin: 0 -2px;
}
.product-type li
{
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-type li .circle
{
    width: 100%;
    padding-bottom: 228%;
    position: relative;
}
.product-type li .circle .btn
{
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(169,101,64,.7);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.product-type li .circle .btn img
{
    margin: 40px auto 10px;
}


/* 招商加盟 */
.join
{
    padding-top: 60px;
    margin-top: 40px;
    height: 618px;
    background: url("../Images/join-bg.jpg") no-repeat center center;
}
.join .box
{
    padding-left: 338px;
}
.join .public-title
{
    margin-left: 60px;
}
.join-list li
{
    float: left;
    width: 196px;
    height: 126px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    margin: 0 7px;
}
.join-list li img
{
    display: block;
    margin: 13px auto 0;
}
.join-list li span
{
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
}
.join-txt
{
    margin-top: 145px;
}
.join-txt span
{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}
.join-txt p
{
    font-size: 18px;
    line-height: 30px;
}
.join-txt a
{
    display: inline-block;
    font-size: 20px;
    color: #ff6300;
    border: 1px solid #ff6300;
    padding: 0 1em;
    border-radius: 4px;
    margin-top: 20px;
}


/* 展厅 */
.exhibition li
{
    width: 596px;
    float: left;
    margin-left: 8px;
}
.exhibition li:first-child
{
    margin-left: 0;
}
.exhibition li img
{
    width: 596px;
    height: 262px;
    display: block;
}
.exhibition li span
{
    display: block;
    text-align: center;    
    margin-top: 10px;
    font-size: 18px;
}

/* sdvantage */
.sdvantage
{
    margin-top: 75px;
}
.sdvantage .hd
{
    float: left;
    width: 345px;
    height: 843px;
    color: #fff;
    background: #000 url("../Images/sdvantage-bg.png") no-repeat center 45px / 90% auto;
}
.sdvantage .hd ul
{
    padding: 0 30px;
    margin-top: 310px;
}
.sdvantage .hd li
{
    font-size: 24px;
    margin-top: 40px;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 40px 50px 0;
    cursor: pointer;
}
.sdvantage .hd li:first-child
{
    border-top: 0;
}

.sdvantage .bd
{
    float: left;
    width: 855px;
    height: 843px;
}
.sdvantage .bd .box
{
    position: relative;
    width: 100%;
    height: 100%;
}
.sdvantage .bd .box img
{
    width: 100%;
    height: 100%;
}
.sdvantage .bd .box span
{
    position: absolute;
    left: 0;
    top: 260px;
    text-align: center;
    display: block;
    padding: 45px 110px;
    background-color: rgba(255,255,255,.8);
    color: #414141;
    font-size: 18px;
}


/*  about*/
.about
{
    margin-top: 67px;
    overflow: hidden;
    height: 672px;
    background: url("../Images/about-bg.jpg") no-repeat center center;
}
.about .box
{
    width: 1026px;
    height: 347px;
    margin: 182px auto 0;
}
.about .box .about-img
{
    width: 513px;
    height: 347px;
    float: left;
}
.about .box .about-img img
{
    width: 100%;
    height: 100%;
}
.about .box .about-txt
{
    width: 483px;
    height: 347px;
    float: left;
    padding: 0 15px;
    background-color: #fff;
}

.about .box .about-txt .t
{
    font-size: 26px;
    color: #8d8d8d;
    margin-top: 45px;
}
.about .box .about-txt i
{
    display: inline-block;
    font-size: 14px;
    color: #c6b5a7;
    margin-top: 10px;
}
.about .box .about-txt .c
{
    margin-top: 10px;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 27px;
    height: 162px;
    overflow: hidden;
}
.about .box .about-txt .more
{
    font-size: 14px;
    color: #a96540;
    display: block;
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #a96540;
    margin-top: 10px;
}

/* honor */
.honor
{
    margin-top: -50px;
    overflow: hidden;
}
.honor .bd li
{
    width: 388px;
    margin: 0 6px;
}
.honor .bd li .box
{
    padding: 24px 20px;
    width: 336px;
    height: 250px;
    border: 2px solid #b3b3b3;
    background-color: #fff;
}
.honor .bd li img
{
    width: 100%;
    height: 100%;
}
.honor .bd li span
{
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.honor .main
{
    position: relative;
}
.honor .btn span
{
    position: absolute;
    display: block;
    width: 42px;
    height: 77px;
    top: 50%;
    margin-top: -38px;
}
.honor .btn .prev
{
    right: 100%;
    background: url("../Images/prev.png") no-repeat center center;
}
.honor .btn .next
{
    left: 100%;
    background: url("../Images/next.png") no-repeat center center;
}


/*视频*/
.videoNews
{
    margin-top: 100px;
}
.videoBox
{
    margin-top: 130px;
    width: 588px;
    float: left;
}
.videoBox .iVideo {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
}
.videoBox .iVideo .qqvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* 新闻 */
.news
{
    float: right;
    width: 562px;
}
.news ul
{
    border-top: 1px solid #000;
}
.news li
{
    margin-top: 20px;
}
.news li .news-time
{
    font-size: 14px;
    color: #bebebe;
}
.news li .news-time:before
{
    content: "▶";
    font-size: 19px;
    margin-right: 5px;
    color: #000;
}
.news li .news-title
{
    font-size: 14px;
}

.news .public-title
{
    color: #a8643e;
}
.news .public-title i
{
        background-color: #a8643e;
}
.news .more
{
    margin-top: 25px;
}
.news .more a
{
    color: #a8643e;
}

/*team*/
.team
{
    margin-top: 120px;
}

.links
{
    margin-top: 5px;
    min-height: 100px;
}

.links .title
{
    width: 200px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    border-right: #b5b5b5 solid 1px;
    float: left;
}

.links .text
{
    font-size: 18px;
    color: #070604;
    font-weight: bold;
    font-style: italic;
}

.links .entext
{
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
}

.links .linkitem
{
    width: 880px;
    height: 100px;
    margin-top: 10px;
    float: left;
} 

.links .linkitem li
{
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}