/***********public_title***********/
.public_title {
  text-align: center; }
.public_title h5 {
  font-size: 34px;
  color: #000000;
  font-family: serif;
  font-weight: 600; }
.public_title .line {
  width: 33px;
  height: 1px;
  background: #000000;
  margin: 0  auto;
  margin-top: 12px;
  margin-bottom: 7px; }
.public_title span {
  width: 116px;
  height: 33px;
  background: url("../images/public_title_bg1-1.png") no-repeat center;
  font-size: 20px;
  margin: 0  auto;
  color: #000000; }

.public_more {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 122px;
  height: 34px;
  border-radius: 20px;
  border: 1px solid #000000; }
.public_more:hover {
  width: 150px !important;
  background: #dabb7a !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important; }

/**********header***********/

/****banner****/
@media (min-width: 768px) {

  .banner {
    position: relative;

    /*width: 100%;*/
    /**/
    /*overflow: hidden;*/
  }
  .banner img{
    /*-webkit-animation: scale 80s;*/
    /*animation: scale 80s;*/
  }
}

.banner {
  position: relative;

}

@-webkit-keyframes scale
{
  0% {-webkit-transform: scale(1);transform: scale(1);}
  50%{-webkit-transform: scale(1.3);transform: scale(1.3);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}

@keyframes scale
{
  0% {-webkit-transform: scale(1);transform: scale(1);}
  50%{-webkit-transform: scale(1.3);transform: scale(1.3);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}


/*about*/
.about > .container {
  padding-top: 100px;
  padding-bottom: 132px; }
.about .pic {
  position: relative; }
.about .pic img {
  position: absolute;
  left: 0;
  top: 0; }
.about .pic .pic2 {
  left: 36px; }
.about .pic .pic1 {
  top: 85px; }
.about .message {
  text-align: center; }
.about .message .public_title {
  margin-top: 25px; }
.about .message .summary {

  overflow: hidden;
  margin-top: 50px;
  font-size: 14px;
  color: #777676;
  line-height: 24px;
  text-align: left;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.about .message .public_more {
  margin: 0 auto;
  margin-top: 72px; }

/***********pinpai************/
.pinpai .rt_pic{
  overflow: hidden;
}
.pinpai .rt_pic img {
  display: none;
  -webkit-animation: scale 50s;
  animation: scale 50s;

}
.pinpai .rt_pic img.on {
  display: block; }
.pinpai .name_box {
  background: url("../images/pinpan_bg.png") no-repeat center;
  position: relative; }
.pinpai .name_box .main {
  position: relative;
  width: 862px;
  float: right;
  margin-right: 4%;
  padding-left: 36%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.pinpai .name_box .name li {
  margin: 0 10px;
  float: left;
  margin-bottom: 46px; }
.pinpai .name_box .name li:hover a {
  background: #ffffff; }
.pinpai .name_box .name li:hover a img {
  display: block; }
.pinpai .name_box .name li:hover a img:first-child {
  display: none; }
.pinpai .name_box .name li a {
  border: 1px solid #ffffff;
  width: 239px;
  height: 86px; }
.pinpai .name_box .name li a img {
  display: none; }
.pinpai .name_box .name li a img:first-child {
  display: block; }
.pinpai .name_box .public_title {
  margin-bottom: 72px;
  text-align: center; }
.pinpai .name_box .public_title h5 {
  color: #ffffff; }
.pinpai .name_box .public_title span {
  color: #ffffff;
  background: url("../images/public_title_bg2-1.png") no-repeat; }
.pinpai .name_box .public_title .line {
  background: #ffffff; }
.pinpai .name_box .public_more {
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
  margin-top: 40px; }

/*shipin*/
.shipin {
  background: url("../images/shipin2.jpg") no-repeat top;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  height: 755px; }

.shipin img{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -222px;
}

@media (max-width: 768px) {
  .shipin{
    background: url("../images/shipin.jpg") no-repeat top;
  }
}

.shipin_light_box{
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  z-index: 3333;
  top: 0;
  background: rgba(0,0,0,0.5);
}
.shipin_light_box p {
  display: block;
  font-size: 30px;
  margin-bottom: 41px;
  color: white;
}
.shipin_light_box .pic{
  width: 400px;
  height: 400px;
}

/*news*/
.news {
  margin-top: 100px;
  margin-bottom: 108px; }
.news .public_more {
  margin: 0 auto; }
.news .main {
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.news .main .item {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  bottom: 0;
  width: 30%; }
.news .main .item>img{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news .main .item:hover{
  bottom: 20px;
}
.news .main .item:hover >img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news .main .item:hover .title{
  color: #dabb7a ;
}
.news .main .item .line {
  margin-top: 16px;
  margin-bottom: 20px;
  width: 236px;
  height: 1px;
  background: #000000; }
.news .main .item .title {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px; }
@media (min-width: 768px) {
  .news .main .item .title{
    min-height: 50px;
  }
}
.news .main .item .summary {
  line-height: 18px;
  font-size: 14px;
  color: #9c9c9c;
  text-indent: 2em; }

/*liuyan*/
.liuyan {
  background: url("../images/feedback_bg.jpg") no-repeat center; }
.liuyan .main .public_title {
  margin-top: 87px;
  margin-bottom: 71px; }
.liuyan .main .public_title h5 {
  color: #ffffff; }
.liuyan .main .public_title .line {
  background: #ffffff; }
.liuyan .main .public_title span {
  color: #ffffff;
  background: url("../images/public_title_bg2-1.png") no-repeat; }




#feedback .liuyan-tr:not(:last-child) input{
  font-size: 18px;
  width: 500px;
  border: none;
  border-bottom: 1px solid #ffffff;
  height: 26px;
  padding-bottom: 6px;
  margin-bottom: 19px;

  color: white !important;
}
#feedback .liuyan-tr th{
  color: #ffffff;

}
#feedback  .line{
  position: relative;
  top: 5px;
  width: 5px;
  height: 23px;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
}

#feedback  .infoInput{
  background: transparent;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  width: 500px;
  padding-bottom: 26px;
  height: 75px;
  color: white !important;

}
#feedback{
  padding-bottom: 110px;
}

#feedback .liuyan4 .line{
  top: -48px;
}
.liuyan5 input{
  left: 203px;
  /* right: 0; */
  /* top: 0; */
  bottom: 55px;
  width: 122px;
  height: 34px;
  border-radius: 20px;
  background: #ffffff !important;
  color: #000000 !important;
  border: none;
  padding: 0 !important;

}
.liuyan5 input:hover{
  background: #dabb7a !important;
  color: #ffffff !important;
}


@media (min-width: 1300px) and (max-width: 1500px){
  .pinpai .name_box .public_more{
    margin-top: 10px;
  }
  .pinpai .name_box .name li{
    margin-bottom: 31px;
  }
  .pinpai .name_box .name li a{
    width: 227px;
  }
  .pinpai .name_box .main{
    width: 500px;
    padding-left: 0;
    margin-right: 1%;
  }
}


/**************wap*********/
@media (max-width: 768px) {
  .public_title h5{
    font-size: 25px;
  }
  .public_title span{
    font-size: 18px;
  }
  .header {
    position: static; }

  .navbar-brand > img {
    max-width: 60%;
    margin-top: 11px; }

  .header .nav_list .lv1 > a {
    color: black; }

  .header .navbar-nav {
    border-top: 1px solid #000000; }

  .header .nav_list .lv1.yuyan {
    display: block; }

  .header .nav_list .lv1.yuyan a {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px; }

  .header .bottom_line {
    display: none !important; }

  .about .message > img {
    display: none; }

  .about > .container {
    padding-top: 13px;
    padding-bottom: 38px; }

  .about .message .summary {
    padding: 24px;
    margin-top: 9px; }

  .about .message .public_more {
    margin-top: 8px; }

  .pinpai .name_box .main {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    display: block;
    float: none;
    padding-top: 30px;
    padding-bottom: 35px;

  }

  .pinpai .rt_pic {
    display: none; }

  .pinpai .name_box .name li:nth-child(2n+1) {
    margin-left: 0; }

  .pinpai .name_box .name li:nth-child(2n) {
    float: right;
    margin-right: 0; }

  .pinpai .name_box .name li {
    margin-bottom: 18px;
  }

  .pinpai .name_box .name li a {
    width: 150px;
    height: 70px;
    padding: 10px;
    /*background: #ffffff;*/
  }

  .pinpai .name_box .name li a img {
    display: none;
  }

  .pinpai .name_box .name li a img:first-child {
    display: block;
  }
  .shipin_light_box p{
    margin-bottom: 18px;
    font-size: 20px;
  }
  .shipin_light_box .pic{
    width: 250px;
    height: 250px;
  }
  .liuyan .main .public_title h5{
    font-size: 26px;
  }

  .pinpai .name_box .public_title {
    margin-bottom: 29px; }

  .pinpai .name_box .name {
    width: 320px;
    margin: 0 auto; }
  .pinpai .name_box{
    width: 100%;
  }
  .pinpai .name_box .public_more {
    margin-top: 12px; }

  .shipin {
    height: 218px;
    background-attachment: inherit;
    background-size: 168%;
    /* background-position: -10px; */
    background-position-y: -66px; }

  .news {
    margin-bottom: 28px;
    margin-top: 27px; }

  .news .main .item {
    display: none;
    margin: 0 auto;
    width: 88%; }

  .news .main .item .line {
    width: 100%; }

  .news .main .item:first-child {
    display: block; }

  .news .main {
    margin-bottom: 32px; }

  .liuyan .main .public_title {
    margin-top: 36px; }
  .about .message .summary{
    -webkit-line-clamp: 4;
  }
  .about .message .public_more{
    margin-top: 21px;
  }
  .liuyan .main .public_title{
    margin-bottom: 19px;
  }

  #feedback .liuyan-tr:not(:last-child) input,#feedback .infoInput{
    width: 200px;
  }
  #feedback .infoInput{
    height: 26px;
  }
  #feedback .liuyan-tr input{
    font-size: 16px;
  }

  #feedback td{
    text-align: center;
  }
  #feedback .liuyan4 .line{
    top: -5px;
  }
  .liuyan5 input{
    left: 50%;
    margin-left: -61px;
  }
}