/**
 * Base
 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 12px;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.dn {
  display: none;
}
ul,
li {
  list-style: none;
}
.pr {
  position: relative;
}
.mauto {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.w1200 {
  width: 1200px;
}
.cb {
  clear: both;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
input:focus {
  outline: none;
}
button:focus {
  outline: none;
}
.header {
  width: 100%;
  height: 42px;
  background-color: #333;
}
.header .header_left {
  float: left;
  height: 42px;
  line-height: 42px;
}
.header .header_left p {
  display: inline-block;
  color: #fff;
  cursor: default;
}
.header .header_left p.welcome {
  margin-right: 70px;
}
.header .header_left p i {
  display: inline-block;
  vertical-align: sub;
  width: 16px;
  height: 19px;
  background: url("../img/gps.png") no-repeat center;
}
.header .header_left p span {
  display: inline-block;
  text-align: center;
  margin: 0 12px;
}
.header .header_right {
  float: right;
  height: 42px;
  line-height: 42px;
}
.header .header_right li {
  display: inline-block;
  margin-right: 14px;
}
.header .header_right li.tel a {
  color: #e60012;
}
.header .header_right li.money {
  margin-right: 0;
}
.header .header_right li.money a {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #e60012;
}
.nav {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
}
.nav .nav_left {
  float: left;
  height: 100px;
}
.nav .nav_left i {
  display: inline-block;
  vertical-align: middle;
  width: 329px;
  height: 53px;
  background: url("../img/logo.png?v=2");
}
.nav .nav_right {
  float: right;
  height: 100px;
  text-align: right;
}
.nav .nav_right li {
  display: inline-block;
  width: 100px;
  text-align: center;
}
.nav .nav_right li a {
  font-size: 16px;
  color: #595757;
  padding: 5px 0;
}
.nav .nav_right li .nav_dropdown {
  display: none;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 120px;
  line-height: 120px;
  border-top: 3px solid #e1e4e3;
  border-bottom: 3px solid #ee2e29;
  background-color: rgba(255, 255, 255, 0.5);
}
.nav .nav_right li .nav_dropdown .nav_item {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 126px;
  height: 100px;
  margin-right: 16px;
}
.nav .nav_right li .nav_dropdown .nav_item a .nav_img {
  width: 126px;
  height: 72px;
  overflow: hidden;
  transition: all 0.5s;
}
.nav .nav_right li .nav_dropdown .nav_item a p {
  transition: all 0.5s;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.nav .nav_right li .nav_dropdown .nav_item a:hover .nav_img {
  transition: all 0.5s;
  box-shadow: 2px 2px 5px #000;
}
.nav .nav_right li .nav_dropdown .nav_item a:hover p {
  transition: all 0.5s;
  color: #ee2e29;
}
.nav .nav_right li.active a {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
.side_nav {
  z-index: 100;
  position: fixed;
  top: 300px;
  right: 10px;
  width: 106px;
  height: 450px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.side_nav ul {
  padding: 8px;
}
.side_nav ul li {
  cursor: pointer;
  height: 74px;
  width: 72px;
  text-align: center;
  border-bottom: 1px dashed #000;
  margin: 0 auto 8px;
}
.side_nav ul li p {
  font-size: 14px;
  color: #333;
}
.side_nav ul li .side_nav_img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: all 0.5s;
}
.side_nav ul li .side_nav_img.one {
  width: 42px;
  height: 42px;
  background: url("../img/side_icon_03.png") no-repeat center;
}
.side_nav ul li .side_nav_img.two {
  width: 42px;
  height: 42px;
  background: url("../img/side_icon_06.png") no-repeat center;
}
.side_nav ul li .side_nav_img.three {
  width: 42px;
  height: 42px;
  background: url("../img/side_icon_08.png") no-repeat center;
}
.side_nav ul li .side_nav_img.four {
  width: 42px;
  height: 42px;
  background: url("../img/side_icon_10.png") no-repeat center;
}
.side_nav ul li .five {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 63px;
  height: 47px;
  background: url("../img/hb.gif") no-repeat center;
}
.side_nav ul li .six {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 45px;
  height: 17px;
  background: url("../img/side_icon_17.png") no-repeat center;
}
.side_nav ul li:hover p {
  transition: all 0.5s;
  color: #ee2e29;
}
.side_nav ul li:hover .side_nav_img.one {
  transition: all 0.5s;
  background: url("../img/side_icon_hover_03.png") no-repeat center;
}
.side_nav ul li:hover .side_nav_img.two {
  transition: all 0.5s;
  background: url("../img/side_icon_hover_06.png") no-repeat center;
}
.side_nav ul li:hover .side_nav_img.three {
  transition: all 0.5s;
  background: url("../img/side_icon_hover_08.png") no-repeat center;
}
.side_nav ul li:hover .side_nav_img.four {
  transition: all 0.5s;
  background: url("../img/side_icon_hover_10.png") no-repeat center;
}
.side_nav ul li:last-child {
  height: 24px;
  border-bottom: 0;
  margin-bottom: 0;
}
.side_nav ul li:nth-last-child(2) {
  border-bottom: 0;
}
.side_nav ul li img {
  display: none;
  position: absolute;
  top: -26px;
  left: -202px;
  max-width: none;
  width: 187px;
  height: 122px;
}
#price-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#price-box .price-box-in {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 936px;
  height: 420px;
  background: url("../img/price-tan.png") no-repeat center;
}
#price-box .price-box-in form {
  position: absolute;
  top: 108px;
  left: 31px;
}
#price-box .price-box-in form div {
  margin-bottom: 11px;
}
#price-box .price-box-in form div span {
  font-size: 16px;
  margin-right: 5px;
}
#price-box .price-box-in form label {
  font-size: 18px;
  margin-right: 10px;
}
#price-box .price-box-in form select {
  width: 110px;
  height: 35px;
  text-indent: 1em;
  border: 1px solid #dcdcdc;
  margin-right: 6px;
}
#price-box .price-box-in form select:focus {
  outline: none;
}
#price-box .price-box-in form select:last-child {
  margin-right: 0;
}
#price-box .price-box-in form input.input {
  width: 350px;
  height: 35px;
  text-indent: 1em;
  border: 1px solid #dcdcdc;
}
#price-box .price-box-in .price-box-in-btn01 {
  position: absolute;
  top: 174px;
  left: 497px;
  width: 117px;
  height: 114px;
  border: 0;
  background: url("../img/price-button.png") no-repeat center;
}
#price-box .price-box-in .price-box-in-btn02 {
  position: absolute;
  top: 336px;
  left: 645px;
  width: 238px;
  height: 37px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  background-color: #ee2e29;
}
#price-box .price-box-in .price-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/price-close.png") no-repeat center;
}
#all-tan-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#all-tan-box .all-tan-box-in {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
  height: 330px;
  background: url("../img/all_tan.png") no-repeat center;
}
#all-tan-box .all-tan-box-in form {
  position: absolute;
  top: 100px;
  left: 25px;
}
#all-tan-box .all-tan-box-in form div {
  text-align: center;
  width: 270px;
  margin-bottom: 11px;
}
#all-tan-box .all-tan-box-in form div:nth-child(2n) {
  margin-bottom: 15px;
}
#all-tan-box .all-tan-box-in form div input {
  width: 270px;
  height: 40px;
  border-radius: 5px;
  text-indent: 3em;
  border: 1px solid #a0a0a0;
}
#all-tan-box .all-tan-box-in form div i {
  position: absolute;
  top: 7px;
  left: 12px;
}
#all-tan-box .all-tan-box-in form div i.p {
  top: 10px;
  width: 15px;
  height: 19px;
  background: url("../img/p.png") no-repeat center;
}
#all-tan-box .all-tan-box-in form div i.t {
  width: 15px;
  height: 26px;
  background: url("../img/t.png") no-repeat center;
}
#all-tan-box .all-tan-box-in form div button {
  width: 215px;
  height: 33px;
  border-radius: 15px;
  border: 0;
  color: #fff;
  font-size: 16px;
  background-color: #e60012;
}
#all-tan-box .all-tan-box-in .all-tan-box-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/price-close.png") no-repeat center;
}
#all-tan-box .all-tan-box-in .tel {
  position: absolute;
  top: 266px;
  left: 43px;
  width: 38px;
  height: 38px;
  background: url("../img/tel.gif") no-repeat center;
}
#active-tan-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#active-tan-box .active-tan-box-in {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 640px;
  height: 330px;
  background: url("../img/active_tan.png") no-repeat center;
}
#active-tan-box .active-tan-box-in form {
  position: absolute;
  top: 78px;
  left: 351px;
}
#active-tan-box .active-tan-box-in form div {
  text-align: center;
  width: 270px;
  margin-bottom: 11px;
}
#active-tan-box .active-tan-box-in form div:nth-child(2n) {
  margin-bottom: 15px;
}
#active-tan-box .active-tan-box-in form div input {
  width: 270px;
  height: 40px;
  border-radius: 5px;
  text-indent: 3em;
  border: 1px solid #a0a0a0;
}
#active-tan-box .active-tan-box-in form div i {
  position: absolute;
  top: 7px;
  left: 12px;
}
#active-tan-box .active-tan-box-in form div i.p {
  top: 10px;
  width: 15px;
  height: 19px;
  background: url("../img/p.png") no-repeat center;
}
#active-tan-box .active-tan-box-in form div i.t {
  width: 15px;
  height: 26px;
  background: url("../img/t.png") no-repeat center;
}
#active-tan-box .active-tan-box-in form div button {
  width: 215px;
  height: 33px;
  border-radius: 15px;
  border: 0;
  color: #fff;
  font-size: 16px;
  background-color: #e60012;
}
#active-tan-box .active-tan-box-in .active-tan-box-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/price-close.png") no-repeat center;
}
#active-tan-box .active-tan-box-in .tel {
  position: absolute;
  top: 244px;
  left: 369px;
  width: 38px;
  height: 38px;
  background: url("../img/tel.gif") no-repeat center;
}
#active-tan-box .active-tan-box-in .active-tan-img {
  position: absolute;
  top: 45px;
  left: 20px;
  width: 320px;
  height: 240px;
  overflow: hidden;
}
#active-tan-box .active-tan-box-in .active-tan-img img {
  max-width: 100%;
}
#zj_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#zj_box .zj_img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500px;
  height: 1300px;
  background: url("../activeImgPc/active_05/zhongjiang.png") no-repeat center;
}
#zj_box .zj_img button {
  position: absolute;
  top: 867px;
  left: 653px;
  width: 194px;
  height: 44px;
  border: 0;
  background: url("../activeImgPc/active_05/lj_btn.png") no-repeat center;
}
#zj_box .bm_img {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  width: 1202px;
  height: 569px;
  transform: translate(-50%, -50%);
  background: url("../activeImgPc/active_05/baoming.png") no-repeat center;
}
#zj_box .bm_img form {
  position: absolute;
  top: 472px;
  left: 19px;
}
#zj_box .bm_img form input {
  vertical-align: top;
  display: inline-block;
  width: 406px;
  height: 66px;
  border-radius: 5px;
  border: 0;
  font-size: 24px;
  color: #aaa;
  text-indent: 10px;
  margin-right: 35px;
}
#zj_box .bm_img form button {
  display: inline-block;
  width: 266px;
  height: 66px;
  border-radius: 5px;
  border: 0;
  font-size: 30px;
  font-weight: bold;
  color: #820808;
  background: linear-gradient(#ffff00, #ffc102);
  background-color: #ffc602;
}
#zj_box .close {
  position: absolute;
  top: 500px;
  left: 1100px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../activeImgPc/active_05/close.png") no-repeat center;
  background-size: contain;
}
#tan-box-one {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#tan-box-one .all-tan-box-in {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
  height: 330px;
  background: url("../img/all_tan_one.png") no-repeat center;
}
#tan-box-one .all-tan-box-in form {
  position: absolute;
  top: 100px;
  left: 25px;
}
#tan-box-one .all-tan-box-in form div {
  text-align: center;
  width: 270px;
  margin-bottom: 11px;
}
#tan-box-one .all-tan-box-in form div:nth-child(2n) {
  margin-bottom: 15px;
}
#tan-box-one .all-tan-box-in form div input {
  width: 270px;
  height: 40px;
  border-radius: 5px;
  text-indent: 3em;
  border: 1px solid #a0a0a0;
}
#tan-box-one .all-tan-box-in form div i {
  position: absolute;
  top: 7px;
  left: 12px;
}
#tan-box-one .all-tan-box-in form div i.p {
  top: 10px;
  width: 15px;
  height: 19px;
  background: url("../img/p.png") no-repeat center;
}
#tan-box-one .all-tan-box-in form div i.t {
  width: 15px;
  height: 26px;
  background: url("../img/t.png") no-repeat center;
}
#tan-box-one .all-tan-box-in form div button {
  width: 270px;
  height: 33px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 16px;
  background-color: #e60012;
}
#tan-box-one .all-tan-box-in .all-tan-box-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/price-close.png") no-repeat center;
}
#tan-box-one .all-tan-box-in .tel {
  position: absolute;
  top: 266px;
  left: 43px;
  width: 38px;
  height: 38px;
  background: url("../img/tel.gif") no-repeat center;
}
#tan-box-two {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#tan-box-two .all-tan-box-in {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
  height: 330px;
  background: url("../img/all_tan_two.png") no-repeat center;
}
#tan-box-two .all-tan-box-in form {
  position: absolute;
  top: 100px;
  left: 25px;
}
#tan-box-two .all-tan-box-in form div {
  text-align: center;
  width: 270px;
  margin-bottom: 11px;
}
#tan-box-two .all-tan-box-in form div:nth-child(2n) {
  margin-bottom: 15px;
}
#tan-box-two .all-tan-box-in form div input {
  width: 270px;
  height: 40px;
  border-radius: 5px;
  text-indent: 3em;
  border: 1px solid #a0a0a0;
}
#tan-box-two .all-tan-box-in form div i {
  position: absolute;
  top: 7px;
  left: 12px;
}
#tan-box-two .all-tan-box-in form div i.p {
  top: 10px;
  width: 15px;
  height: 19px;
  background: url("../img/p.png") no-repeat center;
}
#tan-box-two .all-tan-box-in form div i.t {
  width: 15px;
  height: 26px;
  background: url("../img/t.png") no-repeat center;
}
#tan-box-two .all-tan-box-in form div button {
  width: 270px;
  height: 33px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 16px;
  background-color: #e60012;
}
#tan-box-two .all-tan-box-in .all-tan-box-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/price-close.png") no-repeat center;
}
#tan-box-two .all-tan-box-in .tel {
  position: absolute;
  top: 266px;
  left: 43px;
  width: 38px;
  height: 38px;
  background: url("../img/tel.gif") no-repeat center;
}
/*# sourceMappingURL=public.css.map */