@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1200px;
  background: #FFFFFF;
  color: #666666;
  margin:0;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form {
  margin: 0; }

h4, h5, h6 {
  font-size: 1em; }

ul, ol {
  padding-left: 0;
  list-style-type: none; }

/*common*/
*:focus {
  outline: none; }

/* display */
.dn {
  display: none; }

.di {
  display: inline; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/* if the element is block level(eg. div, li), using 'inline-any' instead */
.fl {
  float: left; }

.fr {
  float: right;
  }
.fr img{
	width:88px;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto; }

/* overflow */
.ovh {
  overflow: hidden; }

/* position */
.rel {
  position: relative; }

.abs {
  position: absolute; }

/* font-family */
.fw {
  font-family: 'Microsoft Yahei'; }

/* font-style */
.n {
  font-weight: normal;
  font-style: normal; }

.b {
  font-weight: bold; }

.i {
  font-style: italic; }

/* text-align */
.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tj {
  text-align: justify; }

/* 清除浮 动*/
.fix {
  *zoom: 1; }

.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

/*table*/
table {
  width: 100%;
  border-collapse: collapse; }

/* margin */
.m0 {
  margin: 0 !important; }

.ml1 {
  margin-left: 1px; }

.ml2 {
  margin-left: 2px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mr1 {
  margin-right: 1px; }

.mr2 {
  margin-right: 2px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mt1 {
  margin-top: 1px; }

.mt2 {
  margin-top: 2px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mb1 {
  margin-bottom: 1px; }

.mb2 {
  margin-bottom: 2px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

/* padding */
.p0 {
  padding: 0; }

.p1 {
  padding: 1px; }

.pl1 {
  padding-left: 1px; }

.pt1 {
  padding-top: 1px; }

.pr1 {
  padding-right: 1px; }

.pb1 {
  padding-bottom: 1px; }

.p2 {
  padding: 2px; }

.pl2 {
  padding-left: 2px; }

.pt2 {
  padding-top: 2px; }

.pr2 {
  padding-right: 2px; }

.pb2 {
  padding-bottom: 2px; }

.pl5 {
  padding-left: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.p10 {
  padding: 10px; }

.pl10 {
  padding-left: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.p15 {
  padding: 15px; }

.pl15 {
  padding-left: 15px; }

.pt15 {
  padding-top: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.p20 {
  padding: 20px; }

.pl20 {
  padding-left: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.p30 {
  padding: 30px; }

.pl30 {
  padding-left: 30px; }

.pt30 {
  padding-top: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

/* vertical-align */
.vm {
  vertical-align: middle; }

.vtb {
  vertical-align: text-bottom; }

.vb {
  vertical-align: bottom; }

.vt {
  vertical-align: top; }

.vn {
  vertical-align: -2px; }

.bgnone {
  background: none !important; }

.bnone {
  border: none !important; }


/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container {
  width: 1200px;
  min-width:900px;
  margin:0 calc(50% - 600px);
}

.container1 {
  width: 100%;
  min-width:1200px;
  margin:0;
}


.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;
  margin-bottom:8px;
}
header .logo {
  position: absolute;
  padding-top: 15px;
}
header .logo img {
  display: block;
  width:163.5px;
  height:50px;
}
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: 100px;
  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: 100px;
  border-right: none;
}
nav ul li:first-child, nav ul li.first {
  width: 100px;
}
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:157px;
  line-height: 40px;
  position: absolute;
  left:-28.75px;
  float:left;
  display: none;
  opacity: 0.9;
  background-size: 157px;
}

nav ul li .down-menu a {
  font-size: 14px;
  color: #545454;
  display: block;
  line-height: 40px;
  height: 40px;
  width:157px;
  padding:0;
  text-align:center;
  text-align:-moz-center;
  text-align:-webkit-center;
  text-decoration: none;
}
nav ul li .down-menu a:hover {
  text-decoration: none;
  color:#F73166;
  display: block;
}


.nav1{
  height: 25px;
  background-color: #ffffff;
  position: relative;
  z-index: 98;
  width:1200px;
  padding:0;
  margin:0 calc(50% - 600px);
}

.nav1 ul li {
  float: left;
  width: 120px;
  height:25px;
  margin-bottom:0;
  background:url("./img/img-09.png") no-repeat left;
}
.nav1 ul li:last-child, .nav1 ul li.last {
  width: 120px;
  border-right: none;
}
.nav1 ul li:first-child, .nav1 ul li.first {
  width: 120px;
}
.nav1 ul li:first-child > a, .nav1  ul li.first > a {
  background: url("./img/img-44.png") no-repeat center bottom;
}
.nav1  ul li:first-child > a:hover,footer   .nav1  ul li:first-child > a.current,footer   .nav1  ul li:first-child > a.active,footer   .nav1 ul li.first > a:hover,footer   .nav1  ul li.first > a.current,footer   .nav1  ul li.first > a.active {
  background-color: #ffffff;
}
.nav1  ul li > a {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}
.nav1 ul li > a:hover, .nav1 ul li > a.current, .nav1  ul li > a.active {
  color: #F73166;
  background: url("./img/img-44.png") no-repeat center bottom;
}
.nav1 ul li .down-menu1 {
  background: url("./img/img-11new.jpg") repeat;
  height: auto;
  width:1200px;
  line-height: 40px;
  position: absolute;
  left:calc(50% - 600px);
  right:calc(50% - 600px);
  text-align: center;
  display: none;
  opacity: 0.9;
  margin: 0;
}
.nav1 ul li .down-menu1 a {
  display: inline-block;
  font-size: 14px;
  color: #545454;
  margin:0 25px;
}
.nav1 ul li .down-menu1 a:hover {
  text-decoration: none;
  color:#F73166;
}
.nav1  ul li .down-menu:last-child a{
  rel:nofollow;
}

/*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;
  opacity: 0.8;
}
#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: 72px;
  height: 72px;
  border-bottom: 1px solid #fff;
  text-align: center;
  color:#fff;

  position: relative;
}
.float-box a span {
  display: block;
}
.float-box a span.icon {
  padding:4px 0;
}
.float-box a span.icon img {
  display: block;
  margin: 0 auto;
}
.float-box .title {
  position: absolute;
  bottom:2px;
  font-size:10px;
  text-align: center;
  left:0;
  width:100%;
  margin:0 auto;
  color:#fff;
}

.float-box a.go-top {
  background: #fff;
}
.float-box a .float-c {
  position: absolute;
  right: 66px;
  bottom: 0;
  display: none;
  background: #595656;
}
.float-box a .erwm-box {
  padding: 15px 25px;
  width: 88px;
  height:110px;
  color:white;
}
.float-box a .erwm-box p{
  margin-top:10px;
}
.float-box a .erwm-box img {
  display: block;
}
.float-box a .tel-box {
  width: 100px;
  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-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-c p{*/
  /*padding-top:15px;*/
/*}*/
/*.float-box a .erwm-box {*/
  /*padding: 15px 25px;*/
  /*width: 190px;*/
/*}*/
/*.float-box a .erwm-box img {*/
  /*display: block;*/
  /*width:65px;*/
/*}*/
/*.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: 140px;*/
  /*height: 30px;*/
  /*line-height: 30px;*/
  /*padding: 0 20px;*/
  /*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;*/
  /*margin:0 57px;*/
  /*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;
  width:13px;
}/*
.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: 120px;
  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: 120px;
  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 */
