@charset "UTF-8";
.searchCtrl .searchCtrl_btn input {
  float: left; }

/* 全屏轮播图 */
.fullSlide {
  width: 100%;
  min-width: 1000px;
  position: relative;
  height: 550px;
  background: #000;
  overflow: hidden; }

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.fullSlide .bd ul {
  width: 100% !important;
  position: relative;
  width: 1920px;
  height: 550px; }

.fullSlide .bd li {
  width: 100% !important;
  height: 550px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  width: 1900px;
  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: center;
  background-repeat: no-repeat;
  background-size: cover; }

.fullSlide .bd li a {
  display: block;
  height: 500px; }

.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: #d3b169; }

.searchCtrl {
  height: 24px;
  line-height: 24px;
  padding: 15px 0; }
  .searchCtrl .searchCtrl_btn input {
    height: 24px;
    box-sizing: border-box; }
    .searchCtrl .searchCtrl_btn input[type=text] {
      width: 194px;
      outline: none;
      padding-right: 30px;
      text-indent: 1em; }
    .searchCtrl .searchCtrl_btn input[type=button] {
      width: 30px;
      margin-left: -30px; }
  .searchCtrl .searchCtrl_keyword {
    line-height: 24px; }

.indexTitle {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-top: 2em; }
  .indexTitle .titleMain {
    font-size: 1.3em; }
  .indexTitle small {
    display: block;
    margin-top: 0.75em;
    font-size: 0.7em;
    color: #808080; }
  .indexTitle .titleLine {
    width: 3em;
    height: 0.25em;
    background-color: #d3b169;
    margin: 0.5em auto 0; }

@media (max-width: 1200px) {
  .indexTitle {
    font-size: 18px; } }
@media (max-width: 992px) {
  .indexTitle {
    font-size: 16px; } }
@media (max-width: 768px) {
  .indexTitle {
    font-size: 14px;
    margin-top: 1em; } }
.imgHover {
  overflow: hidden; }
  .imgHover img {
    -webkit-transition: all 0.4s;
            transition: all 0.4s; }
  .imgHover:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.productBox {
  margin-top: 1em; }

.productType {
  font-size: 0; }
  .productType ul {
    margin-top: 25px;
    text-align: center; }
  .productType li {
    width: 20%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
    .productType li:hover .iBox {
      background-color: #f3f3f3; }
    .productType li .iBox {
      border-left: 1px solid #003692;
      padding: 4% 15%; }
      .productType li .iBox img {
        width: 100%; }
    .productType li:first-child .iBox {
      border-left: none; }
  @media (max-width: 768px) {
    .productType li {
      width: 33%; }
      .productType li:nth-child(3n+1) .iBox {
        border-left: none; } }
  .productType span {
    display: block;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px; }

.productList {
  padding-top: 1.8em;
  padding-bottom: 1em;
  background: url("../images/zys_img8.jpg") center top; }
  .productList ul {
    font-size: 0; }
  .productList li {
    width: 50%;
    display: inline-block;
    overflow: hidden; }
    .productList li img {
      width: 100%; }
  @media (max-width: 768px) {
    .productList li {
      width: 100%; } }

.ui-head01 {
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.3em; }

.ui-head01 h4 {
  position: relative;
  font-size: 1.3em;
  color: #222222;
  line-height: 1;
  background-color: #fff;
  z-index: 1;
  margin: 0; }

.ui-head01 h4:after {
  content: "";
  position: absolute;
  top: 0.55em;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  z-index: -1; }

.ui-head01 a {
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
  font-size: 0.9em;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  background-color: #232323;
  border-radius: 100%;
  z-index: 2; }

.ui-head01 a:hover {
  background-color: #d3b169; }

.ui-head01 .ui-line {
  display: inline-block;
  width: 2.5em;
  height: 0.25em;
  background-color: #d3b169; }

@media (max-width: 1200px) {
  .ui-head01 {
    font-size: 18px; } }
@media (max-width: 992px) {
  .ui-head01 {
    font-size: 16px; } }
@media (max-width: 768px) {
  .ui-head01 {
    font-size: 14px; } }
.project {
  background: url("../images/project-bg.png") repeat-x center bottom; }

.peojectList ul {
  text-align: center; }
.peojectList li {
  font-size: 20px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 0.35em;
  margin-bottom: 0.75em; }
  .peojectList li .imgBox {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    background-color: #efefef; }
    .peojectList li .imgBox img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .peojectList li span {
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    overflow: hidden;
    padding: 0 0.5em;
    text-align: center;
    font-size: 14px;
    background-color: #efefef; }

@media (max-width: 1200px) {
  .peojectList li {
    font-size: 18px; } }
@media (max-width: 992px) {
  .peojectList li {
    font-size: 16px; } }
@media (max-width: 768px) {
  .peojectList li {
    width: 50%;
    font-size: 14px; } }
.newsCont {
  font-size: 20px; }
  .newsCont .newsL {
    width: 100%;
    }
    .newsCont .newsL ul {
      text-align: center; }
    .newsCont .newsL li {
      width: 33%;
      text-align: left;
      float: left; }
      .newsCont .newsL li a {
        font-size: 1em;
        display: block;
        width: 100%;
        padding-right: 1em;
        box-sizing: border-box; }
      .newsCont .newsL li .img {
        width: 100%;
        padding-bottom: 62%;
        position: relative;
        border: 1px solid #ccc; }
        .newsCont .newsL li .img img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
      .newsCont .newsL li span {
        height: 2.5em;
        line-height: 2.5em;
        font-size: 0.9em; }
      .newsCont .newsL li p {
        font-size: 0.7em;
        color: #595757;
        line-height: 1.8;
        height: 3.64em;
        overflow: hidden; }
  .newsCont .newsR {
    font-size: 0.7em; }
    .newsCont .newsR li {
      margin-bottom: 0.7em; }

@media (max-width: 1200px) {
  .newsCont {
    font-size: 18px; } }
@media (max-width: 992px) {
  .newsCont {
    font-size: 16px; } }
@media (max-width: 768px) {
  .newsCont {
    font-size: 14px; }
    .newsCont .newsL {
      display: none; } }
.indexImg1 {
  margin-top: 0.5em; }
  .indexImg1 img {
    width: 100%; }

@media (max-width: 768px) {
  .indexImg1 {
    margin-top: .5em; } }
.bigImgBtn {
  text-align: center;
  margin-top: 1em; }
  .bigImgBtn .bibBox {
    width: 50%;
    float: left;
    font-size: 20px; }
    .bigImgBtn .bibBox .bImg, .bigImgBtn .bibBox .sImg {
      width: 100%; }
      .bigImgBtn .bibBox .bImg .iBox, .bigImgBtn .bibBox .sImg .iBox {
        padding: 0.1em;
        box-sizing: border-box; }
        .bigImgBtn .bibBox .bImg .iBox a, .bigImgBtn .bibBox .sImg .iBox a {
          position: relative;
          display: block;
          width: 100%;
          overflow: hidden; }
        .bigImgBtn .bibBox .bImg .iBox img, .bigImgBtn .bibBox .sImg .iBox img {
          width: 100%;
          height: 100%; }
        .bigImgBtn .bibBox .bImg .iBox span, .bigImgBtn .bibBox .sImg .iBox span {
          height: 2em;
          line-height: 2em;
          background-color: rgba(211, 177, 105, 0.8);
          text-align: center;
          display: block;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          color: #fff;
          border: 0.1em solid transparent;
          box-sizing: border-box;
          font-size: 0.8em; }
    .bigImgBtn .bibBox .bImg .iBox {
      width: 100%;
      height: 56%; }
    .bigImgBtn .bibBox .sImg .iBox {
      width: 50%;
      height: 33%;
      float: left; }

@media (max-width: 1200px) {
  .bigImgBtn .bibBox {
    font-size: 16px; } }
@media (max-width: 992px) {
  .bigImgBtn .bibBox {
    font-size: 14px; } }
@media (max-width: 768px) {
  .bigImgBtn .bibBox {
    font-size: 14px;
    width: 100%; } }
.video {
  background: url("../images/videobg.jpg") no-repeat center center;
  background-size: cover;
  height: 35em;
  font-size: 20px; }
  .video .videoCont {
    width: 85%;
    margin: 2em auto 0;
    height: 20em; }
    .video .videoCont .videoL, .video .videoCont .videoR {
      width: 50%;
      height: 90%;
      float: left;
      box-sizing: border-box; }
    .video .videoCont .videoL {
      background-color: rgba(255, 255, 255, 0.85);
      font-size: 0.9em;
      line-height: 1.4;
      padding: 2.2em 1em;
      text-align: center;
      border: 1px solid #ccc; }
    .video .videoCont .videoR video 
    {
        background-color: #000;
      width: 100%;
      height: 100%; }

@media (max-width: 1200px) {
  .video {
    font-size: 18px; } }
@media (max-width: 992px) {
  .video {
    font-size: 16px; } }
@media (max-width: 768px) {
  .video {
    font-size: 14px;
    height: 28em; }
    .video .videoCont {
      width: 90%; }
      .video .videoCont .videoL, .video .videoCont .videoR {
        width: 100%; }
      .video .videoCont .videoL {
        display: none; } }
.brand {
  padding-bottom: 1em;
  background: url("../images/brand-bg.jpg") center top; }

.brandCont {
  font-size: 20px;
  overflow: hidden; }
  .brandCont ul {
    margin: 1.5em -0.25em 0; }
  .brandCont li {
    width: 25%;
    padding: 0 0.25em;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.7em; }
    .brandCont li .brandTxt {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 0.5em; }
      .brandCont li .brandTxt .brandTitle {
        font-size: 1.2em; }
      .brandCont li .brandTxt p {
        margin-top: 0.5em;
        line-height: 2;
        height: 7em;
        text-align: left; }
    .brandCont li img {
      width: 100%; }

@media (max-width: 1200px) {
  .brandCont {
    font-size: 18px; } }
@media (max-width: 992px) {
  .brandCont {
    font-size: 16px; } }
@media (max-width: 768px) {
  .brandCont {
    font-size: 14px; }
    .brandCont li {
      width: 50%;
      padding: 0 0.6em 1.2em; }
      .brandCont li .brandTxt p {
        display: none; } }


/*友情链接*/
.friendsLinks_list li
{
    float: left;
    margin: 5px;
}

@media screen and (min-width: 768px){
    #myCarousel  .carousel-indicators {
        bottom: 8px;
    }
}
