@charset "UTF-8";
.w1190 {
  width: 1190px;
  margin: 0 auto;
}


@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}



@keyframes rotatetwo {
  0% {
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(40deg); 
  }
  100% {
    transform: rotate(0deg);
  }
}


@keyframes show {
  to {
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes show {
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
@-ms-keyframes show {
  to {
    -ms-transform: rotateY(-360deg);
  }
}
@keyframes amtLeftRightThree {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 5px;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes scale {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 5px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes anmScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes active {
  0% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
}
@keyframes active {
  0% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
}
.share {
  padding-top: 10px;
}
.share .jiathis_style a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  cursor: pointer;
}
.share .jiathis_style a.tm {
  background: url(../img/share.png) no-repeat;
  background-position: 0 0;
}
.share .jiathis_style a.jd {
  background: url(../img/share.png) no-repeat;
  background-position: -44px 0;
}
.share .jiathis_style a.code {
  position: relative;
  background: url(../img/share.png) no-repeat;
  background-position: -175px 0;
}
.share .jiathis_style a.code span.xcode{
  position: absolute;
  display: none;
  top: 38px;
  left: 50%;
  margin-left: -68px;
  width: 136px;
  height: 124px;
  padding-top: 26px;
  background: url(../img/bgcode.png) no-repeat center;
  text-align: center;
  z-index: 3;
}
.share .jiathis_style a.code span.xcode img{
  width: 114px;
  height: 114px;
}
.share .jiathis_style a.code:hover span.xcode{
  display: block;
}
.share .jiathis_style .jtico {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding-left: 0 !important;
  margin-right: 14px;
}
.share .jiathis_style .jtico_tsina {
  background: url(../img/share.png) no-repeat;
  background-position: -87px 0;
}
.share .jiathis_style .jtico_weixin {
  background: url(../img/share.png) no-repeat;
  background-position: -131px 0;
}

.header-wrap {
  width: 100%;
  height: 139px;
  margin: 0 auto;
  min-width: 1190px;
}

header {
  position: fixed;
  left: 0;
  width: 100%;
  min-width: 1190px;
  background: #fff;
  z-index: 80;
  box-shadow: 0 1px 3px #ddd;
}
header .top {
  padding-left: 63px;
  height: 48px;
  /*overflow: hidden;*/
  border-bottom: 1px solid #ededed;
}
header .top .xp1 {
  line-height: 48px;
  font-size: 14px;
  color: #505050;
}
header .top .xp1 span {
  font-weight: bold;
  font-size: 18px;
  font-family: arial;
}
header .top .ser {
  margin-left: 10px;
  padding-left: 50px;
  width: 80px;
  border-left: 1px solid #ededed;
  background: url(../img/ser.png) no-repeat 25px center;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #f5a334;
}
header .top .ser a {
  color: #666;
}
header .nav-con {
  padding-left: 60px;
  height: 90px;
}
header .nav-con .logo {
  padding-top: 9px;
}
header .nav-con .nav {
  width: 880px;
  /*width: 870px;*/
}
header .nav-con .nav ul {
  position: relative;
}
header .nav-con .nav li {
  position: relative;
  width: 145px;
  height: 90px;
  text-align: center;
}
header .nav-con .nav li .tit {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 100%;
  padding-top: 35px;
  text-align: center;
  transition: all 0.5s;
}
header .nav-con .nav li .tit.tit1 {
  background: url(../img/ico1_03.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit1:hover {
  background: url(../img/ico2_03.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit2 {
  background: url(../img/ico1_05.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit2:hover {
  background: url(../img/ico2_05.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit3 {
  background: url(../img/ico1_07.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit3:hover {
  background: url(../img/ico2_07.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit4 {
  background: url(../img/ico1_09.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit4:hover {
  background: url(../img/ico2_09.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit5 {
  background: url(../img/ico1_11.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit5:hover {
  background: url(../img/ico2_11.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit6 {
  background: url(../img/ico1_13.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit6:hover {
  background: url(../img/ico2_13.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit7 {
  background: url(../img/ico1_15.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit7:hover {
  background: url(../img/ico2_15.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit8 {
  background: url(../img/ico8_0.png) no-repeat center 12px;
}
header .nav-con .nav li .tit.tit8:hover {
  background: url(../img/ico8_1.png) no-repeat center 12px;
}

header .nav-con .nav li .tit .cn {
  font-size: 18px;
  color: #4f4f4f;
  line-height: 30px;
}
header .nav-con .nav li .tit .en {
  font-size: 12px;
  color: #c7c7c7;
  font-family: arial;
}
header .nav-con .nav li .tit:hover p {
  color: #fff;
}
header .nav-con .nav li .bg {
  display: none;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 116px;
  margin-left: -58px;
  height: 106px;
  /*background: #ffb649;*/
  background: rgb(247,104,69);
  z-index: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
header .nav-con .nav li:hover .cn,
header .nav-con .nav li:hover .en, header .nav-con .nav li.on .cn,
header .nav-con .nav li.on .en {
  color: #fff;
}
header .nav-con .nav li:hover .tit1, header .nav-con .nav li.on .tit1 {
  background: url(../img/ico2_03.png) no-repeat center 12px;
}
header .nav-con .nav li:hover .tit2, header .nav-con .nav li.on .tit2 {
  background: url(../img/ico2_05.png) no-repeat center 12px;
}
header .nav-con .nav li:hover .tit3, header .nav-con .nav li.on .tit3 {
  background: url(../img/ico2_07.png) no-repeat center 12px;
}
header .nav-con .nav li:hover .tit4, header .nav-con .nav li.on .tit4 {
  background: url(../img/ico2_09.png) no-repeat center 12px;
}
header .nav-con .nav li:hover .tit5, header .nav-con .nav li.on .tit5 {
  background: url(../img/ico2_11.png) no-repeat center 12px;
}
header .nav-con .nav li:hover .tit6, header .nav-con .nav li.on .tit6 {
  background: url(../img/ico2_13.png) no-repeat center 12px;
}
header .nav-con .nav li:hover .tit7, header .nav-con .nav li.on .tit7 {
  background: url(../img/ico2_15.png) no-repeat center 12px;
}
header .nav-con .nav li.on .bg {
  display: block;
}
header.on .top {
  padding-left: 20px;
}
header.on .nav-con {
  padding-left: 20px;
}
header.on .nav-con .nav {
  /*width: 702px;*/
  width: 819px;
}
header.on .nav-con .nav li {
  width: 117px;
}

footer {
  width: 100%;
  min-width: 1190px;
  height: 500px;
  border-top: 5px solid rgb(247,104,69);
}
footer .con {
  height: 437px;
}
footer .f-nav {
  padding-top: 65px;
}
footer .f-nav li {
  padding-left: 60px;
  width: 158px;
  min-height: 240px;
  border-right: 1px solid #f0f0f0;
}
footer .f-nav li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: all 0.5s;
}
footer .f-nav li a.tit {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  color: rgb(247,104,69);
}
footer .f-nav li a.tit-about {
  margin: 40px 0 20px;
}
footer .f-nav li a.tit-tel {
  margin: 63px 0 20px;
}
footer .f-nav li a.tit-contact {
  margin: 40px 0 0;
}
footer .f-nav li a:hover {
  color: rgb(247,104,69);
}
footer .f-nav li .tel {
  padding-left: 27px;
  background: url(../img/tel.png) no-repeat left center;
  font-size: 14px;
  color: #999;
}
footer .f-logo {
  padding-top: 60px;
  width: 300px;
  text-align: center;
}
footer .f-logo p {
  font-size: 13px;
  line-height: 40px;
  color: #999;
}
footer .f-logo .ser {
  display: block;
  margin: 38px auto 0;
  width: 163px;
  height: 43px;
  background: #f1f1f1;
  border-radius: 30px;
  text-align: center;
  transition: all 0.5s;
}
footer .f-logo .ser span {
  padding-left: 25px;
  font-size: 14px;
  line-height: 43px;
  color: #8b8b8b;
  background: url(../img/ser1.png) no-repeat left center;
  transition: all 0.5s;
}
footer .f-logo .ser:hover {
  background: rgb(247,104,69);
}
footer .f-logo .ser:hover span {
  font-size: 14px;
  line-height: 43px;
  color: #fff;
  background: url(../img/ser2.png) no-repeat left center;
}
footer .foot {
  width: 100%;
  min-width: 1190px;
  background: rgb(247,104,69);
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 13px;
}
footer .foot a {
  color: #cdeecf;
}
footer .foot a:hover {
  color: #fff;
}

.i-bg, .index-fi .bg, .index-sec .bg, .index-th .bg, .index-fo .bg, .index-fiv .bg, .index-six .bg, .ban-about .bg, .ban-sales .bg, .ban-news .bg, .ban-adv .bg {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 47px;
  width: 26px;
  height: 15px;
  background: url(../img/bg1.png) no-repeat center;
  z-index: 100;
  cursor: pointer;
  z-index: 10;
  -webkit-animation: 2s linear 0s infinite running active;
  animation: 2s linear 0s infinite running active;
}

.index-index {
  width: 100%;
  min-width: 1190px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-index .con {
  padding-top: 40px;
}
.index-index .con .yun {
  margin-top: 20px;
  animation: anmScale 4s infinite linear;
  -webkit-animation: anmScale 4s infinite linear;
}
.index-index .con .txt {
  right: 0;
  top: 40%;
  width: 555px;
  text-align: right;
}
.index-index .con .person {
  top: 100px;
  left: 100px;
}
.index-index .con .aixin {
  left: 0px;
  top: 50%;
  -webkit-animation: amtLeftRightThree 6s infinite linear;
}

.index-index .tit-box{
  text-align: center;
  color:#086532;
}

.index-index .tit-box .l-tit{
  font-size: 48px;
  line-height: 60px;
  position: relative;
  top:40px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.index-index .tit-box .s-tit{
  font-size: 20px;
  margin-top: 5px;
  position: relative;
  top:40px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/**加载图标**/
#loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

#loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 10px 0 0 -50px;
}

#indexWrap {
  position: relative;
  width: 100%;
  height: 715px;
  /*overflow: hidden;*/
  min-width: 1190px;
}

.view-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.view-bg img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.viewport {
  position: relative;
  height: 100%;
}

.viewport-cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.viewport-cont .con {
  padding-top: 90px;
  width: 1190px;
  min-height: 500px;
}
.viewport-cont .con .tit {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  color: #666;
  text-align: center;
}
/*.viewport-cont .con .tit p,*/
.viewport-cont .con .tit a{
  display: block;
  width: 100%;
  text-align: center;
}
.viewport-cont .con .tit a, .viewport-cont .con .tit .line1 {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
}
.viewport-cont .con .tit img {
  display: block;
  margin: 0 auto 15px;
}

.fixed-view-ico {
  position: fixed;
  _position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  z-index: 999;
  width: 14px;
  height: 210px;
  margin-top: -80px;
}
.fixed-view-ico a {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #fff;

  /*background: url(../img/ico04.png) no-repeat center top;*/
  border-radius: 50%;
  box-shadow: 0 0 3px #ddd;
  overflow: hidden;
}
.fixed-view-ico a.cur, .fixed-view-ico a:hover {
  background-color: rgb(247,104,69);
  /*background: url(../img/ico03.png) no-repeat center top;*/
}

.index-fi {
  width: 100%;
  min-width: 1190px;
}
.index-fi .bg {
  background: url(../img/bg2.png) no-repeat center;
}
.index-fi .con .tit a{
  color: #bead97;
}
.index-fi .con .index-fi-box {
  margin-top: 50px;
  width: 1190px;
}
.index-fi .con .index-fi-box .box {
  left: 50%;
  top: 0;
  width: 650px;
  height: 450px;
  margin: 0 0 0 -520px;
  z-index: 1;
}
.index-fi .con .index-fi-box .box ul {
  position: relative;
  z-index: 2;
}
.index-fi .con .index-fi-box .box ul li {
  position: absolute;
  top: 0;
}
.index-fi .con .index-fi-box .box ul li.fi {
  left: 0;
}
.index-fi .con .index-fi-box .box ul li.sec {
  left: 170px;
}
.index-fi .con .index-fi-box .box ul li.th {
  left: 405px;
}
.index-fi .con .index-fi-box .images {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  position: absolute;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  top: 0;
  width: 1920px;
}
.index-fi .con .index-fi-box .images .kw, .index-fi .con .index-fi-box .images .sk, .index-fi .con .index-fi-box .images .food {
  opacity: 0;
}
.index-fi .con .index-fi-box .images .kw-fi {
  left: 405px;
  top: -20px;
}
.index-fi .con .index-fi-box .images .fd-fi {
  left: 1090px;
  top: 410px;
}

.index-fi .con .index-fi-box .food-box{
  left: 770px;
  top: 360px;
}
.index-fi .con .index-fi-box .food-box img{
  position: relative;
  left: 300px;
}
.index-fi .con .index-fi-box .food-box.on img{
  -webkit-animation: amtLeftRightThree 6s infinite linear;
}

.index-fi .con .index-fi-box .box1 {
  left: 100px;
  top: 320px;
}
.index-fi .con .index-fi-box .box2 {
  left: 40px;
  top: 160px;
}
.index-fi .con .index-fi-box .box3 {
  left: 725px;
  top: 540px;
}
.index-fi .con .index-fi-box .box4 {
  left: 800px;
  top: 20px;
}

.index-fi .tit{
  color:#aa9577;
}

.index-fi .tit .l-tit{
  font-size: 53px;
  line-height: 70px;
}

.index-fi .tit .s-tit{
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
}

.index-fi .tit .desc{
  font-size: 14px;
}

.index-sec {
  width: 100%;
  min-width: 1190px;
}
.index-sec .con .tit a{
  color: #6ca2c7;
}
.index-sec .con .imgs {
  margin: 70px auto 0;
  /*padding: 25px 0 0 22px;*/
  /*width: 423px;
  height: 260px;*/
      width: 820px;
    height: 450px;
    background:#fff;
    border:10px solid #fff;
  /*background: url(../img/img8.png) no-repeat center;*/
}
.index-sec .con .imgs .list {
  /*width: 405px;
  height: 234px;*/

  width: 820px;
    height: 450px;

  overflow: hidden;
}
.index-sec .con .imgs .list li img{
   width: 820px;
    height: 450px;
}
.index-sec .con .imgs .list li {
  /*width: 405px;
  height: 234px;*/
  width: 820px;
    height: 450px;
  overflow: hidden;
}
.index-sec .con .btns {
  position: absolute;
  top: 50%;
  margin-top:-35px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display:none;
}
.index-sec .con .next {
  right: -110px;
  background: url(../img/next.png) no-repeat center;
}
.index-sec .con .prev {
  left: -110px;
  background: url(../img/prev.png) no-repeat center;
}

.index-sec .con .tit{
  width:660px;
  margin:0 auto;
  color:#6ca2c7;
}

.index-sec .con .tit .l-tit{
  font-size: 53px;
  line-height: 70px;
}

.index-sec .con .tit .s-tit{
  font-size: 30px;
  line-height: 40px;
  margin:10px 0;
}

.index-sec .con .tit .desc{
  font-size: 14px;
  line-height: 24px;
}

.index-th {
  width: 100%;
  min-width: 1190px;
}
.index-th .bg {
  background: url(../img/bg5.png) no-repeat center;
}
.index-th .con .tit a{
  color: #fff;
}

.index-th .con .tit .l-tit{
  font-size: 53px;
  line-height: 70px;
}

.index-th .con .tit .s-tit{
  font-size: 30px;
  line-height: 40px;
}

.index-th .con .tit .desc{
  font-size: 14px;
  line-height: 24px;
}

.index-fo {
  width: 100%;
  min-width: 1190px;
}
.index-fo .bg {
  background: url(../img/bg5.png) no-repeat center;
}
.index-fo .con .list {
  margin-top: 90px;
  width: 1190px;
  overflow: hidden;
}
.index-fo .con .list ul {
  width: 1194px;
}
.index-fo .con .list ul li {
  margin-right: 14px;
  padding: 11px 16px 0;
  width: 352px;
  height: 330px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 200px;
}
.index-fo .con .list ul li .pic {
  width: 352px;
  height: 252px;
  overflow: hidden;
  border-radius: 10px;
}
.index-fo .con .list ul li p {
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  color: #427a5b;
}
.index-fo .ico {
  margin-top: 65px;
  text-align: center;
}
.index-fo .ico img {
  margin: 0 10px;
  vertical-align: middle;
}

.index-fiv {
  width: 100%;
  min-width: 1190px;
}
.index-fiv .con {
  padding-top: 90px;
  width: 1180px;
  height: 760px;
}
.index-fiv .con .tit .line1 {
  margin: 30px auto;
  width: 350px;
  height: 15px;
  background: url(../img/line.png) no-repeat center;
}
.index-fiv .con .index-fiv-con {
  width: 1180px;
}
.index-fiv .con .index-fiv-con .line2 {
  left: 50%;
  width: 0;
  margin-left: -960px;
  top: 10px;
  height: 494px;
  background: url(../img/line1.png) no-repeat left center;
}
.index-fiv .con .index-fiv-con .list {
  left: 0;
  top: 100px;
  width: 1190px;
}
.index-fiv .con .index-fiv-con .list ul {
  width: 1192px;
}
.index-fiv .con .index-fiv-con .list ul li {
  position: relative;
  margin-right: 12px;
  background: #fff;
  width: 262px;
  height: 348px;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #ddd;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 200px;
}
.index-fiv .con .index-fiv-con .list ul li p {
  font-size: 20px;
  line-height: 65px;
  color: #427a5b;
}
.index-fiv .con .index-fiv-con .list ul li p span {
  font-size: 13px;
  line-height: 65px;
  color: #c2c6c4;
}
.index-fiv .con .index-fiv-con .list ul li .ico {
  width: 46px;
  height: 46px;
  right: 10px;
  bottom: -20px;
  cursor: pointer;
  animation: show 1s forwards;
  -webkit-animation: show 1s forwards;
  -ms-animation: show 1s forwards;
}
.index-fiv .con .index-fiv-con .list ul li .ico:hover {
  animation: scale 1s linear;
  -webkit-animation: scale 1s linear;
}
.index-fiv .con .index-fiv-con .list ul li .ico1 {
  background: url(../img/ico07.png) no-repeat center;
}
.index-fiv .con .index-fiv-con .list ul li .ico2 {
  background: url(../img/ico08.png) no-repeat center;
}
.index-fiv .con .index-fiv-con .list ul li .ico3 {
  background: url(../img/ico09.png) no-repeat center;
}
.index-fiv .con .index-fiv-con .list ul li .ico4 {
  background: url(../img/ico10.png) no-repeat center;
}
.index-fiv .con .index-fiv-con .img {
  left: 0;
  top: 0;
  width: 1190px;
}
.index-fiv .con .index-fiv-con .img img {
  opacity: 0;
}
.index-fiv .con .index-fiv-con .img .img1 {
  left: -70px;
  top: 100px;
}
.index-fiv .con .index-fiv-con .img .img2 {
  right: -135px;
  top: 380px;
}
.index-fiv .con .index-fiv-con .img .img3 {
  right: 10px;
  top: 25px;
  opacity: 0;
}
.index-fiv .con .index-fiv-con .img .img3 img {
  opacity: 1;
}

.index-fiv .con .tit{
  color:#fff;
  font-size: 53px;
  line-height: 70px;
}

.index-fiv .con .tit p{
  position: relative;
  top:40px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.index-six {
  width: 100%;
  min-width: 1190px;
}
.index-six .bg {
  background: url(../img/bg10.png) no-repeat center;
}
.index-six .con {
  text-align: center;
}
.index-six .con .tit a{
  color: #927c5c;
}
.index-six .con .tit .l-tit{
  font-size: 53px;
  line-height: 70px;
}
.index-six .con .tit .s-tit{
  font-size: 30px;
  line-height: 40px;
  margin:10px 0;
}
.index-six .con .tit .desc{
  font-size: 14px;
  line-height: 24px;
}

.index-six .con .xico {
  margin: 50px auto 0;
/*  animation: 9.5s linear 0s normal none infinite rotate;
 -webkit-animation:9.5s linear 0s normal none infinite rotate;*/
 animation: 9s linear 0s normal none infinite rotatetwo;
}

.ban-about {
  width: 100%;
  min-width: 1190px;
  height: 849px;
  background: url(../img/ban-about.jpg) no-repeat center top;
  overflow: hidden;
}
.ban-about .txt {
  left: 0;
  top: 240px;
  width: 100%;
  text-align: center;
}
.ban-about .txt h2, .ban-about .txt h3, .ban-about .txt p {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  text-shadow: 0 0 10px #ddd;
}
.ban-about .txt h2 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 100px;
  color: #fff;
}
.ban-about .txt h3 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  text-shadow: 0 0 10px #ddd;
}
.ban-about .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.ban-about .bg {
  background: url(../img/bg5.png) no-repeat center;
}

.about-fi {
  padding: 60px 0 100px;
  width: 1190px;
  margin: 0 auto;
}
.about-fi .txt {
  left: 0;
  text-align: center;
  width: 100%;
}
.about-fi .txt h2, .about-fi .txt h3, .about-fi .txt p, .about-fi .txt span, .about-fi .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
}
.about-fi .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #333;
}
.about-fi .txt .line {
  width: 32px;
  height: 1px;
  background: #7f7f7f;
  margin: 0 auto;
}
.about-fi .txt h3 {
  font-size: 24px;
  line-height: 90px;
  color: #666;
}
.about-fi .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about-fi .txt span {
  font-size: 24px;
  line-height: 32px;
  color: rgb(247,104,69);
  margin-top: 40px;
}

.about-sec {
  padding-top: 50px;
  width: 100%;
  min-width: 1190px;
  height: 689px;
  background: url(../img/bg11.jpg) no-repeat center;
}
.about-sec .txt {
  left: 0;
  text-align: center;
  width: 100%;
}
.about-sec .txt h2, .about-sec .txt h3, .about-sec .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
  text-shadow: 0 0 10px #999;
}
.about-sec .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #fff;
}
.about-sec .txt .line {
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.about-sec .txt h3 {
  font-size: 24px;
  line-height: 90px;
  color: #fff;
}
.about-sec .list {
  margin-top: 60px;
  width: 1190px;
  overflow: hidden;
}
.about-sec .list ul {
  width: 1252px;
}
.about-sec .list li {
  position: relative;
  width: 251px;
  margin-right: 62px;
  text-align: center;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 300px;
}
.about-sec .list li .ico {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  animation: show 1s forwards;
  -webkit-animation: show 1s forwards;
  -ms-animation: show 1s forwards;
}
.about-sec .list li .ico.ico1 {
  background: url(../img/ico11.png) no-repeat center;
}
.about-sec .list li .ico.ico2 {
  background: url(../img/ico12.png) no-repeat center;
}
.about-sec .list li .ico.ico3 {
  background: url(../img/ico13.png) no-repeat center;
}
.about-sec .list li .ico.ico4 {
  background: url(../img/ico14.png) no-repeat center;
}
.about-sec .list li .ico:hover {
  animation: scale 1s linear;
  -webkit-animation: scale 1s linear;
}
.about-sec .list li p {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.about-sec .list li span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.about-th {
  padding: 60px 0 0;
}
.about-th .txt {
  text-align: center;
}
.about-th .txt h2, .about-th .txt .line {
  font-weight: normal;
}
.about-th .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #333;
}
.about-th .txt .line {
  width: 32px;
  height: 1px;
  background: #333;
  margin: 0 auto 70px;
}
.about-th .con {
  width: 1190px;
  background: url(../img/bg13.png) repeat-y center;
}
.about-th .con li {
  position: relative;
  width: 1190px;
  padding-bottom: 225px;
}
.about-th .con li .text {
  width: 516px;
}
.about-th .con li .text h2 {
  font-weight: normal;
  font-size: 38px;
  line-height: 62px;
  color: rgb(247,104,69);
  margin-bottom: 15px;
}
.about-th .con li .text h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  color: #666;
}
.about-th .con li .text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about-th .con li img {
  position: absolute;
  width: 564px;
  height: 460px;
}
.about-th .con li.even .text {
  padding-right: 110px;
  text-align: right;
  background: url(../img/ico15.png) no-repeat right top;
}
.about-th .con li.even img {
  right: 0;
  top: -70px;
}
.about-th .con li.odd .text {
  padding-left: 110px;
  text-align: left;
  background: url(../img/ico16.png) no-repeat left top;
}
.about-th .con li.odd img {
  left: 0;
  top: -70px;
}
.about-th .ico {
  position: absolute;
  right: 420px;
  bottom: 0;
  width: 101px;
  height: 64px;
  background: url(../img/img16.png) no-repeat center;
}

.about-fo {
  width: 100%;
  min-width: 1190px;
  padding-top: 100px;
  height: 744px;
  background: url(../img/bg12.jpg) no-repeat center;
}
.about-fo .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.about-fo .txt .line {
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 0 auto 40px;
  display: none;
}
.about-fo .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.about-fo .list {
  margin-top: 65px;
  position: relative;
  width: 1190px;
}
.about-fo .list .bd {
  position: relative;
  width: 1190px;
  overflow: hidden;
}
.about-fo .list .bd ul {
  overflow: hidden;
  zoom: 1;
}
.about-fo .list .bd li {
  margin-right: 76px;
  width: 240px;
  text-align: center;
}
.about-fo .list .bd li .year {
  font-size: 55px;
  line-height: 110px;
  color: #fff;
}
.about-fo .list .bd li .line {
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 0 auto 25px;
}
.about-fo .list .bd li p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.about-fo .list .hd {
  position: absolute;
  width: 100%;
  top: 110px;
  height: 71px;
}
.about-fo .list .hd a {
  display: block;
  width: 71px;
  height: 71px;
  position: absolute;
  cursor: pointer;
}
.about-fo .list .hd a.next {
  right: -100px;
  background: url(../img/next1.png) no-repeat center;
}
.about-fo .list .hd a.prev {
  left: -100px;
  background: url(../img/prev1.png) no-repeat center;
}

.ban-pro {
  width: 100%;
  min-width: 1190px;
  height: 849px;
  background: url(../img/ban-pro.jpg) no-repeat center top;
  overflow: hidden;
}
.ban-pro .txt {
  text-align: center;
  padding-top: 70px;
}
.ban-pro .txt h2, .ban-pro .txt h3 {
  font-weight: normal;
  text-shadow: 0 0 10px #999;
}
.ban-pro .txt h2 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 100px;
  color: #888;
}
.ban-pro .txt h3 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #888;
}
.ban-pro .pro-nav {
 /* width: 1190px;
  margin: 0 auto;*/
  position: relative;
  margin-top: -153px;
  width: 1071px;
  height: 52px;
  /*overflow: hidden;*/
}
.ban-pro .pro-nav li {
  position: relative;
  margin-right: 1px;
  margin-top: 153px;
  width: 118px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: url(../img/bg15.png) no-repeat center;
  /*background: url(../img/bg16.png) no-repeat center;*/
  /*background: #23bca4;*/
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s;
  color: #333;
}

.ban-pro .pro-nav li.on, .ban-pro .pro-nav li:hover {
  background: url(../img/bg15000.png) no-repeat center;
  color: #FFF;
}
.ban-pro .pro-nav li:hover .code {
  display: block;
}
.ban-pro .btn{
  background-color: #FFF!important;
}
.ban-pro .pro-nav li .code {
  position: absolute;
  display: none;
  padding-top: 11px;
  width: 136px;
  height: 139px;
  background: url(../img/bg14.png) no-repeat center;
  left: 50%;
  margin-left: -68px;
  bottom: 55px;
}
.ban-pro .btn{
  padding: 11px 0 8px;
   width: 118px;
   height: 33px;
   /*background: url(../img/bg16.png) no-repeat center;*/
}
.ban-pro .btn a{
  display: block;
  width: 58px;
  height: 33px;
  cursor: pointer;
}
.ban-pro .btn a.prev{
  float: left;
  background: url(../img/xxf-prev.png) no-repeat center;
}
.ban-pro .btn a.prev:hover{
  background: url(../img/xxf-prev1.png) no-repeat center;
}
.ban-pro .btn a.next{
  float: right;
  border-left: 1px solid #edebea;
  background: url(../img/xxf-next.png) no-repeat center;
}
.ban-pro .btn a.next:hover{
  background: url(../img/xxf-next1.png) no-repeat center;
}
.ban-pro .pro-bg {
  width: 100%;
  min-width: 1190px;
  height: 365px;
  background: url(../img/bgfff.png) repeat;
}
.ban-pro .pro-bg .pro-list {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  padding-top: 35px;
}
.ban-pro .pro-bg .pro-list .scroll {
  width: 1190px;
  height: 250px;
}
.ban-pro .pro-bg .pro-list li {
  position: absolute;
  width: 220px;
  left: 485px;
  text-align: center;
}
.ban-pro .pro-bg .pro-list li img {
  width: 100%;
}
.ban-pro .pro-bg .pro-list .tips {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.ban-pro .pro-bg .pro-list .prev,
.ban-pro .pro-bg .pro-list .next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 158px;
  cursor: pointer;
}
.ban-pro .pro-bg .pro-list .prev {
  left: -100px;
  background: url(../img/prev2.png) no-repeat center;
}
.ban-pro .pro-bg .pro-list .next {
  right: -100px;
  background: url(../img/next2.png) no-repeat center;
}

.proinfo {
  width: 100%;
  min-width: 1190px;
  padding-top: 150px;
  height: 580px;
  background: url(../img/bg18.jpg) no-repeat center;
}
.proinfo .txt {
  margin-top: 20px;
  width: 550px;
}
.proinfo .txt h2 {
  font-size: 36px;
  line-height: 80px;
  color: #9d8568;
  font-weight: normal;
}
.proinfo .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #9d8568;
}
.proinfo .txt .btn {
  margin-top: 40px;
}
.proinfo .txt .btn .buy {
  margin-right: 20px;
  display: block;
  padding-left: 80px;
  width: 120px;
  height: 55px;
  line-height: 55px;
  background: #fff url(../img/ico17.png) no-repeat 40px center;
  box-shadow: 0 0 3px #ddd;
  border-radius: 30px;
  font-size: 18px;
  color: #9d8568;
  transition: all 0.5s;
}
.proinfo .txt .btn .buy:hover {
  background: #67bfda url(../img/ico18.png) no-repeat 40px center;
  color: #fff;
}
.proinfo .txt .btn .jiathis_style .jtico {
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding-left: 0;
  width: 56px !important;
  height: 56px !important;
  line-height: 56px !important;
  padding-left: 0 !important;
}
.proinfo .txt .btn .jiathis_style .jtico_jiathis {
  background: #fff url(../img/bg19.png) no-repeat center;
  box-shadow: 0 0 3px #ddd;
  border-radius: 50%;
  transition: all 0.5s;
}
.proinfo .txt .btn .jiathis_style .jtico_jiathis:hover {
  background: #67bfda url(../img/bg20.png) no-repeat center;
}
.proinfo .show {
  width: 555px;
}
.proinfo .show .bd {
  width: 440px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.proinfo .show .bd li {
  width: 440px;
  height: 500px;
}
.proinfo .show .hd {
  height: 48px;
  width: 100%;
  top: 200px;
  left: 0;
}
.proinfo .show .hd a {
  display: block;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 3px #ddd;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
.proinfo .show .hd .prev {
  background: #fff url(../img/prev3.png) no-repeat left center;
}
.proinfo .show .hd .prev:hover {
  background: #67bfda url(../img/prev4.png) no-repeat left center;
}
.proinfo .show .hd .next {
  background: #fff url(../img/next3.png) no-repeat left center;
}
.proinfo .show .hd .next:hover {
  background: #67bfda url(../img/next4.png) no-repeat left center;
}

.detail {
  padding: 100px 0 115px;
}
.detail img {
  max-width: 100%;
}
.detail .btn {
  margin-top: 90px;
  width: 100%;
  height: 60px;
  background: #ded0bf;
  border-radius: 10px;
}
.detail .btn a {
  display: block;
  width: 33%;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}
.detail .btn a.mid {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.contact {
  height: 850px;
  width: 100%;
  min-width: 1190px;
}
.contact .address {
  left: 50%;
  top: 180px;
  margin-left: -595px;
  padding: 70px 60px 0 50px;
  width: 1080px;
  height: 450px;
  background: url(../img/bg21.png) repeat;
  border-bottom: 2px solid rgb(247,104,69);
  z-index: 1;
}
.contact .address .left {
  width: 300px;
}
.contact .address .left .txt {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.contact .address .left .txt h2 {
  font-size: 30px;
  line-height: 44px;
  color: #333;
  text-transform: uppercase;
}
.contact .address .left .txt p {
  font-size: 14px;
  line-height: 40px;
  color: #888;
}
.contact .address .left .txt p span {
  font-size: 30px;
  font-family: arial;
}
.contact .address .left h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #888;
  text-transform: uppercase;
}
.contact .address .left .share {
  padding-top: 10px;
}
.contact .address .left .share .jiathis_style a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}
.contact .address .left .share .jiathis_style a.tm {
  background: url(../img/share1.png) no-repeat;
  background-position: 0 0;
}
.contact .address .left .share .jiathis_style a.jd {
  background: url(../img/share1.png) no-repeat;
  background-position: -40px 0;
}
.contact .address .left .share .jiathis_style a.code {
  background: url(../img/share1.png) no-repeat;
  background-position: -159px 0;
}
.contact .address .left .share .jiathis_style .jtico {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding-left: 0 !important;
  margin-right: 14px;
}
.contact .address .left .share .jiathis_style .jtico_tsina {
  background: url(../img/share1.png) no-repeat;
  background-position: -79px 0;
}
.contact .address .left .share .jiathis_style .jtico_weixin {
  background: url(../img/share1.png) no-repeat;
  background-position: -119px 0;
}
.contact .address .right {
  width: 600px;
}
.contact .address .right table td {
  text-align: right;
}
.contact .address .right table td input[type="text"] {
  margin: 4px 0;
  width: 260px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 3px #ddd;
  font-size: 14px;
  color: #666;
}
.contact .address .right table td textarea {
  margin: 4px 0;
  width: 560px;
  padding: 10px 15px;
  height: 70px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 3px #ddd;
  font-size: 14px;
  color: #666;
}
.contact .address .right table td input[type="submit"] {
  margin-top: 16px;
  width: 295px;
  height: 40px;
  background: #ffb649;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 3px;
}
.contact .address .btn {
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ebebeb;
}
.contact .address .btn .ico {
  width: 112px;
  height: 39px;
  left: 50%;
  margin-left: -56px;
  top: 15px;
}
.contact #allmap {
  height: 850px;
  width: 100%;
  min-width: 1190px;
}

.ban-sales {
  width: 100%;
  min-width: 1190px;
  height: 849px;
  background: url(../img/ban-sale.jpg) no-repeat center top;
  overflow: hidden;
}
.ban-sales .txt {
  left: 0;
  top: 240px;
  width: 100%;
  text-align: center;
}
.ban-sales .txt h2, .ban-sales .txt h3, .ban-sales .txt p {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  text-shadow: 0 0 10px #ccc;
}
.ban-sales .txt h2 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 100px;
  color: #888;
}
.ban-sales .txt h3 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #888;
  text-shadow: 0 0 10px #ddd;
}
.ban-sales .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #888;
}
.ban-sales .bg {
  background: url(../img/bg5.png) no-repeat center;
}

.sales-fi {
  padding: 60px 0 100px;
  width: 1190px;
  margin: 0 auto;
  height: 820px;
}
.sales-fi .txt {
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
}
.sales-fi .txt h2, .sales-fi .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
}
.sales-fi .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #333;
}
.sales-fi .txt .line {
  width: 32px;
  height: 1px;
  background: #333;
  margin: 0 auto;
}
.sales-fi .map {
  width: 1190px;
  left: 0;
  top: 80px;
  text-align: center;
}
.sales-fi .map img {
  display: none;
}

.sales-sec {
  padding: 60px 0 0;
  width: 100%;
  min-width: 1190px;
  height: 742px;
  background: url(../img/earth.jpg) no-repeat center;
}
.sales-sec .txt {
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
}
.sales-sec .txt h2, .sales-sec .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
}
.sales-sec .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #fff;
}
.sales-sec .txt .line {
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sales-sec .box {
  display: none;
  width: 105px;
  height: 96px;
  transition: all 0.5s;
}
.sales-sec .box .ico {
  width: 105px;
  height: 96px;
  background: url(../img/bg22.png) no-repeat center;
}
.sales-sec .box .ico p {
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 66px;
  color: #f95e39;
  font-weight: bolder;
}
.sales-sec .box .con {
  display: none;
  bottom: 112px;
  left: 50%;
  margin-left: -147px;
  width: 240px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.sales-sec .box .con h3 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #f95e39;
}
.sales-sec .box .con p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.sales-sec .box .con .bg {
  width: 27px;
  height: 14px;
  background: url(../img/bg23.png) no-repeat center;
  left: 50%;
  bottom: -14px;
  margin-left: -13px;
}
.sales-sec .box:hover .con {
  display: block;
}
.sales-sec .box1 {
  left: 273px;
  top: 250px;
}
.sales-sec .box2 {
  left: 13px;
  top: 354px;
}
.sales-sec .box3 {
  left: 110px;
  top: 545px;
}
.sales-sec .box4 {
  left: 645px;
  top: 295px;
}
.sales-sec .box5 {
  left: 998px;
  top: 360px;
}
.sales-sec .box6 {
  left: 935px;
  top: 518px;
}

.sales-th {
  padding: 60px 0 0;
  width: 100%;
  min-width: 1190px;
  height: 665px;
  background: #f7f7f7;
}
.sales-th .txt {
  left: 0;
  text-align: center;
  width: 100%;
}
.sales-th .txt h2, .sales-th .txt form, .sales-th .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
}
.sales-th .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #333;
}
.sales-th .txt .line {
  width: 32px;
  height: 1px;
  background: #666;
  margin: 0 auto 90px;
}
.sales-th .txt table td input[type="text"] {
  margin: 0 5px 17px;
  width: 255px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 3px #ddd;
  font-size: 14px;
  color: #666;
}
.sales-th .txt table td textarea {
  margin: 0 0 25px;
  width: 1146px;
  padding: 10px 15px;
  height: 140px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 3px #ddd;
  font-size: 14px;
  color: #666;
}
.sales-th .txt table td input[type="submit"] {
  width: 1176px;
  height: 60px;
  background: #f95e39;
  color: #fff;
  border: none;
  font-size: 24px;
  border-radius: 3px;
}

.ban-news {
  width: 100%;
  min-width: 1190px;
  height: 370px;
  background: url(../img/ban-news2.jpg) no-repeat center top;
  overflow: hidden;
}
.ban-news .txt {
  left: 0;
  top: 100px;
  width: 100%;
  text-align: center;
}
.ban-news .txt h2, .ban-news .txt h3, .ban-news .txt p,.ban-news .txt img{
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  text-shadow: 0 0 10px #ccc;
}
.ban-news .txt img{
  margin-top: 20px;
}
.ban-news .txt h2 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 100px;
  color: #888;
}
.ban-news .txt h3 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #888;
  text-shadow: 0 0 10px #ddd;
}
.ban-news .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 10px #999;

}
.ban-news .bg {
  background: url(../img/bg5.png) no-repeat center;
}

.news {
  width: 1190px;
  padding-bottom: 80px;
}
.news .new-hd {
  padding: 45px 0;
  height: 50px;
  text-align: center;
}
.news .new-hd a {
  display: inline-block;
  width: 245px;
  height: 50px;
  text-align: center;
  margin: 0 10px;
  font-size: 18px;
  line-height: 50px;
  color: #444;
  background: #fbfbfb;
  border-radius: 3px;
  transition: all 0.5s;
}
.news .new-hd a.on, .news .new-hd a:hover {
  background: rgb(247,104,69);
  color: #fff;
}
.news .news-bd {
  width: 1190px;
  margin: 0 auto;
  overflow: hidden;
}
.news .news-bd .container {
  margin: 0 auto;
  position: relative;
  width: 1208px;
}
.news .news-bd .container .list-item {
  float: left;
  vertical-align: top;
  width: 284px;
  cursor: pointer;
}
.news .news-bd .container .list-item .box-preview {
  width: 284px;
}
.news .news-bd .container .list-item .box-preview img {
  vertical-align: top;
}
.news .news-bd .container .list-item .box-description {
  padding: 25px 25px 25px;
  background: #fbfbfb;
  color: #999;
  transition: background-color .5s ease-in .1s,color .3s ease-in .1s;
  transition: all 0.5s;
}
.news .news-bd .container .list-item .box-description h2 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
  transition: all 0.5s;
}
.news .news-bd .container .list-item .box-description span {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  line-height: 24px;
  color: #dbdbdb;
  transition: all 0.5s;
}
.news .news-bd .container .list-item .box-description p {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  transition: all 0.5s;
}

.news .voice .container .list-item .box-description {
  padding: 25px;
  background: #fbfbfb;
  color: #666;
}
.news .voice .container .list-item .box-description .tit {
  margin-bottom: 15px;
  height: 34px;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #454545;
}
.news .voice .container .list-item .box-description .tit img{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}
.news .voice .container .list-item .box-description p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}





.news .news-bd .container .list-item:hover .box-description {
  background: rgb(247,104,69);
}
.news .news-bd .container .list-item:hover .box-description h2, 
.news .news-bd .container .list-item:hover .box-description p, 
.news .news-bd .container .list-item:hover .box-description span,
.news .voice .container .list-item:hover .box-description .tit,
.news .voice .container .list-item:hover .box-description p{
    color: #fff;
}
.news .news-bd .bg {
  display: none;
  width: 100%;
  height: 80px;
  background: url(../../img/loading.gif) no-repeat center;
}

.ban-adv {
  width: 100%;
  min-width: 1190px;
  height: 849px;
  background: url(../img/ban-adv.jpg) no-repeat center top;
  overflow: hidden;
}
.ban-adv .txt {
  left: 0;
  top: 240px;
  width: 100%;
  text-align: center;
}
.ban-adv .txt h2, .ban-adv .txt h3, .ban-adv .txt p {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  text-shadow: 0 0 10px #ccc;
}
.ban-adv .txt h2 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 100px;
  color: #888;
}
.ban-adv .txt h3 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #888;
  text-shadow: 0 0 10px #ddd;
}
.ban-adv .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #888;
}
.ban-adv .bg {
  background: url(../img/bg5.png) no-repeat center;
}

.adv-fi {
  padding: 60px 0 0;
  width: 1190px;
  margin: 0 auto;
  height: 635px;
}
.adv-fi .txt {
  left: 0;
  text-align: center;
  width: 100%;
}
.adv-fi .txt h2, .adv-fi .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
}
.adv-fi .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #333;
}
.adv-fi .txt .line {
  width: 32px;
  height: 1px;
  background: #666;
  margin: 0 auto 75px;
}
.adv-fi .list {
  width: 1190px;
  overflow: hidden;
}
.adv-fi .list ul {
  width: 1245px;
}
.adv-fi .list li {
  margin-right: 55px;
  width: 358px;
  height: 137px;
  padding-top: 200px;
  border: 1px solid #efeeed;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #989898;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 40px;
}
.adv-fi .list li.fi {
  background: url(../img/ico19.png) no-repeat center 78px;
}
.adv-fi .list li.fi:hover {
  background: #ffb649 url(../img/ico20.png) no-repeat center 78px;
}
.adv-fi .list li.sec {
  background: url(../img/ico22.png) no-repeat center 78px;
}
.adv-fi .list li.sec:hover {
  background: #ffb649 url(../img/ico21.png) no-repeat center 78px;
}
.adv-fi .list li.th {
  background: url(../img/ico23.png) no-repeat center 78px;
}
.adv-fi .list li.th:hover {
  background: #ffb649 url(../img/ico24.png) no-repeat center 78px;
}
.adv-fi .list li:hover {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.adv-sec {
  padding: 60px 0 0;
  width: 100%;
  height: 757px;
  background: url(../img/bg24.jpg) no-repeat center;
  overflow: hidden;
}
.adv-sec .txt {
  left: 0;
  text-align: center;
  width: 100%;
}
.adv-sec .txt h2, .adv-sec .txt .line {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40px;
  font-weight: normal;
  display: block;
}
.adv-sec .txt h2 {
  font-size: 45px;
  line-height: 110px;
  color: #333;
}
.adv-sec .txt .line {
  width: 32px;
  height: 1px;
  background: #666;
  margin: 0 auto 75px;
}
.adv-sec .scroll-adv {
  position: relative;
  width: 1225px;
  height: 570px;
  overflow-y: auto;
}
.adv-sec .scroll-adv .container {
  position: relative;
  width: 1208px;
}
.adv-sec .scroll-adv .container .list-item {
  float: left;
  vertical-align: top;
  width: 284px;
}
.adv-sec .scroll-adv .container .list-item .box-description {
  padding: 25px;
  background: #fff;
  color: #666;
}
.adv-sec .scroll-adv .container .list-item .box-description .tit {
  margin-bottom: 15px;
  height: 34px;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #454545;
}
.adv-sec .scroll-adv .container .list-item .box-description .tit img{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}
.adv-sec .scroll-adv .container .list-item .box-description p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}


.detailinfo{
  width: 100%;
  min-width: 1190px;
  background: #fcfcfc;
}
.news-info{
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow:0 0 10px rgba(153, 153, 153, .5);  
  -moz-box-shadow:0 0 10px rgba(153, 153, 153, .5);  
  box-shadow:0 0 10px rgba(153, 153, 153, .5);  
}
.info {
  width: 820px;
  margin: 0 auto;
}
.info .top {
  border-top: 0px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  padding: 20px 0;
  margin-bottom: 30px;
}
.info .top .p1 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.info .top .p2 {
  text-align: center;
  font-size: 16px;
  color: #666;
  font-family: arial;
}
.info img {
  max-width: 100%;
}
.info .middle {
  font-size: 14px;
}
.info .new_next {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #f0efef;
  height: 60px;
  font-size: 14px;
  color: #666;
}
.info .new_next .p_back {
  right: 0;
  top: 20px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px #ddd;
  overflow: hidden;
}
.info .new_next .p_back a {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  transition: all 0.5s;
  background: #fff;
}
.info .new_next .p_back a:hover {
  background: #ffb649;
  color: #fff;
}
.info .new_next a {
  color: #666;
}
.info .new_next a:hover {
  color: #ffb649;
}

/*# sourceMappingURL=style.css.map */
