

/*# sourceMappingURL=style.css.map */
input.inptet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #fff; 
} 
input.inptet:-moz-placeholder, textarea:-moz-placeholder { 
	color: #fff; 
} 
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../font/BebasNeueBook.eot');
    src: url('../font/BebasNeueBook.eot') format('embedded-opentype'),
         url('../font/BebasNeueBook.woff2') format('woff2'),
         url('../font/BebasNeueBook.woff') format('woff'),
         url('../font/BebasNeueBook.ttf') format('truetype'),
         url('../font/BebasNeueBook.svg#BebasNeueBook') format('svg');
}
.fy{
	width: 100%;
	text-align: center;
}
.fy.mt76{margin-top: 46px;}
.fy .prve,.fy .next{
	font-family: '微软雅黑';
}
.fy .tt{
	display: inline-block;
	font-size: 14px;
	color: #6d6d6d;
	margin: 0 3px;
	border:1px solid #d3d3d3;
	padding:0px 10px;
	font-family: 'arial';
	cursor: pointer;
	border-radius: 2px;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.fy .fyt{
  display: inline-block;
  color: #444;
  margin-left:10px;
  font-size: 15px;
  width: 70px;
}
.fy .tt.on,.fy .tt:hover{
  color: #fff;
  background-color: #94252a;
  border:1px solid #94252a;
}


.waiter{
    width: 100%;
}
.waiter .spinner {
  margin: 24px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
 
.waiter .container1 > div,.waiter .container2 > div,.waiter .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.waiter .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.waiter .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.waiter .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.waiter .circle1 { top: 0; left: 0; }
.waiter .circle2 { top: 0; right: 0; }
.waiter .circle3 { right: 0; bottom: 0; }
.waiter .circle4 { left: 0; bottom: 0; }
 
.waiter .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.waiter .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.waiter .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.waiter .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.waiter .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.waiter .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.waiter .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.waiter .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.waiter .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.waiter .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.waiter .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.header{
  height: 113px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.header .warp{
  width: 1120px;
  margin: 0 auto;
}
.header .warp .logo{
  width: 343px;
  height: 57px;
  margin-top: 28px;
}
.header .warp .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
.header .warp .logo img{
  display: block;
  width: 100%;
}
.header .warp .nav{
  float: right;
}
.header .warp .nav ul li{
  display: inline-block;
  float: left;
  padding: 20px 23px 0 23px;
  position: relative;
  border-right: 1px solid #f0f0f0;
  position: relative;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .warp .nav ul li .tit{
  display: block;
  width: 100%;
  height: 93px;
  font-size: 15px;
  line-height:93px;
  color: #000000;
}
.header .warp .nav ul li i{
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .warp .nav ul li.on,.header .warp .nav ul li:hover{
  background-color: #f1dea0;
  border-right: 1px solid #f1dea0;
}
.header .warp .nav ul li.on i,.header .warp .nav ul li:hover i{
  background-color: #bda970;
}

.header .warp .nav ul li .detail{
  position: absolute;
  top:113px;
  left: 0;
  background-color: #fff;
  width: 100%;
  font-size: 13px;
  line-height: 48px;
  text-align: center;
  display: none;
}
.header .warp .nav ul li .detail a{
  display: block;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.header .warp .nav ul li .detail a:hover{
  background-color: #f1dea0;
  border-bottom: 1px solid #f1dea0;
  color: #555;
}

.footer{
  width: 100%;
  padding: 60px 0;
}
.footer .warp{
  width: 1120px;
  margin: 0 auto;
}
.footer .warp .left,.footer .warp .right{
  width: 50%;
}
.footer .warp .left .pic{
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.footer .warp .left .pic img{
  display: block;
  width: 100%;
}
.footer .warp .left .details,.footer .warp .right .details{
  font-size: 13px;
  color: #565656;
  line-height: 26px;
}
.footer .warp .left .details{
  float: left;
  display: inline-block;
}
.footer .warp .right .details{
  text-align: right;
  margin-bottom: 5px;
}
.footer .warp .right .details a{
  color: #565656;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-left: 15px;
}
.footer .warp .right .details a:hover{
  color: #94252a
}
.footer .warp .right .box{
  height: 26px;
  line-height: 26px;
  color: #565656;
  width: 232px;
  float: right;
  position: relative;
  cursor: pointer;
}
.footer .warp .right .box span{
  display: inline-block;
  float: left;
}
.footer .warp .right .box .tit{
  display: inline-block;
  float: left;
  width: 140px;
  height: 24px;
  line-height: 24px;
  border:1px solid #a1a0a5;
  padding: 0 15px;
  background: url(../img/img1.png) 90% center no-repeat;
}
.footer .warp .right .box .selct{
  width: 170px;
  border:1px solid #d8d8db;
  border-top: 0;
  position: absolute;
  bottom: 25px;
  right: 0;
  background-color: #7a7a7a;
  display: none;
}
.footer .warp .right .box .selct a{
  display: block;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #cccccc;
  padding:0 15px;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.footer .warp .right .box .selct a:hover{
  background-color: #666666;
}


.contbase{
  width: 1120px;
  margin:0 auto;
  background-color: #fbfbfb;
  position: relative;
  padding-bottom: 80px;
}

.contbase.cur{
  padding-top: 50px;
}

.contbase .title{
  height: 50px;
  background-color: #f8f8fb;
  margin-bottom: 60px;
}
.contbase .title.on{
  margin-bottom: 0;
}

.contbase .title .left{
  width: 146px;
  height:50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: url(../img/img4.png) center no-repeat;
}
.contbase .title .left span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.contbase .title .left span i{
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 18px;
}
.contbase .title .right{
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.contbase .title .right a{
  display: block;
  float: left;
  font-size: 14px;
  color: #000000;
  padding: 0 25px;
  border-left: 1px solid #e5e5e9;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.contbase .title .right a.on,.contbase .title .right a:hover{
  background-color: #f1dea0;
  border-left: 1px solid #f1dea0;
} 
.contbase ._top{
  display: block;
  position: absolute;
  right: -24px;
  bottom:50px;
  cursor: pointer;
  width: 24px;
  height: 62px;
  background: url(../img/img16.jpg) center no-repeat;
}
.basetitle{
  width: 1120px;
  margin:0 auto;
  padding: 65px 0 50px;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  color: #585858;
  font-family:'隶书';
}


.service .sertitle{
  text-align: center;
  font-size: 0;
  padding-left: 245px;
  margin: 40px 0 25px;
}
.service .sertitle span{
  padding: 7px 45px;
  font-size: 14px;
  line-height: 26px;
  color: #0e1820;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #c4c4c4
}
.service .sertitle span.on{
  border-bottom: 1px solid #94252a;
  color: #c40c42;
}
.service .mian{
  width: 1065px;
  margin: 0 auto;
}
.service .mian .leftbox{
  position: relative;
  top: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s;
  -webkit-transition: all .4s;
}
.service .mian .leftbox.on{
  top:0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.service .mian .leftbox{
  width: 175px;
  border:1px solid #dbdbdb;
  border-bottom: 0;
}

.service .mian .leftbox ul li .tit{
  display: block;
  line-height: 24px;
  padding:15px 25px 15px 15px;
  color: #3e3e3e;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
}
.service .mian .leftbox ul li.on .tit,.service .mian .leftbox ul li:hover .tit{
  background-color: #94252a;
  color: #fff;
}
.service .mian .leftbox ul li .tit span{
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.service .mian .leftbox ul li .details{
  border-bottom: 1px solid #dbdbdb;
  display: none;
}
.service .mian .leftbox ul li .details,.service .mian .leftbox ul li .details a{
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.service .mian .leftbox ul li .details a{
  display: block;
  padding: 10px 20px;
}
.service .mian .leftbox ul li .details a.on,.service .mian .leftbox ul li .details a:hover{
  background-color: #eaeaea;
  color: #94252a;
}
.service .mian .rightbox{
  position: relative;
  top: 50px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s;
  -webkit-transition: all .4s;
}
.service .mian .rightbox.on{
  top:0px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.service .mian .rightbox .list{
  width: 820px;
  overflow: hidden;
}
.service .mian .rightbox .list ul{
  width: 849px;
  margin-bottom: 40px;
}
.service .mian .rightbox .list ul li{
  /*width: 254px;*/
  width:254px;
 /* height: 169px;*/
  float: left;
  margin:0 29px 29px 0;
  position: relative;
  cursor: pointer;
}
.service .mian .rightbox .list ul li .pic{
  width:254px;
  height: 169px;
}
.service .mian .rightbox .list ul li img{
  display: block;
  width: 100%;
  height: 100%;
}
.service .mian .rightbox .list ul li .tipbg{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/img6.png) center repeat;
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.service .mian .rightbox .list ul li:hover .tipbg{
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.service .mian .rightbox .list ul li .tipbg i,.service .mian .rightbox .list ul li .tipbg p{
  transition: all .4s;
  -webkit-transition: all .4s;
}
.service .mian .rightbox .list ul li .tipbg i{
  display: block;
  width: 40px;
  height: 40px;
  margin:50px auto 10px;
  background: url(../img/img7.png) center no-repeat;
  position: relative;
  right: -30px;
}
.service .mian .rightbox .list ul li:hover .tipbg i{
  right: 0;
}
.service .mian .rightbox .list ul li .tipbg p{
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  padding: 0 20px;
  position: relative;
  left: -30px;
}
.service .mian .rightbox .list ul li:hover .tipbg p{
  left: 0;
}