/* rotate-flipInX(3d��x�ᷭת����) */
@-webkit-keyframes rotate-flipInX {
  0% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(600px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(600px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(600px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@keyframes rotate-flipInX {
  0% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(600px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(600px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(600px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(600px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
.w-head {
  width: 100%;
  height: 105px;
  /*background: url("../images/head-bg.jpg");*/
}
.head {
  width: 1200px;
  overflow: hidden;
}
.logo a{
  display: block;
  /*margin: 30px 0 0 0;*/
  margin-top: 10px;
}
.logo img {
}
.logoAnimate {
  animation: rotate-flipInX 0.5s;
  -webkit-animation: rotate-flipInX 0.5s;
}
.nav{
  margin-right: 50px;
}
.nav li {
  font-size: 16px;
  width: 98px;
  line-height: 105px;
  text-align: center;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../images/li-bg.png") center -105px no-repeat;
}
.nav li a {
  display: block;
}
.nav li:hover {
  background-position: center 0;
}
.nav li:hover a {
  color: #ffffff;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .prev {
  display: block;
  width: 53px;
  height: 53px;
  background: url("../images/prev.png");
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 10%;
}
.banner .next {
  display: block;
  width: 53px;
  height: 53px;
  background: url("../images/next.png");
  z-index: 1;
  position: absolute;
  top: 40%;
  right: 10%;
}
.banner .bd li {
  width: 100%;
  overflow: hidden;
  height: 562px;
  text-align: center;
}
.banner .bd li img {
  width: 100%;
}
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.profile {
  overflow: hidden;
  padding-bottom: 60px;
}
.profile .title {
  text-align: center;
  margin: 57px 0 30px 0;
}
.profile .pic {
  width: 496px;
  overflow: hidden;
  text-align: center;
}
.profile .pic img {
  height: 100%;
}
.profile .text {
  width: 670px;
  font-size: 14px;
  line-height: 30px;
}
.profile .text .more {
  display: block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #a1391e;
  color: #ffffff;
  margin-top: 10px;
}
.w-pro {
  width: 100%;
  overflow: hidden;
  background: #f4f3dc;
}
.pro {
  width: 1200px;
  padding-bottom: 40px;
}
.pro .title {
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
}
.pro .title .tab {
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 30px;
  margin-top: 30px;
  line-height: 30px;
  overflow: hidden;
}
.pro .title .tab li {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.pro .title .tab li.on {
  background: #a1391e;
  color: #ffffff;
}
.pro .title .tab li.line {
  width: 209px;
}
.pro .title .tab li.liner {
  background: url("../images/sparkline-left.png") left center no-repeat;
  margin-right: 10px;
}
.pro .title .tab li.linel {
  margin-left: 10px;
  background: url("../images/sparkline-right.png") left center no-repeat;
}
.pro .dn {
  display: none;
}
.pro .pro-focus {
  margin-top: 60px;
  position: relative;
}
.pro .pro-focus .prev {
  width: 46px;
  height: 91px;
  background: url("../images/prev2.png");
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -45px;
}
.pro .pro-focus .next {
  width: 46px;
  height: 91px;
  background: url("../images/next2.png");
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -45px;
}
.pro .pro-focus .bd {
  width: 1200px;
  overflow: hidden;
}
.pro .pro-focus ul {
  width: 1230px;
}
.pro .pro-focus li {
  float: left;
  width: 379px;
  margin-right: 30px;
  padding-bottom: 40px;
}
.pro .pro-focus li .pic {
  width: 100%;
  height: 387px;
  overflow: hidden;
  text-align: center;
}
.pro .pro-focus li .pic img {
  height: 100%;
}
.pro .pro-focus li .w-text {
  padding-top: 30px;
}
.pro .pro-focus li .text {
  border: 1px #aeaeae solid;
  border-radius: 5px;
  position: relative;
  height: 50px;
  padding: 30px 20px 60px 20px;
  line-height: 25px;
  font-size: 14px;
  color: #4c4c4c;
  text-align: center;
}
.pro .pro-focus li .text .title {
  margin-top: -42px;
  margin-bottom: 20px;
  width: 250px;
  text-align: center;
  font-size: 24px;
  background: #f4f3dc;
  margin-left: 40px;
}
.pro .pro-focus li .text .bo-bg {
  width: 79px;
  height: 79px;
  background: url("../images/bian.png");
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}
.pro .pro-focus li:hover .w-text {
  background: #a1391e;
  color: #ffffff;
}
.pro .pro-focus li:hover .text {
  border-color: #a1391e;
  color: #ffffff;
}
.pro .pro-focus li:hover .text .title {
  background: #a1391e;
}
.pro .pro-focus li:hover .text .title a {
  color: #ffffff;
}
.pro .pro-focus li:hover .bo-bg {
  background: url("../images/bian-on.png") no-repeat;
}
.news-box {
  margin-top: 60px;
}
.news-box .news {
  width: 570px;
}
.news-box .news .box-title {
  font-size: 24px;
}
.news-box .news .box-title a {
  color: #333333;
}
.news-box .news .box-title .more {
  font-size: 14px;
  color: #3c3c3c;
  background: url("../images/more.png") left center no-repeat;
  padding-left: 20px;
  margin-top: 5px;
}
.news-box .news .news-list {
  margin-top: 20px;
}
.news-box .news li {
  line-height: 35px;
  font-size: 16px;
}
.news-box .news .first {
  border-bottom: 1px #000 dashed;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.news-box .news .first .pic {
  width: 569px;
}
.news-box .news .first .pic img {
  width: 100%;
}
.f-link {
  margin-top: 70px;
  margin-bottom: 70px;
}
.f-link .text {
  width: 115px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  background: #b72e22;
  font-size: 18px;
}
.f-link a {
  display: block;
  font-size: 18px;
  margin: 0 20px;
  line-height: 80px;
  float: left;
}
.foot {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #3a3a3a;
  color: #ffffff;
  position: relative;
}



/*2015-6-11*/
.hot-phone{
  width: 39px;
  height: 35px;
  background: url(../images/hot-phone.png);
  position: relative;
  margin-top: 40px;
  cursor: pointer;
}

.hot-phone .subphone{
  position: absolute;
  display: none;
  top: 35px;
  width: 166px;
  height: 107px;
  line-height: 20px;
  font-size: 12px;
  background: url(../images/subphone.png);
  left: 50%;
  margin-left: -93px;
  z-index: 111;
  padding: 20px 5px 5px ;
}
.hot-phone .subphone .num{
  font-size: 18px;
  color: #e12734;
  line-height: 27px;
}

.slide{
  display: none;
	position: absolute;
	top: -150px;
	left: -157px;
	width: 117px;
	height: 300px;
	background: url(../images/slide-bg.png);
	z-index: 11111;
	padding-top: 40px;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 50px 20px 20px;
}
.slide .title{
	font-size: 24px;
}
.slide a{
	color: #fff;
	display: block;
	margin-top: 10px;
	line-height: 50px;
	border-bottom: 1px #fff solid;
  background: url(/images/1.png) left center no-repeat;
  padding-left: 40px;
}
.slide-box{
  width: 14px;
  padding: 10px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  background: #c5b08f;
  color: #fff;
  cursor: pointer;
}

.slide-box img{
  width: 117px;
}

/*focus*/
.imagepic-focus{
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;

}
.imagepic-focus .pic{
  width: 100%;
  text-align: center;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.imagepic-focus .pic h3{
  position: absolute;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: url(../images/opacity06.png);
  bottom: -40px;
  left: 0;
  width: 100%;
}

.imagepic-focus .pic  img{
  max-height: 100%;
  max-width: 100%;
}
.pic-content{
  display: none;
}
.imagepic-focus .bd{
  width: 850px;
  margin: 0 auto;
  height: 102px;
  position: relative;
  margin-top: 20px;
}
.imagepic-focus .bd li{
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  float: left;
  margin:0 10px;
  border: 1px #fff solid;
  cursor: pointer;
}
.imagepic-focus .bd li.on{
  border-color: red;
}
.imagepic-focus .bd li img{
  height: 100px;
}
.imagepic-focus .prev{
  position: absolute;
  width: 30px;
  height: 45px;
  top: 50%;
  left: -40px;
  margin-top: -20px;
  background: url(../images/image-pic.pev.png);
}

.imagepic-focus .next{
  position: absolute;
  width: 30px;
  height: 45px;
  top: 50%;
  right: -40px;
  margin-top: -20px;
  background: url(../images/image-pic.pev.png) -30px 0 ;
}