* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
}

.easeIn {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  transition: all 0.8s;
}

.easeIn.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Paging {
  height: 60px;
  padding-top: 10px;
}

.Paging p {
  float: left;
  color: #999;
  line-height: 40px;
  padding: 0 10px 0 4px;
}

.Paging ul {
  float: right;
  width: auto !important;
}

.Paging li {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.Paging li:last-child {
  margin-right: 0 !important;
}

.Paging li.paging_gd {
  border: none;
}

.Paging li.paging_prev, .Paging li.paging_next {
  width: 60px;
}

.Paging li.Paging_total {
  border: none;
  width: auto;
}

.Paging li.paging_Jump {
  border: none;
  width: auto;
}

.Paging li.paging_Jump span {
  padding: 0 10px;
}

.Paging li.paging_Jump input.paging_text {
  color: #555;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}

.Paging li.paging_Jump input.paging_url {
  color: #555;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.Paging li a {
  display: block;
  color: #555;
  background: #f3f3f3;
}

.Paging li a:hover, .Paging li a.hover, .paging li .hover, .Paging li.paging_Jump input.paging_url:hover {
  background: #d7d7d7;
}

.crumbs {
  color: #333;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 12px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 5px 22px;
}

.crumbs a {
  color: #555;
  margin-right: 6px;
}

.crumbs span {
  color: #999;
  margin-right: 6px;
}

.mr0 {
  margin-right: 0 !important;
}

.width1200 {
  width: 1200px;
}

.fm {
  margin: 0 auto;
}

.ovh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input :focus {
  border: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0 none;
}

body {
  min-width: 1200px;
}

#head {
  background: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 1001;
  width: 100%;
}

.head {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 85px;
  width: 1200px;
}

.nav-ul {
  width: 766px;
  display: flex;
  justify-content: flex-end;
}

.nav-ul>li {
  margin-right: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 100%; */
  align-items: center;
  height: 85px;
  color: #333;
}

.nav-ul>li :hover {
  color: rgb(239, 136, 12);
}

.zxgdul {
  width: 100%;
  border-top: 1px solid #DDD;
  /* padding-left: 475px; */
  height: 104px;
  position: fixed;
  top: 85px;
  background-color: #fff;
  display: none;
  z-index:99;
}

.zxgdul>ul {
  /* float: right; */
  /* margin: 0 auto; */
  /* width: 1200px; */
  /* margin-right: 42px; */
  display: flex;
  justify-content: center;
  z-index:99;
}

.zxgdul ul li {
  border-top: 2px solid #FFF;
  position: relative;
  float: left;
  padding: 24px 30px 0;
  /* width: 217px; */
  height: 104px;
  margin-right: 3px;
  border-top: 3px solid transparent;
}

.zxgdul ul li:hover {
  border-color: #FFA320;
}

.zxgdul ul li a img {
  float: left;
  display: block;
  margin-right: 9px;
  margin-top: 11px;
}

.zxgdul ul li a p {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.zxgdul ul li a p span {
  color: #888;
  font-size: 14px;
  line-height: 20px;
}

.zxxyul {
  width: 100%;
  border-top: 1px solid #DDD;
  /* padding-left: 475px; */
  height: 104px;
  position: fixed;
  top: 85px;
  background-color: #fff;
  display: none;
  z-index:99;
}

.zxxyul>ul {
  /* margin: 0 auto; */
  /* width: 1200px; */
  /* float: right; */
  /* margin-right: 42px; */
  display: flex;
  justify-content: center;
  z-index:99;
}

.zxxyul ul li {
  margin: 0;
  padding: 0;
  height: 104px;
  width: 126px;
  text-align: center;
  background: url(../images/nav_2.png) no-repeat right center;
  border-top: 3px solid transparent;
  overflow: hidden;
  z-index:99;
}

.zxxyul ul li:hover {
  border-color: #FFA320;
}

.zxxyul ul li a img {
  display: block;
  margin: 10px auto;
  margin-top: 18px;
  height: 34px;
  line-height: 34px;
}

.last {
  background: none;
}

.zxxyul ul li a p {
  font-size: 14px;
  color: #333;
}

.fixeFooter {
  border: 0px;
  position: fixed;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, .7);
  bottom: -90px;
  left: 0px;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 8px;
}

.fixeFooter>div {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
}

.fixeFooter>div>div:first-child {
  position: relative;
  float: left;
  width: 274px;
}

.fixeFooter>div>div:first-child>p {
  padding-left: 1px;
  font-size: 34px;
  color: #ef880c;
  line-height: 34px;
  margin-top: 20px;
}

.fixeFooter>div>div:first-child>span {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.fixeFooter>div>div:first-child>span>em {
  margin: 0 3px;
  font-style: normal;
  font-weight: bolder;
  font-family: arial;
}

.fixeFooter>div>.quotedPrice {
  float: left;
  margin-top: 20px;
  padding-right: 15px;
  width: 256px;
  text-align: right;
  color: #fff;
}

.fixeFooter>div>.quotedPrice>span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

.fixeFooter>div>.quotedPrice>strong {
  display: inline-block;
  width: 160px;
  margin-left: 10px;
  font-size: 40px;
  font-weight: normal;
}

.fixeFooter>div>.quotedPrice>i {
  display: inline-block;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  vertical-align: top;
  background: #ffa31f;
  font: normal 12px/16px normal;
  text-align: center;
}

.fixeFooter>div>div:last-child {
  position: relative;
  float: right;
  width: 670px;
}

.fixeFooter>div>div:last-child>input {
  display: block;
  float: left;
  border: none;
  color: #fff;
  width: 160px;
  background: #333;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding: 0px 18px;
  margin: 20px 10px 0px 0px;
}

.fixeFooter>div>div:last-child .button {
  margin-right: 0;
  background: #ef880c;
  color: #fff;
  cursor: pointer;
}

.fixeFooter>div>div:last-child>img {
  position: absolute;
  top: 20px;
  right: -45px;
  cursor: pointer;
}

.fixeFooter>div>div:last-child>i {
  position: absolute;
  top: 32px;
  left: 130px;
  z-index: 1;
  color: #999;
  font-style: normal;
}

.fixeFooterOn {
  display: none;
  position: fixed;
  padding: 0 10px;
  width: 60px;
  height: 163px;
  top: 70%;
  right: 40px;
  z-index: 11;
  background: #ffa31f;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  font-size: 22px;
  line-height: 1.1;
}

.fixeFooterOn>img {
  position: relative;
  top: 14px;
  animation: liftRight2 1s infinite linear;
  -webkit-animation: liftRight2 1s infinite linear;
}

.fixeFooterOn img {
  margin: 5px 0 15px 0;
}

.fixeRight {
  z-index: 1001;
  position: fixed;
  right: 40px;
  width: 60px;
  top: 26%;
  opacity: 1;
}

.fixeRight a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: rgb(136, 136, 136);
  width: 100%;
}

.fixeRight a:nth-child(1) {
  height: 64px;
  border: 1px solid rgb(255, 163, 31);
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/online.gif) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(2) {
  height: 64px;
  border: 1px solid rgb(233, 233, 233);
  border-bottom: none;
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/fixe_about.png) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(2):hover {
  background: url(../images/fixe_about_1.png) center center no-repeat rgb(255, 163, 31);
  border-color: rgb(255, 163, 31);
  color: #fff;
}

.fixeRight a:nth-child(3) {
  height: 64px;
  border: 1px solid rgb(233, 233, 233);
  border-bottom: none;
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/fixe_price.png) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(3):hover {
  background: url(../images/fixe_price_1.png) center center no-repeat rgb(255, 163, 31);
  border-color: rgb(255, 163, 31);
  color: #fff;
}

.fixeRight a:nth-child(4), .fixeRight a:nth-child(5) {
  height: 64px;
  border: 1px solid rgb(233, 233, 233);
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/fixe_ma.png) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(4):hover, .fixeRight a:nth-child(4).hover {
  background: url(../images/fixe_ma_1.png) center center no-repeat rgb(255, 163, 31);
  border-color: rgb(255, 163, 31);
  color: #fff;
}

.fixeRight a:nth-child(4)>div>p:first-child {
  letter-spacing: 2px;
}

.fixeRight a:nth-child(4)>div>p {
  margin-bottom: 10px;
}

.fixeRight a:nth-child(4)>div {
  display: none;
  position: absolute;
  left: -195px;
  top: -52px;
  width: 175px;
  padding-bottom: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 52px rgba(163, 163, 163, 0.15);
  padding-top: 18px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.fixeRight a:nth-child(4):hover>div, .fixeRight a:nth-child(4).hover>div {
  opacity: 1;
  display: block;
}

.fixeRight a:nth-child(4)>div>p>img {
  width: 95px;
  height: 95px;
}

.fixeRight a:nth-child(4)>div>p>span, .fixeRight a:nth-child(5)>div>p>span {
  display: block;
  margin-top: 3px;
  line-height: 18px;
}

.fixeRight a:nth-child(4)>div>p>em {
  display: block;
  color: #ffa31f;
  line-height: 16px;
  font-style: normal;
  font-size: 13px;
}

.fixeRight a:nth-child(4)>div>img, .fixeRight a:nth-child(5)>div>img {
  position: absolute;
  right: -12px;
  bottom: 80px;
}

.footer {
  overflow: hidden;
  height: 297px;
  background: url(../images/footer.jpg) no-repeat center / 100% 100%;
}

.footer .width1200 {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  height: 238px;
  border-bottom: 1px solid #424242;
}

.footer .fl {
  width: 830px;
  padding-left: 15px;
}

.footer .fl ul {
  overflow: hidden;
  padding: 10px 0 25px 1px;
}

.footer .fl ul li {
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin-right: 36px;
}

.footer .fl ul li a {
  color: #fff;
}

.footer .fl ul li a:hover {
  color: #ffa31f;
}

.footer .fl .tel {
  color: #fff;
  font-size: 30px;
  font-family: 'arial';
  height: 34px;
  line-height: 36px;
  background: url(../images/footer_1.png) no-repeat left center;
  padding-left: 40px;
  margin-bottom: 12px;
}

.footer .fl p {
  font-size: 12px;
  color: #939392;
  line-height: 20px;
}

.footer .fr span {
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 105px;
  margin-left: 17px;
}

.footer .fr span img {
  vertical-align: 0;
  margin-bottom: 10px;
  width: 105px;
}

.footer .fr span i {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #939392;
}

.footer strong {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  display: block;
  color: #939392;
  line-height: 59px;
}

.fixeFooter {
  border: 0px;
  position: fixed;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, .7);
  bottom: -90px;
  left: 0px;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 8px;
}

.fixeFooter>div {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
}

.fixeFooter>div>div:first-child {
  position: relative;
  float: left;
  width: 274px;
}

.fixeFooter>div>div:first-child>p {
  padding-left: 1px;
  font-size: 34px;
  color: #ef880c;
  line-height: 34px;
  margin-top: 20px;
}

.fixeFooter>div>div:first-child>span {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.fixeFooter>div>div:first-child>span>em {
  margin: 0 3px;
  font-style: normal;
  font-weight: bolder;
  font-family: arial;
}

.fixeFooter>div>.quotedPrice {
  float: left;
  margin-top: 20px;
  padding-right: 15px;
  width: 256px;
  text-align: right;
  color: #fff;
}

.fixeFooter>div>.quotedPrice>span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

.fixeFooter>div>.quotedPrice>strong {
  display: inline-block;
  width: 160px;
  margin-left: 10px;
  font-size: 40px;
  font-weight: normal;
}

.fixeFooter>div>.quotedPrice>i {
  display: inline-block;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  vertical-align: top;
  background: #ffa31f;
  font: normal 12px/16px normal;
  text-align: center;
}

.fixeFooter>div>div:last-child {
  position: relative;
  float: right;
  width: 670px;
}

.fixeFooter>div>div:last-child>input {
  display: block;
  float: left;
  border: none;
  color: #fff;
  width: 160px;
  background: #333;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding: 0px 18px;
  margin: 20px 10px 0px 0px;
}

.fixeFooter>div>div:last-child .button {
  margin-right: 0;
  background: #ef880c;
  color: #fff;
  cursor: pointer;
}

.fixeFooter>div>div:last-child>img {
  position: absolute;
  top: 20px;
  right: -45px;
  cursor: pointer;
}

.fixeFooter>div>div:last-child>i {
  position: absolute;
  top: 32px;
  left: 130px;
  z-index: 1;
  color: #999;
  font-style: normal;
}

.fixeFooterOn {
  display: none;
  position: fixed;
  padding: 0 10px;
  width: 60px;
  height: 163px;
  top: 70%;
  right: 40px;
  z-index: 11;
  background: #ffa31f;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  font-size: 22px;
  line-height: 1.1;
}

.fixeFooterOn>img {
  position: relative;
  top: 14px;
  animation: liftRight2 1s infinite linear;
  -webkit-animation: liftRight2 1s infinite linear;
}

.fixeFooterOn img {
  margin: 5px 0 15px 0;
}

.fixeRight {
  z-index: 1001;
  position: fixed;
  right: 40px;
  width: 60px;
  top: 26%;
  opacity: 1;
}

.fixeRight a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: rgb(136, 136, 136);
  width: 100%;
}

.fixeRight a:nth-child(1) {
  height: 64px;
  border: 1px solid rgb(255, 163, 31);
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/online.gif) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(2) {
  height: 64px;
  border: 1px solid rgb(233, 233, 233);
  border-bottom: none;
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/fixe_about.png) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(2):hover {
  background: url(../images/fixe_about_1.png) center center no-repeat rgb(255, 163, 31);
  border-color: rgb(255, 163, 31);
  color: #fff;
}

.fixeRight a:nth-child(3) {
  height: 64px;
  border: 1px solid rgb(233, 233, 233);
  border-bottom: none;
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/fixe_price.png) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(3):hover {
  background: url(../images/fixe_price_1.png) center center no-repeat rgb(255, 163, 31);
  border-color: rgb(255, 163, 31);
  color: #fff;
}

.fixeRight a:nth-child(4), .fixeRight a:nth-child(5) {
  height: 64px;
  border: 1px solid rgb(233, 233, 233);
  border-image: initial;
  padding-top: 42px;
  cursor: pointer;
  z-index: 11;
  background: url(../images/fixe_ma.png) center center no-repeat rgb(255, 255, 255);
}

.fixeRight a:nth-child(4):hover, .fixeRight a:nth-child(4).hover {
  background: url(../images/fixe_ma_1.png) center center no-repeat rgb(255, 163, 31);
  border-color: rgb(255, 163, 31);
  color: #fff;
}

.fixeRight a:nth-child(4)>div>p:first-child {
  letter-spacing: 2px;
}

.fixeRight a:nth-child(4)>div>p {
  margin-bottom: 10px;
}

.fixeRight a:nth-child(4)>div {
  display: none;
  position: absolute;
  left: -195px;
  top: -52px;
  width: 175px;
  padding-bottom: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 52px rgba(163, 163, 163, 0.15);
  padding-top: 18px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.fixeRight a:nth-child(4):hover>div, .fixeRight a:nth-child(4).hover>div {
  opacity: 1;
  display: block;
}

.fixeRight a:nth-child(4)>div>p>img {
  width: 95px;
  height: 95px;
}

.fixeRight a:nth-child(4)>div>p>span, .fixeRight a:nth-child(5)>div>p>span {
  display: block;
  margin-top: 3px;
  line-height: 18px;
}

.fixeRight a:nth-child(4)>div>p>em {
  display: block;
  color: #ffa31f;
  line-height: 16px;
  font-style: normal;
  font-size: 13px;
}

.fixeRight a:nth-child(4)>div>img, .fixeRight a:nth-child(5)>div>img {
  position: absolute;
  right: -12px;
  bottom: 80px;
}