@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1200px;
  background: #FFFFFF;
  color: #666666;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container {
    width: 1200px;
    min-width:1200px;
    margin-left: auto;
    margin-right: auto;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

/*shortcut*/
.shortcut {
  height: 40px;
  line-height: 40px;
  background: url("../img/img-08.png") no-repeat top center;
}
.s-l {
    color: #ffffff;
    font-size: 16px;
	}
.shortcut .s-r a {
  display: block;
  float: left;
  width: 126px;
  text-align: center;
  height: 20px;
  margin:10px 0;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  background:url("../img/img-10.png")no-repeat right;
  
}
.shortcut .s-r a:hover, .shortcut .s-r a.current {
  color: #F7316A;
}
.shortcut .s-r a.last {
  width: 126px;
  border-right: none;
  
  padding-left: 40px;
  text-align: left;
}
.shortcut .s-r a.last:hover,.shortcut .s-r a.active {

}

/*header*/
header {
  height: 65px;
  background: #ffffff;
  position: relative;
  z-index: 99;
}
header .logo {
  position: absolute;
  padding-top: 5px;
}
header .logo img {
  display: block;
  width:139px;
  height:80px;
}
header .tel {
  background: url("../img/tel.png") no-repeat left center;
  padding-left: 45px;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  color: #545454;
  font-style: inherit;
  font-family: "Impact";
  margin-top: 20px;
}
.s-l .h-other {
  height: 30px;
  line-height: 30px;
  margin-top: 5px ;
  margin-right: 50px;
  padding-right: 30px;
	color:#ffffff;
}
.s-l .h-other span {
  display: inline-block;
  background: url("../img/img-01.png") no-repeat left center;
  padding-left: 32px;
  margin-right: 20px;
  font-size: 14px;
  color: #ffffff;
}

/*nav*/
nav {
  height: 28px;
  background-color: #ffffff;
  position: relative;
  z-index: 98;
  
}
nav ul li {
  float: left;
  width: 122.5px;
  height:25px;
  margin-bottom:0;
  position: relative;
  background:url("../img/img-09.png") no-repeat left;
}
nav ul li:last-child, nav ul li.last {
  width: 124.5px;
  border-right: none;
}
nav ul li:first-child, nav ul li.first {
  width: 140px;
}
nav ul li:first-child > a, nav ul li.first > a {
  background: url("../img/img-44.png") no-repeat center bottom;
}
nav ul li:first-child > a:hover, nav ul li:first-child > a.current, nav ul li:first-child > a.active, nav ul li.first > a:hover, nav ul li.first > a.current, nav ul li.first > a.active {
  background-color: #ffffff;
}
nav ul li > a {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}
nav ul li > a:hover, nav ul li > a.current, nav ul li > a.active {
  color:  #F73166;
	background: url("../img/img-44.png") no-repeat center bottom;
}
nav ul li .down-menu {
  background: url("../img/img-11.jpg") repeat-y ; 
  width:150px;
  line-height: 40px;
  position: absolute;
  left:-13.75px;
  float:left;
  display: none;
  opacity: 0.9;
}

nav ul li .down-menu a {
  font-size: 14px;
  color: #545454;
  display: block;
  line-height: 40px;
  height: 40px;
  width:150px;
  padding:0;
  text-align:-webkit-center;
  text-decoration: none;
}
nav ul li .down-menu a:hover {
  text-decoration: none;
  color:#F73166;
  display: block;
}

/*footer*/
footer .f-info {
  background: #403d38;
  padding: 10px 0;
  text-align: center;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 30px;
}
footer .f-info .f-title {
  font-size: 26px;
  font-weight: bold;
  color: #ce2637;
}
footer .f-info .f-erwm {
  padding-top: 20px;
}
footer .f-info .f-erwm img {
  display: inline-block;
  width: 105px;
  height: 105px;
  margin: 0 20px;
}
footer .f-copy {
  height: 50px;
  line-height: 50px;
  background: #26231f;
  text-align: center;
  font-size: 14px;
  color: #706f6c;
}
footer .f-copy a {
  color: #706f6c;
}
footer .f-copy a:hover {
  text-decoration: underline;
}

