@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
img,
input {
  border: 0px;
  vertical-align: middle;
  color: #fff;
  font-family: "Microsoft YaHei";
  outline: none;
}
img,
ul,
li,
input,
button,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-weight: normal;
  font-style: normal;
}
.clear {
  clear: both;
  display: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wid {
 max-width: 1110px;
  margin: 0 auto;
}
button {
  outline: none;
  font-family: "Microsoft YaHei";
}
select {
  outline: none;
  font-family: "Microsoft YaHei";
}
input::-ms-clear {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  min-width: 240px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  position: relative;
  color: #000;
}
input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
  font-family: "Microsoft YaHei";
}
textarea:-moz-placeholder {
  color: #999999;
}
textarea::-webkit-textarea-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
@-webkit-keyframes gupIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
  }
}
@-moz-keyframes gupIn {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -30px, 0);
  }
}
@keyframes gupIn {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
}
@-webkit-keyframes gdownIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
}
@-moz-keyframes gdownIn {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
}
@keyframes gdownIn {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
@-webkit-keyframes gleftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes gleftIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes gleftIn {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes grightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes grightIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes grightIn {
  0% {
    opacity: 0;
    transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*header-------------------------------------------------*/
.header_black {
  height: 148px;
}
.header_fixed {
  border-bottom: 1px solid #fd7041;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 80;
}
.hd_top {
  height: 48px;
  background: #fd7041;
}
.hd_top .fl {
  line-height: 48px;
}
.hd_top .fl a {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}
.hd_top .fl a:hover {
  opacity: 0.8;
}
.hd_top .fr {
  margin-top: 8px;
}
.hd_top .fr a {
  display: inline-block;
}
.hd_top .fr .home {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 20px;
  margin-right: 12px;
  color: #fff;
}
.hd_top .fr .pro {
  margin-right: 10px;
  width: 74px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #fd7041;
  text-align: center;
  border-radius: 4px;
}
.hd_top .fr .phone {
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 7px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
}
.hd_top .fr .pro:hover {
  opacity: 0.8;
}
.hd_top .fr .home:hover {
  opacity: 0.8;
}
.hd_top .fr .phone:hover {
  background: #fff;
  color: #fd7041;
}
.header {
  height: 100px;
  width: 100%;
  background: #fff;
}
.header .logo {
  float: left;
  line-height: 100px;
}
.header .nav {
  float: right;
  height: 100px;
}
.header .nav ul > li {
  float: left;
  line-height: 100px;
  position: relative;
}
.header .nav ul > li > a {
  position: relative;
}
.header .nav ul > li.li1 {
  margin-right: 50px;
}
.header .nav ul > li.li2 {
  margin-right: 60px;
  position: relative;
}
.header .nav ul > li.li3 {
  margin-right: 60px;
}
.header .nav ul > li.li2 img {
  position: absolute;
  top: 28px;
  right: -31px;
}
.header .nav ul > li.li1 i {
  display: inline-block;
  line-height: normal;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.header .nav ul > li.li1 > a {
  display: inline-block;
}
.header .nav ul > li > a {
  font-size: 18px;
  display: block;
  color: #4c4c4c;
}
.header .nav ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fd7041;
  transition: all ease 0.3s;
}
.header .nav ul > li:hover > a {
  color: #da251c;
}
.header .nav ul > li:hover > a:before {
  width: 100%;
  left: 0;
}
.header .nav ul > li > a.on {
  color: #da251c;
}
.header .nav ul > li > a.on:before {
  width: 100%;
  left: 0;
}
.header .nav ul > li > a::active {
  color: #da251c;
}
.header .nav ul > li > a::active:before {
  width: 100%;
  left: 0;
}
.header .nav ul > li .navlist {
  line-height: 40px;
  position: absolute;
  top: 99px;
  left: -4px;
  width: 150px;
  text-align: center;
  background: #444444;
  z-index: 3;
  display: none;
}
.header .nav ul > li .navlist a {
  display: block;
  width: 100%;
  margin-bottom: 1px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.header .nav ul > li .navlist a:hover {
  opacity: 0.8;
}
.footer {
  background: #2d2d2d;
  text-align: center;
  padding: 26px 0 18px 0;
  color: #fff;
}
.footer .f_nav a {
  color: #fff;
  padding: 0 24px;
  font-size: 16px;
}
.footer .f_nav a:hover {
  color: #f98b11;
}
.f_con {
  margin-top: 36px;
}
.f_con span {
  padding: 0 43px;
}
.f_con span strong {
  font-weight: normal;
  color: #e4393c;
}
.f_con i img {
  vertical-align: top;
  padding-right: 11px;
}
.copy_right {
  background: #242424;
  text-align: center;
  padding: 10px 0 8px 0;
  color: #fff;
}
.copy_right .p1 {
  padding-bottom: 12px;
}
.fixed_menu {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  width: 40px;
  overflow: hidden;
}
.fbtn {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  display: block;
}
.fbtn img {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
}
.fbtn img:hover {
  opacity: 0.9;
}
.return_btn {
  height: 50px;
  line-height: 50px;
  margin-top: 9px;
}
/*手机样式*/
.header .mobiltop {
  width: 100%;
  height: 58px;
  text-align: center;
  padding: 10px 0px;
  display: none;
}
.header .mobiltop img {
  height: 42px;
}
.menuBtn {
  position: absolute;
  right: 3%;
  top: 0px;
  padding-top: 16px;
  z-index: 999999;
  width: 30px;
  height: 50px;
  cursor: pointer;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.menuBtn b {
  background-color: #f79702;
  border-radius: 2px;
  width: 28px;
  display: block;
  height: 3px;
  margin: 0 auto 6px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn b:last-child {
  margin-bottom: 0;
}
.fixme .menuBtn {
  padding-top: 44px;
  right: 3%;
}
.fixme .menuBtn b {
  width: 28px;
  margin: 0 8px;
  position: absolute;
  top: 50%;
}
.fixme .menuBtn b:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fixme .menuBtn b:nth-child(2) {
  display: none;
}
.fixme .menuBtn b:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fixme {
  height: 100%;
  overflow: hidden;
}
.mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.fix_btm {
  height: 60px;
  border-top: 1px solid #fafafa;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  display: none;
}
.fix_btm ul li {
  float: left;
  text-align: center;
  width: 33.3333%;
}
.fix_btm ul li i {
  display: block;
  width: 22px;
  height: 24px;
  margin: 0 auto;
  margin-top: 9px;
}
.fix_btm ul li .icon_home {
  background: url(../images/huizhang.png) no-repeat center;
  background-size: contain;
}
.fix_btm ul li .icon_quanyi {
  background: url(../images/quanyi.png) no-repeat center;
  background-size: contain;
}
.fix_btm ul li .icon_my {
  background: url(../images/center.png) no-repeat center;
  background-size: contain;
}
.fix_btm ul li span {
  color: #666666;
  font-size: 12px;
}
.fix_btm ul li.active span {
  color: #f79e26;
}
.fix_btm ul li.active i.icon_home {
  background: url(../images/huizhang_on.png) no-repeat center;
  background-size: contain;
}
.fix_btm ul li.active i.icon_quanyi {
  background: url(../images/quanyi_on.png) no-repeat center;
  background-size: contain;
}
.fix_btm ul li.active i.icon_my {
  background: url(../images/center_on.png) no-repeat center;
  background-size: contain;
}
.black_line {
  height: 61px;
  display: none;
}
#money, .sure-btn {
  margin: 25px auto 0;
  width: 350px;
  line-height: 48px;
  text-align: center;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ffbb42;
  background-color: #ffbb42;
  display: block;
  color: white;
  font-size: 24px;
}