/*sub-menu*/
.sub-menu {
  background: url("../img/img-12.png") repeat-x left bottom;
  height: 60px;
  margin-bottom: 35px;
}
.sub-menu.menu-s {
  margin-bottom: 0;
}
.sub-menu a {
  display: block;
  float: left;
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  margin-right: 58px;
  font-size: 16px;
  color: #4c4c4c;
}
.sub-menu a:last-child {
  margin-right: 0;
}
.sub-menu a:hover, .sub-menu a.current {
  border-bottom-color: #e88f10;
  color: #e88f10;
}


/*弹窗*/
.fancybox-title-over-wrap {
  right: 0;
}

.fancybox-close {
  background: url("../img/img-93.png") no-repeat top center !important;
  width: 44px !important;
  height: 44px !important;
  right: -22px !important;
  top: -22px !important;
}

.float-box {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}
#zx label{
  position:absolute;
  display:block;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  top:0;
  left:10px;
  color:transparent;
  font-size:14px;
  font-family:"宋体";
  font-weight:bold;
  font-style:normal;
  animation: mymove .5s infinite;
  -webkit-animation: mymove .5s infinite alternate;
  border-radius:50%;
  background:transparent;
}
@keyframes mymove {
  from {
    color:#fff; background:red;border-color:red;} }
@-webkit-keyframes mymove {
  from {
    left: #fff; background:red;border-color:red;} }
.float-box a {
  display: block;
  width: 62px;
  height: 62px;
  border-bottom: 1px solid #7A7A7A;
  text-align: center;
  color: #ffffff;
  background: #595656;
  position: relative;
}
.float-box a span {
  display: block;
}
.float-box a span.icon {
  padding: 6px 0;
}
.float-box a span.icon img {
  display: block;
  margin: 0 auto;
}
.float-box a:hover {
  background: #ce2637;
}
.float-box a.go-top {
  background: #d5131a;
}
.float-box a .float-c {
  position: absolute;
  right: 62px;
  top: 0;
  display: none;
  background: #595656;
}
.float-box a .erwm-box {
  padding: 15px 25px;
  width: 190px;
}
.float-box a .erwm-box img {
  display: block;
}
.float-box a .tel-box {
  width: 180px;
  padding: 15px 10px;
  text-align: left;
}
.float-box a .tel-box .inp-s {
  border: 1px solid #ffffff;
  width: 158px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  background: transparent;
}
.float-box a .tel-box .btn-s {
  width: 66px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: none;
  background: #D5131A;
}

.float-btm-box {
  display:none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px 0 1px 0px;
  z-index: 998;
  background: rgba(0,0,0,.5);

}
.float-btm-box .close {
  position: absolute;
  left: 0;
  top: 0;
	height:40px;
}/*
.float-btm-box .m-title {

}
.float-btm-box .m-title img{
  width: 800px;
  height: 88px;
  float:left;
}

.float-btm-box .m-title span {
  text-transform: uppercase;
  color: #cec2b5;
  font-weight: normal;
  display: block;
  font-size: 12px;
}*/
.float-btm-box .inp-s1 {
  position:absolute;
  top: 12%;
  left: 10%;
  border: none;
  width: 155px;
  height: 29px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  background: url("../img/img-105.png") repeat;
  margin-right: 2px;
}
.float-btm-box .inp-s {
  position:absolute;
  top: 12%;
  left: 25%;
  border: none;
  width: 155px;
  height: 29px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  background: url("../img/img-105.png") repeat;
  margin-right: 2px;
}
.float-btm-box .btn-s {
  top: 0;
  left: 40%;
  position:absolute;
  width: 100px;
  height: 40px;
  border: none;
  background: url("../img/img-107.png") no-repeat;
  background-size: 100% 100%;
}
.new-s {
  border: none;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background: #e88f10;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
    font-size: 16px;
  border-radius: 10px;
}



.box-warp {
    background: url("../img/img-118.png") repeat-y;
    padding-bottom: 30px;
    overflow: hidden;
	}


/*# sourceMappingURL=style.css.map */
